/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://constellation-static.web.vanguard.com/v1/fonts/constellation-fonts.css);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
html {
  box-sizing: border-box;
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
}

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

blockquote,
body,
button,
dd,
div,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
p,
section {
  margin: 0;
  padding: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button:-moz-focusring, input:-moz-focusring, select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
body {
  font-family: "FF Mark", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #040505;
}

body.c11n-modal-dialog-open {
  overflow: hidden;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-text-crop {
  display: grid;
}
.c11n-text-crop .c11n-text-6xl::before, .c11n-text-crop .c11n-text-6xl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-6xl::before {
  margin-bottom: -1.4375rem;
}
.c11n-text-crop .c11n-text-6xl::after {
  margin-top: -0.53125rem;
}
.c11n-text-crop .c11n-text-6xl-headline::before, .c11n-text-crop .c11n-text-6xl-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-6xl-headline::before {
  margin-bottom: -1.46875rem;
}
.c11n-text-crop .c11n-text-6xl-headline::after {
  margin-top: -0.515625rem;
}
.c11n-text-crop .c11n-text-6xl-display::before, .c11n-text-crop .c11n-text-6xl-display::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-6xl-display::before {
  margin-bottom: -1.1875rem;
}
.c11n-text-crop .c11n-text-6xl-display::after {
  margin-top: -1rem;
}
.c11n-text-crop .c11n-text-5xl::before, .c11n-text-crop .c11n-text-5xl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-5xl::before {
  margin-bottom: -1.09375rem;
}
.c11n-text-crop .c11n-text-5xl::after {
  margin-top: -0.3984375rem;
}
.c11n-text-crop .c11n-text-5xl-headline::before, .c11n-text-crop .c11n-text-5xl-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-5xl-headline::before {
  margin-bottom: -1.09375rem;
}
.c11n-text-crop .c11n-text-5xl-headline::after {
  margin-top: -0.3984375rem;
}
.c11n-text-crop .c11n-text-5xl-display::before, .c11n-text-crop .c11n-text-5xl-display::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-5xl-display::before {
  margin-bottom: -0.9375rem;
}
.c11n-text-crop .c11n-text-5xl-display::after {
  margin-top: -0.75rem;
}
.c11n-text-crop .c11n-text-4xl::before, .c11n-text-crop .c11n-text-4xl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-4xl::before {
  margin-bottom: -1.03125rem;
}
.c11n-text-crop .c11n-text-4xl::after {
  margin-top: -0.4609375rem;
}
.c11n-text-crop .c11n-text-4xl-headline::before, .c11n-text-crop .c11n-text-4xl-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-4xl-headline::before {
  margin-bottom: -1.0546875rem;
}
.c11n-text-crop .c11n-text-4xl-headline::after {
  margin-top: -0.4375rem;
}
.c11n-text-crop .c11n-text-4xl-display::before, .c11n-text-crop .c11n-text-4xl-display::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-4xl-display::before {
  margin-bottom: -0.875rem;
}
.c11n-text-crop .c11n-text-4xl-display::after {
  margin-top: -0.75rem;
}
.c11n-text-crop .c11n-text-3xl::before, .c11n-text-crop .c11n-text-3xl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-3xl::before {
  margin-bottom: -0.703125rem;
}
.c11n-text-crop .c11n-text-3xl::after {
  margin-top: -0.265625rem;
}
.c11n-text-crop .c11n-text-3xl-headline::before, .c11n-text-crop .c11n-text-3xl-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-3xl-headline::before {
  margin-bottom: -0.71875rem;
}
.c11n-text-crop .c11n-text-3xl-headline::after {
  margin-top: -0.2421875rem;
}
.c11n-text-crop .c11n-text-3xl-display::before, .c11n-text-crop .c11n-text-3xl-display::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-3xl-display::before {
  margin-bottom: -0.59375rem;
}
.c11n-text-crop .c11n-text-3xl-display::after {
  margin-top: -0.5rem;
}
.c11n-text-crop .c11n-text-2xl::before, .c11n-text-crop .c11n-text-2xl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-2xl::before {
  margin-bottom: -0.65625rem;
}
.c11n-text-crop .c11n-text-2xl::after {
  margin-top: -0.34375rem;
}
.c11n-text-crop .c11n-text-2xl-headline::before, .c11n-text-crop .c11n-text-2xl-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-2xl-headline::before {
  margin-bottom: -0.65625rem;
}
.c11n-text-crop .c11n-text-2xl-headline::after {
  margin-top: -0.34375rem;
}
.c11n-text-crop .c11n-text-2xl-display::before, .c11n-text-crop .c11n-text-2xl-display::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-2xl-display::before {
  margin-bottom: -0.546875rem;
}
.c11n-text-crop .c11n-text-2xl-display::after {
  margin-top: -0.515625rem;
}
.c11n-text-crop .c11n-text-xl::before, .c11n-text-crop .c11n-text-xl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-xl::before {
  margin-bottom: -0.515625rem;
}
.c11n-text-crop .c11n-text-xl::after {
  margin-top: -0.24609375rem;
}
.c11n-text-crop .c11n-text-xl-headline::before, .c11n-text-crop .c11n-text-xl-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-xl-headline::before {
  margin-bottom: -0.515625rem;
}
.c11n-text-crop .c11n-text-xl-headline::after {
  margin-top: -0.234375rem;
}
.c11n-text-crop .c11n-text-xl-display::before, .c11n-text-crop .c11n-text-xl-display::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-xl-display::before {
  margin-bottom: -0.40625rem;
}
.c11n-text-crop .c11n-text-xl-display::after {
  margin-top: -0.40625rem;
}
.c11n-text-crop .c11n-text-lg::before, .c11n-text-crop .c11n-text-lg::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-lg::before {
  margin-bottom: -0.59375rem;
}
.c11n-text-crop .c11n-text-lg::after {
  margin-top: -0.375rem;
}
.c11n-text-crop .c11n-text-lg-headline::before, .c11n-text-crop .c11n-text-lg-headline::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-lg-headline::before {
  margin-bottom: -0.59375rem;
}
.c11n-text-crop .c11n-text-lg-headline::after {
  margin-top: -0.375rem;
}
.c11n-text-crop .c11n-text-lg-bold::before, .c11n-text-crop .c11n-text-lg-bold::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-lg-bold::before {
  margin-bottom: -0.53125rem;
}
.c11n-text-crop .c11n-text-lg-bold::after {
  margin-top: -0.4375rem;
}
.c11n-text-crop .c11n-text-md::before, .c11n-text-crop .c11n-text-md::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-md::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-crop .c11n-text-md::after {
  margin-top: -0.3125rem;
}
.c11n-text-crop .c11n-text-md-article::before, .c11n-text-crop .c11n-text-md-article::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-md-article::before {
  margin-bottom: -0.7109375rem;
}
.c11n-text-crop .c11n-text-md-article::after {
  margin-top: -0.53125rem;
}
.c11n-text-crop .c11n-text-md-bold::before, .c11n-text-crop .c11n-text-md-bold::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-md-bold::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-crop .c11n-text-md-bold::after {
  margin-top: -0.3125rem;
}
.c11n-text-crop .c11n-text-md-table::before, .c11n-text-crop .c11n-text-md-table::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-md-table::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-crop .c11n-text-md-table::after {
  margin-top: -0.3125rem;
}
.c11n-text-crop .c11n-text-md-table-narrow::before, .c11n-text-crop .c11n-text-md-table-narrow::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-md-table-narrow::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-crop .c11n-text-md-table-narrow::after {
  margin-top: -0.3125rem;
}
.c11n-text-crop .c11n-text-sm::before, .c11n-text-crop .c11n-text-sm::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-sm::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-crop .c11n-text-sm::after {
  margin-top: -0.28125rem;
}
.c11n-text-crop .c11n-text-sm-table::before, .c11n-text-crop .c11n-text-sm-table::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-sm-table::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-crop .c11n-text-sm-table::after {
  margin-top: -0.28125rem;
}
.c11n-text-crop .c11n-text-sm-table-narrow::before, .c11n-text-crop .c11n-text-sm-table-narrow::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-sm-table-narrow::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-crop .c11n-text-sm-table-narrow::after {
  margin-top: -0.28125rem;
}
.c11n-text-crop .c11n-text-xs::before, .c11n-text-crop .c11n-text-xs::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-crop .c11n-text-xs::before {
  margin-bottom: -0.28125rem;
}
.c11n-text-crop .c11n-text-xs::after {
  margin-top: -0.25rem;
}

.c11n-text {
  color: #040505;
}
.c11n-text-6xl {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.75rem;
  line-height: 1.0434782609;
}
.c11n-text-6xl-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5.75rem;
  line-height: 1.0434782609;
}
.c11n-text-6xl-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5.75rem;
  line-height: 1.0434782609;
}
.c11n-text-6xl-headline--crop::before, .c11n-text-6xl-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-6xl-headline--crop::before {
  margin-bottom: -1.46875rem;
}
.c11n-text-6xl-headline--crop::after {
  margin-top: -0.515625rem;
}
.c11n-text-6xl-display {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.75rem;
  line-height: 1.0434782609;
}
.c11n-text-6xl-display--crop {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.75rem;
  line-height: 1.0434782609;
}
.c11n-text-6xl-display--crop::before, .c11n-text-6xl-display--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-6xl-display--crop::before {
  margin-bottom: -1.1875rem;
}
.c11n-text-6xl-display--crop::after {
  margin-top: -1rem;
}
.c11n-text-6xl--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.75rem;
  line-height: 1.0434782609;
}
.c11n-text-6xl--crop::before, .c11n-text-6xl--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-6xl--crop::before {
  margin-bottom: -1.4375rem;
}
.c11n-text-6xl--crop::after {
  margin-top: -0.53125rem;
}
.c11n-text-5xl {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 1.0588235294;
}
.c11n-text-5xl-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 1.0588235294;
}
.c11n-text-5xl-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 1.0588235294;
}
.c11n-text-5xl-headline--crop::before, .c11n-text-5xl-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-5xl-headline--crop::before {
  margin-bottom: -1.09375rem;
}
.c11n-text-5xl-headline--crop::after {
  margin-top: -0.3984375rem;
}
.c11n-text-5xl-display {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 1.0588235294;
}
.c11n-text-5xl-display--crop {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 1.0588235294;
}
.c11n-text-5xl-display--crop::before, .c11n-text-5xl-display--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-5xl-display--crop::before {
  margin-bottom: -0.9375rem;
}
.c11n-text-5xl-display--crop::after {
  margin-top: -0.75rem;
}
.c11n-text-5xl--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 1.0588235294;
}
.c11n-text-5xl--crop::before, .c11n-text-5xl--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-5xl--crop::before {
  margin-bottom: -1.09375rem;
}
.c11n-text-5xl--crop::after {
  margin-top: -0.3984375rem;
}
.c11n-text-4xl {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 1.1228070175;
}
.c11n-text-4xl-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 1.1228070175;
}
.c11n-text-4xl-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 1.1228070175;
}
.c11n-text-4xl-headline--crop::before, .c11n-text-4xl-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-4xl-headline--crop::before {
  margin-bottom: -1.0546875rem;
}
.c11n-text-4xl-headline--crop::after {
  margin-top: -0.4375rem;
}
.c11n-text-4xl-display {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 1.1228070175;
}
.c11n-text-4xl-display--crop {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 1.1228070175;
}
.c11n-text-4xl-display--crop::before, .c11n-text-4xl-display--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-4xl-display--crop::before {
  margin-bottom: -0.875rem;
}
.c11n-text-4xl-display--crop::after {
  margin-top: -0.75rem;
}
.c11n-text-4xl--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 1.1228070175;
}
.c11n-text-4xl--crop::before, .c11n-text-4xl--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-4xl--crop::before {
  margin-bottom: -1.03125rem;
}
.c11n-text-4xl--crop::after {
  margin-top: -0.4609375rem;
}
.c11n-text-3xl {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.0434782609;
}
.c11n-text-3xl-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.0434782609;
}
.c11n-text-3xl-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.0434782609;
}
.c11n-text-3xl-headline--crop::before, .c11n-text-3xl-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-3xl-headline--crop::before {
  margin-bottom: -0.71875rem;
}
.c11n-text-3xl-headline--crop::after {
  margin-top: -0.2421875rem;
}
.c11n-text-3xl-display {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.0434782609;
}
.c11n-text-3xl-display--crop {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.0434782609;
}
.c11n-text-3xl-display--crop::before, .c11n-text-3xl-display--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-3xl-display--crop::before {
  margin-bottom: -0.59375rem;
}
.c11n-text-3xl-display--crop::after {
  margin-top: -0.5rem;
}
.c11n-text-3xl--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.0434782609;
}
.c11n-text-3xl--crop::before, .c11n-text-3xl--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-3xl--crop::before {
  margin-bottom: -0.703125rem;
}
.c11n-text-3xl--crop::after {
  margin-top: -0.265625rem;
}
.c11n-text-2xl {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.1764705882;
}
.c11n-text-2xl-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.1764705882;
}
.c11n-text-2xl-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.1764705882;
}
.c11n-text-2xl-headline--crop::before, .c11n-text-2xl-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-2xl-headline--crop::before {
  margin-bottom: -0.65625rem;
}
.c11n-text-2xl-headline--crop::after {
  margin-top: -0.34375rem;
}
.c11n-text-2xl-display {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.1764705882;
}
.c11n-text-2xl-display--crop {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.1764705882;
}
.c11n-text-2xl-display--crop::before, .c11n-text-2xl-display--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-2xl-display--crop::before {
  margin-bottom: -0.546875rem;
}
.c11n-text-2xl-display--crop::after {
  margin-top: -0.515625rem;
}
.c11n-text-2xl--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.1764705882;
}
.c11n-text-2xl--crop::before, .c11n-text-2xl--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-2xl--crop::before {
  margin-bottom: -0.65625rem;
}
.c11n-text-2xl--crop::after {
  margin-top: -0.34375rem;
}
.c11n-text-xl {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
.c11n-text-xl-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
.c11n-text-xl-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
.c11n-text-xl-headline--crop::before, .c11n-text-xl-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-xl-headline--crop::before {
  margin-bottom: -0.515625rem;
}
.c11n-text-xl-headline--crop::after {
  margin-top: -0.234375rem;
}
.c11n-text-xl-display {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
.c11n-text-xl-display--crop {
  font-family: Thorndale, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
.c11n-text-xl-display--crop::before, .c11n-text-xl-display--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-xl-display--crop::before {
  margin-bottom: -0.40625rem;
}
.c11n-text-xl-display--crop::after {
  margin-top: -0.40625rem;
}
.c11n-text-xl--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
.c11n-text-xl--crop::before, .c11n-text-xl--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-xl--crop::before {
  margin-bottom: -0.515625rem;
}
.c11n-text-xl--crop::after {
  margin-top: -0.24609375rem;
}
.c11n-text-lg {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-text-lg-bold {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-text-lg-bold--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-text-lg-bold--crop::before, .c11n-text-lg-bold--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-lg-bold--crop::before {
  margin-bottom: -0.53125rem;
}
.c11n-text-lg-bold--crop::after {
  margin-top: -0.4375rem;
}
.c11n-text-lg-headline {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-text-lg-headline--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-text-lg-headline--crop::before, .c11n-text-lg-headline--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-lg-headline--crop::before {
  margin-bottom: -0.59375rem;
}
.c11n-text-lg-headline--crop::after {
  margin-top: -0.375rem;
}
.c11n-text-lg--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-text-lg--crop::before, .c11n-text-lg--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-lg--crop::before {
  margin-bottom: -0.59375rem;
}
.c11n-text-lg--crop::after {
  margin-top: -0.375rem;
}
.c11n-text-md {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-text-md-bold {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-text-md-bold--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-text-md-bold--crop::before, .c11n-text-md-bold--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-md-bold--crop::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-md-bold--crop::after {
  margin-top: -0.3125rem;
}
.c11n-text-md-article {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.8823529412;
}
.c11n-text-md-article--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.8823529412;
}
.c11n-text-md-article--crop::before, .c11n-text-md-article--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-md-article--crop::before {
  margin-bottom: -0.7109375rem;
}
.c11n-text-md-article--crop::after {
  margin-top: -0.53125rem;
}
.c11n-text-md-table {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-variant-numeric: tabular-nums;
}
.c11n-text-md-table--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-variant-numeric: tabular-nums;
}
.c11n-text-md-table--crop::before, .c11n-text-md-table--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-md-table--crop::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-md-table--crop::after {
  margin-top: -0.3125rem;
}
.c11n-text-md-table-narrow {
  font-family: "FF Mark Narrow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-variant-numeric: tabular-nums;
}
.c11n-text-md-table-narrow--crop {
  font-family: "FF Mark Narrow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-variant-numeric: tabular-nums;
}
.c11n-text-md-table-narrow--crop::before, .c11n-text-md-table-narrow--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-md-table-narrow--crop::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-md-table-narrow--crop::after {
  margin-top: -0.3125rem;
}
.c11n-text-md--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-text-md--crop::before, .c11n-text-md--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-md--crop::before {
  margin-bottom: -0.4375rem;
}
.c11n-text-md--crop::after {
  margin-top: -0.3125rem;
}
.c11n-text-sm {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c11n-text-sm-bold {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c11n-text-sm-bold--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c11n-text-sm-bold--crop::before, .c11n-text-sm-bold--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-sm-bold--crop::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-sm-bold--crop::after {
  margin-top: -0.28125rem;
}
.c11n-text-sm-table {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-variant-numeric: tabular-nums;
}
.c11n-text-sm-table--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-variant-numeric: tabular-nums;
}
.c11n-text-sm-table--crop::before, .c11n-text-sm-table--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-sm-table--crop::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-sm-table--crop::after {
  margin-top: -0.28125rem;
}
.c11n-text-sm-table-narrow {
  font-family: "FF Mark Narrow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-variant-numeric: tabular-nums;
}
.c11n-text-sm-table-narrow--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-variant-numeric: tabular-nums;
}
.c11n-text-sm-table-narrow--crop::before, .c11n-text-sm-table-narrow--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-sm-table-narrow--crop::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-sm-table-narrow--crop::after {
  margin-top: -0.28125rem;
}
.c11n-text-sm--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c11n-text-sm--crop::before, .c11n-text-sm--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-sm--crop::before {
  margin-bottom: -0.34375rem;
}
.c11n-text-sm--crop::after {
  margin-top: -0.28125rem;
}
.c11n-text-xs {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
.c11n-text-xs--crop {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
.c11n-text-xs--crop::before, .c11n-text-xs--crop::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-text-xs--crop::before {
  margin-bottom: -0.28125rem;
}
.c11n-text-xs--crop::after {
  margin-top: -0.25rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 351px;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 24px;
  --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: 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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 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 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;
  }
}
.container {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-elevation-0 {
  z-index: 0;
  box-shadow: 0 0 0 0 rgba(4, 5, 5, 0);
}

.c11n-z-index-0 {
  z-index: 0;
}

.c11n-box-shadow-0 {
  box-shadow: 0 0 0 0 rgba(4, 5, 5, 0);
}

.c11n-elevation-100 {
  z-index: 100;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.18);
}

.c11n-z-index-100 {
  z-index: 100;
}

.c11n-box-shadow-100 {
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.18);
}

.c11n-elevation-400 {
  z-index: 400;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.08), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.16);
}

.c11n-z-index-400 {
  z-index: 400;
}

.c11n-box-shadow-400 {
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.08), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.16);
}

.c11n-elevation-800 {
  z-index: 800;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.06), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.08), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.12);
}

.c11n-z-index-800 {
  z-index: 800;
}

.c11n-box-shadow-800 {
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.06), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.08), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.12);
}

.c11n-elevation-1600 {
  z-index: 1600;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.05), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.05), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.1), 0 0.5rem 1rem 0.25rem rgba(4, 5, 5, 0.1);
}

.c11n-z-index-1600 {
  z-index: 1600;
}

.c11n-box-shadow-1600 {
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.05), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.05), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.1), 0 0.5rem 1rem 0.25rem rgba(4, 5, 5, 0.1);
}

.c11n-elevation-3200 {
  z-index: 3200;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.04), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.04), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.04), 0 0.5rem 1rem 0 rgba(4, 5, 5, 0.08), 0 1rem 2rem 0.25rem rgba(4, 5, 5, 0.08);
}

.c11n-z-index-3200 {
  z-index: 3200;
}

