@charset "UTF-8";
/* Base - site-specific settings */
/*Theme colors*/
/* General colors */
/*General typography*/
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #25282A;
}

.color-gray-xlight {
  color: #F5F5F5;
}

.color-gray-medium {
  color: #494D4F;
}

.color-gray-semi-dark {
  color: #939598;
}

.color-gray-dark {
  color: #53565A;
}

.color-gray-xdark {
  color: #25282A;
}

.color-red {
  color: #C8102E;
}

.color-red-dark {
  color: #A6192E;
}

.color-blue {
  color: #5BC2E7;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-off-white {
  background-color: #F5F5F5;
}

.bg-black {
  background-color: #25282A;
}

.bg-gray-xlight {
  background-color: #F5F5F5;
}

.bg-gray-medium {
  background-color: #494D4F;
}

.bg-gray-dark {
  background-color: #53565A;
}

.bg-gray-xdark {
  background-color: #25282A;
}

.bg-red {
  background-color: #C8102E;
}

.bg-red-dark {
  background-color: #A6192E;
}

.bg-blue {
  background-color: #5BC2E7;
}

/*Image backgrounds*/
.bg-cta {
  background-image: url("../images/bg-cta.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*Global Options*/
/*Typography*/
/*Font path*/
/*Grid*/
/*Gutters*/
/*Used to set the padding on .container-fluid, per breakpoint*/
/*Wrapper max width*/
/*Container max width*/
/*Breakpoints*/
/*Container Widths*/
/*Transition settings*/
/*Modals*/
/*Borders*/
/*Global border radius*/
/*Leaders*/
/*Sliders*/
/*Form controls*/
/*Custom fonts*/
@font-face {
  font-family: "DINNextLTPro-Regular";
  src: url("../fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("../fonts/DINNextLTPro-Regular.woff") format("woff"), url("../fonts/DINNextLTPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINNextLTPro-Bold";
  src: url("../fonts/DINNextLTPro-Bold.woff2") format("woff2"), url("../fonts/DINNextLTPro-Bold.woff") format("woff"), url("../fonts/DINNextLTPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINNextLTPro-MediumCond";
  src: url("../fonts/DINNextLTPro-MediumCond.woff2") format("woff2"), url("../fonts/DINNextLTPro-MediumCond.woff") format("woff"), url("../fonts/DINNextLTPro-MediumCond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Font mixins*/
/* Vendor - unedited vendor base styles */
/*Bootstrap grid/reset*/
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-ms, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-ms, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1800px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1800px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    flex: 1 0 0%;
  }
  .row-cols-ms-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ms-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ms-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ms-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-ms-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-ms-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-ms-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-ms-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ms-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ms-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-ms-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ms-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ms-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-ms-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ms-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ms-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-ms-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ms-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ms-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-ms-0 {
    margin-left: 0;
  }
  .offset-ms-1 {
    margin-left: 8.33333333%;
  }
  .offset-ms-2 {
    margin-left: 16.66666667%;
  }
  .offset-ms-3 {
    margin-left: 25%;
  }
  .offset-ms-4 {
    margin-left: 33.33333333%;
  }
  .offset-ms-5 {
    margin-left: 41.66666667%;
  }
  .offset-ms-6 {
    margin-left: 50%;
  }
  .offset-ms-7 {
    margin-left: 58.33333333%;
  }
  .offset-ms-8 {
    margin-left: 66.66666667%;
  }
  .offset-ms-9 {
    margin-left: 75%;
  }
  .offset-ms-10 {
    margin-left: 83.33333333%;
  }
  .offset-ms-11 {
    margin-left: 91.66666667%;
  }
  .g-ms-0,
  .gx-ms-0 {
    --bs-gutter-x: 0;
  }
  .g-ms-0,
  .gy-ms-0 {
    --bs-gutter-y: 0;
  }
  .g-ms-1,
  .gx-ms-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-ms-1,
  .gy-ms-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-ms-2,
  .gx-ms-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-ms-2,
  .gy-ms-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-ms-3,
  .gx-ms-3 {
    --bs-gutter-x: 1rem;
  }
  .g-ms-3,
  .gy-ms-3 {
    --bs-gutter-y: 1rem;
  }
  .g-ms-4,
  .gx-ms-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-ms-4,
  .gy-ms-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-ms-5,
  .gx-ms-5 {
    --bs-gutter-x: 3rem;
  }
  .g-ms-5,
  .gy-ms-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-grid {
    display: grid !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: flex !important;
  }
  .d-ms-inline-flex {
    display: inline-flex !important;
  }
  .d-ms-none {
    display: none !important;
  }
  .flex-ms-fill {
    flex: 1 1 auto !important;
  }
  .flex-ms-row {
    flex-direction: row !important;
  }
  .flex-ms-column {
    flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-ms-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-ms-start {
    justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    justify-content: center !important;
  }
  .justify-content-ms-between {
    justify-content: space-between !important;
  }
  .justify-content-ms-around {
    justify-content: space-around !important;
  }
  .justify-content-ms-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-ms-start {
    align-items: flex-start !important;
  }
  .align-items-ms-end {
    align-items: flex-end !important;
  }
  .align-items-ms-center {
    align-items: center !important;
  }
  .align-items-ms-baseline {
    align-items: baseline !important;
  }
  .align-items-ms-stretch {
    align-items: stretch !important;
  }
  .align-content-ms-start {
    align-content: flex-start !important;
  }
  .align-content-ms-end {
    align-content: flex-end !important;
  }
  .align-content-ms-center {
    align-content: center !important;
  }
  .align-content-ms-between {
    align-content: space-between !important;
  }
  .align-content-ms-around {
    align-content: space-around !important;
  }
  .align-content-ms-stretch {
    align-content: stretch !important;
  }
  .align-self-ms-auto {
    align-self: auto !important;
  }
  .align-self-ms-start {
    align-self: flex-start !important;
  }
  .align-self-ms-end {
    align-self: flex-end !important;
  }
  .align-self-ms-center {
    align-self: center !important;
  }
  .align-self-ms-baseline {
    align-self: baseline !important;
  }
  .align-self-ms-stretch {
    align-self: stretch !important;
  }
  .order-ms-first {
    order: -1 !important;
  }
  .order-ms-0 {
    order: 0 !important;
  }
  .order-ms-1 {
    order: 1 !important;
  }
  .order-ms-2 {
    order: 2 !important;
  }
  .order-ms-3 {
    order: 3 !important;
  }
  .order-ms-4 {
    order: 4 !important;
  }
  .order-ms-5 {
    order: 5 !important;
  }
  .order-ms-last {
    order: 6 !important;
  }
  .m-ms-0 {
    margin: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mx-ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ms-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ms-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ms-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ms-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ms-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ms-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ms-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ms-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ms-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ms-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ms-0 {
    margin-top: 0 !important;
  }
  .mt-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ms-3 {
    margin-top: 1rem !important;
  }
  .mt-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ms-5 {
    margin-top: 3rem !important;
  }
  .mt-ms-auto {
    margin-top: auto !important;
  }
  .me-ms-0 {
    margin-right: 0 !important;
  }
  .me-ms-1 {
    margin-right: 0.25rem !important;
  }
  .me-ms-2 {
    margin-right: 0.5rem !important;
  }
  .me-ms-3 {
    margin-right: 1rem !important;
  }
  .me-ms-4 {
    margin-right: 1.5rem !important;
  }
  .me-ms-5 {
    margin-right: 3rem !important;
  }
  .me-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-0 {
    margin-bottom: 0 !important;
  }
  .mb-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ms-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ms-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ms-auto {
    margin-bottom: auto !important;
  }
  .ms-ms-0 {
    margin-left: 0 !important;
  }
  .ms-ms-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ms-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ms-3 {
    margin-left: 1rem !important;
  }
  .ms-ms-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ms-5 {
    margin-left: 3rem !important;
  }
  .ms-ms-auto {
    margin-left: auto !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .px-ms-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ms-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ms-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ms-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ms-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ms-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-ms-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ms-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ms-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ms-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ms-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ms-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-ms-0 {
    padding-top: 0 !important;
  }
  .pt-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ms-3 {
    padding-top: 1rem !important;
  }
  .pt-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ms-5 {
    padding-top: 3rem !important;
  }
  .pe-ms-0 {
    padding-right: 0 !important;
  }
  .pe-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ms-3 {
    padding-right: 1rem !important;
  }
  .pe-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-0 {
    padding-bottom: 0 !important;
  }
  .pb-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ms-5 {
    padding-bottom: 3rem !important;
  }
  .ps-ms-0 {
    padding-left: 0 !important;
  }
  .ps-ms-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ms-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ms-3 {
    padding-left: 1rem !important;
  }
  .ps-ms-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ms-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 375px) {
  .sticky-ms-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 0 solid transparent !important;
}

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

.border-top {
  border-top: 0 solid transparent !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 0 solid transparent !important;
}

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

.border-bottom {
  border-bottom: 0 solid transparent !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 0 solid transparent !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0 !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .float-ms-start {
    float: left !important;
  }
  .float-ms-end {
    float: right !important;
  }
  .float-ms-none {
    float: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-grid {
    display: grid !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: flex !important;
  }
  .d-ms-inline-flex {
    display: inline-flex !important;
  }
  .d-ms-none {
    display: none !important;
  }
  .flex-ms-fill {
    flex: 1 1 auto !important;
  }
  .flex-ms-row {
    flex-direction: row !important;
  }
  .flex-ms-column {
    flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-ms-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-ms-0 {
    gap: 0 !important;
  }
  .gap-ms-1 {
    gap: 0.25rem !important;
  }
  .gap-ms-2 {
    gap: 0.5rem !important;
  }
  .gap-ms-3 {
    gap: 1rem !important;
  }
  .gap-ms-4 {
    gap: 1.5rem !important;
  }
  .gap-ms-5 {
    gap: 3rem !important;
  }
  .justify-content-ms-start {
    justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    justify-content: center !important;
  }
  .justify-content-ms-between {
    justify-content: space-between !important;
  }
  .justify-content-ms-around {
    justify-content: space-around !important;
  }
  .justify-content-ms-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-ms-start {
    align-items: flex-start !important;
  }
  .align-items-ms-end {
    align-items: flex-end !important;
  }
  .align-items-ms-center {
    align-items: center !important;
  }
  .align-items-ms-baseline {
    align-items: baseline !important;
  }
  .align-items-ms-stretch {
    align-items: stretch !important;
  }
  .align-content-ms-start {
    align-content: flex-start !important;
  }
  .align-content-ms-end {
    align-content: flex-end !important;
  }
  .align-content-ms-center {
    align-content: center !important;
  }
  .align-content-ms-between {
    align-content: space-between !important;
  }
  .align-content-ms-around {
    align-content: space-around !important;
  }
  .align-content-ms-stretch {
    align-content: stretch !important;
  }
  .align-self-ms-auto {
    align-self: auto !important;
  }
  .align-self-ms-start {
    align-self: flex-start !important;
  }
  .align-self-ms-end {
    align-self: flex-end !important;
  }
  .align-self-ms-center {
    align-self: center !important;
  }
  .align-self-ms-baseline {
    align-self: baseline !important;
  }
  .align-self-ms-stretch {
    align-self: stretch !important;
  }
  .order-ms-first {
    order: -1 !important;
  }
  .order-ms-0 {
    order: 0 !important;
  }
  .order-ms-1 {
    order: 1 !important;
  }
  .order-ms-2 {
    order: 2 !important;
  }
  .order-ms-3 {
    order: 3 !important;
  }
  .order-ms-4 {
    order: 4 !important;
  }
  .order-ms-5 {
    order: 5 !important;
  }
  .order-ms-last {
    order: 6 !important;
  }
  .m-ms-0 {
    margin: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mx-ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ms-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ms-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ms-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ms-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ms-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ms-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ms-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ms-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ms-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ms-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ms-0 {
    margin-top: 0 !important;
  }
  .mt-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ms-3 {
    margin-top: 1rem !important;
  }
  .mt-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ms-5 {
    margin-top: 3rem !important;
  }
  .mt-ms-auto {
    margin-top: auto !important;
  }
  .me-ms-0 {
    margin-right: 0 !important;
  }
  .me-ms-1 {
    margin-right: 0.25rem !important;
  }
  .me-ms-2 {
    margin-right: 0.5rem !important;
  }
  .me-ms-3 {
    margin-right: 1rem !important;
  }
  .me-ms-4 {
    margin-right: 1.5rem !important;
  }
  .me-ms-5 {
    margin-right: 3rem !important;
  }
  .me-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-0 {
    margin-bottom: 0 !important;
  }
  .mb-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ms-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ms-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ms-auto {
    margin-bottom: auto !important;
  }
  .ms-ms-0 {
    margin-left: 0 !important;
  }
  .ms-ms-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ms-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ms-3 {
    margin-left: 1rem !important;
  }
  .ms-ms-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ms-5 {
    margin-left: 3rem !important;
  }
  .ms-ms-auto {
    margin-left: auto !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .px-ms-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ms-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ms-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ms-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ms-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ms-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-ms-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ms-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ms-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ms-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ms-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ms-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-ms-0 {
    padding-top: 0 !important;
  }
  .pt-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ms-3 {
    padding-top: 1rem !important;
  }
  .pt-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ms-5 {
    padding-top: 3rem !important;
  }
  .pe-ms-0 {
    padding-right: 0 !important;
  }
  .pe-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ms-3 {
    padding-right: 1rem !important;
  }
  .pe-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-0 {
    padding-bottom: 0 !important;
  }
  .pb-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ms-5 {
    padding-bottom: 3rem !important;
  }
  .ps-ms-0 {
    padding-left: 0 !important;
  }
  .ps-ms-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ms-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ms-3 {
    padding-left: 1rem !important;
  }
  .ps-ms-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ms-5 {
    padding-left: 3rem !important;
  }
  .text-ms-start {
    text-align: left !important;
  }
  .text-ms-end {
    text-align: right !important;
  }
  .text-ms-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*Optional components*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(10.4, 88, 202.4);
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border: 0 solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #25282A;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid transparent;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid transparent;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1250px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 374.98px) {
  .modal-fullscreen-ms-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-ms-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-ms-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: -0.5rem;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: -0.5rem;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: -0.5rem;
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0 solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: -0.5rem;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 0 solid rgba(0, 0, 0, 0.2);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* so we can override bootstrap */
/*Theme colors*/
/* General colors */
/*General typography*/
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #25282A;
}

.color-gray-xlight {
  color: #F5F5F5;
}

.color-gray-medium {
  color: #494D4F;
}

.color-gray-semi-dark {
  color: #939598;
}

.color-gray-dark {
  color: #53565A;
}

.color-gray-xdark {
  color: #25282A;
}

.color-red {
  color: #C8102E;
}

.color-red-dark {
  color: #A6192E;
}

.color-blue {
  color: #5BC2E7;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-off-white {
  background-color: #F5F5F5;
}

.bg-black {
  background-color: #25282A;
}

.bg-gray-xlight {
  background-color: #F5F5F5;
}

.bg-gray-medium {
  background-color: #494D4F;
}

.bg-gray-dark {
  background-color: #53565A;
}

.bg-gray-xdark {
  background-color: #25282A;
}

.bg-red {
  background-color: #C8102E;
}

.bg-red-dark {
  background-color: #A6192E;
}

.bg-blue {
  background-color: #5BC2E7;
}

/*Image backgrounds*/
.bg-cta {
  background-image: url("../images/bg-cta.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Used to add border radius*/
/*Input Placeholder Color*/
/*Columns*/
.img-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: left;
     object-position: left;
}

.block-image {
  overflow: hidden;
  position: relative;
}
.block-image .content {
  position: relative;
  z-index: 10;
}
.block-image .image-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*Container fluid*/
@media (max-width: 991.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-fluid.no-padding-desktop, .no-padding-desktop.container-sm, .no-padding-desktop.container-md, .no-padding-desktop.container-lg, .no-padding-desktop.container-xl, .no-padding-desktop.container-xxl, .no-padding-desktop.container-xxxl {
  overflow: hidden !important;
}
@media (min-width: 992px) {
  .container-fluid.no-padding-desktop, .no-padding-desktop.container-sm, .no-padding-desktop.container-md, .no-padding-desktop.container-lg, .no-padding-desktop.container-xl, .no-padding-desktop.container-xxl, .no-padding-desktop.container-xxxl {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Custom containers with smaller gutter*/
.container-fluid-sm {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .container-fluid-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-fluid-sm {
  max-width: 1350px;
}

/*Custom containers with larger gutter*/
.container-fluid-lg {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .container-fluid-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .container-fluid-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container-fluid-lg {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .container-fluid-lg {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1800px) {
  .container-fluid-lg {
    padding-left: 180px;
    padding-right: 180px;
  }
}

/*Removes gutters to any bootstrap row*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*Column gutter options*/
.row-grid-small {
  margin: -5px;
  margin: -5px;
}
.row-grid-small > .col,
.row-grid-small > [class*=col-] {
  padding: 5px;
  padding: 5px;
}

@media (max-width: 767.98px) {
  .row-grid-medium {
    margin: -20px;
    margin: -20px;
  }
}
@media (min-width: 768px) {
  .row-grid-medium {
    margin: -20px;
    margin: -20px;
  }
}
@media (max-width: 767.98px) {
  .row-grid-medium > .col,
  .row-grid-medium > [class*=col-] {
    padding: 20px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .row-grid-medium > .col,
  .row-grid-medium > [class*=col-] {
    padding: 20px;
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .row-grid-medium {
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .row-grid-medium {
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
@media (max-width: 767.98px) {
  .row-grid-medium > .col,
  .row-grid-medium > [class*=col-] {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .row-grid-medium > .col,
  .row-grid-medium > [class*=col-] {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.row-grid-large {
  margin: -30px;
}
.row-grid-large > .col,
.row-grid-large > [class*=col-] {
  padding: 30px;
}

/*Small gutter options*/
@media (min-width: 992px) {
  .gutters-30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .gutters-30 > .col,
  .gutters-30 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*Larger gutter options*/
@media (min-width: 1400px) {
  .row-gutters-large {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1400px) {
  .row-gutters-large > .col,
  .row-gutters-large > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*Medium gutter options*/
@media (min-width: 1400px) {
  .row-gutters-medium {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1400px) {
  .row-gutters-medium > .col,
  .row-gutters-medium > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*Small gutter options*/
@media (min-width: 992px) {
  .row-gutters-small {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .row-gutters-small > .col,
  .row-gutters-small > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Used to add border radius*/
/*Input Placeholder Color*/
/*Columns*/
.img-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: left;
     object-position: left;
}

.block-image {
  overflow: hidden;
  position: relative;
}
.block-image .content {
  position: relative;
  z-index: 10;
}
.block-image .image-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  background: #FFFFFF;
  color: #25282A;
  font-weight: normal;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.65;
  margin: 0;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
body {
  /*Prevents body from scrolling*/
}
body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
}

picture {
  display: block;
}

/*BUILDS ONLY*/
.grid-size {
  align-items: center;
  background: #25282A;
  color: #FFF;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100px;
  z-index: 10000;
}
.grid-size:before {
  display: block;
}
@media (min-width: 375px) {
  .grid-size:before {
    content: "ms - 375";
  }
}
@media (min-width: 576px) {
  .grid-size:before {
    content: "sm - 576";
  }
}
@media (min-width: 768px) {
  .grid-size:before {
    content: "md - 768";
  }
}
@media (min-width: 992px) {
  .grid-size:before {
    content: "lg - 992";
  }
}
@media (min-width: 1200px) {
  .grid-size:before {
    content: "xl - 1200";
  }
}
@media (min-width: 1400px) {
  .grid-size:before {
    content: "xxl - 1400";
  }
}
@media (min-width: 1800px) {
  .grid-size:before {
    content: "xxxl - 1800";
  }
}

/*Utilities*/
/*Adds 1 px border to element with 30px gutter*/
.border-gutters {
  position: relative;
}
.border-gutters:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
}
@media (max-width: 767.98px) {
  .border-gutters:after {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .border-gutters:after {
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .border-gutters:after {
    left: 70px;
    right: 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .border-gutters:after {
    left: 90px;
    right: 90px;
  }
}
@media (min-width: 1800px) {
  .border-gutters:after {
    left: 180px;
    right: 180px;
  }
}

/*Adds 1 px border to element with 30px gutter*/
.border-gutters-0 {
  position: relative;
}
.border-gutters-0:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

/*Adds 1 px border to element with 30px gutter*/
.border-gutters-30 {
  position: relative;
}
.border-gutters-30:after {
  content: "";
  display: block;
  height: 1px;
  left: 30px;
  position: absolute;
  right: 30px;
}

/*Adds 1 px border to element with 15px gutter*/
.border-gutters-15 {
  position: relative;
}
.border-gutters-15:after {
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
}

/*Color options*/
.border-gutters-light:after {
  background: rgba(255, 255, 255, 0.2);
}

.border-gutters-dark:after {
  background: #53565A;
}

/*Position options*/
.border-gutters-bottom:after {
  bottom: 0;
}

.border-gutters-top:after {
  top: 0;
}

.border-none {
  border: none;
}

.border-top-gray {
  border-top: 1px solid rgba(83, 86, 90, 0.2);
}

/*Animated styles*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  /*Animated delay options*/
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated {
  /*Animation duration options*/
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 500ms;
}
.animated.slow {
  animation-duration: 1s;
}
.animated.slower {
  animation-duration: 2s;
}
.animated.slowest {
  animation-duration: 4s;
}

/*Disabled for print*/
@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*Fade in*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/*Fade in - up*/
@media (max-width: 767.98px) {
  @keyframes fadeInUp {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*Slide in - up*/
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

/*Fade in - down*/
@media (max-width: 767.98px) {
  @keyframes fadeInDown {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -10%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/*Fade in - left*/
@media (max-width: 767.98px) {
  @keyframes fadeInLeft {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-50px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/*Fade in - right*/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/*Fade in - right*/
@keyframes fadeInSpin {
  from {
    opacity: 0;
    transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
.animated-spin {
  animation-name: fadeInSpin;
}

/*Bounce*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*Scale in*/
@keyframes scaleIn {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
  transition: 0.4s;
}

/*Fades list items in sequentially*/
@keyframes listFadeIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*Fades in SVG for animation on scroll*/
@keyframes fadeInSVG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInSVG .svg-bg {
  animation-name: fadeInSVG;
  transition: 0.4s;
}

/*Bounce element in from left side*/
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-13px);
  }
  60% {
    opacity: 1;
    transform: translateX(8px);
  }
  80% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

/*Hand drawn animation*/
@keyframes drawIn {
  0% {
    stroke: transparent;
    stroke-dashoffset: 10000;
  }
  75% {
    stroke: white;
  }
}
.mask-path {
  stroke: white;
  stroke-dasharray: 10000;
  animation: drawIn 2.5s 1s ease-in both;
}

/*Falling glass animation*/
@keyframes animate-falling-glass {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0.75;
    transform-origin: top left;
    transform: rotate(0);
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform-origin: top left;
    transform: rotate(70deg);
  }
  40% {
    animation-timing-function: ease-in-out;
    transform-origin: top left;
    transform: rotate(50deg);
  }
  80% {
    animation-timing-function: ease-in-out;
    opacity: 0.75;
    transform-origin: top left;
    transform: rotate(50deg) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(700px);
  }
}
.animate-falling-glass {
  animation: animate-falling-glass 2s ease;
  animation-iteration-count: 1;
  opacity: 0;
}

/*Scale up animation*/
.animate-scaleup-container {
  overflow: hidden;
}

.animate-shrink-c {
  margin-left: -100px;
  margin-right: -100px;
}

.animate-slide-lr {
  margin-left: -100px;
  margin-right: 100px;
}

.animate-slide-rl {
  margin-left: 100px;
  margin-right: -100px;
}

.animate-mask-up {
  overflow: hidden;
}
.animate-mask-up span {
  display: block;
  margin-bottom: -100px;
  transition: 0.4s;
}
.animate-mask-up span.in-view {
  transform: translateY(0);
}

.animate-opacity-0 {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.8s;
  transition-delay: 0.2s;
}

/*
HEADING OPTIONS

heading-large - 96
heading-medium - 64
heading-small - 32
*/
/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

.heading-large {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-large {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .heading-large {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-large {
    font-size: 7.6rem;
    letter-spacing: -1px;
  }
}
@media (min-width: 1800px) {
  .heading-large {
    font-size: 9.6rem;
    letter-spacing: -1px;
  }
}
.heading-large {
  display: block;
}

.heading-large-force {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .heading-large-force {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .heading-large-force {
    font-size: 6rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-large-force {
    font-size: 7.6rem !important;
    letter-spacing: -1px !important;
  }
}
@media (min-width: 1800px) {
  .heading-large-force {
    font-size: 9.6rem !important;
    letter-spacing: -1px !important;
  }
}
.heading-large-force {
  display: block;
}

.heading-medium {
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .heading-medium {
    font-size: 3.2rem !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .heading-medium {
    font-size: 4rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-medium {
    font-size: 5.1rem !important;
  }
}
@media (min-width: 1800px) {
  .heading-medium {
    font-size: 6.4rem !important;
  }
}
.heading-medium {
  display: block;
}

.heading-small {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-small {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .heading-small {
    letter-spacing: 2px;
  }
}
.heading-small {
  display: block;
}
.heading-small.shrink-spacing {
  letter-spacing: 1px;
}

.heading-xsmall {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-xsmall {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .heading-xsmall {
    letter-spacing: 2px;
  }
}
.heading-xsmall {
  display: block;
}

/*Add transition to all heading options*/
[class*=heading-] {
  transition: 0.4s;
}
[class*=heading-] a:hover {
  color: #C8102E;
}

/*Text mixin options*/
/*Text style options*/
.text-14-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}

.text-18-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  display: block;
}

.text-18-bold {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  display: block;
}

.text-18-condensed {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-21-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  display: block;
}

.large-text-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.5;
}
.large-text-regular p {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.5;
}

.large-text-bold {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
}

@media (max-width: 991.98px) {
  .sm-text-18-regular {
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .sm-text-21-regular {
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 2.1rem;
    display: block;
  }
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Reponsive text alignment options*/
@media (max-width: 767.98px) {
  .text-center-xs {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Fades text 80%*/
.text-fade-70 {
  opacity: 0.7;
}

/*Used for larger paragraph text*/
@media (max-width: 1199.98px) {
  .paragraph-lead p,
  .paragraph-lead ul {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead p,
  .paragraph-lead ul {
    font-size: 2.1rem;
  }
}

@media (max-width: 1199.98px) {
  .paragraph-lead-lg p,
  .paragraph-lead-lg ul {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead-lg p,
  .paragraph-lead-lg ul {
    font-size: 2.4rem;
  }
}

/*General dropcap setup*/
.paragraph-dropcap {
  position: relative;
}
.paragraph-dropcap .dropcap {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #25282A;
  display: inline-block;
  float: left;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .paragraph-dropcap .dropcap {
    font-size: 6.6rem;
    margin: 0 10px -20px 0;
  }
}
@media (min-width: 1200px) {
  .paragraph-dropcap .dropcap {
    font-size: 13.6rem;
    margin: -8px 10px -20px 0;
  }
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}

/*Global anchor styles*/
a {
  color: inherit;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

.hover-red :hover {
  color: #C8102E;
}

/*Adds underline to anchors within this element*/
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  color: #C8102E;
  text-decoration: underline;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline a:hover {
  color: #C8102E;
  text-decoration: underline;
}

.lh-145 p {
  line-height: 1.45 !important;
}

.lh-15 {
  line-height: 1.5;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*Link color options*/
.link-dark {
  color: #C8102E;
}

.link-light {
  color: #F5F5F5;
}

.text-opacity-5 {
  opacity: 0.5;
}

/*Default strong styles*/
.white-space-no-wrap {
  white-space: nowrap;
}

/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Formats telephone element*/
.link-tel {
  color: inherit;
}

/*Automatically flow text into 2 columns*/
.text-col-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/*Automatically flow text into 2 columns above certain breakpoints*/
@media (min-width: 768px) {
  .text-col-2-md {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .text-col-2-lg {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .text-col-2-xl {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1400px) {
  .text-col-2-xxl {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
/*Used to style Gutenberg blocks that do not contain classes direclty on elements*/
.cms-styles {
  /*Typography*/
}
.cms-styles > p {
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .cms-styles > p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .cms-styles > p {
    font-size: 1.8rem;
  }
}
.cms-styles > p a {
  color: inherit;
}
.cms-styles .paragraph-lead {
  margin-bottom: 20px;
}
.cms-styles .paragraph-lead p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cms-styles .paragraph-lead p {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .cms-styles .paragraph-lead p {
    letter-spacing: 2px;
  }
}
.cms-styles .paragraph-lead p {
  color: #25282A;
}
@media (max-width: 991.98px) {
  .cms-styles .paragraph-lead p {
    font-size: 2.5rem;
  }
}
.cms-styles p.is-style-lead-paragraph {
  max-width: 667px;
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  color: #25282A;
}
@media (max-width: 991.98px) {
  .cms-styles p.is-style-lead-paragraph {
    font-size: 2.5rem;
  }
}
.cms-styles {
  /*Headings*/
}
.cms-styles h1 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cms-styles h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .cms-styles h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .cms-styles h1 {
    font-size: 7.6rem;
    letter-spacing: -1px;
  }
}
@media (min-width: 1800px) {
  .cms-styles h1 {
    font-size: 9.6rem;
    letter-spacing: -1px;
  }
}
.cms-styles h1:not(.color-white) {
  color: #25282A;
}
.cms-styles h1 {
  margin-bottom: 15px;
}
.cms-styles h2 {
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .cms-styles h2 {
    font-size: 3.2rem !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .cms-styles h2 {
    font-size: 4rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .cms-styles h2 {
    font-size: 5.1rem !important;
  }
}
@media (min-width: 1800px) {
  .cms-styles h2 {
    font-size: 6.4rem !important;
  }
}
.cms-styles h2 {
  clear: both;
  margin-bottom: 20px;
  margin-top: 50px;
}
.cms-styles h2:not(.color-white) {
  color: #25282A;
}
.cms-styles h2.color-red {
  color: #C8102E !important;
}
.cms-styles h3 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cms-styles h3 {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .cms-styles h3 {
    letter-spacing: 2px;
  }
}
.cms-styles h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.cms-styles h3:not(.color-white) {
  color: #25282A;
}
.cms-styles h3.color-red {
  color: #C8102E !important;
}
.cms-styles h4,
.cms-styles h5 {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  clear: both;
  margin-bottom: 20px;
}
.cms-styles {
  /*Combined list styles*/
}
.cms-styles ul,
.cms-styles ol {
  font-size: 1.8rem;
  color: #53565A;
}
.cms-styles hr {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cms-styles {
  /*Unordered list*/
}
.cms-styles > ul .blue-bullets {
  margin: 5px 0 15px 30px;
}
.cms-styles > ul .blue-bullets li {
  padding: 0 0 0 21px;
}
.cms-styles > ul .blue-bullets li:not(:last-child) {
  margin-bottom: 7px;
}
.cms-styles > ul .blue-bullets li:before {
  background: #5bc2e7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}
.cms-styles {
  /*Ordered list*/
}
.cms-styles.color-white p, .cms-styles.color-white h1, .cms-styles.color-white h2, .cms-styles.color-white h3, .cms-styles.color-white h4, .cms-styles.color-white h5, .cms-styles.color-white h6 {
  color: #FFF;
}
.cms-styles.color-white a {
  text-decoration: underline;
}
.cms-styles {
  /*Images*/
}
.cms-styles .figure,
.cms-styles .card-image {
  margin-bottom: 40px;
}
.cms-styles {
  /*Alignment options*/
}
@media (min-width: 992px) {
  .cms-styles .alignleft {
    margin-left: -150px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .cms-styles .alignright {
    margin-right: -150px;
    margin-left: 50px;
  }
}

@media (min-width: 576px) {
  .content-wrap-item {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content-wrap-item {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .content-wrap-item {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content-wrap-item {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .content-wrap-item {
    max-width: 1325px;
  }
}
.content-wrap-item {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1500px) {
  .post__paragraph, .post__heading, .post__image {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.post__heading:first-child, .post__paragraph:first-child {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .post__heading:first-child, .post__paragraph:first-child {
    margin-top: 30px;
  }
}
.post__heading:last-child, .post__paragraph:last-child {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .post__heading:last-child, .post__paragraph:last-child {
    margin-bottom: 30px;
  }
}

.element-frost-overlay {
  position: relative;
}
.element-frost-overlay:before {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*Column options*/
@media (min-width: 992px) {
  .column-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40pxpx;
         column-gap: 40pxpx;
  }
  .column-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40pxpx;
         column-gap: 40pxpx;
  }
}
/*Global alignment options*/
.justify-left {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
  text-align: center;
}

.justify-right {
  justify-content: flex-end;
}

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

/*Alignment options*/
@media (max-width: 767.98px) {
  .center-xs {
    margin-left: auto;
    margin-right: auto;
  }
}
/*Splits paragraph content into 2 columns*/
@media (min-width: 768px) {
  .paragraph-col-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
/*Display options*/
@media (max-width: 767.98px) {
  .d-xs-none {
    display: none;
  }
}
/*Hide element on mobile*/
@media (max-width: 767.98px) {
  .hidden-xs {
    display: none;
  }
}
/*Adds styled Horizontal Rule*/
.horizontal-rule {
  background: #25282A;
  border: none;
  height: 1px;
  max-width: 1320px;
}

.element-sticky {
  position: sticky;
  top: 5%;
}

.border-top {
  border-top: 1px solid transparent !important;
  display: block;
}
.border-top.border-gray {
  border-color: rgba(83, 86, 90, 0.2) !important;
}

@media (min-width: 992px) {
  .content-contain {
    max-width: 870px;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.play-hover {
  transition: 0.4s;
}
.play-hover:hover {
  transition: 0.4s;
}
.play-hover:hover img {
  animation: zoomIn 1s forwards;
}

.border-top-1 div {
  border-top: 1px solid transparent;
}
.border-top-1.border-white div {
  border-color: rgba(255, 255, 255, 0.2);
}

.border-top-white {
  border-top: 1px solid #FFF;
}

.border-gray-xdark-20 {
  border-top: 1px solid rgba(37, 40, 42, 0.2);
}

@media (max-width: 991.98px) {
  .sm-d-block {
    display: block;
  }
}

.js-rotate-icon {
  transform: rotate(180deg);
}

.icon-rotate {
  transition: 0.4s;
}

.collapsed.icon-rotate {
  transition: 0.4s;
}
.collapsed.icon-rotate img {
  transition: 0.4s;
  transform: rotate(180deg);
}

.icon-arrow {
  position: relative;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  .icon-arrow {
    padding-left: 30px;
  }
}
.icon-arrow::before {
  content: "";
  background: url("/assets/images/icons/icon-arrow-red.svg") no-repeat;
  width: 23px;
  height: 18px;
  display: block;
  position: absolute;
  top: -2px;
  left: -30px;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  .icon-arrow::before {
    left: 0px;
  }
}
@media (min-width: 992px) {
  .icon-arrow:hover::before {
    left: -40px;
  }
}

.arrow-icon {
  width: 64px;
  height: 64px;
  background: #F5F5F5;
  border-radius: 50px;
  display: block;
  transition: 1s;
  position: relative;
}
.arrow-icon .icon {
  background: url("/assets/images/icons/icon-arrow-red.svg") no-repeat;
  width: 23px;
  height: 18px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.arrow-icon:hover {
  width: 64px;
  height: 64px;
  background: #C8102E;
  border-radius: 50px;
}
.arrow-icon:hover .icon {
  background: url("/assets/images/icons/icon-arrow-white.svg") no-repeat;
}
.arrow-icon.rotate-180 {
  transform: rotate(180deg);
}
.arrow-icon a {
  display: block;
  width: 64px;
  height: 64px;
}

.num {
  position: relative;
  width: 75px;
}
.num::after {
  background: url("/assets/images/icons/icon-arrow-red-extend.svg") no-repeat;
  width: 25px;
  height: 18px;
  display: block;
  position: absolute;
  content: "";
}
@media (min-width: 1200px) {
  .num::after {
    top: 40%;
    right: -30px;
  }
}
@media (max-width: 1199.98px) {
  .num::after {
    top: 50%;
    right: -10px;
  }
}
.num::after {
  transform: translateY(-50%);
}

.media-contact p {
  margin-bottom: 0 !important;
}

.a-color a {
  color: #C8102E;
}

.hover-red:hover {
  color: #C8102E;
}

@media (max-width: 991.98px) {
  .multi-collapse .heading-small {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 1500px) and (min-width: 1000px) {
  .loc-address {
    max-width: 225px;
  }
}

@media (max-width: 991.98px) {
  .collapse-all {
    margin-left: auto;
  }
}

.no-padding-desktop {
  overflow: hidden !important;
}

.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 8rem;
  z-index: 999;
}

/*Responsive image options*/
.img-responsive {
  height: auto;
  width: 100%;
}

@media (max-width: 991.98px) {
  .sm-img-responsive {
    height: auto;
    width: 100%;
  }
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

/*Used to create a rounded image*/
.img-circle-outline {
  -webkit-backface-visibility: hidden;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.img-circle-outline:after {
  border-radius: 50%;
  border: solid 10px rgba(255, 255, 255, 0.5);
  bottom: -10px;
  content: "";
  display: block;
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.img-circle-outline .img-circle {
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  transition: 0.4s;
}
.img-circle-outline {
  /*Adds floated button to bottom right side*/
}
/*Absolute position image to mimic background cover*/
.img-absolute-container {
  border: none;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-absolute {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: auto;
}

/*Desaturate image by default, colored on hover*/
@media (min-width: 992px) {
  .img-grayscale-hover {
    filter: saturate(0%) grayscale(100%) brightness(60%) contrast(1000%);
    opacity: 0.5;
  }
  .img-grayscale-hover:hover {
    filter: saturate(100%) grayscale(0%) brightness(100%) contrast(100%);
    opacity: 1;
  }
}
.finger-swipe {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.finger-swipe canvas {
  background: transparent;
  height: 100%;
  width: 100%;
}

.video-object video {
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}

/*Offsets element 30px left or right*/
.offset-left-30 {
  margin-left: -30px;
}
@media (max-width: 991.98px) {
  .offset-left-30 {
    margin-right: -20px;
  }
}

.offset-right-30 {
  margin-right: -30px;
}
@media (max-width: 991.98px) {
  .offset-right-30 {
    margin-right: -20px;
  }
}

.sm-offset-left-20 {
  margin-left: -20px;
}

.sm-offset-right-30 {
  margin-right: -30px;
}

.sm-offset-right-20 {
  margin-right: -20px;
}

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

.offset-down-20 {
  margin-bottom: 20px;
}
.offset-down-20 .offset-image-20 {
  margin-bottom: -20px;
}

@media (min-width: 992px) {
  .offset-down-30 {
    margin-bottom: 30px;
  }
  .offset-down-30 .offset-image-30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .offset-down-70 {
    margin-bottom: 70px;
  }
  .offset-down-70 .offset-image-70 {
    margin-bottom: -70px;
  }
}

.offset-down-80 .offset-image-80 {
  margin-bottom: -80px;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .offset-down-80 .offset-image-80 {
    margin-bottom: -100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) and (min-width: 425px) {
  .offset-down-80 .offset-image-80 {
    margin-bottom: -100px !important;
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .offset-down-80 .offset-image-80 {
    margin-bottom: -130px;
    padding-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .offset-down-85 {
    margin-bottom: 85px;
  }
  .offset-down-85 .offset-image-85 {
    margin-bottom: -85px;
  }
}

@media (min-width: 992px) {
  .offset-pull-top-65 {
    margin-top: -67px;
  }
}

/*Position options*/
.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute-30-tl {
  left: 30px;
  position: absolute;
  top: 30px;
}

.position-absolute-30-tr {
  position: absolute;
  right: 30px;
  top: 30px;
}

.position-absolute-30-br {
  bottom: 30px;
  position: absolute;
  right: 30px;
}

.position-absolute-30-bl {
  bottom: 30px;
  left: 30px;
  position: absolute;
}

/*Responsive position options*/
@media (min-width: 576px) {
  .position-absolute-sm {
    position: absolute !important;
  }
  .position-absolute-tl-sm {
    left: 50px;
    top: 50px;
  }
  .position-absolute-tr-sm {
    right: 50px;
    top: 50px;
  }
  .position-absolute-br-sm {
    bottom: 50px;
    right: 50px;
  }
  .position-absolute-bl-sm {
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 768px) {
  .position-absolute-md {
    position: absolute !important;
  }
  .position-absolute-tl-md {
    left: 50px;
    top: 50px;
  }
  .position-absolute-tr-md {
    right: 50px;
    top: 50px;
  }
  .position-absolute-br-md {
    bottom: 50px;
    right: 50px;
  }
  .position-absolute-bl-md {
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 992px) {
  .position-absolute-lg {
    position: absolute !important;
  }
  .position-absolute-tl-lg {
    left: 50px;
    top: 50px;
  }
  .position-absolute-tr-lg {
    right: 50px;
    top: 50px;
  }
  .position-absolute-br-lg {
    bottom: 50px;
    right: 50px;
  }
  .position-absolute-bl-lg {
    bottom: 50px;
    left: 50px;
  }
  .position-absolute-new {
    left: -125px;
    top: 150px;
  }
  .position-absolute-new-right {
    right: -125px;
    top: 150px;
  }
}
@media (min-width: 1200px) {
  .position-absolute-xl {
    position: absolute !important;
  }
  .position-absolute-tl-xl {
    left: 50px;
    top: 50px;
  }
  .position-absolute-tr-xl {
    right: 50px;
    top: 50px;
  }
  .position-absolute-br-xl {
    bottom: 50px;
    right: 50px;
  }
  .position-absolute-bl-xl {
    bottom: 50px;
    left: 50px;
  }
}
/*Border radius options*/
[class*=rounded-] {
  overflow: hidden;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-25 {
  border-radius: 25px;
}

@media (max-width: 1199.98px) {
  .rounded-tl-25 {
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .rounded-tl-25 {
    border-top-left-radius: 25px;
  }
}

@media (max-width: 1199.98px) {
  .rounded-tr-25 {
    border-top-right-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .rounded-tr-25 {
    border-top-right-radius: 25px;
  }
}

@media (max-width: 1199.98px) {
  .rounded-bl-25 {
    border-bottom-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .rounded-bl-25 {
    border-bottom-left-radius: 25px;
  }
}

@media (max-width: 1199.98px) {
  .rounded-br-25 {
    border-bottom-right-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .rounded-br-25 {
    border-bottom-right-radius: 25px;
  }
}

@media (min-width: 992px) {
  .grid-4-top-left {
    border-top-left-radius: 25px;
  }
}

@media (min-width: 992px) {
  .grid-4-top-right {
    border-top-right-radius: 25px;
  }
}

@media (min-width: 992px) {
  .grid-4-bottom-left {
    border-bottom-left-radius: 25px;
  }
}

@media (min-width: 992px) {
  .grid-4-bottom-right {
    border-bottom-right-radius: 25px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .grid-3-top-left {
    border-top-left-radius: 25px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .grid-3-top-right {
    border-top-right-radius: 25px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .grid-3-bottom-left {
    border-bottom-left-radius: 25px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .grid-3-bottom-right {
    border-bottom-right-radius: 25px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .grid-2-top-left {
    border-top-left-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .grid-2-top-right {
    border-top-right-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .grid-2-bottom-left {
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .grid-2-bottom-right {
    border-bottom-right-radius: 15px;
  }
}

/*Used to apply top/bottom padding to any block*/
@media (max-width: 767.98px) {
  .pb-xl {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pb-xl {
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .pb-xl {
    padding-bottom: 190px;
  }
}

@media (max-width: 767.98px) {
  .pt-xl {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-xl {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .pt-xl {
    padding-top: 190px;
  }
}

@media (max-width: 767.98px) {
  .pb-lg {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pb-lg {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .pb-lg {
    padding-bottom: 120px;
  }
}

@media (max-width: 767.98px) {
  .pt-lg {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-lg {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .pt-lg {
    padding-top: 120px;
  }
}

@media (max-width: 991.98px) {
  .pb-md {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .pb-md {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .pb-md {
    padding-bottom: 75px;
  }
}

@media (max-width: 991.98px) {
  .pt-md {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .pt-md {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .pt-md {
    padding-top: 75px;
  }
}

@media (max-width: 991.98px) {
  .pb-sm {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .pb-sm {
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .pt-sm {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .pt-sm {
    padding-top: 50px;
  }
}

.pb-xs {
  padding-bottom: 15px;
}

.pt-xs {
  padding-top: 15px;
}

@media (max-width: 991.98px) {
  .pad-md {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .pad-md {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .pad-md {
    padding: 75px;
  }
}

@media (max-width: 991.98px) {
  .pad-md {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .pad-md {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .pad-md {
    padding: 75px;
  }
}

.pad-sm {
  padding: 30px;
}

@media (min-width: 992px) {
  .pr-44-lg {
    padding-right: 44%;
  }
}
.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 30px;
}

.pad-40 {
  padding: 40px;
}

.pad-50 {
  padding: 50px;
}

/*Used to apply top/bottom margin to any block*/
@media (max-width: 767.98px) {
  .mb-lg {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-lg {
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .mb-lg {
    margin-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .mt-lg {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-lg {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .mt-lg {
    margin-top: 100px;
  }
}

/*Responsive margin options*/
@media (min-width: 992px) {
  .ml-30-lg {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .mt-20-xs {
    margin-top: 20px;
  }
}
/*Margin options*/
@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .mb-sm {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-sm {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .mb-xs {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .mt-xs {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-xs {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .mt-xs {
    margin-top: 20px;
  }
}

/*Margin options*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-37 {
  margin-left: 37px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

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

.mt-15 {
  margin-top: 15px;
}

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

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

.mb-15 {
  margin-bottom: 15px;
}

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

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

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-neg-40 {
  margin-top: -40px;
}

.mb-neg-35 {
  margin-bottom: -35px;
}

/*force element to either side*/
.ml-auto {
  margin-right: auto;
}

.mr-auto {
  margin-left: auto;
}

.pr-20 {
  padding-right: 20px;
}

.pt-45 {
  padding-top: 45px;
}

@media (min-width: 1200px) {
  .xl-mt-neg-55 {
    margin-top: -55px;
  }
}
@media (min-width: 992px) {
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-mt-75 {
    margin-top: 75px;
  }
  .lg-mt-90 {
    margin-top: 90px;
  }
  .lg-mt-100 {
    margin-top: 100px;
  }
  .lg-mt-105 {
    margin-top: 105px;
  }
  .lg-mt-125 {
    margin-top: 125px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-mr-90 {
    margin-right: 90px;
  }
  .lg-ml-neg-15 {
    margin-left: -15px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pl-90 {
    padding-left: 90px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-pr-90 {
    padding-right: 90px;
  }
  .lg-mb-0 {
    margin-bottom: 0;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mr-45 {
    margin-right: 45px;
  }
  .lg-mt-neg-5 {
    margin-top: -5px;
  }
  .lg-mt-neg-10 {
    margin-top: -10px;
  }
  .lg-mt-neg-40 {
    margin-top: -40px;
  }
  .lg-mt-neg-45 {
    margin-top: -45px;
  }
  .lg-mt-neg-55 {
    margin-top: -55px;
  }
}
@media (max-width: 1199.98px) {
  ml-ml-35 {
    margin-left: 35px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-ml-neg-3 {
    margin-left: -3px;
  }
}
@media (max-width: 991.98px) {
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-mt-neg-10 {
    margin-top: -10px;
  }
  .sm-mt-neg-20 {
    margin-top: -20px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mw-35-lg {
    max-width: 35%;
  }
  .mw-50-lg {
    max-width: 50%;
  }
  .mw-60-lg {
    max-width: 60%;
  }
  .mw-70-lg {
    max-width: 70%;
  }
  .mw-75-lg {
    max-width: 75%;
  }
  .mw-80-lg {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .mw-30-xl {
    max-width: 40%;
  }
  .mw-40-xl {
    max-width: 40%;
  }
  .mw-50-xl {
    max-width: 50%;
  }
  .mw-60-xl {
    max-width: 60%;
  }
  .mw-70-xl {
    max-width: 70%;
  }
  .mw-80-xl {
    max-width: 80%;
  }
  .mw-90-xl {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .mw-50-xxl {
    max-width: 50%;
  }
}
@media (min-width: 1800px) {
  .mw-50-xxxl {
    max-width: 50%;
  }
}
/*width options*/
@media (min-width: 1200px) {
  .w-100-xl {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .lg-mw-200 {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .lg-mw-123 {
    max-width: 123px;
  }
}

@media (min-width: 992px) {
  .lg-mw-220 {
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  .lg-mw-264 {
    width: 264px;
  }
}

@media (min-width: 992px) {
  .lg-mw-270 {
    width: 270px;
  }
}

@media (min-width: 992px) {
  .lg-mw-318 {
    max-width: 318px;
  }
}

@media (min-width: 992px) {
  .lg-w-360 {
    width: 360px;
  }
}

@media (min-width: 992px) {
  .lg-mw-450 {
    max-width: 450px;
  }
}

@media (min-width: 992px) {
  .lg-mw-460 {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .lg-mw-570 {
    max-width: 570px;
  }
}

@media (min-width: 992px) {
  .lg-mw-630 {
    max-width: 630px;
  }
}

@media (min-width: 992px) {
  .lg-mw-705 {
    max-width: 705px;
  }
}

@media (min-width: 992px) {
  .lg-mw-718 {
    max-width: 718px;
  }
}

@media (min-width: 992px) {
  .lg-mw-860 {
    max-width: 860px;
  }
}

@media (min-width: 992px) {
  .lg-mw-870 {
    max-width: 870px;
  }
}

@media (min-width: 992px) {
  .lg-mw-880 {
    max-width: 880px;
  }
}

@media (min-width: 992px) {
  .lg-mw-958 {
    max-width: 958px;
  }
}

.mh-96 {
  min-height: 96px;
}

@media (min-width: 992px) {
  .mn-width-220 {
    min-width: 220px;
  }
}

@media (min-width: 992px) {
  .mn-width-300 {
    min-width: 300px;
  }
}

@media (max-width: 991.98px) {
  .sm-ml-35 {
    margin-left: 35px;
  }
  .sm-w-48 {
    width: 48px;
    height: 48px;
  }
  .sm-mw-50 {
    max-width: 75%;
  }
  .sm-mw-157 {
    max-width: 157px;
  }
  .sm-mw-335 {
    max-width: 335px;
  }
}
@media (max-width: 575.98px) and (max-width: 575px) {
  .xs-ml-neg-40 {
    margin-left: -40px;
  }
}
@media (max-width: 575.98px) and (max-width: 575px) {
  .xs-ml-neg-30 {
    margin-left: -30px;
  }
}
@media (max-width: 575.98px) {
  .xs-full-width {
    width: 100%;
  }
  .sm-mn-200-break-word {
    max-width: 200px;
  }
  .sm-mn-200-break-word a {
    word-break: break-word;
  }
}
/*Text mixin options*/
/*Text style options*/
.text-14-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}

.text-18-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  display: block;
}

.text-18-bold {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  display: block;
}

.text-18-condensed {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-21-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  display: block;
}

.large-text-regular {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.5;
}
.large-text-regular p {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.5;
}

.large-text-bold {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
}

@media (max-width: 991.98px) {
  .sm-text-18-regular {
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .sm-text-21-regular {
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 2.1rem;
    display: block;
  }
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Reponsive text alignment options*/
@media (max-width: 767.98px) {
  .text-center-xs {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Fades text 80%*/
.text-fade-70 {
  opacity: 0.7;
}

/*Used for larger paragraph text*/
@media (max-width: 1199.98px) {
  .paragraph-lead p,
  .paragraph-lead ul {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead p,
  .paragraph-lead ul {
    font-size: 2.1rem;
  }
}

@media (max-width: 1199.98px) {
  .paragraph-lead-lg p,
  .paragraph-lead-lg ul {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead-lg p,
  .paragraph-lead-lg ul {
    font-size: 2.4rem;
  }
}

/*General dropcap setup*/
.paragraph-dropcap {
  position: relative;
}
.paragraph-dropcap .dropcap {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #25282A;
  display: inline-block;
  float: left;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .paragraph-dropcap .dropcap {
    font-size: 6.6rem;
    margin: 0 10px -20px 0;
  }
}
@media (min-width: 1200px) {
  .paragraph-dropcap .dropcap {
    font-size: 13.6rem;
    margin: -8px 10px -20px 0;
  }
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}

/*Global anchor styles*/
a {
  color: inherit;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

.hover-red :hover {
  color: #C8102E;
}

/*Adds underline to anchors within this element*/
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  color: #C8102E;
  text-decoration: underline;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline a:hover {
  color: #C8102E;
  text-decoration: underline;
}

.lh-145 p {
  line-height: 1.45 !important;
}

.lh-15 {
  line-height: 1.5;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*Link color options*/
.link-dark {
  color: #C8102E;
}

.link-light {
  color: #F5F5F5;
}

.text-opacity-5 {
  opacity: 0.5;
}

/*Default strong styles*/
.white-space-no-wrap {
  white-space: nowrap;
}

/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Formats telephone element*/
.link-tel {
  color: inherit;
}

/*Automatically flow text into 2 columns*/
.text-col-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/*Automatically flow text into 2 columns above certain breakpoints*/
@media (min-width: 768px) {
  .text-col-2-md {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .text-col-2-lg {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .text-col-2-xl {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1400px) {
  .text-col-2-xxl {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
/*Elements*/
.blockquote p {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .blockquote p {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .blockquote p {
    font-size: 4.4rem;
  }
}
@media (min-width: 1800px) {
  .blockquote p {
    font-size: 5.6rem;
  }
}
.blockquote p {
  /*Wrap paragraph with quotes*/
}
.blockquote p:before, .blockquote p:after {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}
.blockquote p:before {
  content: open-quote;
}
.blockquote p:after {
  content: close-quote;
}

/*Centered blockquote for testimonials*/
@media (min-width: 576px) {
  .blockquote-centered {
    text-align: center;
  }
}
.blockquote-centered .blockquote-footer {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  align-items: center;
  color: #53565A;
  display: inline-flex;
}
.blockquote-centered cite {
  font-style: normal;
}
.blockquote-centered cite:before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.element-divider:after {
  content: "";
  display: inline-block;
  height: 4px;
  margin: 5px auto 20px;
  width: 64px;
}

.element-divider-red:after {
  background-color: #C8102E;
}

/*Crops any element into a circle*/
.element-circle {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.element-circle img {
  z-index: 10;
}
.element-circle:after {
  background: linear-gradient(180deg, #53565A 0%, #F5F5F5 90.82%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1400px) {
  .element-circle.element-sidebar-spacing {
    margin-top: 65px;
  }
}
@media (max-width: 1760px) and (min-width: 993px) {
  .element-circle.element-sidebar-spacing {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/*Adds stacked pattern next to element*/
.element-pattern,
.element-pattern-1 {
  position: relative;
}
.element-pattern:before, .element-pattern:after,
.element-pattern-1:before,
.element-pattern-1:after {
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .element-pattern:before, .element-pattern:after,
  .element-pattern-1:before,
  .element-pattern-1:after {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .element-pattern:before, .element-pattern:after,
  .element-pattern-1:before,
  .element-pattern-1:after {
    width: 48px;
  }
}
.element-pattern:before,
.element-pattern-1:before {
  top: 0;
}
.element-pattern:after,
.element-pattern-1:after {
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .element-pattern-icon {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-icon {
    width: 48px;
  }
}

/*Pattern row options*/
.element-pattern-2:before {
  background: #5BC2E7;
  height: calc(70% - 5px);
}
.element-pattern-2:after {
  background: #efefef;
  height: calc(30% - 5px);
}

.element-pattern-3:before {
  background: #efefef;
  height: calc(20% - 5px);
  z-index: 2;
}
.element-pattern-3:after {
  background: #5BC2E7;
  height: calc(20% - 5px);
  z-index: 2;
}
.element-pattern-3 .element-pattern-icon {
  background: #25282A;
  bottom: calc(20% + 10px);
  display: block;
  position: absolute;
  top: calc(20% + 10px);
  z-index: 2;
}
.element-pattern-3 .element-pattern-block-background {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .element-pattern-3 .element-pattern-block-background {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-3 .element-pattern-block-background {
    width: 58px;
  }
}

/*Pattern positioning*/
@media (max-width: 1199.98px) {
  .element-pattern-left {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-left {
    padding-left: 58px;
  }
}
.element-pattern-left:before, .element-pattern-left:after {
  left: 0;
}
.element-pattern-left .element-pattern-icon {
  left: 0;
}
.element-pattern-left .element-pattern-block-background {
  left: 0;
}

@media (max-width: 1199.98px) {
  .element-pattern-right {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-right {
    padding-right: 58px;
  }
}
.element-pattern-right:before, .element-pattern-right:after,
.element-pattern-right .element-pattern-icon {
  right: 0;
}
.element-pattern-right .element-pattern-block-background {
  right: 0;
}

/*Pattern rounded corner positioning*/
@media (max-width: 1199.98px) {
  .element-pattern-rounded-left:before {
    border-bottom-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-rounded-left:before {
    border-bottom-left-radius: 25px;
  }
}
@media (max-width: 1199.98px) {
  .element-pattern-rounded-left:after {
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-rounded-left:after {
    border-top-left-radius: 25px;
  }
}
@media (max-width: 1199.98px) {
  .element-pattern-rounded-left .element-pattern-icon {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-rounded-left .element-pattern-icon {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (max-width: 1199.98px) {
  .element-pattern-rounded-right:before {
    border-bottom-right-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-rounded-right:before {
    border-bottom-right-radius: 25px;
  }
}
@media (max-width: 1199.98px) {
  .element-pattern-rounded-right:after {
    border-top-right-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-rounded-right:after {
    border-top-right-radius: 25px;
  }
}
@media (max-width: 1199.98px) {
  .element-pattern-rounded-right .element-pattern-icon {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .element-pattern-rounded-right .element-pattern-icon {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}

/*Buttons*/
.btn, .slick-arrow {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  white-space: normal;
}
.btn:hover, .slick-arrow:hover {
  text-decoration: none;
}
.btn, .slick-arrow {
  /*Search button*/
}
.btn.btn-search, .btn-search.slick-arrow {
  background: transparent;
  border: none;
}
@media (min-width: 992px) {
  .btn.btn-medium, .btn-medium.slick-arrow {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .btn.btn-standard, .btn-standard.slick-arrow {
    min-width: 233px;
  }
}
@media (min-width: 992px) {
  .btn.btn-standard-lg, .btn-standard-lg.slick-arrow {
    min-width: 270px;
  }
}
.btn, .slick-arrow {
  /*Stretches button full width at all breakpoints*/
}
.btn.btn-full, .btn-full.slick-arrow {
  width: 100%;
}
@media (max-width: 991.98px) {
  .btn.btn-full-xs, .btn-full-xs.slick-arrow {
    width: 100%;
  }
  .btn.btn-full-xs:not(:last-child), .btn-full-xs.slick-arrow:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*Prmary button*/
.btn-primary {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px transparent;
  min-height: 48px;
  overflow: hidden;
  padding: 9px 25px 5px;
}
@media (max-width: 767.98px) {
  .btn-primary {
    border-radius: 50px;
  }
}
@media (min-width: 768px) {
  .btn-primary {
    border-radius: 100px;
  }
}
.btn-primary.btn-sm {
  padding: 9px 35px 5px;
}
.btn-primary.btn-sm-wider {
  padding: 9px 55px 5px;
}
.btn-primary.btn-md-wider {
  padding: 9px 70px 5px;
}
.btn-primary:hover {
  color: #C8102E;
}

/*Dropdown button*/
.btn-dropdown {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  border: solid 1px;
  min-height: 48px;
  overflow: hidden;
  padding: 9px 40px 5px 25px;
}
@media (max-width: 767.98px) {
  .btn-dropdown {
    border-radius: 50px;
  }
}
@media (min-width: 768px) {
  .btn-dropdown {
    border-radius: 100px;
  }
}
.btn-dropdown:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  width: 0;
}
.btn-dropdown:hover {
  color: inherit;
}
.btn-dropdown:hover:after {
  transform: translateY(-50%);
}

.btn-dropdown-light {
  border-color: #494D4F;
  color: #FFF;
}
.btn-dropdown-light:after {
  border-top-color: #494D4F;
}
.btn-dropdown-light:hover {
  border-color: #FFF;
}

.btn-dropdown-dark {
  border-color: #efefef;
  color: #25282A;
}
.btn-dropdown-dark:after {
  border-top-color: #C8102E;
}
.btn-dropdown-dark:hover {
  border-color: #C8102E;
}

/*Button with arrow inside white circle*/
.btn-arrow-circle, .slick-arrow {
  align-items: center;
  border-radius: 50%;
  border: none;
  display: flex;
  height: 64px;
  justify-content: center;
  padding: 0;
  transition: 0.4s;
  width: 64px;
}
.btn-arrow-circle:before, .slick-arrow:before {
  background: url("../images/icons/icon-arrow-red.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 18px;
  transition: 0.4s;
  width: 23px;
}
.btn-arrow-circle:hover, .slick-arrow:hover {
  background: #C8102E;
}
.btn-arrow-circle:hover:before, .slick-arrow:hover:before {
  background-image: url("../images/icons/icon-arrow-white.svg");
}

.btn-arrow-light {
  background: #FFF;
}

.btn-arrow-dark {
  background: #494D4F;
}

.btn-arrow-left:before, .slick-prev:before {
  transform: rotate(0);
}

.btn-arrow-right:before, .slick-next:before {
  transform: rotate(180deg);
}

/*Button color options*/
.btn-red {
  background-color: #C8102E;
  color: #FFF;
}
.btn-red:hover {
  background-color: #A6192E;
  color: #FFF;
}

.btn-gray {
  background-color: #E9EAEA;
  color: #25282A;
}
.btn-gray:hover {
  background-color: #494D4F;
  color: #FFF;
}

.btn-white {
  background-color: #FFF;
  color: #25282A;
}
.btn-white:hover {
  background-color: #A6192E;
  color: #FFF;
}

.btn-white-bordered {
  border-color: #494D4F;
  background-color: #FFF;
  color: #25282A;
}
.btn-white-bordered:hover {
  background-color: #A6192E;
  color: #FFF;
}

.btn-red-outline {
  border-color: #C8102E;
  background: transparent;
  color: #C8102E;
  border-width: 2px;
}
.btn-red-outline:hover {
  background-color: #C8102E;
  color: #FFF;
}

/*Button row*/
.btn-row {
  align-items: center;
  display: inline-flex;
}
@media (min-width: 992px) {
  .btn-row:not(.sm-btn-row) {
    margin-right: -7px;
    margin-left: -7px;
  }
}
@media (max-width: 991.98px) {
  .btn-row:not(.sm-btn-row) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-row.inline-xs {
  display: flex;
  justify-content: space-between;
}
.btn-row.inline-xs .btn:first-child, .btn-row.inline-xs .slick-arrow:first-child {
  margin-bottom: 0;
}
.btn-row.inline-xs .btn-full-xs {
  width: 45% !important;
}
@media (max-width: 991.98px) {
  .btn-row:not(.inline-xs) {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .btn-row .btn, .btn-row .slick-arrow {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 374.98px) {
  .btn-row .btn, .btn-row .slick-arrow {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .btn-row .dropdown {
    width: 100%;
  }
  .btn-row.btn-full-xs {
    width: 100%;
  }
}

/*Stacked column of buttons*/
.btn-stacked {
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .btn-stacked {
    width: 100%;
  }
}
.btn-stacked .btn:not(:last-child), .btn-stacked .slick-arrow:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .btn-stacked .btn.btn-full-xs, .btn-stacked .btn-full-xs.slick-arrow {
    width: 100%;
  }
}

/*Global combined dropdown/dropup setup*/
.dropdown,
.dropup {
  position: relative;
}
/*Global dropdown setup*/
/*Global dropup setup*/
/*Global dropdown toggle setup which adds arrow behind dropdown toggle*/
.dropdown-toggle {
  align-items: center;
  display: flex;
  position: relative;
  transition: 0.4s;
}
.dropdown-toggle:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #C8102E;
  content: "";
  display: block;
  height: 0;
  margin: -3px 0 0 5px;
  transform: rotate(0);
  transition: 0.4s;
  width: 0;
}
.dropdown-toggle.show:after {
  transform: rotate(-180deg);
}

/*Global dropdown menu setup*/
.dropdown-menu {
  background: #F5F5F5;
  display: block;
  list-style: none;
  margin-top: 0;
  min-width: 200px;
  opacity: 0;
  padding: 20px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: 0.4s;
  visibility: hidden;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    width: 100%;
    padding: 25px;
  }
}
.dropdown-menu.dropdown-menu[data-bs-popper] {
  margin-top: 10px;
}
.dropdown-menu.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

@media (max-width: 1199.98px) {
  .dropdown-menu-small {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-small {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-small {
    padding: 15px 30px;
  }
}
.dropdown-menu-small .dropdown-link {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .dropdown-menu-large {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    padding: 70px 80px;
  }
}
.dropdown-menu-large .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown-menu-large .dropdown-link {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 2.1rem;
}

/*Primary dropdown menu*/
/*Dropdown list*/
.dropdown-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/*Dropdown item*/
/*Dropdown link*/
.dropdown-link {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  transition: 0.4s;
  white-space: nowrap;
  color: #25282A;
  text-decoration: none;
}
.dropdown-link:hover {
  color: #C8102E;
}

.figure {
  margin-bottom: 0;
  /*Image offset options*/
}
.figure {
  /*Offset alignment options*/
}
@media (min-width: 1200px) {
  .figure.align-left {
    float: left;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .figure.align-left {
    margin: 10px 40px 40px -33%;
    max-width: 75%;
  }
}
@media (min-width: 1400px) {
  .figure.align-left {
    margin: 10px 50px 50px -33%;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .figure.align-right {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .figure.align-right {
    margin: 10px -35% 40px 40px;
    max-width: 75%;
  }
}
@media (min-width: 1400px) {
  .figure.align-right {
    margin: 10px -40% 50px 50px;
    max-width: 85%;
  }
}

/*Used to display form fields within columns*/
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/*Form group*/
.form-group {
  display: flex;
  position: relative;
}
.form-group label.error {
  color: red;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 5px;
}
.form-group .input-errors li {
  color: red;
  font-size: 1.4rem;
}
.form-group {
  /*Displays label on top of field*/
}
.form-group:not(.form-group-inline) {
  flex-direction: column;
  margin-bottom: 30px;
}
.form-group {
  /*Displays label/field inline*/
}
.form-group.form-group-inline {
  align-items: center;
  display: flex;
  position: relative;
}
.form-group.form-group-inline .form-label {
  flex: 1;
  margin: 10px 25px 0 0;
}
.form-group.form-group-inline .form-control {
  padding: 30px 20px 20px 0;
  width: 100%;
}
.form-group {
  /*Smaller margins*/
}
.form-group.form-group-sm:not(:last-child) {
  margin-bottom: 10px;
}

/*Global form labels*/
.form-label {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
  /*Color options*/
}
.form-label.label-light {
  color: #FFF;
}
.form-label.label-dark {
  color: #25282A;
}

/*Global input styles*/
.form-control {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  -webkit-appearance: none;
  align-items: center;
  border-radius: 5px;
  box-shadow: none;
  display: inline-flex;
  line-height: 1.4;
  transition: 0.4s;
}
.form-control:not(textarea):not(.control-transparent) {
  height: 46px;
}
.form-control:not(.control-transparent) {
  border: solid 1px;
  padding: 8px 15px 5px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #494D4F;
}
.form-control::placeholder {
  color: #494D4F;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-control {
  /*Input color options*/
}
.form-control.control-light {
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
}
.form-control.control-light::-moz-placeholder {
  color: #FFF;
}
.form-control.control-light::placeholder {
  color: #FFF;
}
.form-control.control-dark {
  background-color: transparent;
  border-color: #efefef;
  color: #53565A;
}
.form-control.control-dark::-moz-placeholder {
  color: #53565A;
}
.form-control.control-dark::placeholder {
  color: #53565A;
}
.form-control.control-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
  padding: 0;
}
.form-control.control-transparent::-moz-placeholder {
  color: #FFF;
}
.form-control.control-transparent::placeholder {
  color: #FFF;
}

/*Global textarea*/
textarea.form-control:not(.control-transparent) {
  padding-top: 15px;
}

/*Global select*/
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  height: 50px;
  padding: 10px 15px;
  position: relative;
}
/*Custom checkbox*/
.form-check {
  list-style: none;
  padding: 0;
}
.form-check:not(:last-child) {
  margin-bottom: 25px;
}
.form-check {
  /*Checkbox label*/
}
.form-check label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  margin: 0;
  min-height: 24px;
  padding: 4px 0 2px 30px;
  position: relative;
  /*Combined*/
}
.form-check label:before, .form-check label:after {
  content: "";
  position: absolute;
  transition: 0.4s;
}
.form-check label {
  /*Unchecked*/
}
.form-check label:before {
  background: #FFF;
  border-radius: 3px;
  border: solid 2px #494D4F;
  height: 20px;
  left: 0;
  top: 6px;
  width: 20px;
}
.form-check label:after {
  top: 11px;
}
.form-check {
  /*Combined styles*/
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  opacity: 0;
  position: absolute;
  /*Unchecked*/
}
.form-check input[type=checkbox] + label:after,
.form-check input[type=radio] + label:after {
  opacity: 0;
  visibility: hidden;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  /*Checked*/
}
.form-check input[type=checkbox]:checked + label:before,
.form-check input[type=radio]:checked + label:before {
  border-color: #494D4F;
}
.form-check input[type=checkbox]:checked + label:after,
.form-check input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  /*Disabled*/
}
.form-check input[type=checkbox]:disabled:hover + label,
.form-check input[type=radio]:disabled:hover + label {
  cursor: not-allowed;
}
.form-check input[type=checkbox]:disabled + label,
.form-check input[type=radio]:disabled + label {
  opacity: 0.3;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  /*Focused*/
}
.form-check input[type=checkbox]:focus + label:before,
.form-check input[type=radio]:focus + label:before {
  outline: 1px dotted rgba(73, 77, 79, 0.3);
}
.form-check {
  /*Checkbox styles*/
}
.form-check input[type=checkbox] + label:after {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4xODcuNzczYTEgMSAwIDAxLjA0IDEuNDE0bC03LjU2MyA4YTEgMSAwIDAxLTEuNDUzIDBMLjc3MyA2LjU1MWExIDEgMCAwMTEuNDU0LTEuMzc0bDIuNzEgMi44NjdMMTEuNzc0LjgxM2ExIDEgMCAwMTEuNDE0LS4wNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  height: 10px;
  left: 4px;
  width: 13px;
}
.form-check input[type=checkbox]:checked + label:before {
  background: #25282A;
  border-color: #25282A;
}
.form-check {
  /*Radio styles*/
}
.form-check input[type=radio] + label:before, .form-check input[type=radio] + label:after {
  border-radius: 50%;
}
.form-check input[type=radio] + label:after {
  background: #25282A;
  height: 20px;
  left: 7px;
  width: 20px;
}
/*Inline row of input fields*/
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575.98px) {
  .form-inline {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .form-inline .form-control {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .form-inline .form-control {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    flex: 1;
  }
}
@media (max-width: 575.98px) {
  .form-inline .btn, .form-inline .slick-arrow {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-inline .btn, .form-inline .slick-arrow {
    margin-left: -2px;
    margin-right: -2px;
  }
}

.mobile-form h3 {
  color: #fff;
}

#pardot-form {
  color: #666666;
  font: 13px/120% Tahoma, Arial, Helvetica, Verdana, sans-serif;
  margin: 0.5em 0 1em;
  padding: 0.5em;
}

.field-transparent {
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 5px;
}

.form-iframe {
  width: 100%;
}

.form-embed-container.max-form-750 {
  max-width: 680px;
  margin: 0 auto;
}
.form-embed-container .gform_wrapper .gform-field-label, .form-embed-container .gform_wrapper .gfield_description {
  color: #FFF;
}
.form-embed-container .gform_wrapper .gfield_required {
  color: #efefef !important;
}
.form-embed-container .cms-styles {
  padding-left: 20px;
  padding-right: 30px;
}
.form-embed-container .cms-styles h2, .form-embed-container .cms-styles h3, .form-embed-container .cms-styles h1 {
  color: #FFF;
}
.form-embed-container #mc_embed_signup {
  background: transparent;
}
.form-embed-container #mc_embed_signup h2 {
  color: #FFF;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .form-embed-container #mc_embed_signup h2 {
    font-size: 3.2rem !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .form-embed-container #mc_embed_signup h2 {
    font-size: 4rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .form-embed-container #mc_embed_signup h2 {
    font-size: 5.1rem !important;
  }
}
@media (min-width: 1800px) {
  .form-embed-container #mc_embed_signup h2 {
    font-size: 6.4rem !important;
  }
}
.form-embed-container #mc_embed_signup label {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  color: #FFF;
}
.form-embed-container #mc_embed_signup input[type=email], .form-embed-container #mc_embed_signup input[type=text], .form-embed-container #mc_embed_signup input[type=url], .form-embed-container #mc_embed_signup input[type=tel], .form-embed-container #mc_embed_signup input[type=password], .form-embed-container #mc_embed_signup textarea, .form-embed-container #mc_embed_signup input[type=zip] {
  background: #25282A;
  color: #FFF;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.form-embed-container #mc_embed_signup select {
  background: #25282A;
  color: #FFF;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 100% !important;
  border-radius: 3px;
}
.form-embed-container #mc_embed_signup input[type=submit] {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px transparent;
  min-height: 48px;
  overflow: hidden;
  padding: 9px 25px 5px;
  background: #C8102E;
  border-radius: 24px !important;
}
.form-embed-container #mc_embed_signup div#mce-responses {
  width: 100% !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
}
.form-embed-container #mc_embed_signup input[type=checkbox] {
  margin-right: 5px;
}
.form-embed-container #mc_embed_signup input.mce_inline_error {
  border: 2px solid #C8102E !important;
}
.form-embed-container #mc_embed_signup div.mce_inline_error {
  color: #C8102E !important;
}
.form-embed-container #mc_embed_signup .asterisk {
  color: #C8102E !important;
}
.form-embed-container #mc_embed_signup h2 {
  display: none;
}

.form-options-container-contact {
  padding: 25px;
}
.form-options-container-contact h2 {
  margin-bottom: 10px;
}
.form-options-container-contact .form-intro {
  margin-bottom: 15px;
}
.form-options-container-contact .form-question {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.form-options-container-contact .form-option {
  margin-left: -20px;
  margin-right: -20px;
}

#footer_form_options, #contact_form_options {
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
  font-size: 14px;
  background-color: white;
  color: black;
  border: 1.5px solid #999999;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  padding: 8px !important;
}

/*
HEADING OPTIONS

heading-large - 96
heading-medium - 64
heading-small - 32
*/
/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

.heading-large {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-large {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .heading-large {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-large {
    font-size: 7.6rem;
    letter-spacing: -1px;
  }
}
@media (min-width: 1800px) {
  .heading-large {
    font-size: 9.6rem;
    letter-spacing: -1px;
  }
}
.heading-large {
  display: block;
}

.heading-large-force {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .heading-large-force {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .heading-large-force {
    font-size: 6rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-large-force {
    font-size: 7.6rem !important;
    letter-spacing: -1px !important;
  }
}
@media (min-width: 1800px) {
  .heading-large-force {
    font-size: 9.6rem !important;
    letter-spacing: -1px !important;
  }
}
.heading-large-force {
  display: block;
}

.heading-medium {
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .heading-medium {
    font-size: 3.2rem !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .heading-medium {
    font-size: 4rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-medium {
    font-size: 5.1rem !important;
  }
}
@media (min-width: 1800px) {
  .heading-medium {
    font-size: 6.4rem !important;
  }
}
.heading-medium {
  display: block;
}

.heading-small {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-small {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .heading-small {
    letter-spacing: 2px;
  }
}
.heading-small {
  display: block;
}
.heading-small.shrink-spacing {
  letter-spacing: 1px;
}

.heading-xsmall {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .heading-xsmall {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .heading-xsmall {
    letter-spacing: 2px;
  }
}
.heading-xsmall {
  display: block;
}

/*Add transition to all heading options*/
[class*=heading-] {
  transition: 0.4s;
}
[class*=heading-] a:hover {
  color: #C8102E;
}

ol {
  margin-bottom: 30px;
  padding: 0 0 0 20px;
}
ol li:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .list-column-two {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

/*General unstyled list*/
.list-unstyled {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-unstyled li:not(:last-child) {
  margin-bottom: 10px;
}

/*Used to display elements inline on all screens*/
.list-inline {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
.list-inline li:not(:last-child),
.list-inline .list-item:not(:last-child) {
  margin-right: 30px;
}

/*Used to display elements inline on desktop*/
.list-inline-lg {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .list-inline-lg {
    align-items: center;
    display: inline-flex;
  }
}
@media (max-width: 767.98px) {
  .list-inline-lg li:not(:last-child),
  .list-inline-lg .list-item:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .list-inline-lg li:not(:last-child),
  .list-inline-lg .list-item:not(:last-child) {
    margin-right: 30px;
  }
}

/*Used to display elements inline on desktop with divider between items*/
.list-inline-dividers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: inline-flex;
}
.list-inline-dividers li,
.list-inline-dividers .list-item {
  position: relative;
}
.list-inline-dividers li:not(:first-child),
.list-inline-dividers .list-item:not(:first-child) {
  padding-left: 20px;
}
.list-inline-dividers li:not(:first-child):before,
.list-inline-dividers .list-item:not(:first-child):before {
  background: #53565A;
  content: "";
  height: 50px;
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.list-inline-dividers li:not(:last-child),
.list-inline-dividers .list-item:not(:last-child) {
  padding-right: 20px;
}

/*Used to display a list of items inline (breakpoint specific)*/
.list-inline-dividers-md {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .list-inline-dividers-md {
    align-items: center;
    display: inline-flex;
  }
}
.list-inline-dividers-md .list-item {
  align-items: center;
  display: flex;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .list-inline-dividers-md .list-item:not(:last-child) {
    border-right: solid 1px #53565A;
  }
}
@media (max-width: 767.98px) {
  .list-inline-dividers-md.list-gutters-sm .list-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .list-inline-dividers-md.list-gutters-sm .list-item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .list-inline-dividers-md.list-gutters-lg .list-item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .list-inline-dividers-md.list-gutters-lg .list-item:not(:last-child) {
    margin-right: 50px;
    padding-right: 50px;
  }
}

/*General list with gray/blue bullets*/
.list-bullets, .site-main .post__list-undefined, .cms-styles > ul {
  list-style: none;
  margin: 0 0 35px 13px;
  padding: 0;
}
.list-bullets li, .site-main .post__list-undefined li, .cms-styles > ul li {
  align-items: center;
  padding: 0 0 0 15px;
  position: relative;
}
.list-bullets li:not(:last-child), .site-main .post__list-undefined li:not(:last-child), .cms-styles > ul li:not(:last-child) {
  margin-bottom: 9px;
}
.list-bullets li:before, .site-main .post__list-undefined li:before, .cms-styles > ul li:before {
  background: rgba(37, 40, 42, 0.5);
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
}
.list-bullets.blue-bullets, .site-main .blue-bullets.post__list-undefined, .cms-styles > ul.blue-bullets {
  margin: 5px 0 15px 30px;
}
.list-bullets.blue-bullets li, .site-main .blue-bullets.post__list-undefined li, .cms-styles > ul.blue-bullets li {
  padding: 0 0 0 21px;
}
.list-bullets.blue-bullets li:not(:last-child), .site-main .blue-bullets.post__list-undefined li:not(:last-child), .cms-styles > ul.blue-bullets li:not(:last-child) {
  margin-bottom: 7px;
}
.list-bullets.blue-bullets li:before, .site-main .blue-bullets.post__list-undefined li:before, .cms-styles > ul.blue-bullets li:before {
  background: #5bc2e7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}

/*Used to display elements inline on desktop with bullet dividers*/
.list-bullets-inline {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .list-bullets-inline {
    align-items: center;
  }
}
.list-bullets-inline li:not(:first-child):before,
.list-bullets-inline .list-item:not(:first-child):before {
  content: "·";
  display: inline-block;
  margin: 5px 3px 5px 5px;
}
.list-bullets-inline {
  /*Color options*/
}
/*Adds numbers before list item*/
.list-numbers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  counter-reset: listNumbers;
}
.list-numbers li,
.list-numbers .list-item {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .list-numbers li:not(:last-child),
  .list-numbers .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .list-numbers li:not(:last-child),
  .list-numbers .list-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.list-numbers li:before, .list-numbers li:after,
.list-numbers .list-item:before,
.list-numbers .list-item:after {
  display: block;
  position: absolute;
}
.list-numbers li:before,
.list-numbers .list-item:before {
  border-radius: 50%;
  content: "";
  height: 30px;
  left: 0;
  top: 0;
  width: 30px;
  z-index: 1;
}
.list-numbers li:after,
.list-numbers .list-item:after {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  content: counter(listNumbers);
  counter-increment: listNumbers;
  left: 10px;
  letter-spacing: -0.01em;
  line-height: 1;
  top: 6px;
  z-index: 15;
}

/*Bullet color options*/
/*Used to create a stacked list*/
.list-stacked {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-stacked li:not(:last-child),
.list-stacked .list-item:not(:last-child) {
  margin-bottom: 8px;
}
.list-stacked .list-link {
  color: inherit;
}
.list-stacked .list-link:hover {
  text-decoration: underline;
}

/*Splits list into two columns*/
@media (min-width: 992px) {
  .list-col-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .list-col-2-lg {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (min-width: 992px) {
  .list-checkmark .list-item {
    display: flex;
  }
}
.list-checkmark .list-item {
  position: relative;
  align-items: center;
  text-align: left;
  margin-bottom: 0px !important;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.list-checkmark .list-item.lg-spacing {
  padding: 18px 0px;
}
@media (min-width: 992px) {
  .list-checkmark .list-item.xl-spacing {
    padding: 35px 0px;
  }
}
@media (max-width: 991.98px) {
  .list-checkmark .list-item.xl-spacing {
    padding: 23px 0px;
  }
}
.list-checkmark .list-item.border-top-gray {
  border-top: 1px solid rgba(83, 86, 90, 0.2);
}
.list-checkmark .list-item.border-top-white {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.list-checkmark .list-item .icon {
  width: 75px;
  height: 75px;
  display: block;
  margin-right: 27px;
}
.list-checkmark .list-item .icon.blue-checkmark {
  background-image: url("../images/icons/icon-blue-check.svg");
}
.list-checkmark .list-item .icon.gray-blue-checkmark {
  background-image: url("../images/icons/icon-gray-blue-check.svg");
}

.list-checkmarks {
  margin: 5px 0 15px 30px;
}
.list-checkmarks .list-item.border-top {
  border-top: 1px solid transparent;
}
.list-checkmarks .list-item.border-top.border-white {
  border-color: #FFF;
}
.list-checkmarks li {
  position: relative;
  padding: 50px 0px 50px 100px;
  max-width: 570px;
  min-height: 133px;
}
.list-checkmarks li:not(:last-child) {
  margin-bottom: 0px;
}
.list-checkmarks li:before {
  background-image: url("../images/icons/icon-gray-blue-check.svg");
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 75px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
}
/*Stacked menu with icons & red indicators*/
.list-menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .list-menu {
    max-width: 90%;
  }
}
.list-menu .list-link {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  border-bottom: solid 1px rgba(83, 86, 90, 0.2);
  color: #25282A;
  display: flex;
  font-size: 3.2rem;
  padding: 23px 25px 18px;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .list-menu .list-link {
    font-size: 1.8rem;
    padding: 13px 25px 8px;
    letter-spacing: 2px;
  }
}
.list-menu .list-link {
  justify-content: space-between;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
}
.list-menu .list-link:after {
  background-repeat: no-repeat;
  content: "";
  display: flex;
  justify-content: center;
  position: absolute;
  right: 25px;
  width: 60px;
}
@media (max-width: 991.98px) {
  .list-menu .list-link:after {
    width: 40px;
    background-size: contain !important;
    height: 30px !important;
  }
}
.list-menu .list-link:after {
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.list-menu .list-link:hover, .list-menu .list-link.is-current {
  background: #C8102E;
  color: #FFF;
}
.list-menu .list-item:first-child .is-current {
  border-radius: 25px 25px 0px 0px;
}
.list-menu .list-item:nth-last-child(2) .is-current {
  border-radius: 0px 0px 25px 25px;
}
.list-menu {
  /*Icon options*/
}
.list-menu .list-icon-work:after {
  background-image: url("../images/icons/icon-work-dark.svg");
  height: 37px;
}
.list-menu .list-icon-work:hover:after {
  background-image: url("../images/icons/icon-work-light.svg");
}
.list-menu .list-icon-request:after {
  background-image: url("../images/icons/icon-request-dark.svg");
  height: 44px;
}
.list-menu .list-icon-request:hover:after {
  background-image: url("../images/icons/icon-request-light.svg");
}
.list-menu .list-icon-respect:after {
  background-image: url("../images/icons/icon-respect-dark.svg");
  height: 42px;
}
.list-menu .list-icon-respect:hover:after {
  background-image: url("../images/icons/icon-request-light.svg");
}
.list-menu .list-icon-community:after {
  background-image: url("../images/icons/icon-community-dark.svg");
  height: 47px;
}
.list-menu .list-icon-community:hover:after {
  background-image: url("../images/icons/icon-community-light.svg");
}
.list-menu .list-icon-resources:after {
  background-image: url("../images/icons/icon-resources-dark.svg");
  height: 35px;
}
.list-menu .list-icon-resources:hover:after {
  background-image: url("../images/icons/icon-resources-light.svg");
}
.list-menu .list-icon-mobile:after {
  background-image: url("../images/icons/icon-mobile-dark.svg");
  height: 44px;
}
.list-menu .list-icon-mobile:hover:after {
  background-image: url("../images/icons/icon-mobile-light.svg");
}

.contact-icons {
  margin-top: 15px;
}
.contact-icons .contact-icon {
  position: relative;
  display: flex;
}
.contact-icons .contact-icon a {
  margin-left: 10px;
  text-decoration: none;
}
.contact-icons .contact-icon a:hover {
  color: #C8102E;
}
.contact-icons .contact-icon.icon-mail::before {
  content: "";
  background: url("../images/icons/icon-mail.svg") no-repeat;
  height: 34px;
  width: 30px;
  display: inline-block;
}
.contact-icons .contact-icon.icon-linkedin::before {
  content: "";
  background: url("../images/icons/icon-linkedin.svg") no-repeat;
  height: 34px;
  width: 30px;
  display: inline-block;
}

/*Sliding nav indicators*/
.navbar-sliding-indicators {
  position: relative;
  transition: 0.4s;
}
.navbar-sliding-indicators .nav-indicator {
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
  z-index: 1;
}
.navbar-sliding-indicators .nav-indicator-red {
  background: #C8102E;
}

/* Components - specific elements that make up a page */
/*Used when cards are wrapped with an anchor*/
.card-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}
.card-link.card-hover-overlay .card-image-container {
  overflow: hidden;
  position: relative;
}
.card-link.card-hover-overlay .btn-slide-up {
  bottom: 30px;
  position: absolute;
  right: 30px;
  transition: 0.4s;
  transform: translateY(80px);
  z-index: 1;
}
.card-link.card-hover-overlay:hover .btn-slide-up {
  transform: translateY(0);
}

/*Used to display a single feature*/
@media (min-width: 576px) and (max-width: 991.98px) {
  .card-feature .card-link {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.card-feature .card-image-container {
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-feature .card-image-container {
    max-width: 230px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .card-feature .card-image-container {
    flex: 1;
  }
}
@media (max-width: 575.98px) {
  .card-feature .card-body {
    padding-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .card-feature .card-body {
    flex: 1;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .card-feature .card-body {
    padding-top: 20px;
  }
}
.card-feature .card-footer {
  width: 100%;
}
.card-feature .card-image {
  transform: scale(1.1) translateY(-10px);
}

/*Card with centered content*/
.card-centered-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .card-centered-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .card-centered-content .card-body {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) {
  .card-centered-content .card-pad-sm {
    padding: 40px 10%;
  }
}
@media (max-width: 1399.98px) {
  .card-centered-content .card-pad-md {
    padding: 50px 10%;
  }
}
@media (min-width: 1400px) {
  .card-centered-content .card-pad-md {
    padding: 50px 15%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-centered-content .card-pad-lg {
    padding: 50px 10%;
  }
}
@media (min-width: 1200px) {
  .card-centered-content .card-pad-lg {
    padding: 100px 20%;
  }
}
@media (min-width: 768px) {
  .card-centered-content .card-pad-xl {
    padding: 180px 20%;
  }
}
.card-centered-content .card-title-tl {
  left: 10px;
  position: absolute;
  top: 5px;
  z-index: 1;
}

/*Individual resource card*/
.card-resource {
  background: #FFF;
  height: 100%;
  padding: 75px 40px;
  text-align: center;
}
.card-resource .card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-resource .card-img {
  height: auto;
  margin: 0 auto 40px;
  max-width: 100%;
}
.card-resource .card-footer {
  padding-top: 15px;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 24px;
  z-index: 10;
  opacity: 1;
}
.modal .close:before {
  background-image: url("/assets/images/icons/icon-close.svg");
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-size: 100% auto;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.popup-vimeo-modal .modal-content {
  background: transparent;
}
.popup-vimeo-modal .modal-header {
  height: 60px;
}
@media (min-width: 1500px) {
  .popup-vimeo-modal .modal-dialog {
    max-width: 1300px !important;
  }
}

/*Global navbar*/
.navbar {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 1199.98px) {
  .sm-mobile-updt {
    top: 0px;
    z-index: 5;
    background-image: url("/assets/images/icons/road-graphic.svg") !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 175% !important;
    padding: 0px !important;
  }
  .sm-mobile-updt .mobile-logo {
    background-color: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-mobile-updt .navbar-primary {
    padding: 25px 20px 0px;
  }
  .sm-mobile-updt .dropdown-menu.dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }
  .sm-mobile-updt .dropdown-menu-large {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 999;
  }
  .sm-mobile-updt .dropdown-toggle {
    width: 100%;
  }
  .sm-mobile-updt .dropdown-toggle:after {
    position: absolute;
    right: 0;
    border: none;
    background-image: url("/assets/images/icons/icon-mobile-forward-arrow.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 14px;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggle {
    top: 4px !important;
  }
}

@media (max-width: 991.98px) {
  .toggler-icons {
    width: 13px !important;
    height: 14px !important;
  }
}

.slick-track {
  margin: 0;
}

/*Global slider dots setup*/
.slick-dots {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: inline-flex;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.slick-dots li.slick-active button:before {
  background: #FFF;
}
.slick-dots button {
  align-items: center;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  font-size: 0;
  height: 10px;
  justify-content: center;
  line-height: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  transition: 0.4s;
  width: 30px;
}
.slick-dots button:before {
  background: rgb(219.5, 219.5, 219.5);
  content: "";
  display: block;
  height: 3px;
  width: 100%;
}

/*Global arrow setup*/
@media (max-width: 991.98px) {
  .slick-arrow .btn, .slick-arrow .slick-arrow {
    margin-left: 0;
    margin-right: 0;
  }
}
.slick-arrow {
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  .slick-arrow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

/*Slider control options*/
.slider-controls-light .slick-arrow {
  background-color: #FFF;
  border-color: #FFF;
}
.slider-controls-light .slick-arrow:before {
  background-image: url("../images/icons/icon-arrow-red.svg");
}
.slider-controls-light .slick-arrow:hover {
  background-color: #C8102E;
}
.slider-controls-light .slick-arrow:hover:before {
  background-image: url("../images/icons/icon-arrow-white.svg");
}

.slider-controls-dark .slick-arrow {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.slider-controls-dark .slick-arrow:before {
  background-image: url("../images/icons/icon-arrow-red.svg");
}
.slider-controls-dark .slick-arrow:hover {
  background-color: #C8102E;
}
.slider-controls-dark .slick-arrow:hover:before {
  background-image: url("../images/icons/icon-arrow-white.svg");
}

/*Adds 30px gutter between slider items*/
.slider-gutters-30 {
  padding-top: 30px;
}
.slider-gutters-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-gutters-30 .slider-item {
  padding-left: 15px;
  padding-right: 15px;
}

/*Global slider container, for arrow positioning*/
.slider-container {
  position: relative;
}
.slider-container .slider-header {
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .slider-container .slider-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .slider-container .slider-header {
    max-width: 25%;
  }
}

.slider-arrows {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 18px;
}
.slider-arrows .slick-arrow {
  margin: 0 12px;
}

/*Displays slider arrows on the left/right side of slider*/
.slider-arrows-outside {
  position: relative;
}
@media (min-width: 1400px) {
  .slider-arrows-outside .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .slider-arrows-outside .slick-prev {
    left: 5%;
  }
}
@media (min-width: 1800px) {
  .slider-arrows-outside .slick-prev {
    left: 10%;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .slider-arrows-outside .slick-next {
    right: 5%;
  }
}
@media (min-width: 1800px) {
  .slider-arrows-outside .slick-next {
    right: 10%;
  }
}

.slider-col-3 .slider-item:nth-child(even) .card-resource {
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}
.slider-col-3 .slider-item:nth-child(odd) .card-resource {
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}

.timeline-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.timeline-container .swiper::before, .timeline-container .swiper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 33%;
  top: 0;
  z-index: 5;
}
.timeline-container .swiper::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.timeline-container .swiper::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.timeline-container .slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
  z-index: 10;
  width: auto;
  border: 0;
  color: #5BC2E7;
  background: transparent;
}
.timeline-container .slider-control.next {
  right: 0;
}
.timeline-container .slider-control .icon {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  border: solid 3px #5BC2E7;
}
.timeline-container .slider-control .label {
  font-size: var(--font-size-h6);
  font-family: var(--font-family-semi-bold);
}
.timeline-container .swiper-slide img {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
}
.timeline-container .swiper-slide-active img {
  opacity: 1;
}
.timeline-container .heading-medium {
  margin-bottom: 25px;
}
.timeline-container .timeline-navigation {
  display: flex;
  scroll-behavior: smooth;
  padding-inline: calc(50% - 50px);
  overflow-x: scroll;
  position: relative;
  margin-top: 35px;
  margin-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timeline-container .timeline-navigation::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background-color: transparent;
  display: none;
}
.timeline-container .timeline-navigation::-webkit-scrollbar-track, .timeline-container .timeline-navigation::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.timeline-container .timeline-navigation button {
  text-align: center;
  min-width: 150px;
  color: var(--color-blue-1);
  font-family: var(--font-family-headings);
  font-size: var(--font-size-h3);
  text-wrap: nowrap;
  display: grid;
  gap: 7px;
  opacity: 0.5;
  place-content: center;
  background: transparent;
  border: none;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .timeline-container .timeline-navigation button {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .timeline-container .timeline-navigation button {
    letter-spacing: 2px;
  }
}
.timeline-container .timeline-navigation button.active {
  opacity: 1;
}
.timeline-container .timeline-navigation button.active .title::after {
  width: 100%;
  opacity: 1;
}
.timeline-container .timeline-navigation button .title {
  position: relative;
}
.timeline-container .timeline-navigation button .title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background: #C8102E;
  width: 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.timeline-container .timeline-content {
  max-width: 61ch;
  text-align: center;
  margin-inline: auto;
  position: relative;
  padding-top: var(--spacing-2);
}
.timeline-container .timeline-content .item {
  position: absolute;
  opacity: 0;
  top: var(--spacing-2);
  pointer-events: none;
  transition: opacity var(--transitions);
}
.timeline-container .timeline-content .item.active {
  display: block;
  position: static;
  opacity: 1;
  pointer-events: initial;
}
.timeline-container .timeline-content .item > *:first-child {
  margin-top: 0;
}
.timeline-container .timeline-content .item > *:last-child {
  margin-bottom: 0;
}
.timeline-container .timeline-content .extra-milestones-button {
  margin-top: 25px;
  background: transparent;
  padding: 0;
  border: none;
  color: #C8102E;
  text-decoration: underline;
}
.timeline-container .extra-milestones-modal h2 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .timeline-container .extra-milestones-modal .modal-dialog {
    max-width: 640px;
  }
}
.timeline-container .extra-milestones-modal .modal-body {
  padding: 45px 30px;
  text-align: left;
}
.timeline-container .extra-milestones-modal .extra-milestone-item:not(:last-child) {
  margin-bottom: 30px;
}
.timeline-container .extra-milestones-modal .extra-milestone-item img {
  margin-bottom: 20px;
}

/*Layout*/
.site-alert {
  background: #C8102E;
}
.site-alert .site-alert-content {
  padding: 10px 20px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
}
.site-alert .site-alert-content a {
  color: #FFF;
  text-decoration: underline;
}

/*Global site header*/
.site-header {
  background: #FFF;
  position: relative;
  transition: 0.4s;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .site-header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    background-color: #F5F5F5;
    padding-bottom: 0;
  }
}

/*Primary navigation*/
.navbar-primary {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navbar-primary {
    align-items: center;
    display: flex;
  }
}
.navbar-primary .nav-item {
  display: flex;
}
@media (max-width: 1199.98px) {
  .navbar-primary .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .navbar-primary .nav-item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .navbar-primary .nav-item:not(:last-child) {
    margin-bottom: 0px;
  }
}
.navbar-primary .nav-link {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .navbar-primary .nav-link {
    font-size: 3.2rem;
    padding: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-primary .nav-link {
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .navbar-primary .nav-link {
    padding: 15px 20px;
  }
}
.navbar-primary {
  /*Navbar color options*/
}
.navbar-primary.navbar-text-dark .nav-link {
  color: #25282A;
}
.navbar-primary.navbar-text-dark .nav-link:hover {
  color: #25282A;
}
.navbar-primary.navbar-text-light .nav-link {
  color: #FFF;
}
.navbar-primary.navbar-text-light .nav-link:hover {
  color: #FFF;
}

.nav-right-side {
  position: relative;
}
@media (max-width: 1199.98px) {
  .nav-right-side {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.nav-right-side .emergency-button {
  position: absolute;
  top: -35px;
  right: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #C8102E;
  display: block;
}
.nav-right-side .emergency-button:hover {
  color: #A6192E;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .nav-right-side .emergency-button {
    top: 0px;
    right: 0px;
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .nav-right-side .emergency-button {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}

.request-drivers-dropdown-container {
  position: relative;
}

.request-drivers-dropdown {
  position: absolute;
  background: #FFF;
  border-radius: 25px;
  border: 1px solid #494D4F;
  width: 240px;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .request-drivers-dropdown {
    right: 20px;
  }
}
.request-drivers-dropdown ul {
  padding-left: 0;
  list-style: none;
}
.request-drivers-dropdown ul li {
  display: block;
}
.request-drivers-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #494D4F;
}
.request-drivers-dropdown ul li a {
  display: block;
  text-align: center;
  padding: 6px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #494D4F;
}
.request-drivers-dropdown ul li a:hover {
  background: #494D4F;
  color: #FFF;
}

/*Secondary navigation*/
.navbar-secondary {
  display: flex;
}
@media (max-width: 1199.98px) {
  .navbar-secondary {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-secondary .nav-item {
    flex: 1;
    width: 50% !important;
    flex-basis: 50% !important;
  }
}
@media (min-width: 1200px) {
  .navbar-secondary .nav-item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .navbar-secondary .btn, .navbar-secondary .slick-arrow {
    border-left: none;
    border-right: none;
    white-space: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .navbar-secondary .btn, .navbar-secondary .slick-arrow {
    border-radius: 0;
    width: 100%;
  }
}

/*Header container*/
.header-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .header-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*Site logo*/
.site-logo {
  background: center center/contain no-repeat;
  display: block;
  margin: 0;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .site-logo {
    height: 50px !important;
    width: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .site-logo {
    margin-left: 20px;
  }
}
@media (max-width: 1399.98px) {
  .site-logo {
    height: 70px;
    width: 140px;
  }
}
@media (min-width: 1400px) {
  .site-logo {
    height: 90px;
    width: 180px;
  }
}
.site-logo.logo-light {
  background-image: url("../images/logo-light.svg");
}
.site-logo.logo-dark {
  background-image: url("../images/logo-50.png");
}

/*Adds navigation toggle button on mobile*/
.navbar-toggle {
  background: transparent;
  border: none;
  height: 14px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 10px;
  transition: 0.4s;
  visibility: visible;
  width: 20px;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .navbar-toggle {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle {
  /*Default styles*/
}
.navbar-toggle.collapsed .toggler-icons {
  border-color: #25282A;
}
.navbar-toggle.collapsed .toggler-icons:before, .navbar-toggle.collapsed .toggler-icons:after {
  transform: translate(-50%, -50%);
}

/*Toggler icons*/
.toggler-icons {
  background: transparent;
  border-bottom: 2px solid transparent;
  border-color: transparent;
  border-top: 2px solid transparent;
  color: #53565A;
  display: block;
  font-size: 0;
  height: 14px;
  margin: 0 auto;
  position: relative;
  transition: 0.4s;
  width: 20px;
}
.toggler-icons:before, .toggler-icons:after {
  background: #53565A;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 100%;
}
.toggler-icons:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.toggler-icons:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*Position primary navigation off screen on mobile*/
.navigation-collapse {
  display: flex;
}
@media (max-width: 1199.98px) {
  .navigation-collapse {
    align-items: flex-start;
    background: #FFF;
    bottom: 0;
    display: block;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 30px 20px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 100;
  }
  .navigation-collapse.is-expanded, .navigation-collapse.is-active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}

/*Site footer*/
.site-footer {
  background: #25282A;
  color: #efefef;
}
@media (max-width: 991.98px) {
  .site-footer {
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    padding-bottom: 30px;
    padding-top: 80px;
  }
}
.site-footer .footer-list a {
  color: #efefef;
  text-decoration: none;
}

/*Secondary footer element with copyright*/
.footer-secondary {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .footer-secondary {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .footer-secondary {
    align-items: center;
    display: flex;
    padding-top: 80px;
  }
}

.footer-details {
  align-items: flex-start;
  display: flex;
}
@media (min-width: 992px) {
  .footer-details {
    margin-left: 30px;
  }
}

.footer-details-title {
  font-family: "DINNextLTPro-Bold";
  font-style: normal;
  font-weight: normal;
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 5px;
  white-space: nowrap;
}

.form-newsletter-options .form-question {
  font-family: "DINNextLTPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0.5% 10px !important;
  padding: 3px 2px;
}
.form-newsletter-options .form-options-container {
  margin: 0 0.5% !important;
  padding: 3px 2px;
}

/*Main content area*/
.site-main {
  position: relative;
}
.site-main .post__heading.post__heading-undefined {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .site-main .post__heading.post__heading-undefined {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .site-main .post__heading.post__heading-undefined {
    letter-spacing: 2px;
  }
}
.site-main .post__heading.post__heading-1 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .site-main .post__heading.post__heading-1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .site-main .post__heading.post__heading-1 {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .site-main .post__heading.post__heading-1 {
    font-size: 7.6rem;
    letter-spacing: -1px;
  }
}
@media (min-width: 1800px) {
  .site-main .post__heading.post__heading-1 {
    font-size: 9.6rem;
    letter-spacing: -1px;
  }
}
.site-main .post__heading.post__heading-2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .site-main .post__heading.post__heading-2 {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .site-main .post__heading.post__heading-2 {
    letter-spacing: 2px;
  }
}
.site-main .post__heading.post__heading-3 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .site-main .post__heading.post__heading-3 {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .site-main .post__heading.post__heading-3 {
    letter-spacing: 2px;
  }
}
.site-main .post__heading.post__heading-4 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .site-main .post__heading.post__heading-4 {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .site-main .post__heading.post__heading-4 {
    letter-spacing: 2px;
  }
}
.site-main .post__heading.post__heading-4 {
  font-size: 2.6rem !important;
}
.site-main .post__paragraph {
  margin-top: 20px;
}
.site-main .post__paragraph a {
  color: #C8102E !important;
}
.site-main .post__paragraph a:hover {
  color: #53565A !important;
}
.site-main .post__list-undefined {
  margin: auto !important;
  margin-bottom: 20px !important;
}
.site-main .post__list-undefined .blue-bullets {
  margin: 5px 0 15px 30px;
}
.site-main .post__list-undefined .blue-bullets li {
  padding: 0 0 0 21px;
}
.site-main .post__list-undefined .blue-bullets li:not(:last-child) {
  margin-bottom: 7px;
}
.site-main .post__list-undefined .blue-bullets li:before {
  background: #5bc2e7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}

.job-posting {
  max-width: 870px;
}
.job-posting h4 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #25282A;
}
.job-posting h3 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #25282A;
  margin-top: 40px;
}
.job-posting p {
  line-height: 1.5;
  margin-bottom: 12px;
}
.job-posting p strong {
  color: #25282A;
  letter-spacing: 0.01rem;
}
.job-posting ul {
  padding-left: 0;
  list-style: none;
}
.job-posting ul li {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-left: 12px;
  padding-left: 13px;
  background-image: url("/assets/images/icons/icon-bullet.svg");
  background-repeat: no-repeat;
  background-position: 0px 9px;
}
.job-posting ul :last-child {
  margin-bottom: 20px !important;
}

.offset-leader .offset-image {
  margin-bottom: -120px;
}

.job-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1028px) {
  .job-inner {
    flex-wrap: wrap;
  }
}
.job-inner .details-left {
  max-width: 870px;
  flex-grow: 1;
}
.job-inner .sidebar-right {
  min-width: 500px;
  flex-basis: 500px;
  margin-left: 30px;
}
@media (max-width: 1800px) {
  .job-inner .sidebar-right {
    min-width: 400px;
    flex-basis: 400px;
  }
}
@media (max-width: 1400px) {
  .job-inner .sidebar-right {
    min-width: 300px;
    flex-basis: 300px;
  }
}
@media (max-width: 1028px) {
  .job-inner .sidebar-right {
    max-width: 600px;
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
    margin-top: 30px;
    margin-left: 0;
  }
}
.job-inner .sidebar-right .social-share {
  margin-top: 35px;
}
.job-inner .sidebar-right .social-share h4 {
  margin-bottom: 15px;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-sidebar {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  height: 100%;
}

.top-nav .left-nav.desktop > li > a {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
  letter-spacing: 1px !important;
  line-height: 1.9 !important;
  text-transform: uppercase !important;
  padding: 10px 10px 6px !important;
}

.top-nav .left-nav.desktop > li ul {
  top: 45px !important;
}

.left-nav.desktop {
  position: relative;
  top: 7px !important;
}

@media only screen and (max-width: 860px) {
  body.lab_top_menu .top-nav, body.lab_top_menu html.touch .top-nav {
    display: block !important;
    height: 65px !important;
    line-height: 65px !important;
  }
}
@media only screen and (max-width: 860px) {
  body.lab_top_menu .top-nav .nav-toggle, body.lab_top_menu html.touch .top-nav .nav-toggle {
    top: 18px;
  }
}
@media only screen and (max-width: 860px) {
  body.lab_top_menu .top-nav .search-container .search-toggle {
    position: relative;
    top: 11px;
  }
  #subscribe-button {
    top: -7px !important;
  }
}
.navbar-secondary .btn-red {
  color: white !important;
}

.navbar-secondary .btn-white-bordered {
  color: #494D4F !important;
}

.navbar-secondary .btn-white-bordered:hover {
  color: white !important;
}

.navbar-primary .dropdown-menu a {
  color: #25282A !important;
}

.navbar-primary .dropdown-menu a:hover {
  color: #C8102E !important;
}

#collection-items .tile.single {
  border-top-left-radius: 25px;
  overflow: hidden;
}

.top-nav {
  background: #e5e5e5 !important;
}

.left-nav a {
  font-size: 1.8rem !important;
  font-family: "DINNextLTPro-Regular" !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #25282a !important;
}

#subscribe-button {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  border: solid 1px transparent !important;
  min-height: 48px !important;
  overflow: hidden !important;
  padding: 9px 25px 5px !important;
  background-color: white !important;
  color: #25282A !important;
  border-radius: 25px !important;
  margin-left: 15px;
  position: relative;
  top: -4px;
}

.hubs-frontend .hubs-load-more .btn, .hubs-frontend .hubs-load-more .slick-arrow {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  border: solid 1px transparent !important;
  min-height: 48px !important;
  overflow: hidden !important;
  padding: 9px 25px 5px !important;
  background-color: #C8102E !important;
  color: #FFF !important;
  border-radius: 25px !important;
  margin-left: 15px;
  position: relative;
  top: -4px;
}
.hubs-frontend .hubs-load-more .btn i, .hubs-frontend .hubs-load-more .slick-arrow i {
  display: none !important;
}
.hubs-frontend .hubs-load-more .btn:hover, .hubs-frontend .hubs-load-more .slick-arrow:hover {
  background-color: #A6192E !important;
}

.page-width {
  margin-left: auto;
  margin-right: auto;
}

.cta.tile.single > a, .cta > a {
  border-radius: 25px !important;
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
  letter-spacing: 2px !important;
}

.description-block {
  padding-left: 20px;
  padding-right: 20px;
}
.description-block .hub-heading {
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767.98px) {
  .description-block .hub-heading {
    font-size: 3.2rem !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .description-block .hub-heading {
    font-size: 4rem !important;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .description-block .hub-heading {
    font-size: 5.1rem !important;
  }
}
@media (min-width: 1800px) {
  .description-block .hub-heading {
    font-size: 6.4rem !important;
  }
}
.description-block .hub-heading {
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .description-block .hub-heading {
    font-size: 32px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .description-block .hub-heading {
    font-size: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .description-block .hub-heading {
    font-size: 51px;
  }
}
@media (min-width: 1800px) {
  .description-block .hub-heading {
    font-size: 64px;
  }
}
.description-block p {
  font-size: 21px !important;
  line-height: 36px !important;
  font-family: "DINNextLTPro-Regular" !important;
  font-style: normal !important;
  font-weight: normal !important;
}

.btn-primary {
  background-image: none !important;
}

.billboard-jumbotron {
  overflow: hidden;
}

@media (min-width: 1337px) {
  #collection-items .tile.highlight {
    width: calc(50% - 20px) !important;
    min-width: 0 !important;
    height: 660px;
  }
}
@media (min-width: 1337px) {
  #collection-items .tile:not(.highlight) {
    width: calc(25% - 20px) !important;
    min-width: 0 !important;
    height: 320px;
  }
}

.tile.single.highlight .description h3 {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 52px !important;
  line-height: 62px !important;
  color: #25282A !important;
}

.tile.single:not(.highlight) .description h3 {
  font-family: "DINNextLTPro-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 21px !important;
  line-height: 27px !important;
  color: #25282A !important;
}

.tile .item-link.view {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
  letter-spacing: 2px !important;
  line-height: 2.5 !important;
  text-transform: uppercase !important;
  color: #25282A !important;
  text-transform: uppercase !important;
}

.top-key-takeaways {
  background: #24AADA;
}
.top-key-takeaways .block-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.top-key-takeaways .block-heading h2 {
  background: #25282A;
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  padding: 5px 120px 6px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .top-key-takeaways .block-heading h2 {
    font-size: 28px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .top-key-takeaways .block-heading h2 {
    font-size: 21px;
    padding: 6px 15px;
  }
}
.top-key-takeaways .takeaways-container {
  max-width: 900px;
  margin: 0 auto;
}
.top-key-takeaways .takeaways-container .takeaway-item {
  display: flex;
  align-items: flex-end;
}
.top-key-takeaways .takeaways-container .takeaway-item:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 430px) {
  .top-key-takeaways .takeaways-container .takeaway-item {
    align-items: center;
  }
  .top-key-takeaways .takeaways-container .takeaway-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.top-key-takeaways .takeaways-container .takeaway-item .stat {
  flex: 0 0 280px;
}
@media (max-width: 991px) {
  .top-key-takeaways .takeaways-container .takeaway-item .stat {
    flex: 0 0 180px;
  }
}
@media (max-width: 768px) {
  .top-key-takeaways .takeaways-container .takeaway-item .stat {
    flex: 0 0 140px;
  }
}
@media (max-width: 430px) {
  .top-key-takeaways .takeaways-container .takeaway-item .stat {
    flex: 0 0 100px;
  }
}
.top-key-takeaways .takeaways-container .takeaway-item .stat img {
  max-width: 100%;
  height: auto;
}
.top-key-takeaways .takeaways-container .takeaway-item .label {
  flex-grow: 1;
  padding-left: 35px;
  color: #FFF;
  font-size: 30px;
  line-height: 37px;
}
@media (max-width: 991px) {
  .top-key-takeaways .takeaways-container .takeaway-item .label {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .top-key-takeaways .takeaways-container .takeaway-item .label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 430px) {
  .top-key-takeaways .takeaways-container .takeaway-item .label {
    padding-left: 20px;
  }
}

.highlight-list .block-heading {
  text-align: center;
  margin-bottom: 22px;
}
.highlight-list .block-heading h2 {
  margin-bottom: 0;
}
.highlight-list .highlights-container {
  max-width: 900px;
  margin: 0 auto;
}
.highlight-list .highlights-container .highlight-item {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.highlight-list .highlights-container .highlight-item:not(:last-child):after {
  content: "";
  display: block;
  margin: 20px auto 0;
  height: 5px;
  width: 30px;
  background: #5BC2E7;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .highlight-list .highlights-container .highlight-item {
    font-size: 24px;
    line-height: 30px;
    border-radius: 32px;
  }
}

.blog-post-list-item {
  margin-bottom: 30px;
}
.blog-post-list-item .blog-post-list-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-post-list-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-post-list-item a .indicator-arrow {
  transition: 0.3s ease-in-out;
}
.blog-post-list-item a:hover {
  color: #53565A;
}
.blog-post-list-item a:hover h3, .blog-post-list-item a:hover p {
  color: #53565A;
}
.blog-post-list-item a:hover .indicator-arrow {
  margin-left: 15px;
}
.blog-post-list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.blog-post-list-item .primary-category {
  margin-bottom: 10px;
}
.blog-post-list-item h3 {
  margin-bottom: 12px;
}
.blog-post-list-item p {
  flex-grow: 1;
}

.back-to-resources {
  text-decoration: none !important;
}
.back-to-resources:hover {
  color: #25282A;
  opacity: 1 !important;
}
.back-to-resources svg {
  width: 16px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.back-to-resources svg path {
  fill: #25282A;
}

@media (min-width: 992px) {
  .blog-post .content-wrap-item {
    max-width: 680px;
  }
}
.blog-post header {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .blog-post header figure {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-post h1 {
  text-wrap: balance;
}
@media (max-width: 768px) {
  .blog-post h1 {
    font-size: 3.2rem;
  }
}
.blog-post .post-details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .blog-post .post-details {
    flex-direction: column;
  }
}
.blog-post .post-details .posted-date, .blog-post .post-details .content-type {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .blog-post .post-details .posted-date, .blog-post .post-details .content-type {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.blog-post .post-details .posted-date:after, .blog-post .post-details .content-type:after {
  content: "|";
  margin-left: 20px;
}
@media (max-width: 768px) {
  .blog-post .post-details .posted-date:after, .blog-post .post-details .content-type:after {
    display: none;
  }
}

.posts-page .filters-row {
  margin-bottom: 50px;
}
.posts-page .filters-row .col {
  display: flex;
}
.posts-page .filters-row select {
  min-width: 200px;
  margin-right: 15px;
  background: #fff url(../images/icons/dropdown-dark.svg) center right 15px/15px 8px no-repeat;
  padding: 0 28px 0 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
}
.posts-page .filters-row .search-input {
  width: 270px;
  margin-right: 15px;
}
.featured-posts .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .featured-posts .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-posts .container .featured-posts-column {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1300px) {
  .featured-posts .container .featured-posts-column {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .featured-posts .container .featured-posts-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.featured-posts .container .featured-posts-column.right-column {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1300px) {
  .featured-posts .container .featured-posts-column.right-column {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .featured-posts .container .featured-posts-column.right-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item {
  height: 50%;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .featured-posts .container .featured-posts-column.right-column .featured-post-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item:first-child {
  background: #25282A;
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item:last-child {
  background: #C8102E;
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item:after {
  display: none;
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item .featured-post-content {
  position: static;
  max-width: 100%;
}
@media (max-width: 991px) {
  .featured-posts .container .featured-posts-column.right-column .featured-post-item .featured-post-content {
    padding: 30px;
  }
}
.featured-posts .container .featured-posts-column.right-column .featured-post-item .featured-post-content h3 {
  font-size: 2rem;
}
.featured-posts .container .featured-posts-column.left-column .featured-post-content {
  padding: 60px;
}
@media (max-width: 991px) {
  .featured-posts .container .featured-posts-column.left-column .featured-post-content {
    padding: 30px;
  }
}
@media (max-width: 460px) {
  .featured-posts .container .featured-posts-column.left-column .featured-post-content {
    position: static;
    background: #C8102E;
  }
}
.featured-posts .featured-post-item {
  display: block;
  position: relative;
}
.featured-posts .featured-post-item .featured-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  transition: 0.3s ease-in-out;
  max-width: 65%;
  z-index: 2;
}
@media (max-width: 1600px) {
  .featured-posts .featured-post-item .featured-post-content {
    max-width: 80%;
  }
}
@media (max-width: 1300px) {
  .featured-posts .featured-post-item .featured-post-content {
    max-width: 100%;
  }
}
.featured-posts .featured-post-item .featured-post-content .post-category {
  margin-bottom: 10px;
  display: inline-block;
}
.featured-posts .featured-post-item .featured-post-content h3 {
  margin-bottom: 15px;
  text-wrap: pretty;
}
.featured-posts .featured-post-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 460px) {
  .featured-posts .featured-post-item:after {
    display: none;
  }
}

.pagination-row {
  margin-top: 40px;
}
.pagination-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination-row ul {
    justify-content: center;
  }
}
.pagination-row ul li:not(:last-child) {
  margin-right: 7px;
}
.pagination-row ul li .page-link {
  height: 32px;
  background: #efefef;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-decoration: none;
}
.pagination-row ul li .page-link:hover, .pagination-row ul li .page-link.is-current {
  background: #C8102E;
  color: #FFF;
}
.pagination-row ul li .page-link.page-prev, .pagination-row ul li .page-link.page-next {
  padding-left: 15px;
  padding-right: 15px;
}
.pagination-row ul li .page-item-number {
  padding-top: 1px;
}
@media (max-width: 768px) {
  .pagination-row ul li.page-item:not(.page-arrow-option) {
    display: none;
  }
}

.job-search-header {
  padding-top: 30px;
  margin-bottom: 55px;
  position: relative;
}
@media (max-width: 991px) {
  .job-search-header {
    margin-bottom: 30px;
  }
}
.job-search-header form {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .job-search-header form {
    display: block;
  }
}
.job-search-header form input[type=search] {
  flex-grow: 1;
  min-height: 48px;
  border: 1px solid #939598;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .job-search-header form input[type=search] {
    width: 100%;
    margin-bottom: 15px;
  }
}
.job-search-header form .ais-SearchBox-submit {
  height: 40px;
  background: #C8102E;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 25px 9px;
  font-weight: 600 !important;
  border: solid 1px transparent;
  min-height: 48px;
  overflow: hidden;
  border-radius: 24px;
  color: #FFF;
  letter-spacing: initial;
  width: 170px;
}
.job-search-header form .ais-SearchBox-reset {
  position: absolute;
  right: 187px;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  display: none;
}
.job-search-header #filters-open-button {
  position: absolute;
  top: 62px;
  right: 15px;
}
@media (max-width: 575px) {
  .job-search-header #filters-open-button {
    top: 92px;
  }
}
@media (min-width: 992px) {
  .job-search-header #filters-open-button {
    display: none;
  }
}

.search-content .container {
  display: flex;
  flex-direction: row;
}
.search-content .container .left-panel {
  width: 250px;
}
@media (max-width: 991px) {
  .search-content .container .left-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #FFF;
    z-index: 100;
    padding: 20px 30px;
    overflow-y: auto;
    margin-left: -100%;
    transition: 0.3s ease-in-out;
  }
  .search-content .container .left-panel.open {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .search-content .container .left-panel .left-panel-inner {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
.search-content .container .left-panel .algolia-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .search-content .container .left-panel .algolia-close {
    display: none;
  }
}
.search-content .container .left-panel .pagination-value {
  margin-bottom: 20px;
  color: #939598;
  font-size: 1.4rem;
}
.search-content .container .left-panel h4 {
  font-weight: bold;
  font-size: 2rem;
}
.search-content .container .left-panel .ais-ClearRefinements {
  margin-bottom: 10px;
}
.search-content .container .left-panel .ais-ClearRefinements a {
  text-decoration: none;
  color: #C8102E;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.8px;
}
.search-content .container .left-panel .ais-RefinementList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-content .container .left-panel .ais-RefinementList ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #25282A;
}
.search-content .container .left-panel .ais-RefinementList ul li a .clear-icon {
  position: relative;
  top: -1px;
}
.search-content .container .left-panel .ais-RefinementList ul li.is-checked a {
  color: #C8102E;
}
.search-content .container .left-panel .ais-RefinementList button {
  display: block;
  background: transparent;
  border: none;
  color: #C8102E;
  padding: 0;
  font-size: 1.4rem;
  transition: 0.3s ease-in-out;
  margin-top: 5px;
}
.search-content .container .left-panel .ais-RefinementList button:hover {
  text-decoration: underline;
  color: #A6192E;
}
.search-content .container .right-panel {
  width: calc(100% - 250px);
  padding-left: 100px;
}
@media (max-width: 1400px) {
  .search-content .container .right-panel {
    padding-left: 70px;
  }
}
@media (max-width: 1200px) {
  .search-content .container .right-panel {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .search-content .container .right-panel {
    width: 100%;
    padding: 0;
  }
}
.search-content .container .right-panel .tags-filter-reset .ais-CurrentRefinements-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.search-content .container .right-panel .tags-filter-reset .ais-CurrentRefinements-item {
  background: #efefef;
  display: inline-flex;
  border-radius: 6px;
  padding: 4px 15px 2px;
}
.search-content .container .right-panel .tags-filter-reset .ais-CurrentRefinements-item .ais-CurrentRefinements-label {
  font-weight: bold;
  margin-right: 7px;
}
.search-content .container .right-panel .tags-filter-reset .ais-CurrentRefinements-item .ais-CurrentRefinements-category:not(:last-child) {
  margin-right: 10px;
}
.search-content .container .right-panel .tags-filter-reset .ais-CurrentRefinements-item .ais-CurrentRefinements-category:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  color: #bdbdbd;
}
.search-content .container .right-panel .tags-filter-reset .ais-CurrentRefinements-item .ais-CurrentRefinements-delete {
  border: none;
  background: transparent;
}
.search-content .search-results-pagination {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .search-content .search-results-pagination {
    flex-direction: column;
    align-items: center;
  }
}
.search-content .search-results-pagination .pagination-prev,
.search-content .search-results-pagination .pagination-next,
.search-content .search-results-pagination .ais-Pagination-item--firstPage,
.search-content .search-results-pagination .ais-Pagination-item--lastPage,
.search-content .search-results-pagination .ais-Pagination-item--previousPage,
.search-content .search-results-pagination .ais-Pagination-item--nextPage {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.search-content .search-results-pagination .pagination-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-content .search-results-pagination .pagination-page-selection ul, .search-content .search-results-pagination .ais-Pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.search-content .search-results-pagination .pagination-page-selection ul li, .search-content .search-results-pagination .ais-Pagination-list li {
  margin-right: 10px;
}
.search-content .search-results-pagination .pagination-page-selection ul li button, .search-content .search-results-pagination .pagination-page-selection ul li a, .search-content .search-results-pagination .ais-Pagination-list li button, .search-content .search-results-pagination .ais-Pagination-list li a {
  background: transparent;
  border: none;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25282A;
  transition: 0.3s ease;
  border-radius: 2px;
  font-size: 22px;
  text-decoration: none;
}
.search-content .search-results-pagination .pagination-page-selection ul li.ais-Pagination--item--selected button, .search-content .search-results-pagination .pagination-page-selection ul li.ais-Pagination--item--selected a, .search-content .search-results-pagination .pagination-page-selection ul li.ais-Pagination-item--selected button, .search-content .search-results-pagination .pagination-page-selection ul li.ais-Pagination-item--selected a, .search-content .search-results-pagination .pagination-page-selection ul li.active button, .search-content .search-results-pagination .pagination-page-selection ul li.active a, .search-content .search-results-pagination .ais-Pagination-list li.ais-Pagination--item--selected button, .search-content .search-results-pagination .ais-Pagination-list li.ais-Pagination--item--selected a, .search-content .search-results-pagination .ais-Pagination-list li.ais-Pagination-item--selected button, .search-content .search-results-pagination .ais-Pagination-list li.ais-Pagination-item--selected a, .search-content .search-results-pagination .ais-Pagination-list li.active button, .search-content .search-results-pagination .ais-Pagination-list li.active a {
  background: #D5DDDE;
}
.search-content .search-results-pagination .search-results-count, .search-content .search-results-pagination .ais-Stats {
  margin-left: auto;
}
@media (max-width: 768px) {
  .search-content .search-results-pagination .search-results-count, .search-content .search-results-pagination .ais-Stats {
    margin-left: 0;
    margin-top: 10px;
  }
}
.search-content .search-results-pagination .ais-pagination-inner {
  display: flex;
  width: 100%;
  justify-content: center;
}
.search-content .search-results-pagination .ais-pagination-inner button:last-of-type {
  margin-left: 40px;
}
.search-content .search-results-pagination .ais-Pagination .ais-Pagination-link {
  border: none;
}
.search-content .refinement-group:not(:last-child) {
  margin-bottom: 45px;
}
.search-content .ais-Hits ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-content .ais-Hits ol li:not(:last-child) {
  margin-bottom: 50px;
}
.search-content .ais-Hits ol a {
  text-decoration: none;
}
.search-content .individual-search-result-item {
  display: flex;
}
@media (max-width: 1200px) {
  .search-content .individual-search-result-item {
    display: block;
  }
}
.search-content .individual-search-result-item .item-left {
  flex-grow: 1;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .search-content .individual-search-result-item .item-left {
    margin-bottom: 20px;
  }
}
.search-content .individual-search-result-item .item-left a {
  display: block;
  text-wrap: balance;
}
.search-content .individual-search-result-item .item-left a h2 {
  margin: 0;
}
@media (min-width: 769px) {
  .search-content .individual-search-result-item .item-left a h2 {
    font-size: 3rem;
  }
}
.search-content .individual-search-result-item .item-left .date-posted {
  color: #939598;
  margin-top: 2px;
}
.search-content .individual-search-result-item .item-left .item-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
  gap: 15px;
}
@media (max-width: 600px) {
  .search-content .individual-search-result-item .item-left .item-details {
    grid-template-columns: 1fr;
  }
}
.search-content .individual-search-result-item .item-left .item-details .details-row:not(:last-child) {
  margin-bottom: 8px;
}
.search-content .individual-search-result-item .item-left .item-details .details-row .detail-label {
  font-weight: bold;
}
.search-content .individual-search-result-item .item-right {
  min-width: 200px;
  flex-basis: 200px;
}
.search-content .individual-search-result-item .item-right a {
  width: 100%;
  text-align: center;
}
.search-content .individual-search-result-item .item-right a:not(:last-child) {
  margin-bottom: 10px;
}

/* Blocks */
.image-block {
  z-index: 1;
  /*Static*/
}
.image-block.image-static {
  display: block;
  position: relative;
}
.image-block.image-static .bg-image {
  height: auto;
  width: 100%;
}
.image-block.image-static .image-overlay {
  z-index: 1;
}
.image-block {
  /*Absolute*/
}
.image-block.image-absolute {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.image-block.image-absolute .bg-image {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: auto;
}
.image-block.image-absolute .image-overlay {
  position: relative;
}
.image-block.image-absolute .container,
.image-block.image-absolute [class*=container-] {
  position: relative;
}
.image-block {
  /*Position breakpoint options*/
}
.image-block .position-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575.98px) {
  .image-block .position-absolute-sm {
    background: #C8102E;
    padding: 30px 20px;
  }
}
@media (min-width: 576px) {
  .image-block .position-absolute-sm {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-sm .container,
.image-block .position-absolute-sm [class*=container-],
.image-block .position-absolute-sm .row {
  height: 100%;
}
@media (max-width: 767.98px) {
  .image-block .position-absolute-md {
    background: #C8102E;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .image-block .position-absolute-md {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-md .container,
.image-block .position-absolute-md [class*=container-],
.image-block .position-absolute-md .row {
  height: 100%;
}
@media (max-width: 991.98px) {
  .image-block .position-absolute-lg {
    background: #C8102E;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .image-block .position-absolute-lg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-lg .container,
.image-block .position-absolute-lg [class*=container-],
.image-block .position-absolute-lg .row {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .image-block .position-absolute-xl {
    background: #C8102E;
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .image-block .position-absolute-xl {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-xl .container,
.image-block .position-absolute-xl [class*=container-],
.image-block .position-absolute-xl .row {
  height: 100%;
}

/*Full screen setup*/
.image-fullscreen {
  overflow: hidden;
  position: relative;
}
.image-fullscreen .bg-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.image-overlay .container,
.image-overlay [class*=container-],
.image-overlay .row {
  height: 100%;
}

/*Styles specific to ongig search form*/
.search-demo__header .form-header {
  display: flex;
  padding-top: 10px;
}
@media (max-width: 575.98px) {
  .search-demo__header .form-header {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .search-demo__header .form-header {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .search-demo__header .form-header .btn, .search-demo__header .form-header .slick-arrow {
    margin-top: 10px;
  }
}
@media (min-width: 576px) {
  .search-demo__header .form-header .btn, .search-demo__header .form-header .slick-arrow {
    margin-left: 20px;
  }
}
.search-demo__header .form-body {
  padding-top: 15px;
}

@media (max-width: 991px) {
  .search-demo__content .col-lg-3 .figure.offset-right-30 {
    display: none;
  }
}

/*Styles specific to ongig job listings*/
.joblisting {
  border-bottom: solid 1px #efefef;
  padding-bottom: 60px;
  padding-top: 30px;
}
.joblisting ul {
  color: #53565A;
  list-style: none;
  margin: 0;
  padding: 0;
}
.joblisting ul li:not(:last-child) {
  margin-bottom: 10px;
}
.joblisting p {
  color: #53565A;
}
.joblisting strong {
  color: #25282A;
}
.joblisting .button {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  background-color: #C8102E;
  border: solid 2px transparent;
  color: #FFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1;
  min-height: 48px;
  min-width: 230px;
  overflow: hidden;
  padding: 9px 25px 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  white-space: normal;
}
@media (max-width: 767.98px) {
  .joblisting .button {
    border-radius: 50px;
  }
}
@media (max-width: 1799.98px) {
  .joblisting .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .joblisting .button {
    border-radius: 100px;
  }
}
.joblisting .button:hover {
  background-color: #A6192E;
  color: #FFF;
  text-decoration: none;
}

/*Styles specific to ongig results footer*/
.results__footer {
  padding-top: 30px;
}
.results__footer a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
}
.results__footer .pagination {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
}
.results__footer .page-link {
  height: 48px;
  width: 48px;
}
.results__footer .page-link.active {
  background: #25282A;
  border-radius: 50%;
  color: #FFF;
}
.results__footer .page-link.active a:hover {
  color: #FFF;
}

/*Styles speciric to ongig sidebar*/
.facets__list {
  color: #53565A;
  list-style: none;
  margin: 0;
  padding: 0;
}
.facets__list li:not(:last-child) {
  margin-bottom: 10px;
}
.facets__list a {
  text-decoration: none;
}

.search-results a {
  text-decoration: none;
}
.search-results a:hover {
  color: #C8102E;
}
.search-results h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
}
.search-results h3 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .search-results h3 {
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .search-results h3 {
    letter-spacing: 2px;
  }
}
.search-results h4 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.search-results .btn-block {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  background: transparent;
  border: none;
  color: #C8102E;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0;
  text-transform: uppercase;
}
.search-results .btn-block:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid rgb(226.25, 226.25, 226.25);
  content: "";
  display: block;
  height: 0;
  margin-left: 5px;
  width: 0;
}
.search-results .facets {
  position: relative;
}
.search-results .facets:after {
  background: #efefef;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .search-results .facets:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-results .facets:after {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .search-results .facets:after {
    right: -40px;
  }
}
.search-results .facets__control:not(:first-child) {
  padding-top: 60px;
}
.search-results .fadeOut {
  display: none;
}
.search-results .facet__remove a {
  color: #A6192E;
}
.search-results .facet__remove a:hover {
  color: #C8102E;
}

.facet__count {
  display: none;
}

#app-ongig-container .search-demo__content > .bg-white {
  background: #F5F5F5 !important;
}
#app-ongig-container .search-demo__content > .bg-white h1 {
  display: none !important;
}
#app-ongig-container .search-demo__content > .bg-white .col-lg-3 {
  display: none !important;
}
#app-ongig-container .search-demo__content > .bg-white .col-lg-8 {
  width: 83.3333333% !important;
}
@media (max-width: 1200px) {
  #app-ongig-container .search-demo__content > .bg-white .col-lg-8 {
    width: 100% !important;
  }
}
#app-ongig-container .search-demo__content > .bg-white .animate-fadein-right {
  padding-bottom: 35px !important;
  padding-top: 20px;
}
@media (min-width: 992px) {
  #app-ongig-container .search-demo__content > .bg-white .search-demo__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#app-ongig-container .search-demo__content > .bg-white .search-demo__header input {
  background-color: #FFF;
}
@media (min-width: 1500px) {
  #app-ongig-container .search-demo__content > .bg-white .search-demo__header .form-control {
    min-width: 300px;
  }
}
@media (min-width: 991px) {
  #app-ongig-container .search-demo__content > .bg-white .search-demo__header .form-control {
    min-width: 250px;
  }
}
@media (min-width: 1500px) {
  #app-ongig-container .search-demo__content > .bg-white .search-demo__header #searchBoxInput {
    min-width: 450px;
  }
}
#app-ongig-container .search-demo__content > .bg-white .search-demo__header .form-header h3 {
  margin-bottom: 0;
}
#app-ongig-container .search-demo__content > .bg-white .search-demo__header .form-header .btn-primary {
  background: transparent;
  position: relative;
  top: -2px;
  color: #C8102E;
}
#app-ongig-container .search-demo__content > .bg-gray-xlight {
  padding-top: 10px !important;
}

.initial-loading-container, .no-results-container {
  text-align: center;
  padding: 100px 20px;
}

.no-results-container.initial-loading {
  display: none;
}

.initial-loading-container.finished-loading {
  display: none;
}

.job-availability .job-availability-timestamp {
  margin-bottom: 10px;
  text-align: right;
}
.job-availability .job-availability-locations {
  margin-bottom: 25px;
  border-top: 1px solid #efefef;
  padding-top: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.job-availability .job-availability-locations .location {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-basis: 25%;
  min-width: 25%;
}
@media (max-width: 1450px) {
  .job-availability .job-availability-locations .location {
    flex-basis: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 1200px) {
  .job-availability .job-availability-locations .location {
    flex-basis: 50%;
    min-width: 50%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .job-availability .job-availability-locations .location {
    flex-basis: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
}
.job-availability .job-availability-locations .location .available {
  margin-right: 15px;
  min-width: 70px;
  background: #F5F5F5;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .job-availability .job-availability-locations .location .available {
    padding: 0 10px;
  }
}
.job-availability .job-availability-locations .location .location-display .location-state {
  font-weight: bold;
}
.job-availability .job-availability-disclaimer {
  max-width: 660px;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .job-availability .job-availability-disclaimer {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .job-availability .job-availability-disclaimer {
    max-width: 100%;
  }
}

.hero-with-form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero-with-form img {
  width: calc(100% + 150px);
}
@media (max-width: 1200px) {
  .hero-with-form img {
    width: 100%;
  }
}
.hero-with-form .form-container {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 991px) {
  .hero-with-form .content-column {
    order: 2;
  }
}
@media (max-width: 991px) {
  .hero-with-form .image-column {
    order: 1;
    margin-bottom: 30px;
  }
}

.inline-form .heading-medium {
  margin-bottom: 40px;
  text-align: center;
}
.simple-cards .card-item {
  margin-bottom: 25px;
}
.simple-cards .card-item .card-item-inner {
  text-align: left;
}
.simple-cards .card-item .card-item-inner .card-image {
  margin-bottom: 15px;
}
.simple-cards .card-item .card-item-inner .card-label {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
  text-transform: none !important;
}

.slider-item .heading-small {
  font-size: 1.6rem !important;
}

.element-circle .color-black p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.bg-white p {
  color: #26282A;
}

.cms-styles h2 {
  clear: both;
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  margin-bottom: 20px;
  margin-top: 50px;
  text-transform: initial !important;
  font-size: 3.8rem !important;
}

.cms-styles h3 {
  font-family: "Poppins" !important;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: initial;
}

.slider-item .heading-small {
  font-size: 2rem;
}

.heading-small.shrink-spacing {
  letter-spacing: 0px;
}

.large-text-regular, .text-21-regular {
  font-size: initial;
}

.topbanner {
  padding-bottom: 60px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 490px;
  display: flex;
  align-items: center;
}

.element-circle .heading-large {
  color: #5bc2e7;
}

.heading-large {
  font-weight: 600;
}

header p {
  color: #ffffff;
}

.text-center .animate .heading-large {
  color: #25282a;
}

.site-footer .heading-small {
  letter-spacing: 0px;
  text-transform: uppercase;
}

.bluebar .pb-sm {
  background: rgb(77, 192, 232);
  background: linear-gradient(270deg, rgb(184, 237, 246) 25%, rgb(91, 194, 231) 100%);
  margin-bottom: 40px;
}

.heading-medium {
  font-family: "Poppins" !important;
  letter-spacing: 0px !important;
}

.btn-primary {
  padding: 9px 25px 9px;
  font-weight: 600 !important;
}

.heading-large, .micro-title {
  font-family: "Poppins";
  letter-spacing: 0px !important;
}

.micro-title {
  text-transform: uppercase !important;
  font-weight: 600;
}

.job-detail-page .img-responsive {
  filter: grayscale(100%);
}

.post-password-form {
  margin: 40px !important;
}

.list-menu .list-link {
  font-size: 2.2rem;
  text-transform: initial;
}

.mobuttons .btn-row.inline-xs {
  display: block !important;
}

.mobuttons .btn-row.inline-xs .btn-full-xs {
  width: initial !important;
}

.home-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_blu_00.jpg);
}

.home-hero .btn-primary {
  border: 0px solid transparent;
}

.why-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_red_01.jpg) !important;
}

.driving-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_blu_013.jpg) !important;
}

.respect-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_blu_017.jpg) !important;
}

.community-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_blu_06.jpg) !important;
}

.app-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_blu_014.jpg) !important;
}

.school-hero {
  background-image: url(/wp-content/uploads/2023/03/1920x600_blu_024.jpg) !important;
}

.newmarkets-hero {
  background-image: url(/wp-content/uploads/2023/04/CL-1920x600_blu-Locations-b.webp) !important;
}

.oklahoma-hero {
  background-image: url(/wp-content/uploads/2023/04/CL-1920x600_blu-Oklahoma.webp) !important;
}

.austin-hero {
  background-image: url(/wp-content/uploads/2023/04/CL-1920x600_blu-Austin.webp) !important;
}

.btn-white-bordered {
  background-color: #FFF;
  color: #25282A;
}

h1, h2, h3, h4, h5, h6, p, .btn-primary, .form-control, .heading-medium, .navbar-primary .nav-link, body, .list-menu .list-link, .heading-small, .large-text-bold, .joblisting .button {
  font-family: "Poppins", sans-serif !important;
}

.joblisting .button {
  font-size: 1.4rem;
}

.large-text-bold {
  font-weight: bold;
}

.dropdown-menu-large .dropdown-link {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, .btn-primary, .form-control, .heading-medium, .navbar-primary .nav-link, body, .list-menu .list-link, .heading-small, .heading-large, .site-main .post__heading.post__heading-2 {
  font-family: "Poppins", sans-serif !important;
}

.heading-large {
  font-weight: 600;
}

[class*=heading-] {
  transition: 0.4s;
}

.navbar-primary .nav-link, .btn-primary {
  font-size: 1.7rem;
  letter-spacing: initial;
  font-weight: 500;
}

.heading-small {
  font-size: 2.5rem;
  text-transform: initial;
  font-weight: 600;
  line-height: 1.2;
}

.heading-large, .micro-title {
  text-transform: initial;
}

@media (min-width: 769px) {
  .heading-small {
    letter-spacing: 0px;
  }
  .joblisting .justify-content-md-between .col-md-auto {
    max-width: 33% !important;
  }
}
@media (max-width: 768px) {
  .home-hero {
    background-position: left center !important;
  }
  .topbanner {
    background-position: left center !important;
  }
  .content-contain img {
    float: none !important;
  }
}
.heading-small {
  font-size: 2.5rem;
}

.heading-medium {
  font-size: 3.8rem !important;
  text-transform: initial !important;
  font-weight: 600 !important;
}

@media (min-width: 992px) {
  .site-footer {
    font-family: "Poppins", sans-serif !important;
  }
  .home-hero .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .home-hero {
    min-height: 487px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .heading-large {
    font-size: 6.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .blockquote p {
    font-size: 3.4rem;
  }
}
@media (min-width: 769px) {
  .heading-small {
    letter-spacing: 0px;
  }
}
@media (min-width: 1200px) {
  .num:after {
    right: -100%;
  }
}
@media (min-width: 1800px) {
  .heading-large {
    font-size: 7.6rem;
  }
}