.c11n-box-shadow-3200 {
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.04), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.04), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.04), 0 0.5rem 1rem 0 rgba(4, 5, 5, 0.08), 0 1rem 2rem 0.25rem rgba(4, 5, 5, 0.08);
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
ul.c11n-list {
  list-style: disc;
  padding-left: 0;
  margin: 0;
}
ul.c11n-list > li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.75rem;
  color: #040505;
}
ul.c11n-list > li::marker {
  color: transparent;
}
ul.c11n-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(11 / 17 * 1em);
  left: 0.125rem;
  border-radius: 50%;
  background: currentColor;
  width: 0.25rem;
  height: 0.25rem;
}
ul.c11n-list > li.c11n-list-icon--black svg use {
  stroke: #040505;
}
ul.c11n-list > li.c11n-list-icon--white {
  color: #ffffff;
}
ul.c11n-list > li.c11n-list-icon--white svg use {
  stroke: #ffffff;
}
ul.c11n-list > li.c11n-list-icon--subtle svg use {
  stroke: #717777;
}
ul.c11n-list > li.c11n-list-icon--brand svg use {
  stroke: #c20029;
}
ul.c11n-list > li.c11n-list-icon--alert svg use {
  stroke: #ba3d21;
}
ul.c11n-list > li.c11n-list-icon--success svg use {
  stroke: #1d9f22;
}
ul.c11n-list ul li::before {
  color: currentColor;
  border-radius: 0;
  height: 0.125rem;
  top: calc(12 / 17 * 1em);
}
ul.c11n-list ul, ul.c11n-list ol {
  margin-top: 0.75rem;
}

ol.c11n-list {
  padding-left: 0;
  counter-reset: section;
  list-style: none;
  margin: 0;
}
ol.c11n-list > li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: calc(26 / 17 * 1em + 0.5rem);
  color: #040505;
}
ol.c11n-list > li::before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(26 / 17 * 1em);
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: currentColor;
}
ol.c11n-list ul, ol.c11n-list ol {
  margin-top: 0.75rem;
}

ul.c11n-list--icons > li {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
ul.c11n-list--icons > li svg[data-svg=marker-icon] {
  display: block;
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
}
ul.c11n-list--icons > li::before {
  content: "";
  display: none;
}

ol.c11n-list--circles {
  padding-left: 0;
  counter-reset: section;
  list-style: none;
  margin: 0;
}
ol.c11n-list--circles > li {
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  padding: 0;
  padding-left: 3rem;
}
ol.c11n-list--circles > li::before {
  content: counter(section) "";
  top: -0.125rem;
  left: 0;
  width: 2rem;
  max-width: 2rem;
  height: 2rem;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.875rem;
  border-radius: 50%;
  background: #def5f0;
  text-align: center;
  font-variant-numeric: tabular-nums;
  color: currentColor;
}

.c11n-text-xs ol.c11n-list--circles li::before {
  top: -0.375rem;
}
.c11n-text-xs ul.c11n-list--icons svg[data-svg=marker-icon] {
  top: -0.375rem;
}

.c11n-text-sm ol.c11n-list--circles li::before {
  top: -0.25rem;
}
.c11n-text-sm ul.c11n-list--icons svg[data-svg=marker-icon] {
  top: -0.125rem;
}

.c11n-text-lg ol.c11n-list--circles li::before {
  top: 0.125rem;
}
.c11n-text-lg ul.c11n-list--icons svg[data-svg=marker-icon] {
  top: 0.25rem;
}

ol.c11n-list--circles.c11n-list--yellow > li::before {
  background: #fff7de;
}

ol.c11n-list--circles.c11n-list--red > li::before {
  background: #ffeded;
}

dl.c11n-list {
  color: #040505;
}
dl.c11n-list--bold > div > dt, dl.c11n-list--bold > div > div dt:first-child {
  font-weight: 700;
}
dl.c11n-list--subtle dt {
  color: #717777;
}
dl.c11n-list > div {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #cbcece;
}
dl.c11n-list > div > dt, dl.c11n-list > div > div, dl.c11n-list > div dd {
  flex-basis: calc(50% - 0.75rem);
  word-break: break-word;
}
dl.c11n-list > div dd {
  text-align: right;
}
dl.c11n-list--stacked > div dt, dl.c11n-list--stacked > div dd {
  flex-basis: 100%;
  text-align: left;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-space-inset-0_5x {
  padding: 0.25rem;
}
.c11n-space-stack-0_5x:not(:last-child), .c11n-space-stack-0_5x:last-child.c11n-space--force {
  margin-bottom: 0.25rem;
}
.c11n-space-inline-right-0_5x:not(:last-child), .c11n-space-inline-right-0_5x:last-child.c11n-space--force {
  margin-right: 0.25rem;
}
.c11n-space-inline-left-0_5x:not(:first-child), .c11n-space-inline-left-0_5x:last-child.c11n-space--force {
  margin-left: 0.25rem;
}
.c11n-space-inset-1x {
  padding: 0.5rem;
}
.c11n-space-stack-1x:not(:last-child), .c11n-space-stack-1x:last-child.c11n-space--force {
  margin-bottom: 0.5rem;
}
.c11n-space-inline-right-1x:not(:last-child), .c11n-space-inline-right-1x:last-child.c11n-space--force {
  margin-right: 0.5rem;
}
.c11n-space-inline-left-1x:not(:first-child), .c11n-space-inline-left-1x:last-child.c11n-space--force {
  margin-left: 0.5rem;
}
.c11n-space-inset-1_5x {
  padding: 0.75rem;
}
.c11n-space-stack-1_5x:not(:last-child), .c11n-space-stack-1_5x:last-child.c11n-space--force {
  margin-bottom: 0.75rem;
}
.c11n-space-inline-right-1_5x:not(:last-child), .c11n-space-inline-right-1_5x:last-child.c11n-space--force {
  margin-right: 0.75rem;
}
.c11n-space-inline-left-1_5x:not(:first-child), .c11n-space-inline-left-1_5x:last-child.c11n-space--force {
  margin-left: 0.75rem;
}
.c11n-space-inset-2x {
  padding: 1rem;
}
.c11n-space-stack-2x:not(:last-child), .c11n-space-stack-2x:last-child.c11n-space--force {
  margin-bottom: 1rem;
}
.c11n-space-inline-right-2x:not(:last-child), .c11n-space-inline-right-2x:last-child.c11n-space--force {
  margin-right: 1rem;
}
.c11n-space-inline-left-2x:not(:first-child), .c11n-space-inline-left-2x:last-child.c11n-space--force {
  margin-left: 1rem;
}
.c11n-space-inset-2_5x {
  padding: 1.25rem;
}
.c11n-space-stack-2_5x:not(:last-child), .c11n-space-stack-2_5x:last-child.c11n-space--force {
  margin-bottom: 1.25rem;
}
.c11n-space-inline-right-2_5x:not(:last-child), .c11n-space-inline-right-2_5x:last-child.c11n-space--force {
  margin-right: 1.25rem;
}
.c11n-space-inline-left-2_5x:not(:first-child), .c11n-space-inline-left-2_5x:last-child.c11n-space--force {
  margin-left: 1.25rem;
}
.c11n-space-inset-3x {
  padding: 1.5rem;
}
.c11n-space-stack-3x:not(:last-child), .c11n-space-stack-3x:last-child.c11n-space--force {
  margin-bottom: 1.5rem;
}
.c11n-space-inline-right-3x:not(:last-child), .c11n-space-inline-right-3x:last-child.c11n-space--force {
  margin-right: 1.5rem;
}
.c11n-space-inline-left-3x:not(:first-child), .c11n-space-inline-left-3x:last-child.c11n-space--force {
  margin-left: 1.5rem;
}
.c11n-space-inset-4x {
  padding: 2rem;
}
.c11n-space-stack-4x:not(:last-child), .c11n-space-stack-4x:last-child.c11n-space--force {
  margin-bottom: 2rem;
}
.c11n-space-inline-right-4x:not(:last-child), .c11n-space-inline-right-4x:last-child.c11n-space--force {
  margin-right: 2rem;
}
.c11n-space-inline-left-4x:not(:first-child), .c11n-space-inline-left-4x:last-child.c11n-space--force {
  margin-left: 2rem;
}
.c11n-space-inset-5x {
  padding: 2.5rem;
}
.c11n-space-stack-5x:not(:last-child), .c11n-space-stack-5x:last-child.c11n-space--force {
  margin-bottom: 2.5rem;
}
.c11n-space-inline-right-5x:not(:last-child), .c11n-space-inline-right-5x:last-child.c11n-space--force {
  margin-right: 2.5rem;
}
.c11n-space-inline-left-5x:not(:first-child), .c11n-space-inline-left-5x:last-child.c11n-space--force {
  margin-left: 2.5rem;
}
.c11n-space-inset-6x {
  padding: 3rem;
}
.c11n-space-stack-6x:not(:last-child), .c11n-space-stack-6x:last-child.c11n-space--force {
  margin-bottom: 3rem;
}
.c11n-space-inline-right-6x:not(:last-child), .c11n-space-inline-right-6x:last-child.c11n-space--force {
  margin-right: 3rem;
}
.c11n-space-inline-left-6x:not(:first-child), .c11n-space-inline-left-6x:last-child.c11n-space--force {
  margin-left: 3rem;
}
.c11n-space-inset-8x {
  padding: 4rem;
}
.c11n-space-stack-8x:not(:last-child), .c11n-space-stack-8x:last-child.c11n-space--force {
  margin-bottom: 4rem;
}
.c11n-space-inline-right-8x:not(:last-child), .c11n-space-inline-right-8x:last-child.c11n-space--force {
  margin-right: 4rem;
}
.c11n-space-inline-left-8x:not(:first-child), .c11n-space-inline-left-8x:last-child.c11n-space--force {
  margin-left: 4rem;
}
.c11n-space-inset-10x {
  padding: 5rem;
}
.c11n-space-stack-10x:not(:last-child), .c11n-space-stack-10x:last-child.c11n-space--force {
  margin-bottom: 5rem;
}
.c11n-space-inline-right-10x:not(:last-child), .c11n-space-inline-right-10x:last-child.c11n-space--force {
  margin-right: 5rem;
}
.c11n-space-inline-left-10x:not(:first-child), .c11n-space-inline-left-10x:last-child.c11n-space--force {
  margin-left: 5rem;
}
.c11n-space-inset-12x {
  padding: 6rem;
}
.c11n-space-stack-12x:not(:last-child), .c11n-space-stack-12x:last-child.c11n-space--force {
  margin-bottom: 6rem;
}
.c11n-space-inline-right-12x:not(:last-child), .c11n-space-inline-right-12x:last-child.c11n-space--force {
  margin-right: 6rem;
}
.c11n-space-inline-left-12x:not(:first-child), .c11n-space-inline-left-12x:last-child.c11n-space--force {
  margin-left: 6rem;
}
.c11n-space-inset-16x {
  padding: 8rem;
}
.c11n-space-stack-16x:not(:last-child), .c11n-space-stack-16x:last-child.c11n-space--force {
  margin-bottom: 8rem;
}
.c11n-space-inline-right-16x:not(:last-child), .c11n-space-inline-right-16x:last-child.c11n-space--force {
  margin-right: 8rem;
}
.c11n-space-inline-left-16x:not(:first-child), .c11n-space-inline-left-16x:last-child.c11n-space--force {
  margin-left: 8rem;
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 351px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 24px;
  --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: 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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 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 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;
  }
}
.container {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-warning-medium use, .c11n-view-list-medium use, .c11n-view-grid-medium use, .c11n-user-medium use, .c11n-upload-medium use, .c11n-success-medium use, .c11n-search-medium use, .c11n-remove-medium use, .c11n-print-medium use, .c11n-play-medium use, .c11n-help-medium use, .c11n-log-out-medium use, .c11n-log-in-medium use, .c11n-feedback-like-medium use, .c11n-feedback-dislike-medium use, .c11n-error-medium use, .c11n-email-medium use, .c11n-download-medium use, .c11n-document-pdf-medium use, .c11n-document-medium use, .c11n-disallowed-medium use, .c11n-date-picker-medium use, .c11n-check-medium use, .c11n-chat-internal-medium use, .c11n-caret-up-medium use, .c11n-caret-down-medium use, .c11n-bank-medium use, .c11n-announcement-medium use, .c11n-accordion-closed-caret-small use, .c11n-accordion-open-caret-small use {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c11n-feedback-like-fill-medium use, .c11n-feedback-dislike-fill-medium use, .c11n-warning-fill-medium use, .c11n-success-fill-medium use, .c11n-menu-medium use, .c11n-error-fill-medium use, .c11n-chat-internal-fill-medium use, .c11n-warning-small use, .c11n-volume-on-small use, .c11n-volume-off-small use, .c11n-upload-small use, .c11n-trash-small use, .c11n-transact-small use, .c11n-time-small use, .c11n-success-small use, .c11n-subtract-small use, .c11n-share-small use, .c11n-settings-small use, .c11n-search-small use, .c11n-rewind-small use, .c11n-revert-small use, .c11n-remove-small use, .c11n-refresh-small use, .c11n-print-small use, .c11n-pop-window-small use, .c11n-plus-small use, .c11n-play-small use, .c11n-pause-small use, .c11n-overflow-menu-small use, .c11n-link-right-small use, .c11n-link-left-small use, .c11n-indeterminate-small use, .c11n-home-small use, .c11n-help-small use, .c11n-gifted-shares-small use, .c11n-full-screen-small use, .c11n-filter-small use, .c11n-feedback-like-fill-small use, .c11n-feedback-like-small use, .c11n-feedback-dislike-fill-small use, .c11n-feedback-dislike-small use, .c11n-fast-forward-small use, .c11n-error-small use, .c11n-email-small use, .c11n-edit-list-small use, .c11n-edit-user-action-small use, .c11n-edit-small use, .c11n-download-small use, .c11n-document-small use, .c11n-disallowed-small use, .c11n-delete-small use, .c11n-date-picker-small use, .c11n-copy-small use, .c11n-closed-captions-small use, .c11n-check-small use, .c11n-chat-internal-small use, .c11n-chat-small use, .c11n-caret-left-double-small use, .c11n-caret-up-small use, .c11n-caret-right-small use, .c11n-caret-left-small use, .c11n-caret-down-small use, .c11n-bookmark-unchecked-small use, .c11n-bookmark-checked-small use, .c11n-announcement-small use, .c11n-accordion-open-small use, .c11n-accordion-closed-small use {
  fill: currentColor;
}

.c11n-accordion-closed-caret-small, .c11n-accordion-open-caret-small, .c11n-warning-small, .c11n-volume-on-small, .c11n-volume-off-small, .c11n-upload-small, .c11n-trash-small, .c11n-transact-small, .c11n-time-small, .c11n-success-small, .c11n-subtract-small, .c11n-share-small, .c11n-settings-small, .c11n-search-small, .c11n-rewind-small, .c11n-revert-small, .c11n-remove-small, .c11n-refresh-small, .c11n-print-small, .c11n-pop-window-small, .c11n-plus-small, .c11n-play-small, .c11n-pause-small, .c11n-overflow-menu-small, .c11n-link-right-small, .c11n-link-left-small, .c11n-indeterminate-small, .c11n-home-small, .c11n-help-small, .c11n-gifted-shares-small, .c11n-full-screen-small, .c11n-filter-small, .c11n-feedback-like-fill-small, .c11n-feedback-like-small, .c11n-feedback-dislike-fill-small, .c11n-feedback-dislike-small, .c11n-fast-forward-small, .c11n-error-small, .c11n-email-small, .c11n-edit-list-small, .c11n-edit-user-action-small, .c11n-edit-small, .c11n-download-small, .c11n-document-small, .c11n-disallowed-small, .c11n-delete-small, .c11n-date-picker-small, .c11n-copy-small, .c11n-closed-captions-small, .c11n-check-small, .c11n-chat-internal-small, .c11n-chat-small, .c11n-caret-left-double-small, .c11n-caret-up-small, .c11n-caret-right-small, .c11n-caret-left-small, .c11n-caret-down-small, .c11n-bookmark-unchecked-small, .c11n-bookmark-checked-small, .c11n-announcement-small, .c11n-accordion-open-small, .c11n-accordion-closed-small, .c11n-positive-change-small, .c11n-negative-change-small {
  width: 0.875rem;
  height: 0.875rem;
}
.c11n-icon--smaller.c11n-accordion-closed-caret-small, .c11n-icon--smaller.c11n-accordion-open-caret-small, .c11n-icon--smaller.c11n-warning-small, .c11n-icon--smaller.c11n-volume-on-small, .c11n-icon--smaller.c11n-volume-off-small, .c11n-icon--smaller.c11n-upload-small, .c11n-icon--smaller.c11n-trash-small, .c11n-icon--smaller.c11n-transact-small, .c11n-icon--smaller.c11n-time-small, .c11n-icon--smaller.c11n-success-small, .c11n-icon--smaller.c11n-subtract-small, .c11n-icon--smaller.c11n-share-small, .c11n-icon--smaller.c11n-settings-small, .c11n-icon--smaller.c11n-search-small, .c11n-icon--smaller.c11n-rewind-small, .c11n-icon--smaller.c11n-revert-small, .c11n-icon--smaller.c11n-remove-small, .c11n-icon--smaller.c11n-refresh-small, .c11n-icon--smaller.c11n-print-small, .c11n-icon--smaller.c11n-pop-window-small, .c11n-icon--smaller.c11n-plus-small, .c11n-icon--smaller.c11n-play-small, .c11n-icon--smaller.c11n-pause-small, .c11n-icon--smaller.c11n-overflow-menu-small, .c11n-icon--smaller.c11n-link-right-small, .c11n-icon--smaller.c11n-link-left-small, .c11n-icon--smaller.c11n-indeterminate-small, .c11n-icon--smaller.c11n-home-small, .c11n-icon--smaller.c11n-help-small, .c11n-icon--smaller.c11n-gifted-shares-small, .c11n-icon--smaller.c11n-full-screen-small, .c11n-icon--smaller.c11n-filter-small, .c11n-icon--smaller.c11n-feedback-like-fill-small, .c11n-icon--smaller.c11n-feedback-like-small, .c11n-icon--smaller.c11n-feedback-dislike-fill-small, .c11n-icon--smaller.c11n-feedback-dislike-small, .c11n-icon--smaller.c11n-fast-forward-small, .c11n-icon--smaller.c11n-error-small, .c11n-icon--smaller.c11n-email-small, .c11n-icon--smaller.c11n-edit-list-small, .c11n-icon--smaller.c11n-edit-user-action-small, .c11n-icon--smaller.c11n-edit-small, .c11n-icon--smaller.c11n-download-small, .c11n-icon--smaller.c11n-document-small, .c11n-icon--smaller.c11n-disallowed-small, .c11n-icon--smaller.c11n-delete-small, .c11n-icon--smaller.c11n-date-picker-small, .c11n-icon--smaller.c11n-copy-small, .c11n-icon--smaller.c11n-closed-captions-small, .c11n-icon--smaller.c11n-check-small, .c11n-icon--smaller.c11n-chat-internal-small, .c11n-icon--smaller.c11n-chat-small, .c11n-icon--smaller.c11n-caret-left-double-small, .c11n-icon--smaller.c11n-caret-up-small, .c11n-icon--smaller.c11n-caret-right-small, .c11n-icon--smaller.c11n-caret-left-small, .c11n-icon--smaller.c11n-caret-down-small, .c11n-icon--smaller.c11n-bookmark-unchecked-small, .c11n-icon--smaller.c11n-bookmark-checked-small, .c11n-icon--smaller.c11n-announcement-small, .c11n-icon--smaller.c11n-accordion-open-small, .c11n-icon--smaller.c11n-accordion-closed-small, .c11n-icon--smaller.c11n-positive-change-small, .c11n-icon--smaller.c11n-negative-change-small {
  width: 0.5rem;
  height: 0.5rem;
}

.c11n-accordion-closed-caret-small use, .c11n-accordion-open-caret-small use {
  stroke-width: 0.125rem;
}

.c11n-warning-medium, .c11n-view-list-medium, .c11n-view-grid-medium, .c11n-user-medium, .c11n-upload-medium, .c11n-success-medium, .c11n-search-medium, .c11n-remove-medium, .c11n-print-medium, .c11n-play-medium, .c11n-help-medium, .c11n-log-out-medium, .c11n-log-in-medium, .c11n-feedback-like-medium, .c11n-feedback-dislike-medium, .c11n-error-medium, .c11n-email-medium, .c11n-download-medium, .c11n-document-pdf-medium, .c11n-document-medium, .c11n-disallowed-medium, .c11n-date-picker-medium, .c11n-check-medium, .c11n-chat-internal-medium, .c11n-caret-up-medium, .c11n-caret-down-medium, .c11n-bank-medium, .c11n-announcement-medium, .c11n-feedback-like-fill-medium, .c11n-feedback-dislike-fill-medium, .c11n-warning-fill-medium, .c11n-success-fill-medium, .c11n-menu-medium, .c11n-error-fill-medium, .c11n-chat-internal-fill-medium {
  width: 1.5rem;
  height: 1.5rem;
}
.c11n-icon--larger.c11n-warning-medium, .c11n-icon--larger.c11n-view-list-medium, .c11n-icon--larger.c11n-view-grid-medium, .c11n-icon--larger.c11n-user-medium, .c11n-icon--larger.c11n-upload-medium, .c11n-icon--larger.c11n-success-medium, .c11n-icon--larger.c11n-search-medium, .c11n-icon--larger.c11n-remove-medium, .c11n-icon--larger.c11n-print-medium, .c11n-icon--larger.c11n-play-medium, .c11n-icon--larger.c11n-help-medium, .c11n-icon--larger.c11n-log-out-medium, .c11n-icon--larger.c11n-log-in-medium, .c11n-icon--larger.c11n-feedback-like-medium, .c11n-icon--larger.c11n-feedback-dislike-medium, .c11n-icon--larger.c11n-error-medium, .c11n-icon--larger.c11n-email-medium, .c11n-icon--larger.c11n-download-medium, .c11n-icon--larger.c11n-document-pdf-medium, .c11n-icon--larger.c11n-document-medium, .c11n-icon--larger.c11n-disallowed-medium, .c11n-icon--larger.c11n-date-picker-medium, .c11n-icon--larger.c11n-check-medium, .c11n-icon--larger.c11n-chat-internal-medium, .c11n-icon--larger.c11n-caret-up-medium, .c11n-icon--larger.c11n-caret-down-medium, .c11n-icon--larger.c11n-bank-medium, .c11n-icon--larger.c11n-announcement-medium, .c11n-icon--larger.c11n-feedback-like-fill-medium, .c11n-icon--larger.c11n-feedback-dislike-fill-medium, .c11n-icon--larger.c11n-warning-fill-medium, .c11n-icon--larger.c11n-success-fill-medium, .c11n-icon--larger.c11n-menu-medium, .c11n-icon--larger.c11n-error-fill-medium, .c11n-icon--larger.c11n-chat-internal-fill-medium {
  width: 3rem;
  height: 3rem;
}

svg {
  display: block;
}

.c11n-sort-ascending-small use,
.c11n-sort-descending-small use {
  fill: #c20029;
}

.c11n-positive-change-small use {
  fill: #1d9f22;
}

.c11n-negative-change-small use {
  fill: #ba3d21;
}

.c11n-time-small,
.c11n-bookmark-unchecked-small {
  fill-rule: evenodd;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
a.c11n-link:focus-visible {
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
a.c11n-link:focus-visible .c11n-link__content {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}

button.c11n-link {
  appearance: none;
  background: transparent;
  border: 0;
  font: inherit;
  text-align: inherit;
}
button.c11n-link:focus-visible {
  position: relative;
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
button.c11n-link:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}

a.c11n-link,
button.c11n-link {
  --common-bg-rule: 100% 0.0625rem, 0% 0.125rem;
  font-weight: 700;
  color: #145bff;
  position: relative;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  padding-bottom: 0.1875rem;
}
a.c11n-link .c11n-link__content,
button.c11n-link .c11n-link__content {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0% 0.0625rem, 0% 0.0625rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition-property: background-size;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
}
a.c11n-link:hover .c11n-link__content, a.c11n-link:focus-visible .c11n-link__content,
button.c11n-link:hover .c11n-link__content,
button.c11n-link:focus-visible .c11n-link__content {
  transition-duration: 100ms;
  background-size: 100% 0.0625rem, 100% 0.125rem;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3125rem;
}
a.c11n-link:hover .c11n-link__content,
button.c11n-link:hover .c11n-link__content {
  transition-duration: 100ms;
}
a.c11n-link:focus-visible .c11n-link__content,
button.c11n-link:focus-visible .c11n-link__content {
  transition-property: none;
}
a.c11n-link .c11n-link__content,
a.c11n-link .c11n-link__text,
button.c11n-link .c11n-link__content,
button.c11n-link .c11n-link__text {
  padding-bottom: 0.1875rem;
}
a.c11n-link:focus, a.c11n-link:hover,
button.c11n-link:focus,
button.c11n-link:hover {
  color: #040505;
}
a.c11n-link:hover,
button.c11n-link:hover {
  transition-duration: 100ms;
}
a.c11n-link:focus-visible,
button.c11n-link:focus-visible {
  transition: none;
}
a.c11n-link.c11n-text-md, .c11n-text-md a.c11n-link,
button.c11n-link.c11n-text-md,
.c11n-text-md button.c11n-link {
  --link-md-bold-padding-bottom: 0.09375rem;
  padding-bottom: var(--link-md-bold-padding-bottom);
}
a.c11n-link.c11n-text-md .c11n-link__content,
a.c11n-link.c11n-text-md .c11n-link__text, .c11n-text-md a.c11n-link .c11n-link__content,
.c11n-text-md a.c11n-link .c11n-link__text,
button.c11n-link.c11n-text-md .c11n-link__content,
button.c11n-link.c11n-text-md .c11n-link__text,
.c11n-text-md button.c11n-link .c11n-link__content,
.c11n-text-md button.c11n-link .c11n-link__text {
  padding-bottom: var(--link-md-bold-padding-bottom);
}
a.c11n-link.c11n-text-sm, .c11n-text-sm a.c11n-link,
button.c11n-link.c11n-text-sm,
.c11n-text-sm button.c11n-link {
  --link-sm-bold-padding-bottom: 0.0625rem;
  padding-bottom: var(--link-sm-bold-padding-bottom);
}
a.c11n-link.c11n-text-sm .c11n-link__content,
a.c11n-link.c11n-text-sm .c11n-link__text, .c11n-text-sm a.c11n-link .c11n-link__content,
.c11n-text-sm a.c11n-link .c11n-link__text,
button.c11n-link.c11n-text-sm .c11n-link__content,
button.c11n-link.c11n-text-sm .c11n-link__text,
.c11n-text-sm button.c11n-link .c11n-link__content,
.c11n-text-sm button.c11n-link .c11n-link__text {
  padding-bottom: var(--link-sm-bold-padding-bottom);
}
a.c11n-link--normal,
button.c11n-link--normal {
  font-weight: 400;
  padding-bottom: 0.125rem;
}
a.c11n-link--normal .c11n-link__content,
a.c11n-link--normal .c11n-link__text,
button.c11n-link--normal .c11n-link__content,
button.c11n-link--normal .c11n-link__text {
  padding-bottom: 0.125rem;
}
a.c11n-link--normal.c11n-text-md, .c11n-text-md a.c11n-link--normal,
button.c11n-link--normal.c11n-text-md,
.c11n-text-md button.c11n-link--normal {
  --link-md-normal-padding-bottom: 0.15625rem;
  padding-bottom: var(--link-md-normal-padding-bottom);
}
a.c11n-link--normal.c11n-text-md .c11n-link__content,
a.c11n-link--normal.c11n-text-md .c11n-link__text, .c11n-text-md a.c11n-link--normal .c11n-link__content,
.c11n-text-md a.c11n-link--normal .c11n-link__text,
button.c11n-link--normal.c11n-text-md .c11n-link__content,
button.c11n-link--normal.c11n-text-md .c11n-link__text,
.c11n-text-md button.c11n-link--normal .c11n-link__content,
.c11n-text-md button.c11n-link--normal .c11n-link__text {
  padding-bottom: var(--link-md-normal-padding-bottom);
}
a.c11n-link--normal.c11n-text-sm, .c11n-text-sm a.c11n-link--normal,
button.c11n-link--normal.c11n-text-sm,
.c11n-text-sm button.c11n-link--normal {
  --link-sm-normal-padding-bottom: 0.125rem;
  padding-bottom: var(--link-sm-normal-padding-bottom);
}
a.c11n-link--normal.c11n-text-sm .c11n-link__content,
a.c11n-link--normal.c11n-text-sm .c11n-link__text, .c11n-text-sm a.c11n-link--normal .c11n-link__content,
.c11n-text-sm a.c11n-link--normal .c11n-link__text,
button.c11n-link--normal.c11n-text-sm .c11n-link__content,
button.c11n-link--normal.c11n-text-sm .c11n-link__text,
.c11n-text-sm button.c11n-link--normal .c11n-link__content,
.c11n-text-sm button.c11n-link--normal .c11n-link__text {
  padding-bottom: var(--link-sm-normal-padding-bottom);
}
a.c11n-link--icon .c11n-link__text, a.c11n-link--leading-icon .c11n-link__text,
button.c11n-link--icon .c11n-link__text,
button.c11n-link--leading-icon .c11n-link__text {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0% 0.0625rem, 0% 0.0625rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition-property: background-size;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
}
a.c11n-link--icon:hover .c11n-link__text, a.c11n-link--icon:focus-visible .c11n-link__text, a.c11n-link--leading-icon:hover .c11n-link__text, a.c11n-link--leading-icon:focus-visible .c11n-link__text,
button.c11n-link--icon:hover .c11n-link__text,
button.c11n-link--icon:focus-visible .c11n-link__text,
button.c11n-link--leading-icon:hover .c11n-link__text,
button.c11n-link--leading-icon:focus-visible .c11n-link__text {
  transition-duration: 100ms;
  background-size: 100% 0.0625rem, 100% 0.125rem;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3125rem;
}
a.c11n-link--icon:hover .c11n-link__text, a.c11n-link--leading-icon:hover .c11n-link__text,
button.c11n-link--icon:hover .c11n-link__text,
button.c11n-link--leading-icon:hover .c11n-link__text {
  transition-duration: 100ms;
}
a.c11n-link--icon:focus-visible .c11n-link__text, a.c11n-link--leading-icon:focus-visible .c11n-link__text,
button.c11n-link--icon:focus-visible .c11n-link__text,
button.c11n-link--leading-icon:focus-visible .c11n-link__text {
  transition-property: none;
}
a.c11n-link--icon .c11n-link__content, a.c11n-link--leading-icon .c11n-link__content,
button.c11n-link--icon .c11n-link__content,
button.c11n-link--leading-icon .c11n-link__content {
  background-image: none;
}
a.c11n-link--icon [data-container=c11n-icon-container],
a.c11n-link--icon .c11n-link__content > svg, a.c11n-link--leading-icon [data-container=c11n-icon-container],
a.c11n-link--leading-icon .c11n-link__content > svg,
button.c11n-link--icon [data-container=c11n-icon-container],
button.c11n-link--icon .c11n-link__content > svg,
button.c11n-link--leading-icon [data-container=c11n-icon-container],
button.c11n-link--leading-icon .c11n-link__content > svg {
  display: inline-block;
  vertical-align: middle;
}
a.c11n-link--icon [data-container=c11n-icon-container],
a.c11n-link--icon .c11n-link__content > svg,
button.c11n-link--icon [data-container=c11n-icon-container],
button.c11n-link--icon .c11n-link__content > svg {
  margin: 0 0 0.0625rem 0.25rem;
}
a.c11n-link--leading-icon [data-container=c11n-icon-container],
a.c11n-link--leading-icon .c11n-link__content > svg,
button.c11n-link--leading-icon [data-container=c11n-icon-container],
button.c11n-link--leading-icon .c11n-link__content > svg {
  margin: 0 0.25rem 0.0625rem 0;
}
a.c11n-link--secondary,
button.c11n-link--secondary {
  color: #040505;
}
a.c11n-link--secondary .c11n-link__content,
button.c11n-link--secondary .c11n-link__content {
  background-size: var(--common-bg-rule);
}
.c11n-link--reinforced a.c11n-link .c11n-link__content,
.c11n-link--reinforced a.c11n-link .c11n-link__text, a.c11n-link--reinforced .c11n-link__content,
a.c11n-link--reinforced .c11n-link__text,
.c11n-link--reinforced button.c11n-link .c11n-link__content,
.c11n-link--reinforced button.c11n-link .c11n-link__text,
button.c11n-link--reinforced .c11n-link__content,
button.c11n-link--reinforced .c11n-link__text {
  background-size: var(--common-bg-rule);
}
.c11n-link--reinforced a.c11n-link:focus .c11n-link__content,
.c11n-link--reinforced a.c11n-link:focus .c11n-link__text, .c11n-link--reinforced a.c11n-link:hover .c11n-link__content,
.c11n-link--reinforced a.c11n-link:hover .c11n-link__text, a.c11n-link--reinforced:focus .c11n-link__content,
a.c11n-link--reinforced:focus .c11n-link__text, a.c11n-link--reinforced:hover .c11n-link__content,
a.c11n-link--reinforced:hover .c11n-link__text,
.c11n-link--reinforced button.c11n-link:focus .c11n-link__content,
.c11n-link--reinforced button.c11n-link:focus .c11n-link__text,
.c11n-link--reinforced button.c11n-link:hover .c11n-link__content,
.c11n-link--reinforced button.c11n-link:hover .c11n-link__text,
button.c11n-link--reinforced:focus .c11n-link__content,
button.c11n-link--reinforced:focus .c11n-link__text,
button.c11n-link--reinforced:hover .c11n-link__content,
button.c11n-link--reinforced:hover .c11n-link__text {
  background-size: 100% 0.0625rem, 100% 0.125rem;
}
a.c11n-link--on-dark,
button.c11n-link--on-dark {
  color: #ffffff !important;
}
a.c11n-link--on-dark .c11n-link__content,
button.c11n-link--on-dark .c11n-link__content {
  background-size: var(--common-bg-rule);
}
a.c11n-link--no-wrap,
button.c11n-link--no-wrap {
  white-space: nowrap;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-table {
  width: 100%;
  color: #040505;
  border-collapse: collapse;
  border-spacing: 0;
}
.c11n-table .c11n-table--medium, .c11n-table .c11n-table--small {
  font-variant-numeric: tabular-nums;
}
.c11n-table--small {
  font-family: "FF Mark Narrow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-variant-numeric: tabular-nums;
}
.c11n-table--small .c11n-table__thead-th {
  padding: 0.875rem 0.5rem;
}
.c11n-table--small .c11n-table__tbody-th,
.c11n-table--small .c11n-table__tfoot-th,
.c11n-table--small .c11n-table__td {
  padding: 0.875rem 0.5rem 0.8125rem;
}
.c11n-table--small .c11n-table__tbody-th--sortable,
.c11n-table--small .c11n-table__tfoot-th--sortable,
.c11n-table--small .c11n-table__td--sortable {
  padding-right: 1.25rem;
}
.c11n-table--medium {
  font-family: "FF Mark Narrow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-variant-numeric: tabular-nums;
}
.c11n-table--medium .c11n-table__thead-th {
  padding: 1.25rem 0.5rem 0.75rem;
}
.c11n-table--medium .c11n-table__tbody-th,
.c11n-table--medium .c11n-table__tfoot-th,
.c11n-table--medium .c11n-table__td {
  padding: 0.75rem 0.5rem 0.6875rem;
}
.c11n-table--medium .c11n-table__tbody-th--sortable,
.c11n-table--medium .c11n-table__tfoot-th--sortable,
.c11n-table--medium .c11n-table__td--sortable {
  padding-right: 1.25rem;
}
.c11n-table--sticky-th-vertical, .c11n-table--sticky-th-horizontal {
  position: relative;
}
.c11n-table--sticky-th-vertical .c11n-table__thead-th {
  position: sticky;
  top: 0;
  z-index: 1600;
}
.c11n-table--sticky-th-horizontal .c11n-table__thead-th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1600;
}
.c11n-table--sticky-th-horizontal .c11n-table__td:nth-child(1),
.c11n-table--sticky-th-horizontal .c11n-table__tbody-th:nth-child(1),
.c11n-table--sticky-th-horizontal .c11n-table__tfoot-th:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 1600;
}
.c11n-table--sticky-th-vertical.c11n-table--sticky-th-horizontal .c11n-table__thead-th {
  position: sticky;
  top: 0;
}
.c11n-table--sticky-th-vertical.c11n-table--sticky-th-horizontal .c11n-table__thead-th:first-of-type {
  left: 0;
  z-index: 1601;
}
.c11n-table--sticky-th-vertical.c11n-table--sticky-th-horizontal .c11n-table__thead-th:not(:first-of-type) {
  z-index: 1600;
}
.c11n-table--sticky-th-vertical.c11n-table--sticky-th-horizontal .c11n-table__td:nth-child(1),
.c11n-table--sticky-th-vertical.c11n-table--sticky-th-horizontal .c11n-table__tbody-th:nth-child(1),
.c11n-table--sticky-th-vertical.c11n-table--sticky-th-horizontal .c11n-table__tfoot-th:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 1600;
}
.c11n-table__symbols {
  display: none;
}
.c11n-table__tr .c11n-table__td,
.c11n-table__tr .c11n-table__tbody-th {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-table__tr:hover .c11n-table__td,
.c11n-table__tr:hover .c11n-table__tbody-th {
  transition-duration: 100ms;
  background-color: #e6f1fc;
}
.c11n-table__tr:last-child .c11n-table__td,
.c11n-table__tr:last-child .c11n-table__tbody-th {
  border-bottom: none;
}
.c11n-table__thead-th {
  font-weight: inherit;
  vertical-align: bottom;
  background: linear-gradient(to top, #cbcece 0, #cbcece 0.0625rem, #f5f6f6 0.0625rem, #f5f6f6 100%);
}
.c11n-table__thead-th:not(.c11n-table__thead-th--active-sort) .c11n-link--icon svg use {
  fill: #717777;
}
.c11n-table__thead-th:not(.c11n-table__thead-th--active-sort) .c11n-link--icon:hover svg use:nth-child(1), .c11n-table__thead-th:not(.c11n-table__thead-th--active-sort) .c11n-link--icon:focus-visible svg use:nth-child(1) {
  fill: #cbcece;
}
.c11n-table__thead-th:not(.c11n-table__thead-th--active-sort) .c11n-link--icon:hover svg use:nth-child(2), .c11n-table__thead-th:not(.c11n-table__thead-th--active-sort) .c11n-link--icon:focus-visible svg use:nth-child(2) {
  fill: #145bff;
}
.c11n-table__thead-th--active-sort.descending .c11n-link--icon svg use:nth-child(1) {
  fill: transparent;
}
.c11n-table__thead-th--active-sort.descending .c11n-link--icon svg use:nth-child(2) {
  fill: #145bff;
}
.c11n-table__thead-th--active-sort.descending .c11n-link--icon:hover svg use:nth-child(1), .c11n-table__thead-th--active-sort.descending .c11n-link--icon:focus-visible svg use:nth-child(1) {
  fill: #145bff;
}
.c11n-table__thead-th--active-sort.descending .c11n-link--icon:hover svg use:nth-child(2), .c11n-table__thead-th--active-sort.descending .c11n-link--icon:focus-visible svg use:nth-child(2) {
  fill: #cbcece;
}
.c11n-table__thead-th--active-sort.ascending .c11n-link--icon svg use:nth-child(1) {
  fill: #145bff;
  transform: rotate(180deg) translateY(-0.1875rem);
}
.c11n-table__thead-th--active-sort.ascending .c11n-link--icon svg use:nth-child(2) {
  fill: transparent;
}
.c11n-table__thead-th--active-sort.ascending .c11n-link--icon:hover svg use:nth-child(1), .c11n-table__thead-th--active-sort.ascending .c11n-link--icon:focus-visible svg use:nth-child(1) {
  fill: #cbcece;
  transform: rotate(180deg) translateY(0.1875rem);
}
.c11n-table__thead-th--active-sort.ascending .c11n-link--icon:hover svg use:nth-child(2), .c11n-table__thead-th--active-sort.ascending .c11n-link--icon:focus-visible svg use:nth-child(2) {
  fill: #145bff;
}
.c11n-table__thead-th .c11n-link--icon {
  margin-bottom: -0.125rem;
  padding-bottom: 0 !important;
}
.c11n-table__thead-th .c11n-link--icon .c11n-link__content {
  display: inline-block;
  padding-bottom: 0.125rem !important;
  padding-right: 0.75rem;
}
.c11n-table__thead-th .c11n-link--icon svg {
  position: absolute;
  bottom: 0.0625rem;
  width: 0.5rem;
  height: 0.875rem;
}
.c11n-table__thead-th .c11n-link--icon svg use {
  fill: transparent;
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  transform-origin: center;
}
.c11n-table__thead-th .c11n-link--icon svg use:nth-child(1) {
  transform-origin: 0.25rem 0.4375rem;
  transform: rotate(180deg) translateY(0.1875rem);
}
.c11n-table__thead-th .c11n-link--icon svg use:nth-child(2) {
  transform: translateY(0.1875rem);
}
.c11n-table__thead-th--info {
  font-family: "FF Mark Narrow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  color: #040505;
  display: inline-block;
}
.c11n-table__td, .c11n-table__tbody-th {
  border-bottom: 0.0625rem solid #cbcece;
}
.c11n-table tfoot .c11n-table__tr:first-child .c11n-table__td {
  background: linear-gradient(to bottom, #040505 0, #040505 0.0625rem, #f5f6f6 0.0625rem, #f5f6f6 100%);
}
.c11n-table tfoot .c11n-table__tr:last-child .c11n-table__td {
  border-bottom: none;
}
.c11n-table tfoot .c11n-table__tr:hover .c11n-table__td {
  background-color: #f5f6f6;
}
.c11n-table tfoot .c11n-table__td {
  transition: none;
  background: #f5f6f6;
}
.c11n-table__thead-th:first-of-type, .c11n-table__tbody-th:first-of-type, .c11n-table__tfoot-th:first-of-type, .c11n-table__td:first-of-type {
  text-align: left;
}
.c11n-table__thead-th:not(:first-of-type), .c11n-table__tbody-th:not(:first-of-type), .c11n-table__tfoot-th:not(:first-of-type), .c11n-table__td:not(:first-of-type) {
  text-align: right;
}
.c11n-table__thead-th--align-left:first-of-type, .c11n-table__thead-th--align-left:not(:first-of-type), .c11n-table__tbody-th--align-left:first-of-type, .c11n-table__tbody-th--align-left:not(:first-of-type), .c11n-table__tfoot-th--align-left:first-of-type, .c11n-table__tfoot-th--align-left:not(:first-of-type), .c11n-table__td--align-left:first-of-type, .c11n-table__td--align-left:not(:first-of-type) {
  text-align: left;
}
.c11n-table__thead-th--align-center:first-of-type, .c11n-table__thead-th--align-center:not(:first-of-type), .c11n-table__tbody-th--align-center:first-of-type, .c11n-table__tbody-th--align-center:not(:first-of-type), .c11n-table__tfoot-th--align-center:first-of-type, .c11n-table__tfoot-th--align-center:not(:first-of-type), .c11n-table__td--align-center:first-of-type, .c11n-table__td--align-center:not(:first-of-type) {
  text-align: center;
}
.c11n-table__thead-th--align-right:first-of-type, .c11n-table__thead-th--align-right:not(:first-of-type), .c11n-table__tbody-th--align-right:first-of-type, .c11n-table__tbody-th--align-right:not(:first-of-type), .c11n-table__tfoot-th--align-right:first-of-type, .c11n-table__tfoot-th--align-right:not(:first-of-type), .c11n-table__td--align-right:first-of-type, .c11n-table__td--align-right:not(:first-of-type) {
  text-align: right;
}
.c11n-table__thead-th .c11n-table__icon-container, .c11n-table__tbody-th .c11n-table__icon-container, .c11n-table__tfoot-th .c11n-table__icon-container, .c11n-table__td .c11n-table__icon-container {
  display: inline-block;
}
.c11n-table__td, .c11n-table__tbody-th {
  vertical-align: top;
  background: #ffffff;
}
.c11n-table__tfoot-th {
  vertical-align: top;
  background: #f5f6f6;
}
.c11n-table__tbody-th, .c11n-table__tfoot-th {
  font-weight: inherit;
}
.c11n-table__a {
  font-weight: 700;
  color: inherit;
}
.c11n-table__a span {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: #cbcece;
}
.c11n-table__a:focus span, .c11n-table__a:hover span {
  border-bottom-color: #040505;
}
.c11n-table__a:focus {
  outline: none;
}
.c11n-table__a:focus > span {
  outline: solid 0.0625rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-table__a:focus span span {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-table__sort-trigger {
  cursor: default;
}
.c11n-table__sort-trigger svg {
  margin-left: 0.25rem;
  display: inline-block;
  visibility: hidden;
  position: absolute;
  bottom: 0.375rem;
  right: 0;
  transform: rotate(180deg);
  width: 0.5rem;
  height: 0.3125rem;
}
.c11n-table__sort-trigger svg polygon {
  fill: #145bff;
}
.c11n-table__sort-trigger--sort-active {
  color: #145bff;
}
.c11n-table__sort-trigger--sort-active svg {
  width: 0.5rem;
  height: 0.3125rem;
  visibility: visible;
}
.c11n-table__sort-trigger:focus-within svg, .c11n-table__sort-trigger:hover svg {
  visibility: visible;
}
.c11n-table__sort-trigger:focus-within {
  outline: solid 0.0625rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-table__sort-trigger:focus-within > span {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-table__sort-trigger input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.c11n-table__sort-trigger input[type=checkbox]:checked ~ svg {
  transform: rotate(0);
  transform-origin: center;
}
.c11n-table__sort-trigger ::selection {
  background: transparent;
}
.c11n-table__sort-trigger-inner-wrapper {
  position: relative;
  display: inline-block;
  padding-right: 0.75rem;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-hint-error {
  display: grid;
  position: relative;
  height: auto;
  width: auto;
  gap: 0.25rem;
  padding: 0;
  margin: 0.5rem 0 0 0;
  color: #040505;
  line-height: 0;
  z-index: 100;
}
.c11n-hint-error.c11n-hint-error--error .c11n-hint-error__content {
  padding-left: 1.125rem;
  padding-top: 0;
  margin: 0;
  color: #ba3d21;
}
.c11n-hint-error.c11n-hint-error--large .c11n-hint-error__content {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-hint-error.c11n-hint-error--large .c11n-hint-error__content::before, .c11n-hint-error.c11n-hint-error--large .c11n-hint-error__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-hint-error.c11n-hint-error--large .c11n-hint-error__content::before {
  margin-bottom: -0.4375rem;
}
.c11n-hint-error.c11n-hint-error--large .c11n-hint-error__content::after {
  margin-top: -0.3125rem;
}
.c11n-hint-error.c11n-hint-error--large .c11n-hint-error__content {
  padding-top: 0;
}
.c11n-hint-error.c11n-hint-error--large .c11n-hint-error__icon {
  top: -0.0625rem;
}
.c11n-hint-error .c11n-hint-error__content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
.c11n-hint-error .c11n-hint-error__content::before, .c11n-hint-error .c11n-hint-error__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-hint-error .c11n-hint-error__content::before {
  margin-bottom: -0.28125rem;
}
.c11n-hint-error .c11n-hint-error__content::after {
  margin-top: -0.25rem;
}
.c11n-hint-error .c11n-hint-error__icon {
  position: absolute;
  left: 0;
  top: -0.25rem;
  color: #ba3d21;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-radio {
  --tile-label-focus-offset: 0.125rem;
  --tile-focus-element-offset: 0.3125rem;
  --tile-focus-z-index: 2;
  --tile-hover-and-checked-z-index: 1;
  position: relative;
  display: block;
}
.c11n-radio:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.c11n-radio .c11n-radio__focus-element {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.c11n-radio .c11n-radio__label {
  position: relative;
  padding-right: 0.25rem;
  display: block;
  padding-left: 1.5rem;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  color: #040505;
  cursor: default;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.4117647059;
}
.c11n-radio .c11n-radio__label-content {
  display: inline-block;
  min-width: 1ch;
  min-height: 1ch;
  color: #040505;
}
.c11n-radio .c11n-radio__label svg {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
}
.c11n-radio .c11n-radio__label svg circle.background {
  fill: #ffffff;
  stroke: #040505;
}
.c11n-radio .c11n-radio__label svg circle.foreground {
  fill: transparent;
}
.c11n-radio .c11n-radio__label::before, .c11n-radio .c11n-radio__label::after {
  border-radius: 50%;
}
.c11n-radio .c11n-radio__hint {
  display: flex;
  flex-direction: row;
}
.c11n-radio .c11n-radio__hint__icon {
  display: none;
  margin: 0 0.125rem 0 0;
}
.c11n-radio .c11n-radio__descriptive-label {
  display: none;
}
.c11n-radio .c11n-radio__input:checked ~ .c11n-radio__label svg circle.foreground {
  fill: #040505 !important;
}
.c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label {
  cursor: not-allowed;
}
.c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label svg {
  opacity: 0.3;
}
.c11n-radio .c11n-radio .c11n-radio__input:checked ~ .c11n-radio__label, .c11n-radio .c11n-radio .c11n-radio__input:hover:not(:disabled) ~ .c11n-radio__label {
  z-index: var(--tile-hover-and-checked-z-index);
  border-color: #040505;
}
.c11n-radio .c11n-radio .c11n-radio__input:focus ~ .c11n-radio__label {
  z-index: var(--tile-focus-z-index);
  border-color: #040505;
}
.c11n-radio .c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label {
  cursor: not-allowed;
  border-color: #cbcece;
}
.c11n-radio .c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label svg {
  opacity: 0.3;
}
.c11n-radio .c11n-radio__label-content::before {
  content: "";
  position: absolute;
  background-color: rgba(4, 5, 5, 0.1);
  border-radius: 50%;
  transform: scale(0.5) translateZ(0);
  transform-origin: center;
  transition-property: transform, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  top: -0.25rem;
  left: -0.5rem;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
.c11n--on-dark .c11n-radio .c11n-radio__label-content::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.c11n-radio .c11n-radio__label:hover .c11n-radio__label-content::before {
  transform: scale(1) translateZ(0);
  transition-duration: 100ms;
}
.c11n-radio .c11n-radio__input:not(:disabled):focus-visible ~ .c11n-radio__label .c11n-radio__label-content::before {
  transform: scale(1) translateZ(0);
  transition-duration: 100ms;
}
.c11n-radio .c11n-radio__input:not(:disabled):focus-visible ~ .c11n-radio__label .c11n-radio__label-content::before {
  transition-property: none;
}
.c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label .c11n-radio__label-content::before {
  display: none;
}
.c11n-radio .c11n-radio__input {
  opacity: 0;
  position: absolute;
}
.c11n-radio.c11n-radio--focused-label .c11n-radio__input:focus-visible ~ .c11n-radio__label {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-radio.c11n-radio--focused-label .c11n-radio__input:focus-visible ~ .c11n-radio__label .c11n-radio__focus-element {
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-radio.c11n-radio--hide-label .c11n-radio__label {
  padding-left: 0;
  padding-right: 0;
  max-width: 1rem;
  width: 1rem;
}
.c11n-radio:not(.c11n-radio--focused-label) .c11n-radio__input:focus-visible ~ .c11n-radio__label::before, .c11n-radio:not(.c11n-radio--focused-label) .c11n-radio__input:focus-visible ~ .c11n-radio__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  pointer-events: none;
}
.c11n-radio:not(.c11n-radio--focused-label) .c11n-radio__input:focus-visible ~ .c11n-radio__label::before {
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-radio:not(.c11n-radio--focused-label) .c11n-radio__input:focus-visible ~ .c11n-radio__label::after {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}

.c11n-radio-group {
  font-family: "FF Mark", Arial, sans-serif;
}
.c11n-radio-group fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.c11n-radio-group .c11n-radio-group__legend {
  margin: 0 0 0.5rem 0;
  padding-left: 0;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  color: #040505;
}
.c11n-radio-group .c11n-radio-group__error {
  margin-top: 0.75rem;
}
.c11n-radio-group .c11n-radio-group__legend--hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio__input:focus-visible ~ .c11n-radio__label {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio__input:focus-visible ~ .c11n-radio__label .c11n-radio__focus-element {
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:focus-visible ~ .c11n-radio__label {
  outline-offset: var(--tile-label-focus-offset);
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:focus-visible ~ .c11n-radio__label:before, .c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:focus-visible ~ .c11n-radio__label:after {
  display: none;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:focus-visible ~ .c11n-radio__label .c11n-radio__focus-element {
  outline-offset: var(--tile-focus-element-offset);
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio {
  height: 100%;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio:not(:last-of-type) {
  margin-bottom: -0.0625rem;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio.c11n-radio--bold-label .c11n-radio__label-content {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__label {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  border: 0.0625rem solid #cbcece;
  background-color: #ffffff;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__label span + svg {
  top: calc(1.5rem + 0.25rem);
  left: 1.5rem;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__label-content {
  position: relative;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__label-content::before {
  left: calc(-1.5rem - 0.5rem);
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__descriptive-label {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  display: block;
  padding-top: 0.5rem;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__focus-element {
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:checked ~ .c11n-radio__label, .c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:hover:not(:disabled) ~ .c11n-radio__label {
  z-index: var(--tile-hover-and-checked-z-index);
  border-color: #040505;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:focus ~ .c11n-radio__label {
  z-index: var(--tile-focus-z-index);
  border-color: #040505;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label {
  cursor: not-allowed;
  border-color: #cbcece;
}
.c11n-radio-group.c11n-radio-group--tiles .c11n-radio .c11n-radio__input:disabled ~ .c11n-radio__label svg {
  opacity: 0.3;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
@keyframes button-shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-0.5rem);
  }
  40% {
    transform: translateX(0.5rem);
  }
  60% {
    transform: translateX(-0.5rem);
  }
  80% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
.c11n-button {
  appearance: none;
  position: relative;
  display: inline-block;
  border: 0;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 2rem;
}
.c11n-button:focus-visible {
  position: relative;
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-button:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-button:hover .c11n-button__box {
  transition-duration: 100ms;
}
.c11n-button:focus-visible .c11n-button__box {
  transition: none;
}
.c11n-button .c11n-button__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  border-radius: 2rem;
  border: 0.125rem solid #040505;
  margin: 0;
  width: auto;
  color: #ffffff;
  height: 3rem;
  padding: 0 1.5rem;
  background-color: #040505;
  transition-property: color, background-color;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-button .c11n-button__label {
  padding: 0;
  margin: 0;
  justify-content: center;
  white-space: nowrap;
}
.c11n-button .c11n-button__box::before {
  width: 3rem;
  height: 3rem;
}
.c11n-button.c11n-button--small .c11n-button__box::before {
  width: 2rem;
  height: 2rem;
}
.c11n-button .c11n-button__label {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-button .c11n-button__label::before, .c11n-button .c11n-button__label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-button .c11n-button__label::before {
  margin-bottom: -0.4375rem;
}
.c11n-button .c11n-button__label::after {
  margin-top: -0.3125rem;
}
.c11n-button.c11n-button--small .c11n-button__label {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c11n-button .c11n-button__trailing-icon,
.c11n-button .c11n-button__leading-icon {
  display: none;
  flex-direction: row;
  align-items: center;
  max-width: none;
  min-width: auto;
}
.c11n-button.c11n-button--small .c11n-button__box {
  height: 2rem;
  padding: 0 1rem;
}
.c11n-button.c11n-button--large .c11n-button__box {
  height: 4rem;
  padding: 0 2rem;
}
.c11n-button.c11n-button--full-width {
  width: 100%;
}
.c11n-button.c11n-button--leading-icon-primary .c11n-button__box, .c11n-button.c11n-button--leading-icon-primary-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-primary .c11n-button__box, .c11n-button.c11n-button--trailing-icon-primary-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__box {
  justify-content: center;
}
.c11n-button.c11n-button--trailing-icon-primary .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-primary-on-dark .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-secondary .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-secondary-on-dark .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__trailing-icon, .c11n-button.c11n-button--leading-icon-primary .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-primary-on-dark .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-secondary .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-secondary-on-dark .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__leading-icon {
  display: flex;
  border: 0 none;
  height: 100%;
  padding: 0;
}
.c11n-button.c11n-button--trailing-icon-primary .c11n-button__trailing-icon svg use, .c11n-button.c11n-button--trailing-icon-primary-on-dark .c11n-button__trailing-icon svg use, .c11n-button.c11n-button--trailing-icon-secondary .c11n-button__trailing-icon svg use, .c11n-button.c11n-button--trailing-icon-secondary-on-dark .c11n-button__trailing-icon svg use, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__trailing-icon svg use, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__trailing-icon svg use, .c11n-button.c11n-button--leading-icon-primary .c11n-button__leading-icon svg use, .c11n-button.c11n-button--leading-icon-primary-on-dark .c11n-button__leading-icon svg use, .c11n-button.c11n-button--leading-icon-secondary .c11n-button__leading-icon svg use, .c11n-button.c11n-button--leading-icon-secondary-on-dark .c11n-button__leading-icon svg use, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__leading-icon svg use, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__leading-icon svg use {
  transition-property: fill, stroke;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-button.c11n-button--leading-icon-primary .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-primary-on-dark .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-secondary .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-secondary-on-dark .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__leading-icon, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__leading-icon {
  justify-content: flex-end;
  margin: 0 0.5rem 0 0;
}
.c11n-button.c11n-button--trailing-icon-primary .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-primary-on-dark .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-secondary .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-secondary-on-dark .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__trailing-icon, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__trailing-icon {
  justify-content: flex-start;
  margin: 0 0 0 0.5rem;
}
.c11n-button.c11n-button--secondary, .c11n-button.c11n-button--loading-secondary, .c11n-button.c11n-button--leading-icon-secondary, .c11n-button.c11n-button--trailing-icon-secondary, .c11n-button.c11n-button--ghost, .c11n-button.c11n-button--loading-ghost, .c11n-button.c11n-button--leading-icon-ghost, .c11n-button.c11n-button--trailing-icon-ghost, .c11n-button.c11n-button--ghost-on-dark, .c11n-button.c11n-button--loading-ghost-on-dark, .c11n-button.c11n-button--leading-icon-ghost-on-dark, .c11n-button.c11n-button--trailing-icon-ghost-on-dark {
  color: currentColor;
}
.c11n-button.c11n-button--secondary .c11n-button__box, .c11n-button.c11n-button--loading-secondary .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary .c11n-button__box, .c11n-button.c11n-button--ghost .c11n-button__box, .c11n-button.c11n-button--loading-ghost .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__box, .c11n-button.c11n-button--ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__box {
  background-color: transparent;
  color: currentColor;
}
.c11n-button.c11n-button--ghost .c11n-button__box, .c11n-button.c11n-button--loading-ghost .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__box, .c11n-button.c11n-button--ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__box {
  border: 0 none;
}
.c11n-button.c11n-button--on-dark .c11n-button__box, .c11n-button.c11n-button--loading-on-dark .c11n-button__box, .c11n-button.c11n-button--primary-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-primary-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-primary-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-primary-on-dark .c11n-button__box {
  background-color: #ffffff;
  border: 0.125rem solid #ffffff;
  color: #040505;
}
.c11n-button.c11n-button--secondary-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-secondary-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary-on-dark .c11n-button__box {
  background-color: transparent;
  border: 0.125rem solid #ffffff;
  color: #ffffff;
}
.c11n-button.c11n-button--on-dark:hover .c11n-button__box, .c11n-button.c11n-button--on-dark:focus-visible .c11n-button__box, .c11n-button.c11n-button--primary-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--primary-on-dark:focus-visible .c11n-button__box, .c11n-button.c11n-button--leading-icon-primary-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--leading-icon-primary-on-dark:focus-visible .c11n-button__box, .c11n-button.c11n-button--trailing-icon-primary-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--trailing-icon-primary-on-dark:focus-visible .c11n-button__box {
  background-color: #040505;
  color: #ffffff;
}
.c11n-button.c11n-button--secondary-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--secondary-on-dark:focus-visible .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary-on-dark:focus-visible .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary-on-dark:focus-visible .c11n-button__box {
  background-color: #ffffff;
  color: #040505;
}
.c11n-button.c11n-button--ghost-on-dark, .c11n-button.c11n-button--leading-icon-ghost-on-dark, .c11n-button.c11n-button--trailing-icon-ghost-on-dark {
  color: #ffffff;
  background: transparent;
}
.c11n-button .c11n-spinner {
  display: none;
}
.c11n-button.c11n-button--loading-primary, .c11n-button.c11n-button--loading-secondary, .c11n-button.c11n-button--loading-on-dark, .c11n-button.c11n-button--loading-primary-on-dark, .c11n-button.c11n-button--loading-secondary-on-dark, .c11n-button.c11n-button--loading-ghost, .c11n-button.c11n-button--loading-ghost-on-dark {
  pointer-events: none;
}
.c11n-button.c11n-button--loading-primary .c11n-button__box, .c11n-button.c11n-button--loading-secondary .c11n-button__box, .c11n-button.c11n-button--loading-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-primary-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-secondary-on-dark .c11n-button__box, .c11n-button.c11n-button--loading-ghost .c11n-button__box, .c11n-button.c11n-button--loading-ghost-on-dark .c11n-button__box {
  position: relative;
}
.c11n-button.c11n-button--loading-primary .c11n-button__box .c11n-spinner, .c11n-button.c11n-button--loading-secondary .c11n-button__box .c11n-spinner, .c11n-button.c11n-button--loading-on-dark .c11n-button__box .c11n-spinner, .c11n-button.c11n-button--loading-primary-on-dark .c11n-button__box .c11n-spinner, .c11n-button.c11n-button--loading-secondary-on-dark .c11n-button__box .c11n-spinner, .c11n-button.c11n-button--loading-ghost .c11n-button__box .c11n-spinner, .c11n-button.c11n-button--loading-ghost-on-dark .c11n-button__box .c11n-spinner {
  position: absolute;
  display: flex;
}
.c11n-button.c11n-button--loading-primary .c11n-button__box .c11n-button__label, .c11n-button.c11n-button--loading-secondary .c11n-button__box .c11n-button__label, .c11n-button.c11n-button--loading-on-dark .c11n-button__box .c11n-button__label, .c11n-button.c11n-button--loading-primary-on-dark .c11n-button__box .c11n-button__label, .c11n-button.c11n-button--loading-secondary-on-dark .c11n-button__box .c11n-button__label, .c11n-button.c11n-button--loading-ghost .c11n-button__box .c11n-button__label, .c11n-button.c11n-button--loading-ghost-on-dark .c11n-button__box .c11n-button__label {
  visibility: hidden;
}
.c11n-button:not([class*=c11n-button--icon]):not([class*=c11n-button--label-icon]) .c11n-button__box {
  min-width: 8rem;
}
.c11n-button:not([class*=c11n-button--icon]):not([class*=c11n-button--label-icon]).c11n-button--small .c11n-button__box {
  min-width: 4rem;
}
.c11n-button:not([class*=c11n-button--icon]):not([class*=c11n-button--label-icon]).c11n-button--large .c11n-button__box {
  min-width: 9rem;
}
.c11n-button:not([class*=c11n-button--icon]):not([class*=c11n-button--label-icon]).c11n-button--ghost .c11n-button__box {
  min-width: 0;
}
.c11n-button:not([class*=c11n-button--icon]):not([class*=c11n-button--label-icon]).c11n-button--ghost-on-dark .c11n-button__box {
  min-width: 0;
}
.c11n-button.c11n-button--invalid {
  animation-name: button-shake;
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-direction: normal;
}
.c11n-button:hover .c11n-button__box, .c11n-button:focus-visible .c11n-button__box {
  background-color: #ffffff;
  color: #040505;
}
.c11n-button.c11n-button--secondary:hover .c11n-button__box, .c11n-button.c11n-button--secondary:focus-visible .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary:hover .c11n-button__box, .c11n-button.c11n-button--leading-icon-secondary:focus-visible .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary:hover .c11n-button__box, .c11n-button.c11n-button--trailing-icon-secondary:focus-visible .c11n-button__box {
  background-color: #040505;
  color: #ffffff;
}
.c11n-button.c11n-button--ghost, .c11n-button.c11n-button--leading-icon-ghost, .c11n-button.c11n-button--trailing-icon-ghost, .c11n-button.c11n-button--ghost-on-dark, .c11n-button.c11n-button--leading-icon-ghost-on-dark, .c11n-button.c11n-button--trailing-icon-ghost-on-dark {
  position: relative;
}
.c11n-button.c11n-button--ghost::before, .c11n-button.c11n-button--leading-icon-ghost::before, .c11n-button.c11n-button--trailing-icon-ghost::before, .c11n-button.c11n-button--ghost-on-dark::before, .c11n-button.c11n-button--leading-icon-ghost-on-dark::before, .c11n-button.c11n-button--trailing-icon-ghost-on-dark::before {
  content: "";
  position: absolute;
  background-color: rgba(4, 5, 5, 0.1);
  border-radius: 50%;
  transform: scale(0) translateZ(0);
  transform-origin: center;
  transition-property: transform, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c11n--on-dark .c11n-button.c11n-button--ghost::before, .c11n--on-dark .c11n-button.c11n-button--leading-icon-ghost::before, .c11n--on-dark .c11n-button.c11n-button--trailing-icon-ghost::before, .c11n--on-dark .c11n-button.c11n-button--ghost-on-dark::before, .c11n--on-dark .c11n-button.c11n-button--leading-icon-ghost-on-dark::before, .c11n--on-dark .c11n-button.c11n-button--trailing-icon-ghost-on-dark::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.c11n-button.c11n-button--ghost:hover::before, .c11n-button.c11n-button--leading-icon-ghost:hover::before, .c11n-button.c11n-button--trailing-icon-ghost:hover::before, .c11n-button.c11n-button--ghost-on-dark:hover::before, .c11n-button.c11n-button--leading-icon-ghost-on-dark:hover::before, .c11n-button.c11n-button--trailing-icon-ghost-on-dark:hover::before {
  transform: scale(1) translateZ(0);
  transition-duration: 100ms;
}
.c11n-button.c11n-button--ghost:focus-visible::before, .c11n-button.c11n-button--leading-icon-ghost:focus-visible::before, .c11n-button.c11n-button--trailing-icon-ghost:focus-visible::before, .c11n-button.c11n-button--ghost-on-dark:focus-visible::before, .c11n-button.c11n-button--leading-icon-ghost-on-dark:focus-visible::before, .c11n-button.c11n-button--trailing-icon-ghost-on-dark:focus-visible::before {
  transform: scale(1) translateZ(0);
  transition-duration: 100ms;
}
.c11n-button.c11n-button--ghost:focus-visible::before, .c11n-button.c11n-button--leading-icon-ghost:focus-visible::before, .c11n-button.c11n-button--trailing-icon-ghost:focus-visible::before, .c11n-button.c11n-button--ghost-on-dark:focus-visible::before, .c11n-button.c11n-button--leading-icon-ghost-on-dark:focus-visible::before, .c11n-button.c11n-button--trailing-icon-ghost-on-dark:focus-visible::before {
  transition-property: none;
}
.c11n-button.c11n-button--ghost::before, .c11n-button.c11n-button--leading-icon-ghost::before, .c11n-button.c11n-button--trailing-icon-ghost::before, .c11n-button.c11n-button--ghost-on-dark::before, .c11n-button.c11n-button--leading-icon-ghost-on-dark::before, .c11n-button.c11n-button--trailing-icon-ghost-on-dark::before {
  border-radius: 2rem;
}
.c11n-button.c11n-button--ghost .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost .c11n-button__box, .c11n-button.c11n-button--ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--leading-icon-ghost-on-dark .c11n-button__box, .c11n-button.c11n-button--trailing-icon-ghost-on-dark .c11n-button__box {
  color: currentColor;
  border: none;
  background-color: transparent;
}
.c11n-button.c11n-button--ghost-circle .c11n-button__box {
  max-width: 1ch;
}
.c11n-button.c11n-button--ghost-on-dark, .c11n-button.c11n-button--leading-icon-ghost-on-dark, .c11n-button.c11n-button--trailing-icon-ghost-on-dark {
  color: #ffffff;
}
.c11n-button.c11n-button--ghost-on-dark::before, .c11n-button.c11n-button--leading-icon-ghost-on-dark::before, .c11n-button.c11n-button--trailing-icon-ghost-on-dark::before {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
@keyframes button-shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-0.5rem);
  }
  40% {
    transform: translateX(0.5rem);
  }
  60% {
    transform: translateX(-0.5rem);
  }
  80% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
.c11n-button {
  appearance: none;
  position: relative;
  display: inline-block;
  border: 0;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 2rem;
  color: inherit;
}
.c11n-button:focus-visible {
  position: relative;
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-button:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-button:hover .c11n-button__box {
  transition-duration: 100ms;
}
.c11n-button:focus-visible .c11n-button__box {
  transition: none;
}
.c11n-button.c11n-button--icon-primary, .c11n-button.c11n-button--icon-secondary, .c11n-button.c11n-button--icon-ghost {
  border-radius: 50%;
}
.c11n-button.c11n-button--icon-primary.c11n-button--small, .c11n-button.c11n-button--icon-secondary.c11n-button--small, .c11n-button.c11n-button--icon-ghost.c11n-button--small {
  height: 2rem;
  width: 2rem;
}
.c11n-button.c11n-button--icon-primary.c11n-button--medium, .c11n-button.c11n-button--icon-secondary.c11n-button--medium, .c11n-button.c11n-button--icon-ghost.c11n-button--medium {
  height: 3rem;
  width: 3rem;
}
.c11n-button.c11n-button--icon-primary.c11n-button--large, .c11n-button.c11n-button--icon-secondary.c11n-button--large, .c11n-button.c11n-button--icon-ghost.c11n-button--large {
  height: 4rem;
  width: 4rem;
}
.c11n-button:hover .c11n-button__icon-only svg use {
  transition-duration: 100ms;
}
.c11n-button:focus-visible .c11n-button__icon-only svg use {
  transition: none;
}
.c11n-button.c11n-button--icon-primary .c11n-button__box, .c11n-button.c11n-button--icon-secondary .c11n-button__box, .c11n-button.c11n-button--icon-ghost .c11n-button__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  border-radius: 2rem;
  border: 0.125rem solid #040505;
  margin: 0;
  width: auto;
  color: #ffffff;
  padding: 0;
  background-color: transparent;
  height: 100%;
}
.c11n-button .c11n-button__icon-only {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}
.c11n-button .c11n-button__icon-only svg use {
  transition-property: fill, stroke;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-button.c11n-button--icon-primary .c11n-button__box {
  background-color: #040505;
  border: 0.125rem solid #040505;
}
.c11n-button.c11n-button--icon-primary:hover .c11n-button__box, .c11n-button.c11n-button--icon-primary:focus-visible .c11n-button__box {
  background-color: #ffffff;
  color: #040505;
}
.c11n-button.c11n-button--icon-primary.c11n--on-dark .c11n-button__box {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #040505;
}
.c11n-button.c11n-button--icon-primary.c11n--on-dark:hover .c11n-button__box, .c11n-button.c11n-button--icon-primary.c11n--on-dark:focus-visible .c11n-button__box {
  background-color: #040505;
  color: #ffffff;
}
.c11n-button.c11n-button--icon-secondary .c11n-button__box {
  border: 0.125rem solid #040505;
  background-color: transparent;
  color: #040505;
}
.c11n-button.c11n-button--icon-secondary:hover .c11n-button__box, .c11n-button.c11n-button--icon-secondary:focus-visible .c11n-button__box {
  background-color: #040505;
  color: #ffffff;
}
.c11n-button.c11n-button--icon-secondary.c11n--on-dark .c11n-button__box {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.c11n-button.c11n-button--icon-secondary.c11n--on-dark:hover .c11n-button__box, .c11n-button.c11n-button--icon-secondary.c11n--on-dark:focus-visible .c11n-button__box {
  background-color: #040505;
  color: #ffffff;
}
.c11n-button.c11n-button--icon-ghost {
  position: relative;
}
.c11n-button.c11n-button--icon-ghost::before {
  content: "";
  position: absolute;
  background-color: rgba(4, 5, 5, 0.1);
  border-radius: 50%;
  transform: scale(0) translateZ(0);
  transform-origin: center;
  transition-property: transform, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c11n--on-dark .c11n-button.c11n-button--icon-ghost::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.c11n-button.c11n-button--icon-ghost:hover::before {
  transform: scale(1) translateZ(0);
  transition-duration: 100ms;
}
.c11n-button.c11n-button--icon-ghost:focus-visible::before {
  transform: scale(1) translateZ(0);
  transition-duration: 100ms;
}
.c11n-button.c11n-button--icon-ghost:focus-visible::before {
  transition-property: none;
}
.c11n-button.c11n-button--icon-ghost .c11n-button__box {
  color: currentColor;
  border: none;
  background-color: transparent;
}
.c11n-button.c11n-button--icon-ghost.c11n--on-dark {
  color: #ffffff;
}
.c11n-button.c11n-button--icon-ghost.c11n--on-dark::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.c11n-button.c11n-button--invalid {
  animation-name: button-shake;
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-direction: normal;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
@keyframes button-shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-0.5rem);
  }
  40% {
    transform: translateX(0.5rem);
  }
  60% {
    transform: translateX(-0.5rem);
  }
  80% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
.c11n-button {
  appearance: none;
  position: relative;
  display: inline-block;
  border: 0;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 2rem;
}
.c11n-button:focus-visible {
  position: relative;
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-button:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-button:hover .c11n-button__box {
  transition-duration: 100ms;
}
.c11n-button:focus-visible .c11n-button__box {
  transition: none;
}
.c11n-button.c11n-button--label-icon-primary, .c11n-button.c11n-button--label-icon-secondary, .c11n-button.c11n-button--label-icon-on-dark {
  color: #040505;
  z-index: 0;
}
.c11n-button.c11n-button--label-icon-primary.c11n-button--small .c11n-button__box, .c11n-button.c11n-button--label-icon-secondary.c11n-button--small .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark.c11n-button--small .c11n-button__box {
  padding-left: 0.75rem;
}
.c11n-button.c11n-button--label-icon-primary .c11n-button__box, .c11n-button.c11n-button--label-icon-secondary .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark .c11n-button__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  border-radius: 2rem;
  border: 0.125rem solid #040505;
  margin: 0;
  width: auto;
  color: #ffffff;
  justify-content: space-between;
  padding: 0 0 0 1.5rem;
  background-color: transparent;
  border: none;
  position: relative;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-button.c11n-button--label-icon-primary .c11n-button__box::before, .c11n-button.c11n-button--label-icon-secondary .c11n-button__box::before, .c11n-button.c11n-button--label-icon-on-dark .c11n-button__box::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  transition-property: width, background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-button.c11n-button--label-icon-primary .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-secondary .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark .c11n-button__box .c11n-button__labeled-icon {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0.5rem;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
}
.c11n-button .c11n-button__box::before {
  width: 3rem;
  height: 3rem;
}
.c11n-button.c11n-button--small .c11n-button__box::before {
  width: 2rem;
  height: 2rem;
}
.c11n-button .c11n-button__label {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-button .c11n-button__label::before, .c11n-button .c11n-button__label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-button .c11n-button__label::before {
  margin-bottom: -0.4375rem;
}
.c11n-button .c11n-button__label::after {
  margin-top: -0.3125rem;
}
.c11n-button.c11n-button--small .c11n-button__label {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c11n-button .c11n-button__labeled-icon {
  display: none;
  flex-direction: row;
  align-items: center;
  width: 3rem;
  height: 3rem;
}
.c11n-button.c11n-button--small .c11n-button__labeled-icon {
  width: 2rem;
  height: 2rem;
  max-width: none;
  min-width: auto;
}
.c11n-button.c11n-button--label-icon-primary .c11n-button__box {
  color: #040505;
  border: 0 none;
}
.c11n-button.c11n-button--label-icon-primary .c11n-button__box::before {
  background-color: #040505;
  border: 0.125rem solid #040505;
}
.c11n-button.c11n-button--label-icon-secondary .c11n-button__box {
  color: #040505;
}
.c11n-button.c11n-button--label-icon-secondary .c11n-button__box::before {
  background-color: transparent;
  border: 0.125rem solid #040505;
}
.c11n-button.c11n-button--label-icon-on-dark .c11n-button__box {
  color: #ffffff;
}
.c11n-button.c11n-button--label-icon-on-dark .c11n-button__box::before {
  border: 0.125rem solid #ffffff;
  background-color: #ffffff;
}
.c11n-button.c11n-button--label-icon-on-dark.c11n-button--label-icon-secondary .c11n-button__box {
  color: #ffffff;
}
.c11n-button.c11n-button--label-icon-on-dark.c11n-button--label-icon-secondary .c11n-button__box::before {
  background-color: transparent;
  border: 0.125rem solid #ffffff;
}
.c11n-button.c11n-button--invalid {
  animation-name: button-shake;
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-direction: normal;
}
.c11n-button.c11n-button--label-icon-primary:hover .c11n-button__box, .c11n-button.c11n-button--label-icon-secondary:hover .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark:hover .c11n-button__box {
  transition-duration: 250ms;
  background-color: transparent;
}
.c11n-button.c11n-button--label-icon-primary:hover .c11n-button__box::before, .c11n-button.c11n-button--label-icon-secondary:hover .c11n-button__box::before, .c11n-button.c11n-button--label-icon-on-dark:hover .c11n-button__box::before {
  transition-duration: 250ms;
  width: 100%;
}
.c11n-button.c11n-button--label-icon-primary:hover .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-secondary:hover .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark:hover .c11n-button__box .c11n-button__labeled-icon {
  transition-duration: 250ms;
}
.c11n-button.c11n-button--label-icon-primary:focus-visible .c11n-button__box, .c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box {
  transition: none;
  background-color: transparent;
}
.c11n-button.c11n-button--label-icon-primary:focus-visible .c11n-button__box::before, .c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box::before, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box::before {
  transition: none;
  width: 100%;
}
.c11n-button.c11n-button--label-icon-primary:focus-visible .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box .c11n-button__labeled-icon {
  transition: none;
}
.c11n-button.c11n-button--label-icon-primary .c11n-button__box .c11n-button__labeled-icon {
  color: #ffffff;
}
.c11n-button.c11n-button--label-icon-primary:hover .c11n-button__box {
  color: #040505;
}
.c11n-button.c11n-button--label-icon-primary:hover .c11n-button__box::before {
  background-color: transparent;
}
.c11n-button.c11n-button--label-icon-primary:hover .c11n-button__box .c11n-button__labeled-icon {
  color: #040505;
}
.c11n-button.c11n-button--label-icon-primary:focus-visible .c11n-button__box {
  color: #040505;
  transition: none;
}
.c11n-button.c11n-button--label-icon-primary:focus-visible .c11n-button__box::before {
  background-color: transparent;
  transition: none;
}
.c11n-button.c11n-button--label-icon-primary:focus-visible .c11n-button__box .c11n-button__labeled-icon {
  color: #040505;
  transition: none;
}
.c11n-button.c11n-button--label-icon-secondary .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark .c11n-button__box .c11n-button__labeled-icon {
  color: #040505;
}
.c11n-button.c11n-button--label-icon-secondary:hover .c11n-button__box, .c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark:hover .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box {
  color: #ffffff;
}
.c11n-button.c11n-button--label-icon-secondary:hover .c11n-button__box::before, .c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box::before, .c11n-button.c11n-button--label-icon-on-dark:hover .c11n-button__box::before, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box::before {
  background-color: #040505;
}
.c11n-button.c11n-button--label-icon-secondary:hover .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark:hover .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box .c11n-button__labeled-icon {
  color: #ffffff;
}
.c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box {
  transition: none;
}
.c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box::before, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box::before {
  transition: none;
}
.c11n-button.c11n-button--label-icon-secondary:focus-visible .c11n-button__box .c11n-button__labeled-icon, .c11n-button.c11n-button--label-icon-on-dark:focus-visible .c11n-button__box .c11n-button__labeled-icon {
  transition: none;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
@keyframes toggleAccordionExpand {
  0% {
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes toggleAccordionCollapse {
  0% {
    overflow: visible;
  }
  1% {
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
.c11n-accordion {
  --border-width: 0.0625rem;
  background: transparent;
  display: block;
  overflow: visible;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  border: 0 none;
  border-bottom: 0.0625rem solid #cbcece;
  outline: 0.0625rem solid transparent;
  z-index: 0;
}
.c11n-accordion:focus-within {
  z-index: 1;
}
.c11n-accordion * {
  box-sizing: border-box;
}
.c11n-accordion h1,
.c11n-accordion h2,
.c11n-accordion h3,
.c11n-accordion h4,
.c11n-accordion h5,
.c11n-accordion h6 {
  margin: 0;
  padding: 0;
  color: #040505;
}
.c11n-accordion .c11n-accordion__heading {
  color: #040505;
}
.c11n-accordion .c11n-accordion__heading-group {
  display: flex;
  flex-grow: 1;
  gap: 1rem;
  justify-content: space-between;
}
.c11n-accordion .c11n-accordion__heading {
  margin: 0 0.5rem 0 0;
  text-align: left;
  text-decoration: none;
  background: #ffffff;
}
.c11n-accordion .c11n-accordion__trigger {
  appearance: none;
  position: relative;
  cursor: default;
  left: 0;
  width: 100%;
  padding: 1.375rem 0;
  margin: 0;
  background: #ffffff;
  color: #040505;
  border: 0 none;
}
.c11n-accordion .c11n-accordion__trigger:focus-visible {
  position: relative;
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-accordion .c11n-accordion__trigger:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-accordion .c11n-accordion__trigger:focus-visible::after {
  height: calc(100% + var(--border-width));
}
.c11n-accordion .c11n-accordion__trigger .c11n-accordion__heading span {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0% 0.0625rem, 0% 0.0625rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition-property: background-size;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
}
.c11n-accordion .c11n-accordion__trigger:hover .c11n-accordion__heading span, .c11n-accordion .c11n-accordion__trigger:focus-visible .c11n-accordion__heading span {
  transition-duration: 100ms;
  background-size: 100% 0.0625rem, 100% 0.125rem;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3125rem;
}
.c11n-accordion .c11n-accordion__trigger:hover .c11n-accordion__heading span {
  transition-duration: 100ms;
}
.c11n-accordion .c11n-accordion__trigger:focus-visible .c11n-accordion__heading span {
  transition-property: none;
}
.c11n-accordion .c11n-accordion__trigger-items {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  background: #ffffff;
  color: #040505;
}
.c11n-accordion .c11n-accordion__trigger[aria-expanded=true] .c11n-accordion__icon {
  transform: scaleY(-1);
  transition-duration: 250ms;
}
.c11n-accordion .c11n-accordion__content {
  display: inline-block;
  min-width: 0.875rem;
  color: #040505;
}
.c11n-accordion .c11n-accordion__icon {
  padding: 0;
  display: flex;
  transform: scaleY(1);
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
  overflow: visible;
  border-radius: 0;
}
.c11n-accordion .c11n-accordion__body {
  --accordionHeight: auto;
  transition-property: opacity, visibility, height;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
}
.c11n-accordion .c11n-accordion__body.transitioning-out {
  height: 0 !important;
  visibility: visible;
}
.c11n-accordion .c11n-accordion__icon-container {
  border-radius: 50%;
  background-color: #040505;
  height: 0.875rem;
}
.c11n-accordion .c11n-accordion__icon-container .c11n-accordion__icon {
  margin: 0;
}
.c11n-accordion .c11n-accordion__icon svg {
  fill: currentColor;
  width: 0.875rem;
  height: 0.875rem;
}
.c11n-accordion .c11n-accordion-closed-caret-small use,
.c11n-accordion .c11n-accordion-open-caret-small use {
  stroke: #ffffff;
}
.c11n-accordion.c11n-accordion--leading .c11n-accordion__trigger-items {
  flex-direction: row-reverse;
}
.c11n-accordion.c11n-accordion--summary .c11n-accordion__heading-group {
  flex-direction: column;
}
.c11n-accordion.c11n-accordion--summary .c11n-accordion__content {
  display: inline-block;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  padding: 0;
  margin: 0;
  min-width: calc(100% - 1.5rem);
  text-align: left;
}
.c11n-accordion.c11n-accordion--summary .c11n-accordion__content::before, .c11n-accordion.c11n-accordion--summary .c11n-accordion__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-accordion.c11n-accordion--summary .c11n-accordion__content::before {
  margin-bottom: -0.59375rem;
}
.c11n-accordion.c11n-accordion--summary .c11n-accordion__content::after {
  margin-top: -0.375rem;
}
@media screen and (min-width: 36rem) {
  .c11n-accordion.c11n-accordion--summary .c11n-accordion__content {
    padding: 0;
    margin: 0 0 0 1.75rem;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    text-align: right;
  }
  .c11n-accordion.c11n-accordion--summary .c11n-accordion__heading-group {
    flex-direction: row;
  }
}
.c11n-accordion.c11n-accordion--medium {
  display: grid;
}
.c11n-accordion.c11n-accordion--medium .c11n-accordion__trigger {
  background: linear-gradient(to bottom, #cbcece 0, #cbcece 0.0625rem, #ffffff 0.0625rem, #ffffff 100%);
}
.c11n-accordion.c11n-accordion--medium .c11n-accordion__content {
  display: inline-block;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-accordion.c11n-accordion--medium .c11n-accordion__content::before, .c11n-accordion.c11n-accordion--medium .c11n-accordion__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-accordion.c11n-accordion--medium .c11n-accordion__content::before {
  margin-bottom: -0.4375rem;
}
.c11n-accordion.c11n-accordion--medium .c11n-accordion__content::after {
  margin-top: -0.3125rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--normal-weight .c11n-accordion__heading {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--normal-weight .c11n-accordion__heading::before, .c11n-accordion.c11n-accordion--medium.c11n-accordion--normal-weight .c11n-accordion__heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--normal-weight .c11n-accordion__heading::before {
  margin-bottom: -0.4375rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--normal-weight .c11n-accordion__heading::after {
  margin-top: -0.3125rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--normal-weight .c11n-accordion__heading span {
  padding-bottom: 0.15625rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--bold-weight .c11n-accordion__heading {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--bold-weight .c11n-accordion__heading::before, .c11n-accordion.c11n-accordion--medium.c11n-accordion--bold-weight .c11n-accordion__heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--bold-weight .c11n-accordion__heading::before {
  margin-bottom: -0.4375rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--bold-weight .c11n-accordion__heading::after {
  margin-top: -0.3125rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--bold-weight .c11n-accordion__heading span {
  padding-bottom: 0.09375rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--leading .c11n-accordion__icon {
  margin: 0 0.75rem 0 0.0625rem;
}
.c11n-accordion.c11n-accordion--medium.c11n-accordion--trailing .c11n-accordion__icon {
  margin: 0 0.0625rem 0.0625rem 0.75rem;
}
.c11n-accordion.c11n-accordion--large .c11n-accordion__trigger {
  padding: 1.9375rem 0 1.875rem 0;
  background: linear-gradient(to bottom, #cbcece 0, #cbcece 0.125rem, transparent 0.125rem, transparent 100%);
}
.c11n-accordion.c11n-accordion--large .c11n-accordion__heading-group {
  min-height: 1.125rem;
}
.c11n-accordion.c11n-accordion--large .c11n-accordion__heading {
  padding: 0;
}
.c11n-accordion.c11n-accordion--large .c11n-accordion__icon {
  color: #ffffff;
  border-radius: 50%;
  outline: 0.0625rem solid transparent;
  outline-offset: 0.125rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--bold-weight .c11n-accordion__heading {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--bold-weight .c11n-accordion__heading::before, .c11n-accordion.c11n-accordion--large.c11n-accordion--bold-weight .c11n-accordion__heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--bold-weight .c11n-accordion__heading::before {
  margin-bottom: -0.53125rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--bold-weight .c11n-accordion__heading::after {
  margin-top: -0.4375rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--bold-weight .c11n-accordion__heading span {
  padding-bottom: 0.03125rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--heavy-weight .c11n-accordion__heading {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--heavy-weight .c11n-accordion__heading::before, .c11n-accordion.c11n-accordion--large.c11n-accordion--heavy-weight .c11n-accordion__heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--heavy-weight .c11n-accordion__heading::before {
  margin-bottom: -0.59375rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--heavy-weight .c11n-accordion__heading::after {
  margin-top: -0.375rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--heavy-weight .c11n-accordion__heading span {
  padding-bottom: 0.125rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--leading .c11n-accordion__icon-container {
  margin: 0.125rem 0.75rem 0 0.0625rem;
}
.c11n-accordion.c11n-accordion--large.c11n-accordion--trailing .c11n-accordion__icon-container {
  margin: 0.125rem 0.0625rem 0 0.75rem;
}
.c11n-accordion.c11n-accordion--bold-weight .c11n-accordion__trigger {
  background: linear-gradient(to bottom, #cbcece 0, #cbcece 0.125rem, #ffffff 0.125rem, #ffffff 100%);
}
.c11n-accordion.c11n-accordion--expanded .c11n-accordion__body {
  height: auto;
  visibility: visible;
  transition-duration: 250ms;
  opacity: 1;
}
.c11n-accordion.c11n-accordion--expanded.c11n-accordion--with-animation .c11n-accordion__body {
  height: var(--accordionHeight);
  overflow: hidden;
  animation: toggleAccordionExpand 250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.c11n-accordion.c11n-accordion--with-animation .c11n-accordion__body {
  height: var(--accordionHeight);
  overflow: visible;
  animation: toggleAccordionCollapse 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.c11n-accordion-group .c11n-accordion {
  border-bottom: 0.0625rem solid transparent;
}
.c11n-accordion-group .c11n-accordion.c11n-accordion--medium:not(:last-of-type) {
  --border-width: 0.125rem;
}
.c11n-accordion-group .c11n-accordion.c11n-accordion--large:not(:last-of-type) {
  --border-width: 0.1875rem;
}
.c11n-accordion-group .c11n-accordion:last-of-type {
  margin-bottom: 0;
}
.c11n-accordion-group.c11n-accordion-group--margin-none .c11n-accordion {
  margin-bottom: 0;
}
.c11n-accordion-group.c11n-accordion-group--margin-medium .c11n-accordion {
  margin-bottom: 3rem;
}
.c11n-accordion-group.c11n-accordion-group--margin-large .c11n-accordion {
  margin-bottom: 4rem;
}

.c11n-accordion-group {
  display: block;
  border: 0 none;
  padding: 0;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(to top, #cbcece 0, #cbcece 0.0625rem, #ffffff 0.0625rem, #ffffff 100%);
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-label {
  display: grid;
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
  color: #040505;
}
.c11n-label .c11n-label__content {
  padding: 0;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
.c11n-label .c11n-label__content::before, .c11n-label .c11n-label__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-label .c11n-label__content::before {
  margin-bottom: -0.28125rem;
}
.c11n-label .c11n-label__content::after {
  margin-top: -0.25rem;
}
.c11n-label .c11n-label--tooltip {
  display: inline-block;
  padding: 0 1.5rem 0 0;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
  position: relative;
}
.c11n-label.c11n-label--medium .c11n-tooltip .c11n-tooltip__inner-wrapper {
  transform: initial;
}
.c11n-label.c11n-label--medium .c11n-tooltip .c11n-tooltip__popup {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-label.c11n-label--large .c11n-label__content {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.c11n-label.c11n-label--large .c11n-label__content::before, .c11n-label.c11n-label--large .c11n-label__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c11n-label.c11n-label--large .c11n-label__content::before {
  margin-bottom: -0.4375rem;
}
.c11n-label.c11n-label--large .c11n-label__content::after {
  margin-top: -0.3125rem;
}
.c11n-label.c11n-label--large .c11n-tooltip .c11n-tooltip__trigger {
  top: -0.0625rem;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-input {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
}
.c11n-input .c11n-input__input:focus-visible ~ .c11n-input__focus-element::before, .c11n-input .c11n-input__input:focus-visible ~ .c11n-input__focus-element::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.c11n-input .c11n-input__input:focus-visible ~ .c11n-input__focus-element::before {
  outline: solid 0.125rem #ffffff;
  outline-offset: 0.25rem;
}
.c11n-input .c11n-input__input:focus-visible ~ .c11n-input__focus-element::after {
  outline: solid 0.125rem #0f62c5;
  outline-offset: 0.125rem;
}
.c11n-input .c11n-input__input {
  appearance: none;
  display: block;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-variant-numeric: tabular-nums;
  width: 100%;
  height: 3rem;
  overflow: visible;
  margin: 0;
  padding: 0 1rem 0.25rem 1rem;
  color: #040505;
  background: #ffffff;
  border: 0.0625rem solid #040505;
  border-radius: 0;
}
.c11n-input .c11n-input__input * {
  box-sizing: border-box;
}
.c11n-input .c11n-input__input::placeholder {
  color: #717777;
}
.c11n-input .c11n-input__input:focus {
  outline: none;
}
.c11n-input.c11n-input--large .c11n-input__input {
  height: 4rem;
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  font-variant-numeric: tabular-nums;
  padding: 0 1rem 0.25rem 1rem;
}
.c11n-input.c11n-input--error .c11n-input__input {
  border: 0.0625rem solid #ba3d21;
}

/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/* Usage Examples
    // to get tight cropping for our sm, md, and lg font sizes, follow this pattern

    .my-text-class {
        @include c11n-text-crop($line-height: $line-height-md, $top-adjustment: $c11n-crop-top-adj-md, $bottom-adjustment: $c11n-crop-bottom-adj-md);
        font-size: rem($c11n-size-typography-md);
    }

    .dont-do-this {
        @include c11n-text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.c11n-search {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  --menuBottomPosition: auto;
  --menuOffsetPosition: 0.9375rem;
  --size: 3rem;
  --menuWidth: 100%;
  --inputGap: 0px;
  --inputWidth: calc(100% - var(--size) - var(--inputGap));
  --inputBorderColor: #040505;
  --inputBorderRightColor: #040505;
  --menuBorderSideColor: #040505;
  --menuOpacity: 0;
  --menuVisibility: hidden;
  --labelDisplay: grid;
  --submitButtonRadius: 50%;
  --submitBottomBorderWidth: 0.125rem;
  --col2: none;
  --col3: none;
  --col1-width: percentage(math.div(1,3));
  --col2-width: percentage(math.div(1,3));
  --col3-width: percentage(math.div(1,3));
}
.c11n-search .c11n-search__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.c11n-search .c11n-search__form label.c11n-search__form__label {
  display: var(--labelDisplay);
  color: currentColor;
}
.c11n-search .c11n-search__form__input-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: var(--inputGap);
  box-sizing: border-box;
}
.c11n-search .c11n-search__form__input-row__input {
  position: relative;
  box-sizing: border-box;
  min-width: var(--inputWidth);
  height: 100%;
  flex-grow: 0;
}
.c11n-search .c11n-search__form__input-row__input input.c11n-input__input {
  box-sizing: border-box;
  min-width: 100%;
  border-top-color: var(--inputBorderColor);
  border-bottom-color: var(--inputBorderColor);
  border-left-color: var(--inputBorderColor);
  border-right-color: var(--inputBorderRightColor);
  padding-right: 2.5rem;
  text-overflow: ellipsis;
}
.c11n-search .c11n-search__form__input-row__input__clear {
  position: absolute;
  color: #717777;
  width: 2rem;
  height: 2rem;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
}
.c11n-search .c11n-search__form__input-row__input__clear--hidden {
  visibility: hidden;
}
.c11n-search .c11n-search__form .c11n-search__form__submit button {
  min-width: var(--size);
  border-radius: var(--submitButtonRadius);
}
.c11n-search .c11n-search__form .c11n-search__form__submit button .c11n-button__box {
  box-sizing: border-box;
  border-radius: var(--submitButtonRadius);
  border-bottom-width: var(--submitBottomBorderWidth);
}
.c11n-search .c11n-search__form .c11n-search__form__submit button:focus-visible .c11n-button__box {
  border-radius: var(--submitButtonRadius);
}
.c11n-search .c11n-search__menu .c11n-menu__menu {
  position: absolute;
  border: solid 0.0625rem #040505;
  z-index: 800;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(4, 5, 5, 0.06), 0 0.0625rem 0.0625rem 0 rgba(4, 5, 5, 0.06), 0 0.125rem 0.25rem 0 rgba(4, 5, 5, 0.08), 0 0.25rem 0.5rem 0 rgba(4, 5, 5, 0.12);
  transition-property: opacity, visibility;
  transition-delay: 0ms, 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.c11n-search .c11n-search__menu .c11n-menu__trigger[aria-expanded=true] ~ .c11n-menu__menu {
  opacity: 1;
  visibility: visible;
  transition-duration: 100ms;
  transition-delay: 0ms, 0ms;
}
.c11n-search .c11n-search__menu .c11n-menu__group:not(:only-of-type):not(:first-of-type) {
  border-top: solid 0.125rem #e8e9e9;
}
.c11n-search .c11n-search__menu .c11n-menu__item {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  padding-top: 0.625rem;
  padding-bottom: 0.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  appearance: none;
  background: transparent;
  border: 0;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  width: 100%;
}
.c11n-search .c11n-search__menu .c11n-menu__item .c11n-menu__item-label {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0% 0.0625rem, 0% 0.0625rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition-property: background-size;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
}
.c11n-search .c11n-search__menu .c11n-menu__item:hover .c11n-menu__item-label, .c11n-search .c11n-search__menu .c11n-menu__item:focus-visible .c11n-menu__item-label {
  transition-duration: 100ms;
  background-size: 100% 0.0625rem, 100% 0.125rem;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3125rem;
}
.c11n-search .c11n-search__menu .c11n-menu__item:hover .c11n-menu__item-label {
  transition-duration: 100ms;
}
.c11n-search .c11n-search__menu .c11n-menu__item:focus-visible .c11n-menu__item-label {
  transition-property: none;
}
.c11n-search .c11n-search__menu .c11n-menu__item:hover, .c11n-search .c11n-search__menu .c11n-menu__item:focus-visible {
  background: #f5f6f6;
}
.c11n-search .c11n-search__menu .c11n-menu__item:hover {
  transition-duration: 100ms;
}
.c11n-search .c11n-search__menu .c11n-menu__item:focus-visible {
  transition: none;
  position: relative;
  z-index: 800;
  outline: none;
}
.c11n-search .c11n-search__menu .c11n-menu__item:focus-visible::before, .c11n-search .c11n-search__menu .c11n-menu__item:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  pointer-events: none;
}
.c11n-search .c11n-search__menu .c11n-menu__item:focus-visible::before {
  border: solid 0.125rem #ffffff;
  width: calc(100% + 0.875rem);
  left: -0.4375rem;
  height: calc(100% + 0.75rem);
  top: -0.375rem;
}
.c11n-search .c11n-search__menu .c11n-menu__item:focus-visible::after {
  border: solid 0.125rem #0f62c5;
  width: calc(100% + 0.625rem);
  left: -0.3125rem;
  height: calc(100% + 0.5rem);
  top: -0.25rem;
}
.c11n-search .c11n-search__menu .c11n-menu__item .c11n-menu__item-label {
  padding-bottom: 0.15625rem;
}
.c11n-search .c11n-search__menu .c11n-menu__menu {
  bottom: var(--menuBottomPosition);
  width: var(--menuWidth);
  border-left-color: var(--menuBorderSideColor);
  border-right-color: var(--menuBorderSideColor);
  border-bottom-color: var(--menuBorderSideColor);
  opacity: var(--menuOpacity);
  visibility: var(--menuVisibility);
}
.c11n-search .c11n-search__menu__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  min-width: 100%;
  gap: 8px;
}
.c11n-search .c11n-search__menu__item__label {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: content-box;
  height: 1.65625rem;
  color: #040505;
}
.c11n-search .c11n-search__menu__item__label b {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  line-height: inherit;
}
.c11n-search .c11n-search__menu__item__label span {
  padding-bottom: 0.15625rem;
}
.c11n-search .c11n-search__menu__item__label:nth-of-type(1) {
  width: var(--col1-width);
}
.c11n-search .c11n-search__menu__item__label:nth-of-type(2) {
  display: var(--col2);
  text-overflow: ellipsis;
  width: var(--col2-width);
}
.c11n-search .c11n-search__menu__item__label:nth-of-type(3) {
  margin-left: auto;
  color: #717777;
  display: var(--col3);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: var(--col3-width);
}
.c11n-search .c11n-search__menu__item__label:last-of-type:not(:first-of-type) {
  text-align: right;
}
.c11n-search .c11n-search__menu__item:hover .c11n-search__menu__item__label:nth-of-type(3), .c11n-search .c11n-search__menu__item:focus .c11n-search__menu__item__label:nth-of-type(3) {
  color: #040505;
}
.c11n-search .c11n-search__menu__summary__heading {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #040505;
  text-align: left;
  padding: 0.75rem 0.9375rem 0.875rem;
}
.c11n-search .c11n-search__menu__summary__see-all .c11n-search__menu__item__label {
  font-family: "FF Mark", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  color: #145bff;
  overflow: visible;
  width: 100%;
  text-align: left;
}
.c11n-search .c11n-search__menu .c11n-menu__group:first-of-type > .c11n-menu__item:first-child:not(:only-of-type):focus-visible::before {
  height: calc(100% + 0.8125rem);
  top: -0.4375rem;
}
.c11n-search .c11n-search__menu .c11n-menu__group:first-of-type > .c11n-menu__item:first-child:not(:only-of-type):focus-visible::after {
  height: calc(100% + 0.5625rem);
  top: -0.3125rem;
}
.c11n-search .c11n-search__menu .c11n-menu__group:last-of-type > .c11n-menu__item:last-child:not(:only-of-type):focus-visible::before, .c11n-search .c11n-search__menu .c11n-menu__group:last-of-type > .c11n-menu__item:last-child:only-of-type:not(:only-child):focus-visible::before {
  height: calc(100% + 0.8125rem);
  top: -0.40625rem;
}
.c11n-search .c11n-search__menu .c11n-menu__group:last-of-type > .c11n-menu__item:last-child:not(:only-of-type):focus-visible::after, .c11n-search .c11n-search__menu .c11n-menu__group:last-of-type > .c11n-menu__item:last-child:only-of-type:not(:only-child):focus-visible::after {
  height: calc(100% + 0.5625rem);
  top: -0.28125rem;
}
.c11n-search .c11n-search__menu .c11n-menu__group:only-of-type > .c11n-menu__item:only-of-type:focus-visible::before {
  height: calc(100% + 0.875rem);
  top: -0.4375rem;
}
.c11n-search .c11n-search__menu .c11n-menu__group:only-of-type > .c11n-menu__item:only-of-type:focus-visible::after {
  height: calc(100% + 0.625rem);
  top: -0.3125rem;
}
.c11n-search .c11n-search__menu__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.c11n-search.c11n-search--cols2 {
  --col2: inline-block;
  --col3-width: 0%;
}
.c11n-search.c11n-search--cols3 {
  --col2: inline-block;
  --col3: inline-block;
}
.c11n-search.c11n-search--large {
  --menuOffsetPosition: 1.25rem;
  --size: 4rem;
  --menuWidthAdjustment: 4.5rem;
}
.c11n-search.c11n-search--detached {
  --inputGap: 0.5rem;
  --menuWidth: calc(100% - var(--size) - var(--inputGap));
  --inputWidth: calc(100% - var(--size) - var(--inputGap));
}
.c11n-search.c11n-search--attached {
  --inputWidth: calc(100% - var(--size) - var(--inputGap));
  --inputBorderRightColor: transparent;
  --submitButtonRadius: 0%;
}
.c11n-search.c11n-search--on-dark {
  --inputBorderColor: #ffffff;
  --inputBorderRightColor: #040505;
  --menuBorderSideColor: #ffffff;
}
.c11n-search.c11n-search--on-dark.c11n-search--detached {
  --inputBorderRightColor: #ffffff;
}
.c11n-search.c11n-search--hide-label {
  --labelDisplay: none;
}
.c11n-search.c11n-search--hide-search-button {
  --inputWidth: calc(100% - var(--inputGap));
  --menuWidth: 100%;
  --inputBorderRightColor: #040505;
}
.c11n-search.c11n-search--show-menu {
  --menuOpacity: 1;
  --menuVisibility: visible;
}
.c11n-search.c11n-search--above {
  --menuBottomPosition: calc(100% - var(--menuOffsetPosition));
}
.c11n-search.c11n-search--above.c11n-search--hide-label {
  --menuBottomPosition: 100%;
}

html.default-font-size {
  font-size: 100% !important;
}

.code-example {
  background-color: #e8e9e9;
  border: solid 1px #3f4444;
}

/*!

 * Bootstrap v3.3.4 (http://getbootstrap.com)

 * Copyright 2011-2015 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  /*
    src: url('glyphicons-halflings-regular.eot');

    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  */
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 67%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  text-align: center;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
  width: 90px;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu li {
  display: inline-block;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

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

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container-xs > .navbar-header,
.container-sm > .navbar-header,
.container-md > .navbar-header,
.container-lg > .navbar-header,
.container-xl > .navbar-header,
.container-xxl > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.container-xs > .navbar-collapse,
.container-sm > .navbar-collapse,
.container-md > .navbar-collapse,
.container-lg > .navbar-collapse,
.container-xl > .navbar-collapse,
.container-xxl > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container-xs > .navbar-header,
  .container-sm > .navbar-header,
  .container-md > .navbar-header,
  .container-lg > .navbar-header,
  .container-xl > .navbar-header,
  .container-xxl > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .container-xs > .navbar-collapse,
  .container-sm > .navbar-collapse,
  .container-md > .navbar-collapse,
  .container-lg > .navbar-collapse,
  .container-xl > .navbar-collapse,
  .container-xxl > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (max-width: 400px) {
  body {
    padding-top: 0 !important;
  }
  .navbar-fixed-top {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 0 15px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand img.logo {
  display: block;
  height: 40px;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container-xs .navbar-brand,
  .navbar > .container-sm .navbar-brand,
  .navbar > .container-md .navbar-brand,
  .navbar > .container-lg .navbar-brand,
  .navbar > .container-xl .navbar-brand,
  .navbar > .container-xxl .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .nav-rightside {
    float: right;
  }
  .nav-rightside .navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #FFF;
  border-bottom: #ece5c7 2px solid;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #040505;
}

.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron,
.container-xs .jumbotron,
.container-sm .jumbotron,
.container-md .jumbotron,
.container-lg .jumbotron,
.container-xl .jumbotron,
.container-xxl .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron,
  .container-xs .jumbotron,
  .container-sm .jumbotron,
  .container-md .jumbotron,
  .container-lg .jumbotron,
  .container-xl .jumbotron,
  .container-xxl .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
  margin-left: -3%;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
  margin-right: -3%;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:after,
.container-fluid:before,
.container-xs:before,
.container-sm:before,
.container-md:before,
.container-lg:before,
.container-xl:before,
.container-xxl:before,
.container-fluid:after,
.container-xs:after,
.container-sm:after,
.container-md:after,
.container-lg:after,
.container-xl:after,
.container-xxl:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.container-xs:after,
.container-sm:after,
.container-md:after,
.container-lg:after,
.container-xl:after,
.container-xxl:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/*@media (max-width: 767px) {

  .hidden-xs {

    display: none !important;

  }

}*/
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

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

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  color: #5a5a5a;
}

h2 {
  font-size: 26px;
}

.col-sm-9 {
  padding-right: 0px;
}

a:-webkit-any-link {
  text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.container.carousel_container {
  background-color: #fff !important;
  padding-top: 52px;
}

/* Carousel base class */
.carousel {
  height: 100%;
  margin-top: 0px;
  border: 1px solid #EEE;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: left;
  top: 2%;
  left: 0;
  right: 25%;
  padding: 24px;
  text-shadow: none !important;
}

.carousel-caption p {
  font-size: 21px;
  line-height: 1.4;
}

.callout_container {
  color: white;
  padding: auto;
}

.carousel-caption p {
  color: #333 !important;
  font-size: 18px !important;
  margin-bottom: 0;
  padding: 0 2% 4% 0;
}

.callout_container h2 {
  font-weight: bold;
  margin-top: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: white;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-control {
  font-size: 40px;
}

.carousel-next-pointer {
  height: 100%;
  padding-top: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  vertical-align: middle;
  width: 15%;
}

li.active span {
  color: white !important;
}

ol {
  margin-bottom: 0px !important;
}

.carousel-indicators {
  position: absolute;
  height: 100%;
  right: 0 !important;
  background-color: #f5f2e3;
  z-index: 15;
  width: 15%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  bottom: 0px;
  padding-top: 15px;
}

.carousel-indicators li {
  background-color: white;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.carousel-indicators .active {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 3px solid white;
}

.carousel-indicators li {
  text-indent: 0px !important;
  font-size: 1.7em;
  padding-top: 4px;
  color: #333;
}

.carousel-caption img {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 60px;
  width: 100px;
}

.glasses {
  margin-right: 10px;
  margin-top: 25px !important;
}

.carousel-indicators ul {
  list-style-position: outside;
}

.learnMoreLink {
  color: #90C33E;
  font-size: 16px;
  font-family: "Zapf Dingbats";
}

.getStartedLink {
  color: #ece5c7;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zapf Dingbats";
}

a:hover span.getStartedLink {
  color: #f15c22;
  text-decoration: none !important;
}

a:hover span.circleGetStarted {
  background-color: #f15c22;
  color: #61797b;
}

a:hover span.learnMoreLink {
  color: #31B5D3;
  text-decoration: none !important;
}

a:hover span.circleLearnMore {
  background-color: #31B5D3;
  color: #fff;
}

.circleGetStarted {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #ece5c7;
  color: #61797b;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}

.circleLearnMore {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #f15c22;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}

/* Welcome Section
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.welcome_message {
  padding: 0;
}

.marketing p {
  color: #333;
}

.marketing p:nth-child(3) {
  padding-bottom: 30px;
}

.marketing h1 {
  margin-top: 0px;
}

hr {
  color: #CCC;
  width: 65%;
  margin-top: 15px;
}

.welcome_header {
  color: #31B5D3;
}

.marketing .col-md-9 {
  padding: 0;
  margin-top: 32px;
}

/* Grades
------------------------- */
.school_text {
  color: #333;
  margin-left: 15px;
}

a .circle p {
  color: #333;
}

/*.triangle-left {
		border-color: transparent #f5f2e3;
		border-style: solid;
		border-width: 20px 20px 20px 0px;
		height: 0px;
		width: 0px;
		margin-right: 95px;
		margin-left:-58px;
		float:left;
}*/
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 992px) {
  .callout_container h2, carousel_container h2, h2 {
    font-size: 22px;
  }
  .carousel-caption img {
    float: left;
    margin-top: 20px;
    height: 48px;
    width: 80px;
  }
  .overflow {
    top: -8% !important;
  }
  .carousel-indicators {
    position: absolute;
    background-color: transparent;
    left: 55%;
    z-index: 15;
    width: 50%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    bottom: 20px;
    padding-top: 0px;
    height: 2%;
  }
  .carousel-indicators li {
    background-color: #fff;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel-indicators .active {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #31B5D3;
  }
  .carousel-indicators li {
    text-indent: 0px !important;
    display: inline;
    font-size: 10px;
    padding-top: 0px;
    color: #333;
  }
  .carousel-indicators li span {
    padding-left: 5px;
    color: white;
  }
  li.active span {
    color: #31B5D3 !important;
  }
  .carousel-caption {
    z-index: 10;
    text-align: left;
    top: -7%;
    left: 5%;
    right: 5%;
    text-shadow: none !important;
  }
  .grades_container {
    width: 100%;
    min-width: 280px;
  }
  .grades_container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .marketing h1 {
    font-size: 45px;
    padding-top: 12px;
  }
  .ruler {
    width: 200px;
  }
  .container.carousel_container {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .callout_container {
    height: 300px;
    margin-bottom: 30px;
    background-color: #31B5D3;
  }
  .callout_container h1 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .callout_container {
    margin-bottom: 15px;
    background-color: #31B5D3;
  }
  .callout_container h1 {
    padding-top: 15px;
    font-size: 32px;
    margin-top: 0px;
  }
  .callout_container div {
    padding-bottom: 15px;
  }
  .carousel {
    border: none;
  }
  .carousel_container h2 {
    font-size: 20px;
  }
  .small_slide_two {
    top: -9% !important;
    right: -1% !important;
    left: -1% !important;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-caption {
    top: 0;
    right: 0;
    left: 0;
    padding: 15px;
  }
  .learnMoreLink, .getStartedLink {
    font-size: 14px;
  }
  .carousel_container h2 {
    margin-top: 0;
  }
  h2, .callout_container h2 {
    font-size: 18px;
  }
  .carousel-caption p {
    font-size: 14px !important;
  }
  /*.marketing p {
  	font-size: 14px !important;
  }*/
  .hidden-xs {
    display: none !important;
  }
  .school_container {
    margin-right: 0;
  }
  .marketing h1 {
    margin-top: auto;
    line-height: 1.1;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 32px;
  }
  .container.carousel_container {
    padding-top: 32px;
  }
}
@font-face {
  font-family: "UniversLTStd45Light";
  src: url('universltstd-light.ef1d7df22cb00cff.eot');
  src: url('universltstd-light.ef1d7df22cb00cff.eot') format("embedded-opentype"), url('universltstd-light.f9cd7dd98d0502be.woff') format("woff"), url('universltstd-light.3e55446de2c8b107.ttf') format("truetype"), url('universltstd-light.2440c12555882162.svg#UniversLTStd45Light') format("svg");
}
@font-face {
  font-family: "UniversLTStd55Roman";
  src: url('universltstd.a39f68b64bf063c0.eot');
  src: url('universltstd.a39f68b64bf063c0.eot') format("embedded-opentype"), url('universltstd.30db88d3e865ba2f.woff') format("woff"), url('universltstd.02fb82262f1fcab0.ttf') format("truetype"), url('universltstd.1d4e4037188131e3.svg#UniversLTStd55Roman') format("svg");
}
@font-face {
  font-family: "UniversLTStd65Bold";
  src: url('universltstd-bold.9a10ca8692545672.eot');
  src: url('universltstd-bold.9a10ca8692545672.eot') format("embedded-opentype"), url('universltstd-bold.6ed7b630d2e43ab3.woff') format("woff"), url('universltstd-bold.3d8198ef03b974cb.ttf') format("truetype"), url('universltstd-bold.14870ee4576aa01b.svg#UniversLTStd65Bold') format("svg");
}
@font-face {
  font-family: "UniversLTStd67BoldCondensed";
  src: url('universltstd-boldcn.bd631adf115eefdd.eot');
  src: url('universltstd-boldcn.bd631adf115eefdd.eot') format("embedded-opentype"), url('universltstd-boldcn.fd7ae366aef06f15.woff') format("woff"), url('universltstd-boldcn.84455bb23ee78623.ttf') format("truetype"), url('universltstd-boldcn.47bfe3c84764bdcd.svg#UniversLTStd67BoldCondensed') format("svg");
}
@font-face {
  font-family: "UniversLTStd57Condensed";
  src: url('universltstd-cn.69cc8f47cf8e8877.eot');
  src: url('universltstd-cn.69cc8f47cf8e8877.eot') format("embedded-opentype"), url('universltstd-cn.6af3c6d664370632.woff') format("woff"), url('universltstd-cn.1ba0901e12c95a28.ttf') format("truetype"), url('universltstd-cn.869a3b34856bd557.svg#UniversLTStd57Condensed') format("svg");
}
@font-face {
  font-family: "UniversLTStd47LightCondensed";
  src: url('universltstd-lightcn.be33ea18d39bf9c6.eot');
  src: url('universltstd-lightcn.be33ea18d39bf9c6.eot') format("embedded-opentype"), url('universltstd-lightcn.f1fda9bef964b056.woff') format("woff"), url('universltstd-lightcn.281a7ff443b21a45.ttf') format("truetype"), url('universltstd-lightcn.27e4576acd9aef95.svg#UniversLTStd47LightCondensed') format("svg");
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Regular.795a67074a6df54c.ttf');
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "MarkPro-Heavy";
  src: url('MarkPro-Heavy.43388e6060fa2875.woff2');
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "MarkPro";
  src: url('MarkPro.0d04cb232b5ea95a.woff2');
  font-display: fallback;
  font-style: normal;
}
body {
  font-family: "UniversLTStd45Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  padding-top: 110px;
}

li.divider {
  border-right: 1px solid #333;
  display: block;
  height: 35px;
  margin-top: 2px;
}

.container {
  padding: 0 15px;
  clear: both;
  background: #fff;
}

.container.homeslide {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  clear: both;
}

.homeslide img {
  margin: 0 -18px;
}

.container.main {
  padding: 32px 32px 0 32px;
  display: block;
  z-index: 10;
  position: relative;
}

.circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.circle p {
  font-size: 16px;
  margin-top: 35%;
  color: #333;
  text-align: center;
}

.circle-white {
  color: white;
}

.green {
  background-color: #90C33E;
}

.orange {
  background-color: #F09220;
}

.blue {
  background-color: #31B5D3;
}

.dropdown-menu li {
  display: inline-block;
}

.dropdown-menu li a {
  padding: 2% 5%;
}

.dropdown-menu li a img {
  width: 75%;
}

.dropdown-menu.collapse.in {
  overflow-y: visible;
  height: auto;
}

.dropdown-menu:before, .dropdown-menu:after {
  clear: both;
  display: table;
  content: " ";
}

.dropup, .dropdown {
  position: relative;
  width: 75px;
}

.navbar-nav .dropdown a {
  padding-bottom: 30px;
}

.navbar-nav {
  float: right;
  margin: 0px;
  font-size: 14px;
  width: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

/*.navbar-header, .navbar-collapse{padding-top:18px;}*/
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  border-right: 1px solid #ddd;
}

.navbar-toggle {
  float: left;
  border-radius: 0px;
  margin: 0;
  padding: 15px;
  margin-left: -15px;
}

a.navbar-brand {
  padding: 15px 5px 0 15px;
}

.nav li a {
  padding: 10px 8px;
}

.navbar-nav li.active a, .navbar-default .navbar-nav > li > a:hover {
  color: #90C33E;
}

#login {
  background-color: #90C33E;
  display: inline-block;
  margin-right: -18px;
}

#login a {
  color: #fff;
}

#login a {
  padding: 28px 25px;
}

.menuButton {
  position: relative;
  color: #040505;
  display: inline-block;
  float: left;
  line-height: 23px;
}

#hamburger {
  display: inline-block;
  padding: 0 0 0 5px;
}

.quoteName {
  background-color: #fff;
  color: #777;
  font-size: 80%;
  padding: 15px;
  left: 0;
  height: 90px;
  line-height: 1.4em;
}

blockquote {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 5% 65px;
  text-align: left;
  border-left: 0px;
  z-index: 2;
}

blockquote.blockquote-reverse {
  border-right: 0px;
  padding: 10px 20px;
}

blockquote:before, blockquote:after {
  content: "";
}

blockquote:before {
  display: block;
  position: absolute;
  left: 0px;
  width: 55px;
  height: 55px;
  background: url('quotesmarks-start.aad436b8ad847329.png') no-repeat;
  background-size: 50% 50%;
  z-index: 3;
  filter: invert(34%) sepia(18%) saturate(3885%) hue-rotate(182deg) brightness(92%) contrast(102%);
}

blockquote.blockquote-reverse:before {
  right: 0;
}

blockquote:after {
  display: block;
  position: absolute;
  right: 0px;
  width: 55px;
  height: 55px;
  background: url('quotesmarks-end.a98eab61a71b9cde.png') no-repeat;
  background-size: 50% 50%;
  z-index: 3;
  bottom: 40px;
  filter: invert(34%) sepia(18%) saturate(3885%) hue-rotate(182deg) brightness(92%) contrast(102%);
}

.homepageImg {
  width: 50%;
  height: auto;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}

.homepageImg img {
  display: block;
  width: 100%;
  vertical-align: middle;
}

.homepageCol {
  padding: 0 15px;
}

.homepageCol div {
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container.carousel_container {
    padding-top: 120px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .navbar-nav {
    float: none;
  }
  li.divider {
    display: none;
  }
  .footer_padding {
    margin-left: 0;
  }
  .navbar-nav .dropdown a {
    padding-bottom: 10px;
  }
  .nav.navbar-nav.rightside {
    float: right;
  }
  .container.main, .container.marketing {
    padding: 0;
  }
  .container.marketing .welcomeCopy {
    padding: 0 32px;
  }
  .gradeContent {
    padding-top: 32px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav > li > a {
    padding: 8px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .nav-rightside {
    float: right;
  }
  .navbar-brand img.logo {
    height: 40px;
    margin: 0 auto;
  }
  .navbar-brand {
    width: 65%;
    display: inline-block;
    margin: 0 auto !important;
  }
  .navbar-header {
    text-align: center;
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  a.navbar-brand {
    padding: 5px 5px 0 5px;
  }
  #login {
    margin-right: -15px;
  }
  #login a {
    padding: 18px 25px;
  }
  .homepageImg {
    width: 10%;
  }
  .caption_headings {
    margin-top: 18px;
  }
  .navbar .elementary_school {
    color: #90C33E !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 5px 18px;
  }
  .navbar .middle_school {
    color: #F09220 !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 5px 18px;
  }
  .navbar .high_school {
    color: #31B5D3 !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 5px 18px;
    padding-bottom: 15px;
  }
  .navbar .dropdown-header {
    display: none !important;
  }
  .navbar .circle {
    all: unset;
    height: 0px;
  }
  .navbar .holder div:nth-child(3) {
    margin-bottom: 24px;
  }
  .navbar-collapse.in {
    overflow-y: initial;
  }
}
@media screen and (max-width: 489px) {
  .container.main {
    padding: 0;
  }
  footer {
    left: 0;
    padding: 15px;
    height: 90px;
  }
  .navbar-brand {
    display: inline-block;
    margin: 0 auto;
  }
  #mainNav {
    min-width: 300px;
    width: 100%;
  }
  .homeslide img {
    width: 120%;
  }
  .carousel .item {
    height: 110px;
  }
  .homepageCol {
    padding: 0;
  }
  blockquote {
    padding: 25px;
  }
  .container.marketing .welcomeCopy {
    padding: 0 15px;
  }
}
@media screen and (min-width: 489px) and (max-width: 768px) {
  .homepageImg {
    width: 10%;
  }
  .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  .carousel-inner {
    height: 210px;
  }
  .callout_container {
    height: 210px;
  }
  .homeslide img {
    width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gradeContent, .sidebar {
    margin-top: 32px;
  }
  .navbar-brand {
    width: 77%;
  }
  .carousel-inner {
    height: 210px;
  }
  .callout_container {
    height: 210px;
  }
  .homeslide img {
    width: 120%;
  }
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container-xs > .navbar-header,
  .container-sm > .navbar-header,
  .container-md > .navbar-header,
  .container-lg > .navbar-header,
  .container-xl > .navbar-header,
  .container-xxl > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .container-xs > .navbar-collapse,
  .container-sm > .navbar-collapse,
  .container-md > .navbar-collapse,
  .container-lg > .navbar-collapse,
  .container-xl > .navbar-collapse,
  .container-xxl > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .homeslide img {
    width: 110%;
  }
  .carousel-inner {
    height: 280px;
  }
  .callout_container {
    height: 280px;
  }
  .navbar-header {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-form .form-control {
    max-width: 175px;
  }
}
.welcome {
  padding: 10px 8px;
  color: #f09220;
  font-weight: bold;
}

/* CSS Document */
.gradeIndicator {
  height: 20px;
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 24px;
  line-height: 24px;
}

.sidebar {
  background-color: #FFF;
  cursor: pointer;
  left: -32px;
  top: -32px;
  height: 100vh;
  bottom: -32px;
  padding-top: 32px;
}

.sidebar.materials {
  top: 0;
}

.accordionOpenFull {
  background-size: 10px 10px;
  background-image: url('page_accordian_open.9efe6ad1a4d21675.svg');
  background-repeat: no-repeat;
  display: block;
}

.accordionCloseFull {
  background-image: url('page_accordian_close.4036ac5d20fc180f.svg');
  background-repeat: no-repeat;
  background-size: 10px 3px;
  display: block;
  background-position-y: 25%;
}

.sidebarNav li:hover {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

.sidebarNav li.active:hover {
  color: #007873;
  text-decoration: none;
}

.sidebarNav h4:hover {
  color: #007873;
  text-decoration: underline;
}

hr {
  width: 100%;
  float: left;
}

.sidebar li {
  list-style: none;
  color: #333;
}

.gradesInnerContent {
  margin-top: -21px;
  background-color: #fff;
}

h5 {
  margin-top: 0;
}

strong {
  font-weight: normal;
  font-family: "MarkPro-Heavy" !important;
}

.k1, .k1 a, h3.k1, h4.k1, .k1 li.active, .k1 b, .k1 th {
  color: #007873;
}

.k1 p, .k1 li, .k1 ul, .k1 td, .about p, .about span, .nineten p, .nineten li, .nineten ul, .nineten td, .sixseven p, .sixseven li, .sixseven ul, .sixseven td {
  color: #333;
}

.about, .about a, .about li.active {
  color: #007873;
}

.about a {
  color: #145bff;
}

.nineten, .nineten a, h3.nineten, h4.nineten, .nineten li.active, .nineten b, .nineten th {
  color: #007873;
}

.sixseven, .sixseven a, h3.sixseven, h4.sixseven, .sixseven li.active, .sixseven b, .sixseven th {
  color: #007873;
}

.c11n-button:hover {
  text-decoration: none !important;
}

.about a:hover {
  color: #145bff;
  text-decoration: underline;
}

.k1 a:hover {
  color: #145bff;
  text-decoration: underline;
}

.sixseven a:hover {
  color: #145bff;
  text-decoration: underline;
}

.nineten a:hover {
  color: #145bff;
  text-decoration: underline;
}

h4 {
  padding-left: 16px;
}

li.active {
  font-weight: "normal";
  font-family: "MarkPro-Heavy";
}

.th {
  border-top: none;
  background: #90C33E;
  color: #fff;
  width: 15%;
}

b {
  text-transform: uppercase;
  margin-top: 32px;
  display: block;
  font-weight: "normal";
  font-family: "MarkPro-Heavy";
}

.gsc-completion-container span b {
  text-transform: none;
  margin-top: auto;
  display: inline;
  font-family: inherit;
}

.nav-tabs li.active a {
  color: #FFF;
  background-color: #007873;
  border: 1px solid #007873;
}

.nav-tabs {
  border-bottom: 1px solid #007873;
}

.nav-tabs.nineten li.active a {
  color: #FFF;
  background-color: #31B5D3;
  border: 1px solid #31B5D3;
}

.nav-tabs.nineten {
  border-bottom: 1px solid #31B5D3;
}

.nav-tabs.sixseven li.active a {
  color: #FFF;
  background-color: #F09220;
  border: 1px solid #F09220;
}

.nav-tabs.sixseven {
  border-bottom: 1px solid #F09220;
}

.nav li a:hover {
  border-color: #CCC;
}

.printguide {
  background: url('pagetools_print.2e070fcf0fbd7a47.png') no-repeat;
  margin: 15px 0;
  display: block;
  float: left;
}

.printguide:hover {
  background: url('pagetools_print_selected.b7f8a6bfc0a55bd4.png') no-repeat;
  margin: 15px 0;
}

.printguide a {
  color: #333;
  font-size: 12px;
  padding-left: 24px;
}

.gradesHeaderImg {
  height: 355px;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

/*.gradesHeaderImg:after {background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2 100%);}*/
.parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.backgroundImages {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 450px;
  clear: both;
  overflow: hidden;
}

.backgroundImages .centeredDiv {
  width: 100%;
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.backgroundImage {
  width: 100%;
  position: relative;
  left: 0;
  height: 450px;
  background: url('MCE_elementary_girl_boy.816748fde04760b0.jpg') center center no-repeat;
  overflow: hidden;
  top: -10px;
  background-size: 1170px 395px !important;
}

#highschoolHero.backgroundImage {
  background: url('MCE_Highschool_teacher_student.5177e1b227902983.jpg') center center no-repeat;
}

#overviewHeader.backgroundImage {
  background: url('MCE_elementary_boy.d0237a680375f3cf.jpg') center center no-repeat;
}

#materialsHeader.backgroundImage {
  background: url('MCE_Elementary_art.41cba748db9af732.jpg') center center no-repeat;
}

#aboutHeader.backgroundImage {
  background: url('MCE_elementary_girl.c7906de8e4004364.jpg') center center no-repeat;
}

#testimonialsHeader.backgroundImage {
  background: url('MCE_middle_girl.549206d3d65d49cb.jpg') center center no-repeat;
}

#contactHeader.backgroundImage {
  background: url('MCE_tablet.41788b8d85277aa9.jpg') center center no-repeat;
}

#loginHeader.backgroundImage {
  background: url('MCE_Elementary_art.41cba748db9af732.jpg') center center no-repeat;
}

#middleschoolHero.backgroundImage {
  background: url('MCE_middle_boy_v2.49ec69bc5b71f7c0.jpg') center center no-repeat;
}

.heroContent {
  left: 30%;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  position: relative;
  top: 180px;
  max-width: 500px;
  transform: translate(-50%, -50%);
  word-break: break-word;
}

.heroContent h1 {
  font-size: 52px;
  text-align: left;
}

@media (max-width: 480px) {
  .heroContent h1 {
    font-size: 32px !important;
  }
}
.heroOverlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tab-content {
  border: #fff solid 1px;
  padding: 8px;
}

.tip {
  display: table; /*float:left;*/
  position: relative;
  color: #F09220;
  vertical-align: center;
  margin: 0 5% 0 0;
  height: 50px;
}

.tip img {
  width: 35px;
  margin: 0 12px 0 0;
}

.headerTime span {
  font-size: 12px;
  color: #333;
  float: right;
  display: inline-block;
  margin-top: 32px;
}

.headerTime b {
  display: inline-block;
}

.rightImg {
  float: right;
  width: 200px;
}

.rightImg img {
  width: 90%;
  float: right;
  margin-bottom: 5%;
}

input {
  border: none;
  border-bottom: 2px solid #CCC;
  width: 100%;
  display: block;
  float: none;
  overflow: visible;
  vertical-align: middle;
}

input:focus {
  outline-offset: 0px;
  outline-width: 0px;
  outline-color: transparent;
}

.checkbox input[type=checkbox], .radio-inline input[type=radio] {
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  float: left;
}

.checkbox input, .radio-inline input {
  width: auto;
}

.checkbox, .radio-inline {
  padding-top: 2%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
}

.checkbox {
  display: table;
  padding-top: 5%;
}

.radio-inline + .radio-inline {
  margin-left: 0;
}

textarea.form-control {
  margin-top: 5%;
}

.inline {
  position: relative;
  text-align: center;
  float: left;
  display: inline-block;
  width: 50%;
  padding: 0 5% 0 0;
}

.fullline {
  width: 100%;
  position: relative;
  text-align: center;
  float: left;
  padding: 0 5% 0 0;
}

div form {
  display: table;
  width: 100%;
}

form span.inline input {
  padding-top: 10%;
}

form span input {
  padding-top: 5%;
}

span a {
  display: inline-block;
  padding: 2% 0;
}

form.padding {
  margin-top: 5%;
}

span p {
  margin: 5% 0 0 0;
}

.btn {
  float: left;
}

.rowLong {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0 0 0 5%;
}

.submitBtn {
  margin-top: 18px;
}

#signup {
  background-color: #90C33E;
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: 50px;
  vertical-align: middle;
  line-height: 0;
  padding: 18px 0;
  margin-bottom: 175px;
}

#signup:hover {
  background-color: #7ca836;
  cursor: pointer;
}

#signup a {
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
}

.simulator {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: 50px;
  vertical-align: middle;
  padding: 12px 0;
  line-height: 16px;
}

#order.simulator {
  width: 25%;
  margin: 24px auto;
}

.simulator a {
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
}

.orderConfirm {
  margin-left: 375px;
  margin-top: 50px;
  width: 50%;
}

a.about {
  padding: 18px 0;
}

a.about:hover {
  color: #F09220;
  text-decoration: none;
}

#signup a:hover {
  color: #fff;
  text-decoration: none;
}

.opacityCK {
  display: none;
}

#contact.opacityCK {
  display: none;
}

.btn-default:hover, .btn-default:active {
  color: #fff;
  background-color: #f15c22;
  border-color: #f09220;
}

form i {
  display: block;
  position: relative;
  padding-bottom: 18px;
}

#materialsTables .table tbody tr td {
  width: 75%;
}

.table tbody tr td {
  width: 50%;
}

td.noline {
  border-top: none !important;
}

.imgHolder {
  width: 50%;
  height: auto;
  margin: 0 15px 15px 0;
  overflow: hidden;
  float: left;
  clear: both;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.imgHolder img {
  display: block;
  width: 100%;
  vertical-align: middle;
}

.olist li { /*float:left; width:45%;*/
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}

.olist {
  overflow: auto;
}

.gradesVideos {
  width: 100%;
}

.table-responsive {
  overflow-y: scroll;
}

.geographics {
  width: 100%;
}

/* Grades
------------------------- */
.school_text {
  color: #333;
  margin-left: 15px;
}

#foo {
  color: white !important;
}

.slideUp {
  animation: slideUp 0.5s ease-in-out;
  -webkit-animation: slideUp 0.5s ease-in-out;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.pullDown {
  animation: pullDown 1s ease-in-out;
  -webkit-animation: pullDown 1s ease-in-out;
  transform-origin: 75% 0%;
  -ms-transform-origin: 75% 0%;
  -webkit-transform-origin: 75% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fadeInDown {
  from {
    display: none;
    transform: translate3d(0, -400px, 0);
  }
  100% {
    display: block;
    transform: none;
  }
}
.fadeInDown {
  animation: fadeInDown 1s ease-in-out;
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    left: 0px;
    height: 100%;
  }
  .heroContent {
    left: 50%;
  }
}
@media (min-width: 489px) and (max-width: 768px) {
  .sidebarNav {
    display: inline-block;
    float: left;
    padding-right: 5%;
    min-height: 100px;
  }
  .about .sidebarNav {
    min-height: 0px;
  }
  #signup {
    width: 100%;
    padding: 12px 0;
  }
  .row {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .sidebar {
    left: 0px;
    height: 100%;
  }
  .inline {
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .heroContent {
    left: 50% !important;
  }
}
@media screen and (max-width: 489px) {
  .sidebar {
    left: 0px;
    height: 100%;
  }
  .rightImg {
    width: 100%;
    text-align: center;
  }
  .rightImg img {
    width: 70%;
    float: none;
    margin: 0 auto 5% auto;
  }
  form span input {
    padding-top: 10%;
  }
  #signup {
    width: 100%;
    margin-top: 10%;
  }
  .imgHolder, .olist li {
    width: 100%;
  }
  .grades_container {
    margin: 0;
    text-align: left;
  }
  .simulator {
    padding: 0;
  }
  #order.simulator {
    width: 100%;
    margin: 24px auto;
    line-height: 42px;
  }
  .row {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .backgroundImages .centeredDiv {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .backgroundImages .centeredDiv {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .backgroundImages .centeredDiv {
    width: 1170px;
  }
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-image: inherit;
  box-sizing: content-box;
}

.gsc-input::-ms-clear {
  display: none;
}

.inline input.available-checkbox {
  width: 30px;
  margin-right: 0px;
}

body {
  font-family: "MarkPro";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  padding-top: 110px;
}

li.divider {
  border-right: 1px solid #333;
  display: block;
  height: 35px;
  margin-top: 2px;
}

.container {
  padding: 0 15px;
  clear: both;
  background: #fff;
}

.container.homeslide {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  clear: both;
}

.homeslide img {
  margin: 0 -18px;
}

.container.main {
  padding: 32px 32px 0 32px;
  display: block;
  z-index: 10;
  position: relative;
}

.circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.circle p {
  font-size: 16px;
  margin-top: 35%;
  color: #333;
  text-align: center;
}

.circle-white {
  color: white;
}

.green {
  background-color: #90C33E;
}

.orange {
  background-color: #F09220;
}

.blue {
  background-color: #31B5D3;
}

.dropdown-menu li {
  display: inline-block;
}

.dropdown-menu li a {
  padding: 2% 5%;
}

.dropdown-menu li a img {
  width: 75%;
}

.dropdown-menu.collapse.in {
  overflow-y: visible;
  height: auto;
}

.dropdown-menu:before, .dropdown-menu:after {
  clear: both;
  display: table;
  content: " ";
}

.dropup, .dropdown {
  position: relative;
  width: 75px;
}

.navbar-nav .dropdown a {
  padding-bottom: 30px;
}

.navbar-nav {
  float: right;
  margin: 0px;
  font-size: 14px;
  width: 20em;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

/*.navbar-header, .navbar-collapse{padding-top:18px;}*/
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  float: left;
  border-radius: 0px;
  margin: 0;
  padding: 15px;
  margin-left: -15px;
}

a.navbar-brand {
  padding: 15px 5px 0 15px;
}

.nav li a {
  padding: 10px 8px;
}

.navbar-nav li.active a, .navbar-default .navbar-nav > li > a:hover {
  color: #90C33E;
}

#login {
  background-color: #90C33E;
  display: inline-block;
  margin-right: -18px;
}

#login a {
  color: #fff;
}

#login a {
  padding: 28px 25px;
}

.menuButton {
  position: relative;
  color: #040505;
  display: inline-block;
  float: left;
  line-height: 23px;
}

#hamburger {
  display: inline-block;
  padding: 0 0 0 5px;
}

footer {
  background-color: #FCFBFA;
  font-size: 85%;
  color: #666;
  height: 70px;
  width: 100%;
  padding: 15px 15px 15px 32px;
  display: block;
  position: relative;
  float: left;
}

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

.quoteName {
  background-color: #fff;
  color: #777;
  font-size: 80%;
  padding: 15px;
  left: 0;
  height: 90px;
  line-height: 1.4em;
}

blockquote {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 5% 65px;
  text-align: left;
  border-left: 0px;
  z-index: 2;
}

blockquote.blockquote-reverse {
  border-right: 0px;
  padding: 10px 20px;
}

blockquote:before, blockquote:after {
  content: "";
}

blockquote:before {
  display: block;
  position: absolute;
  left: 0px;
  width: 55px;
  height: 55px;
  background: url('quotesmarks-start.aad436b8ad847329.png') no-repeat;
  background-size: 50% 50%;
  z-index: 3;
}

blockquote.blockquote-reverse:before {
  right: 0;
}

blockquote:after {
  display: block;
  position: absolute;
  right: 0px;
  width: 55px;
  height: 55px;
  background: url('quotesmarks-end.a98eab61a71b9cde.png') no-repeat;
  background-size: 50% 50%;
  z-index: 3;
  bottom: 40px;
}

.homepageImg {
  width: 50%;
  height: auto;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}

.homepageImg img {
  display: block;
  width: 100%;
  vertical-align: middle;
}

.homepageCol {
  padding: 0 18px;
}

.homepageCol div {
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container.carousel_container {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    text-align: center;
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .navbar-nav {
    float: none;
  }
  li.divider {
    display: none;
  }
  .footer_padding {
    margin-left: 0;
  }
  .navbar-nav .dropdown a {
    padding-bottom: 10px;
  }
  .nav.navbar-nav.rightside {
    float: right;
  }
  .container.main, .container.marketing {
    padding: 0;
  }
  .container.marketing .welcomeCopy {
    padding: 0 32px;
  }
  .gradeContent {
    padding-top: 32px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav > li > a {
    padding: 8px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .nav-rightside {
    float: right;
  }
  .navbar-brand img.logo {
    height: 40px;
    margin: 0 auto;
  }
  .navbar-brand {
    width: 65%;
    display: inline-block;
    margin: 0 auto !important;
  }
  a.navbar-brand {
    padding: 5px 5px 0 5px;
  }
  #login {
    margin-right: -15px;
  }
  #login a {
    padding: 18px 25px;
  }
  .homepageImg {
    width: 10%;
  }
  .caption_headings {
    margin-top: 18px;
  }
  .navbar .elementary_school {
    color: #90C33E !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 5px 18px;
  }
  .navbar .middle_school {
    color: #F09220 !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 5px 18px;
  }
  .navbar .high_school {
    color: #31B5D3 !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 5px 18px;
    padding-bottom: 15px;
  }
  .navbar .dropdown-header {
    display: none !important;
  }
  .navbar .circle {
    border-radius: 0%;
    width: 32%;
    height: 0px;
    margin: 0 auto;
  }
  .navbar .holder div:nth-child(3) {
    margin-bottom: 24px;
  }
  .navbar-collapse.in {
    overflow-y: initial;
  }
}
@media screen and (max-width: 489px) {
  .container.main {
    padding: 0;
  }
  footer {
    left: 0;
    padding: 15px;
    height: 90px;
  }
  .navbar-brand {
    display: inline-block;
    margin: 0 auto;
  }
  .homeslide img {
    width: 120%;
  }
  .carousel .item {
    height: 110px;
  }
  .homepageCol {
    padding: 0;
  }
  blockquote {
    padding: 25px;
  }
  .container.marketing .welcomeCopy {
    padding: 0 18px;
  }
  .heroContent {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50% !important;
  }
}
@media screen and (min-width: 489px) and (max-width: 768px) {
  .homepageImg {
    width: 10%;
  }
  .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  .carousel-inner {
    height: 210px;
  }
  .callout_container {
    height: 210px;
  }
  .homeslide img {
    width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gradeContent, .sidebar {
    margin-top: 32px;
  }
  .navbar-brand {
    width: 77%;
  }
  .carousel-inner {
    height: 210px;
  }
  .callout_container {
    height: 210px;
  }
  .homeslide img {
    width: 120%;
  }
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container-xs > .navbar-header,
  .container-sm > .navbar-header,
  .container-md > .navbar-header,
  .container-lg > .navbar-header,
  .container-xl > .navbar-header,
  .container-xxl > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .container-xs > .navbar-collapse,
  .container-sm > .navbar-collapse,
  .container-md > .navbar-collapse,
  .container-lg > .navbar-collapse,
  .container-xl > .navbar-collapse,
  .container-xxl > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .homeslide img {
    width: 110%;
  }
  .carousel-inner {
    height: 280px;
  }
  .callout_container {
    height: 280px;
  }
  .navbar-header {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-form .form-control {
    max-width: 175px;
  }
}
.welcome {
  padding: 10px 8px;
  color: #f09220;
  font-weight: bold;
}

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

/*# sourceMappingURL=styles.2a2567a28fe4205b.css.map*/