@import url(https://fonts.googleapis.com/css?family=Dosis&subset=latin-ext);
@charset "UTF-8";
:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #00446A;
  --color-green: #1abc81;
  --color-primary: #1379c8;
  --color-secondary: #d3e9fd;
  --color-red: #ed3b38;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #0f61a0;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #a8b2b8;
  --color-grey5: #4e575f;
  --color-grey6: #0a2433;
  --color-grey7: #dfe4e7;
  --color-grey8: #afb0b2;
  --color-grey-transparent-1: rgba(0, 0, 0, 0.65);
  --color-grey-transparent-2: rgba(0, 0, 0, 0.25);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-grey6);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: var(--color-primary);
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: var(--color-primary);
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #00446A;
  --skin-banner-background-color-2: var(--color-secondary);
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray6);
  --skin-header-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --skin-body-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

:root {
  --blue: #00446A;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed3b38;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1abc81;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1379c8;
  --secondary: #d3e9fd;
  --success: #1abc81;
  --info: #316186;
  --warning: #ff9d35;
  --danger: #ed3b38;
  --light: #fff;
  --dark: #0a2433;
  --emphasis: #f0f3f5;
  --border: #a8b2b8;
  --neutral-dark: #4e575f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 30rem;
  --breakpoint-md: 48rem;
  --breakpoint-lg: 64rem;
  --breakpoint-xl: 75rem;
  --breakpoint-xxl: 90rem;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0a2433;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ol,
ul,
dl {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.c-checkout__store-info__store-name {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dfe4e7;
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

h4, .h4 {
  font-size: 1.25rem;
}
@media (min-width: 48rem) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.375rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 75rem) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1312px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.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%;
}

@media (min-width: 30rem) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}
@media (min-width: 48rem) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}
@media (min-width: 64rem) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}
@media (min-width: 90rem) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdd9f0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #84b9e2;
}

.table-hover .table-primary:hover {
  background-color: #a8cdeb;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8cdeb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f3f9fe;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e8f4fe;
}

.table-hover .table-secondary:hover {
  background-color: #dbedfc;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dbedfc;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfecdc;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88dcbd;
}

.table-hover .table-success:hover {
  background-color: #abe6d1;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abe6d1;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c5d3dd;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #94adc0;
}

.table-hover .table-info:hover {
  background-color: #b5c7d4;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b5c7d4;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe4c6;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffcc96;
}

.table-hover .table-warning:hover {
  background-color: #ffd8ad;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd8ad;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fac8c7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f69998;
}

.table-hover .table-danger:hover {
  background-color: #f8b1b0;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f8b1b0;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bac2c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #808d95;
}

.table-hover .table-dark:hover {
  background-color: #acb6ba;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #acb6ba;
}

.table-emphasis,
.table-emphasis > th,
.table-emphasis > td {
  background-color: #fbfcfc;
}
.table-emphasis th,
.table-emphasis td,
.table-emphasis thead th,
.table-emphasis tbody + tbody {
  border-color: #f7f9fa;
}

.table-hover .table-emphasis:hover {
  background-color: #ecf1f1;
}
.table-hover .table-emphasis:hover > td,
.table-hover .table-emphasis:hover > th {
  background-color: #ecf1f1;
}

.table-border,
.table-border > th,
.table-border > td {
  background-color: #e7e9eb;
}
.table-border th,
.table-border td,
.table-border thead th,
.table-border tbody + tbody {
  border-color: #d2d7da;
}

.table-hover .table-border:hover {
  background-color: #d9dcdf;
}
.table-hover .table-border:hover > td,
.table-hover .table-border:hover > th {
  background-color: #d9dcdf;
}

.table-neutral-dark,
.table-neutral-dark > th,
.table-neutral-dark > td {
  background-color: #cdd0d2;
}
.table-neutral-dark th,
.table-neutral-dark td,
.table-neutral-dark thead th,
.table-neutral-dark tbody + tbody {
  border-color: #a3a8ac;
}

.table-hover .table-neutral-dark:hover {
  background-color: #c0c3c6;
}
.table-hover .table-neutral-dark:hover > td,
.table-hover .table-neutral-dark:hover > th {
  background-color: #c0c3c6;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 29.98rem) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 47.98rem) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 63.98rem) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 74.98rem) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 89.98rem) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.invalid-feedback {
  color: #0a2433 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8rem;
  margin-bottom: 0.375rem;
}
.invalid-feedback::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%23ED3B38' fill-rule='evenodd' d='M17.023 15.615L13.41 12l3.614-3.615-1.408-1.408L12 10.59 8.385 6.978 6.977 8.385 10.59 12l-3.614 3.615 1.408 1.408L12 13.41l3.615 3.614 1.408-1.408zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: center center;
  background-size: 1rem;
  border-radius: 50%;
  color: #495057;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.3125rem;
  height: 0.875rem;
  width: 0.875rem;
}

.form-control {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a8b2b8;
  color: #495057;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  padding: 0 0 0 0.5rem;
  width: 100%;
  border-radius: 0.1875rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (max-width: 47.98rem) {
  .form-control:active, .form-control:focus {
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00446A;
  outline: 0;
  border-width: 0.125rem;
}
.form-control ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control ::-moz-placeholder { /* Firefox 19+ */
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control :-ms-input-placeholder { /* IE 10+ */
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control :-moz-placeholder { /* Firefox 18- */
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  font-size: 1rem;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%23ED3B38' fill-rule='evenodd' d='M17.023 15.615L13.41 12l3.614-3.615-1.408-1.408L12 10.59 8.385 6.978 6.977 8.385 10.59 12l-3.614 3.615 1.408 1.408L12 13.41l3.615 3.614 1.408-1.408zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: right center;
  background-size: 1rem;
}
.form-control.is-invalid ~ .invalid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

select.form-control,
button.multiselect {
  -moz-appearance: none; /* Hide dropdown in Firefox */
  -webkit-appearance: none; /* Hide dropdown in Chrome */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position-x: calc(100% - 0.4375rem);
  background-position-y: center;
}
select.form-control:focus::-ms-value,
button.multiselect:focus::-ms-value {
  background-color: #d3e9fd;
  color: #495057;
}
select.form-control:focus,
button.multiselect:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  border-color: #1379c8;
  border-width: 0.125rem;
}

select.form-control option:hover {
  background-color: #d3e9fd;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: inherit;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 0.0625rem;
}

.form-check-input {
  height: 1rem;
  margin-top: 0.1rem;
  margin-right: 0.0625rem;
  position: absolute;
  width: 1rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

input[type=radio]:checked:focus {
  border-color: 0px;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

.form-check-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
  position: static;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #1abc81;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(26, 188, 129, 0.9);
  border-radius: 0.375rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1abc81;
  border-width: 0.125rem;
  padding-right: calc(1.2em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#1abc81' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-size: 1rem;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1abc81;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1abc81;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#1abc81' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") #fff no-repeat center right 1.75rem/calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1abc81;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1abc81;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1abc81;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1abc81;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #28e19e;
  background-color: #28e19e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1abc81;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1abc81;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1abc81;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ed3b38;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(237, 59, 56, 0.9);
  border-radius: 0.375rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ed3b38;
  border-width: 0.125rem;
  padding-right: calc(1.2em + 0.75rem);
  background-image: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"> <path fill="#fff" fill-opacity=".01" d="M0 0H24V24H0z"/> <path fill="#ED3B38" fill-rule="evenodd" d="M17.023 15.615L13.41 12l3.614-3.615-1.408-1.408L12 10.59 8.385 6.978 6.977 8.385 10.59 12l-3.614 3.615 1.408 1.408L12 13.41l3.615 3.614 1.408-1.408zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z" clip-rule="evenodd"/> </svg>';
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-size: 1rem;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ed3b38;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ed3b38;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"> <path fill="#fff" fill-opacity=".01" d="M0 0H24V24H0z"/> <path fill="#ED3B38" fill-rule="evenodd" d="M17.023 15.615L13.41 12l3.614-3.615-1.408-1.408L12 10.59 8.385 6.978 6.977 8.385 10.59 12l-3.614 3.615 1.408 1.408L12 13.41l3.615 3.614 1.408-1.408zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z" clip-rule="evenodd"/> </svg>' #fff no-repeat center right 1.75rem/calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ed3b38;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ed3b38;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ed3b38;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ed3b38;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f16967;
  background-color: #f16967;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed3b38;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed3b38;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ed3b38;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.25);
}

.form-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 30rem) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-control-label {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
}

.invalid-feedback {
  color: #0a2433;
  margin-bottom: 0.375rem;
}
.invalid-feedback::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%23ED3B38' fill-rule='evenodd' d='M17.023 15.615L13.41 12l3.614-3.615-1.408-1.408L12 10.59 8.385 6.978 6.977 8.385 10.59 12l-3.614 3.615 1.408 1.408L12 13.41l3.615 3.614 1.408-1.408zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: center center;
  background-size: 1rem;
  border-radius: 50%;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.3125rem;
  height: 0.875rem;
  width: 0.875rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 0.625rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.375rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1379c8;
  border-color: #1379c8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1064a5;
  border-color: #0f5d99;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1064a5;
  border-color: #0f5d99;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 141, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 141, 208, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1379c8;
  border-color: #1379c8;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f5d99;
  border-color: #0d568e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 141, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 141, 208, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #d3e9fd;
  border-color: #d3e9fd;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #aed7fb;
  border-color: #a2d1fb;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #aed7fb;
  border-color: #a2d1fb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 204, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(184, 204, 221, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #d3e9fd;
  border-color: #d3e9fd;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #a2d1fb;
  border-color: #96cbfa;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 204, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(184, 204, 221, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1abc81;
  border-color: #1abc81;
}
.btn-success:hover {
  color: #fff;
  background-color: #159a6a;
  border-color: #148f62;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #159a6a;
  border-color: #148f62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 198, 148, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 198, 148, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1abc81;
  border-color: #1abc81;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #148f62;
  border-color: #12845b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 198, 148, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 198, 148, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #316186;
  border-color: #316186;
}
.btn-info:hover {
  color: #fff;
  background-color: #274d6a;
  border-color: #234661;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #274d6a;
  border-color: #234661;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 121, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80, 121, 152, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #316186;
  border-color: #316186;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #234661;
  border-color: #203f57;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 121, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80, 121, 152, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ff8a0f;
  border-color: #ff8402;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ff8a0f;
  border-color: #ff8402;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 139, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 139, 51, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff8402;
  border-color: #f47e00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 139, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 139, 51, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ed3b38;
  border-color: #ed3b38;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ea1915;
  border-color: #de1714;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ea1915;
  border-color: #de1714;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 88, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 88, 86, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ed3b38;
  border-color: #ed3b38;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #de1714;
  border-color: #d21613;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 88, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 88, 86, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #0a2433;
  border-color: #0a2433;
}
.btn-dark:hover {
  color: #fff;
  background-color: #040d13;
  border-color: #020608;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #040d13;
  border-color: #020608;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 69, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(47, 69, 82, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #0a2433;
  border-color: #0a2433;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #020608;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 69, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(47, 69, 82, 0.5);
}

.btn-emphasis {
  color: #212529;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-emphasis:hover {
  color: #212529;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}
.btn-emphasis:focus, .btn-emphasis.focus {
  color: #212529;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 212, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(209, 212, 214, 0.5);
}
.btn-emphasis.disabled, .btn-emphasis:disabled {
  color: #212529;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-emphasis:not(:disabled):not(.disabled):active, .btn-emphasis:not(:disabled):not(.disabled).active, .show > .btn-emphasis.dropdown-toggle {
  color: #212529;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}
.btn-emphasis:not(:disabled):not(.disabled):active:focus, .btn-emphasis:not(:disabled):not(.disabled).active:focus, .show > .btn-emphasis.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 212, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(209, 212, 214, 0.5);
}

.btn-border {
  color: #212529;
  background-color: #a8b2b8;
  border-color: #a8b2b8;
}
.btn-border:hover {
  color: #212529;
  background-color: #939fa7;
  border-color: #8c99a1;
}
.btn-border:focus, .btn-border.focus {
  color: #212529;
  background-color: #939fa7;
  border-color: #8c99a1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 157, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(148, 157, 163, 0.5);
}
.btn-border.disabled, .btn-border:disabled {
  color: #212529;
  background-color: #a8b2b8;
  border-color: #a8b2b8;
}
.btn-border:not(:disabled):not(.disabled):active, .btn-border:not(:disabled):not(.disabled).active, .show > .btn-border.dropdown-toggle {
  color: #212529;
  background-color: #8c99a1;
  border-color: #85939b;
}
.btn-border:not(:disabled):not(.disabled):active:focus, .btn-border:not(:disabled):not(.disabled).active:focus, .show > .btn-border.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 157, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(148, 157, 163, 0.5);
}

.btn-neutral-dark {
  color: #fff;
  background-color: #4e575f;
  border-color: #4e575f;
}
.btn-neutral-dark:hover {
  color: #fff;
  background-color: #3d444a;
  border-color: #373d43;
}
.btn-neutral-dark:focus, .btn-neutral-dark.focus {
  color: #fff;
  background-color: #3d444a;
  border-color: #373d43;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
}
.btn-neutral-dark.disabled, .btn-neutral-dark:disabled {
  color: #fff;
  background-color: #4e575f;
  border-color: #4e575f;
}
.btn-neutral-dark:not(:disabled):not(.disabled):active, .btn-neutral-dark:not(:disabled):not(.disabled).active, .show > .btn-neutral-dark.dropdown-toggle {
  color: #fff;
  background-color: #373d43;
  border-color: #31373c;
}
.btn-neutral-dark:not(:disabled):not(.disabled):active:focus, .btn-neutral-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
}

.btn-outline-primary {
  color: #1379c8;
  border-color: #1379c8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1379c8;
  border-color: #1379c8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1379c8;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1379c8;
  border-color: #1379c8;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.5);
}

.btn-outline-secondary {
  color: #d3e9fd;
  border-color: #d3e9fd;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #d3e9fd;
  border-color: #d3e9fd;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 233, 253, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 233, 253, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #d3e9fd;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d3e9fd;
  border-color: #d3e9fd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 233, 253, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 233, 253, 0.5);
}

.btn-outline-success {
  color: #1abc81;
  border-color: #1abc81;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1abc81;
  border-color: #1abc81;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1abc81;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1abc81;
  border-color: #1abc81;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.5);
}

.btn-outline-info {
  color: #316186;
  border-color: #316186;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #316186;
  border-color: #316186;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 97, 134, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 97, 134, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #316186;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #316186;
  border-color: #316186;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 97, 134, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 97, 134, 0.5);
}

.btn-outline-warning {
  color: #ff9d35;
  border-color: #ff9d35;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9d35;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff9d35;
  border-color: #ff9d35;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
}

.btn-outline-danger {
  color: #ed3b38;
  border-color: #ed3b38;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ed3b38;
  border-color: #ed3b38;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ed3b38;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed3b38;
  border-color: #ed3b38;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #0a2433;
  border-color: #0a2433;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #0a2433;
  border-color: #0a2433;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 36, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 36, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #0a2433;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a2433;
  border-color: #0a2433;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 36, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 36, 51, 0.5);
}

.btn-outline-emphasis {
  color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-outline-emphasis:hover {
  color: #212529;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-outline-emphasis:focus, .btn-outline-emphasis.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-outline-emphasis.disabled, .btn-outline-emphasis:disabled {
  color: #f0f3f5;
  background-color: transparent;
}
.btn-outline-emphasis:not(:disabled):not(.disabled):active, .btn-outline-emphasis:not(:disabled):not(.disabled).active, .show > .btn-outline-emphasis.dropdown-toggle {
  color: #212529;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-outline-emphasis:not(:disabled):not(.disabled):active:focus, .btn-outline-emphasis:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-emphasis.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-outline-border {
  color: #a8b2b8;
  border-color: #a8b2b8;
}
.btn-outline-border:hover {
  color: #212529;
  background-color: #a8b2b8;
  border-color: #a8b2b8;
}
.btn-outline-border:focus, .btn-outline-border.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 178, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 178, 184, 0.5);
}
.btn-outline-border.disabled, .btn-outline-border:disabled {
  color: #a8b2b8;
  background-color: transparent;
}
.btn-outline-border:not(:disabled):not(.disabled):active, .btn-outline-border:not(:disabled):not(.disabled).active, .show > .btn-outline-border.dropdown-toggle {
  color: #212529;
  background-color: #a8b2b8;
  border-color: #a8b2b8;
}
.btn-outline-border:not(:disabled):not(.disabled):active:focus, .btn-outline-border:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-border.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 178, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 178, 184, 0.5);
}

.btn-outline-neutral-dark {
  color: #4e575f;
  border-color: #4e575f;
}
.btn-outline-neutral-dark:hover {
  color: #fff;
  background-color: #4e575f;
  border-color: #4e575f;
}
.btn-outline-neutral-dark:focus, .btn-outline-neutral-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 87, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(78, 87, 95, 0.5);
}
.btn-outline-neutral-dark.disabled, .btn-outline-neutral-dark:disabled {
  color: #4e575f;
  background-color: transparent;
}
.btn-outline-neutral-dark:not(:disabled):not(.disabled):active, .btn-outline-neutral-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-dark.dropdown-toggle {
  color: #fff;
  background-color: #4e575f;
  border-color: #4e575f;
}
.btn-outline-neutral-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 87, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(78, 87, 95, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0a2433;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn {
  border-radius: 0.1875rem;
  font-weight: 600;
  padding: 0.575rem 0.625rem;
}
.btn:not(.btn-ghost):not(.disabled):not(.loading):hover, .btn:not(.btn-ghost):not(.disabled):not(.loading):focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 0 2000px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 0 2000px rgba(0, 0, 0, 0.06);
}
.btn:not(.btn-ghost):not(.disabled):not(.loading):active {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 0 2000px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 0 2000px rgba(0, 0, 0, 0.12);
  outline: none;
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
}
.btn.no-hover:hover {
  cursor: unset;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.25rem;
}

.btn-primary {
  color: #fff;
}
.btn-primary:active, .btn-primary:hover {
  background-color: #1379c8;
  border-color: #1379c8;
}
.btn-primary.disabled, .btn-primary:disabled {
  --skin-primary-color: #afb0b2;
  --skin-primary-color-1: #afb0b2;
  background-color: #afb0b2;
  border-color: #afb0b2;
  color: #fff;
}

.btn-secondary,
.btn-light {
  color: #0f61a0;
}
.btn-secondary:active, .btn-secondary:hover,
.btn-light:active,
.btn-light:hover {
  background-color: #d3e9fd;
  border-color: #d3e9fd;
  color: #1379c8;
}
.btn-secondary.disabled, .btn-secondary:disabled,
.btn-light.disabled,
.btn-light:disabled {
  color: #afb0b2;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #dfe4e7;
}

.btn-light:active, .btn-light:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-print {
  border-color: #a8b2b8;
}

.btn-dark {
  background-color: var(--skin-banner-background-color-1);
}

.btn-ghost {
  background-color: transparent;
  border: none;
  color: #1379c8;
  font-size: 0.8rem;
}
.btn-ghost:not(.disabled):focus, .btn-ghost:not(.disabled):hover, .btn-ghost:not(:disabled):focus, .btn-ghost:not(:disabled):hover {
  background-color: transparent;
  border: none;
  color: #1379c8;
}
.btn-ghost:not(.disabled):focus .btn-text:after, .btn-ghost:not(.disabled):hover .btn-text:after, .btn-ghost:not(:disabled):focus .btn-text:after, .btn-ghost:not(:disabled):hover .btn-text:after {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  right: 0;
}
.btn-ghost-alt {
  color: unset;
}
.btn-ghost .btn-text {
  padding-left: 0;
  padding-right: 0;
}

.btn-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 30rem) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 48rem) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 64rem) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 75rem) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 90rem) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1379c8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #a8b2b8;
  border-radius: 0.375rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0.5rem;
  z-index: -1;
  width: 1rem;
  height: 1.1rem;
  opacity: 0;
}
.custom-control-inputchecked ~ .custom-control-label {
  font-weight: 600;
}
.custom-control-inputchecked ~ .custom-control-label:before {
  color: #fff;
  border-color: #1379c8;
  background-color: #1379c8;
  background-color: #1379c8;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1379c8;
  background-color: #1379c8;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00446A;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #98cdf5;
  border-color: #98cdf5;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox,
.custom-radio {
  padding-left: 1.5rem;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  font-weight: 400;
  padding-top: 0.125rem;
}
.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-checkbox:not(:last-child) .custom-control-label,
.custom-radio:not(:last-child) .custom-control-label {
  margin-bottom: 0.875rem;
}

.custom-checkbox .custom-control-label::before {
  background: #f0f3f5; /* standard syntax */
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='m6.461 11.808 6.87-6.87-1.073-1.11-5.797 5.797-2.72-2.72L2.669 7.98l3.793 3.83z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1379c8;
  background-color: #1379c8;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 121, 200, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(19, 121, 200, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
  background: #fff; /* standard syntax */
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 121, 200, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.1rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 121, 200, 0.5);
}

.custom-select {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  border: 1px solid #a8b2b8;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #00446A;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.9375rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #00446A;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.5rem;
  padding: 0.375rem 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #a8b2b8;
  border-radius: 0.375rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.2em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
          box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1379c8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #98cdf5;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1379c8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #98cdf5;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1379c8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #98cdf5;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1379c8;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 29.98rem) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 30rem) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 47.98rem) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 48rem) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 63.98rem) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 64rem) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 74.98rem) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 75rem) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 89.98rem) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 90rem) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

.card-deck .card {
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 0.5rem;
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
}

.card-group > .card {
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 30rem) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0a2433;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1379c8;
  border-color: #1379c8;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #1379c8;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0f5d99;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(19, 121, 200, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #d3e9fd;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #a2d1fb;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 233, 253, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 233, 253, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1abc81;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #148f62;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 188, 129, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #316186;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #234661;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 97, 134, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 97, 134, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ff9d35;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ff8402;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 53, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ed3b38;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #de1714;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 59, 56, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #fff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #0a2433;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #020608;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 36, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 36, 51, 0.5);
}

.badge-emphasis {
  color: #212529;
  background-color: #f0f3f5;
}
a.badge-emphasis:hover, a.badge-emphasis:focus {
  color: #212529;
  background-color: #d1dbe1;
}
a.badge-emphasis:focus, a.badge-emphasis.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.badge-border {
  color: #212529;
  background-color: #a8b2b8;
}
a.badge-border:hover, a.badge-border:focus {
  color: #212529;
  background-color: #8c99a1;
}
a.badge-border:focus, a.badge-border.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 178, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 178, 184, 0.5);
}

.badge-neutral-dark {
  color: #fff;
  background-color: #4e575f;
}
a.badge-neutral-dark:hover, a.badge-neutral-dark:focus {
  color: #fff;
  background-color: #373d43;
}
a.badge-neutral-dark:focus, a.badge-neutral-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 87, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(78, 87, 95, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}
@media (min-width: 30rem) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  font-size: 1rem;
  position: relative;
  padding: 0.8125rem 0.75rem;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  border: 2px solid transparent;
  border-radius: 3px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-danger,
.alert-info,
.alert-success,
.alert-warning {
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  background-size: 1.625rem 1.625rem;
  padding-left: 2.625rem;
}

.alert-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%23ED3B38' fill-rule='evenodd' d='M17.023 15.615L13.41 12l3.614-3.615-1.408-1.408L12 10.59 8.385 6.978 6.977 8.385 10.59 12l-3.614 3.615 1.408 1.408L12 13.41l3.615 3.614 1.408-1.408zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%23316186' fill-rule='evenodd' d='M12.986 8.995V6.977h-1.972v2.018h1.972zm0 8.028v-6.009h-1.972v6.01h1.972zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-success {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h24v24H0z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.981 17.023 9.014-9.014-1.408-1.455L9.98 14.16 6.413 10.59 5.005 12l4.976 5.023zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' fill='%231ABC81'/%3E %3C/svg%3E");
}

.alert-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%23ff9d35' fill-rule='evenodd' d='M12.986 8.995V6.977h-1.972v2.018h1.972zm0 8.028v-6.009h-1.972v6.01h1.972zM12 2c2.754 0 5.11.978 7.066 2.934C21.022 6.89 22 9.246 22 12c0 2.754-.978 5.11-2.934 7.066C17.11 21.022 14.754 22 12 22c-2.754 0-5.11-.978-7.066-2.934C2.978 17.11 2 14.754 2 12c0-2.754.978-5.11 2.934-7.066C6.89 2.978 9.246 2 12 2z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-dismissible {
  padding-right: 3.125rem;
}
.alert-dismissible .close {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  padding: 0.8125rem 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  width: 1.5rem;
}

.alert-primary {
  color: #0a3f68;
  background-color: #d0e4f4;
  border-color: #bdd9f0;
}
.alert-primary hr {
  border-top-color: #a8cdeb;
}
.alert-primary .alert-link {
  color: #062339;
}
.alert-primary .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23bdd9f0' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-secondary {
  color: #6e7984;
  background-color: #f6fbff;
  border-color: #f3f9fe;
}
.alert-secondary hr {
  border-top-color: #dbedfc;
}
.alert-secondary .alert-link {
  color: #576068;
}
.alert-secondary .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23f3f9fe' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-success {
  color: #0a2433;
  background-color: #D5F2E8;
  border-color: #1abc81;
}
.alert-success hr {
  border-top-color: #17a672;
}
.alert-success .alert-link {
  color: #020608;
}
.alert-success .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%231abc81' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-info {
  color: #0a2433;
  background-color: #E6F2FE;
  border-color: #316186;
}
.alert-info hr {
  border-top-color: #2a5373;
}
.alert-info .alert-link {
  color: #020608;
}
.alert-info .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23316186' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-warning {
  color: #0a2433;
  background-color: #FFEDDA;
  border-color: #ff9d35;
}
.alert-warning hr {
  border-top-color: #ff911c;
}
.alert-warning .alert-link {
  color: #020608;
}
.alert-warning .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23ff9d35' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-danger {
  color: #0a2433;
  background-color: #FBDBDA;
  border-color: #ed3b38;
}
.alert-danger hr {
  border-top-color: #eb2421;
}
.alert-danger .alert-link {
  color: #020608;
}
.alert-danger .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23ed3b38' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}
.alert-light .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='white' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-dark {
  color: #05131b;
  background-color: #ced3d6;
  border-color: #bac2c6;
}
.alert-dark hr {
  border-top-color: #acb6ba;
}
.alert-dark .alert-link {
  color: black;
}
.alert-dark .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23bac2c6' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-emphasis {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}
.alert-emphasis hr {
  border-top-color: #ecf1f1;
}
.alert-emphasis .alert-link {
  color: #646565;
}
.alert-emphasis .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23fbfcfc' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-border {
  color: #575d60;
  background-color: #eef0f1;
  border-color: #e7e9eb;
}
.alert-border hr {
  border-top-color: #d9dcdf;
}
.alert-border .alert-link {
  color: #3f4345;
}
.alert-border .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23e7e9eb' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.alert-neutral-dark {
  color: #292d31;
  background-color: #dcdddf;
  border-color: #cdd0d2;
}
.alert-neutral-dark hr {
  border-top-color: #c0c3c6;
}
.alert-neutral-dark .alert-link {
  color: #121415;
}
.alert-neutral-dark .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z' transform='translate(0 0.5)'/%3E %3Cpath fill='%23cdd0d2' fill-rule='evenodd' d='M20 6.11l-6.39 6.39L20 18.89l-1.61 1.61L12 14.11 5.61 20.5 4 18.89l6.39-6.39L4 6.11 5.61 4.5 12 10.89l6.39-6.39L20 6.11z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1379c8;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.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: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1379c8;
  border-color: #1379c8;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 30rem) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 48rem) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 64rem) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 75rem) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 90rem) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0a3f68;
  background-color: #bdd9f0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a3f68;
  background-color: #a8cdeb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a3f68;
  border-color: #0a3f68;
}

.list-group-item-secondary {
  color: #6e7984;
  background-color: #f3f9fe;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6e7984;
  background-color: #dbedfc;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6e7984;
  border-color: #6e7984;
}

.list-group-item-success {
  color: #0e6243;
  background-color: #bfecdc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0e6243;
  background-color: #abe6d1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0e6243;
  border-color: #0e6243;
}

.list-group-item-info {
  color: #193246;
  background-color: #c5d3dd;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #193246;
  background-color: #b5c7d4;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #193246;
  border-color: #193246;
}

.list-group-item-warning {
  color: #85521c;
  background-color: #ffe4c6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #85521c;
  background-color: #ffd8ad;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85521c;
  border-color: #85521c;
}

.list-group-item-danger {
  color: #7b1f1d;
  background-color: #fac8c7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7b1f1d;
  background-color: #f8b1b0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7b1f1d;
  border-color: #7b1f1d;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #05131b;
  background-color: #bac2c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #05131b;
  background-color: #acb6ba;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #05131b;
  border-color: #05131b;
}

.list-group-item-emphasis {
  color: #7d7e7f;
  background-color: #fbfcfc;
}
.list-group-item-emphasis.list-group-item-action:hover, .list-group-item-emphasis.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ecf1f1;
}
.list-group-item-emphasis.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f;
}

.list-group-item-border {
  color: #575d60;
  background-color: #e7e9eb;
}
.list-group-item-border.list-group-item-action:hover, .list-group-item-border.list-group-item-action:focus {
  color: #575d60;
  background-color: #d9dcdf;
}
.list-group-item-border.list-group-item-action.active {
  color: #fff;
  background-color: #575d60;
  border-color: #575d60;
}

.list-group-item-neutral-dark {
  color: #292d31;
  background-color: #cdd0d2;
}
.list-group-item-neutral-dark.list-group-item-action:hover, .list-group-item-neutral-dark.list-group-item-action:focus {
  color: #292d31;
  background-color: #c0c3c6;
}
.list-group-item-neutral-dark.list-group-item-action.active {
  color: #fff;
  background-color: #292d31;
  border-color: #292d31;
}

.close:not(.btn) {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:not(.btn):hover {
  color: #000;
  text-decoration: none;
}
.close:not(.btn):not(:disabled):not(.disabled):hover, .close:not(.btn):not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close:not(.btn) {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-dialog-centered2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered2::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-content {
  border-radius: 0.375rem;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-content-store-selector {
  background-clip: padding-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  outline: 0;
  position: relative;
  padding: 1rem 0 0;
  width: 25rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  height: 3.625rem;
  padding: 1rem;
  position: relative;
}
.modal-header .close {
  color: #1379c8;
  font-size: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  top: 12px;
  right: 12px;
  text-transform: uppercase;
  width: 1.5rem;
}
.modal-header .close:active, .modal-header .close:hover, .modal-header .close:focus:not(:focus-visible) {
  border: 0px;
  outline: none;
}

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

.modal-title2 {
  font-weight: 600;
}
.modal-title2--left-bump {
  margin-left: 1rem;
  font-weight: 600;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.modal-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
}
.modal-footer > *:not(.row) {
  margin: 0.25rem;
}

.modal-footer2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
  padding: 1rem;
}
.modal-footer2 > *:not(.row) {
  margin: 0.25rem;
}

.modal-cancel-btn {
  font-size: 16px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 30rem) {
  .modal-dialog {
    left: 0;
    margin: auto;
    max-width: 66.5rem;
    right: 0;
    top: 5vh;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 64rem) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 75rem) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.9375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.9375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #1379c8 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f5d99 !important;
}

.bg-secondary {
  background-color: #d3e9fd !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a2d1fb !important;
}

.bg-success {
  background-color: #1abc81 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #148f62 !important;
}

.bg-info {
  background-color: #316186 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #234661 !important;
}

.bg-warning {
  background-color: #ff9d35 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff8402 !important;
}

.bg-danger {
  background-color: #ed3b38 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #de1714 !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #0a2433 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #020608 !important;
}

.bg-emphasis {
  background-color: #f0f3f5 !important;
}

a.bg-emphasis:hover, a.bg-emphasis:focus,
button.bg-emphasis:hover,
button.bg-emphasis:focus {
  background-color: #d1dbe1 !important;
}

.bg-border {
  background-color: #a8b2b8 !important;
}

a.bg-border:hover, a.bg-border:focus,
button.bg-border:hover,
button.bg-border:focus {
  background-color: #8c99a1 !important;
}

.bg-neutral-dark {
  background-color: #4e575f !important;
}

a.bg-neutral-dark:hover, a.bg-neutral-dark:focus,
button.bg-neutral-dark:hover,
button.bg-neutral-dark:focus {
  background-color: #373d43 !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #1379c8 !important;
}

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

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

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

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

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

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

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

.border-emphasis {
  border-color: #f0f3f5 !important;
}

.border-border {
  border-color: #a8b2b8 !important;
}

.border-neutral-dark {
  border-color: #4e575f !important;
}

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

.rounded-sm {
  border-radius: 0.375rem !important;
}

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

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

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.375rem !important;
}

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 30rem) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 64rem) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 90rem) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.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-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 30rem) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 48rem) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 64rem) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 75rem) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 90rem) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 30rem) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 48rem) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 64rem) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 75rem) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 90rem) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.125rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.125rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.125rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.125rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.25rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 0.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.5rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 8rem !important;
}

.mt-7,
.my-7 {
  margin-top: 8rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 8rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 8rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 8rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.125rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.125rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.125rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.125rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.25rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.25rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 0.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.5rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 8rem !important;
}

.pt-7,
.py-7 {
  padding-top: 8rem !important;
}

.pr-7,
.px-7 {
  padding-right: 8rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 8rem !important;
}

.pl-7,
.px-7 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -0.125rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.125rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.125rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.125rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.125rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.25rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.25rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.25rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.25rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -0.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.5rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -8rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -8rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -8rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -8rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -8rem !important;
}

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

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

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

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

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

@media (min-width: 30rem) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.125rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.125rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.125rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.125rem !important;
  }
  .m-sm-2 {
    margin: 0.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.25rem !important;
  }
  .m-sm-3 {
    margin: 0.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.5rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 8rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 8rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 8rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 8rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.125rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.125rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.125rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.125rem !important;
  }
  .p-sm-2 {
    padding: 0.25rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.25rem !important;
  }
  .p-sm-3 {
    padding: 0.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.5rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 8rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 8rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 8rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 8rem !important;
  }
  .m-sm-n1 {
    margin: -0.125rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.125rem !important;
  }
  .m-sm-n2 {
    margin: -0.25rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n3 {
    margin: -0.5rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -8rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -8rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -8rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 48rem) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.125rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.125rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.125rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.125rem !important;
  }
  .m-md-2 {
    margin: 0.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.25rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.25rem !important;
  }
  .m-md-3 {
    margin: 0.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.5rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 8rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 8rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 8rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 8rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 8rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.125rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.125rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.125rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.125rem !important;
  }
  .p-md-2 {
    padding: 0.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.25rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.25rem !important;
  }
  .p-md-3 {
    padding: 0.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.5rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 8rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 8rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 8rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 8rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 8rem !important;
  }
  .m-md-n1 {
    margin: -0.125rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.125rem !important;
  }
  .m-md-n2 {
    margin: -0.25rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.25rem !important;
  }
  .m-md-n3 {
    margin: -0.5rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.5rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -8rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -8rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -8rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 64rem) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.125rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.125rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.125rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.125rem !important;
  }
  .m-lg-2 {
    margin: 0.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.25rem !important;
  }
  .m-lg-3 {
    margin: 0.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.5rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 8rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 8rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 8rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 8rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.125rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.125rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.125rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.125rem !important;
  }
  .p-lg-2 {
    padding: 0.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.25rem !important;
  }
  .p-lg-3 {
    padding: 0.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.5rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 8rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 8rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 8rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 8rem !important;
  }
  .m-lg-n1 {
    margin: -0.125rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.125rem !important;
  }
  .m-lg-n2 {
    margin: -0.25rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n3 {
    margin: -0.5rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -8rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -8rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -8rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 75rem) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.125rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.125rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.125rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.125rem !important;
  }
  .m-xl-2 {
    margin: 0.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.25rem !important;
  }
  .m-xl-3 {
    margin: 0.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.5rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 8rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 8rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 8rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 8rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.125rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.125rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.125rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.125rem !important;
  }
  .p-xl-2 {
    padding: 0.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.25rem !important;
  }
  .p-xl-3 {
    padding: 0.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.5rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 8rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 8rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 8rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 8rem !important;
  }
  .m-xl-n1 {
    margin: -0.125rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.125rem !important;
  }
  .m-xl-n2 {
    margin: -0.25rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n3 {
    margin: -0.5rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -8rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -8rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -8rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 90rem) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.125rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.125rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.125rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.125rem !important;
  }
  .m-xxl-2 {
    margin: 0.25rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-3 {
    margin: 0.5rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }
  .m-xxl-7 {
    margin: 8rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 8rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 8rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 8rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.125rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.125rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.125rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.125rem !important;
  }
  .p-xxl-2 {
    padding: 0.25rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-3 {
    padding: 0.5rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }
  .p-xxl-7 {
    padding: 8rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 8rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 8rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 8rem !important;
  }
  .m-xxl-n1 {
    margin: -0.125rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.125rem !important;
  }
  .m-xxl-n2 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n3 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -2rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -8rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.text-lg {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 0.9375rem;
}

.text-xsm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-xxs {
  font-size: 0.625rem;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 30rem) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 48rem) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 64rem) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 75rem) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 90rem) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #1379c8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0c4f82 !important;
}

.text-secondary {
  color: #d3e9fd !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #8ac4fa !important;
}

.text-success {
  color: #1abc81 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #117953 !important;
}

.text-info {
  color: #316186 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1d384e !important;
}

.text-warning {
  color: #ff9d35 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #e87700 !important;
}

.text-danger {
  color: #ed3b38 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c71512 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #0a2433 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-emphasis {
  color: #f0f3f5 !important;
}

a.text-emphasis:hover, a.text-emphasis:focus {
  color: #c2ced6 !important;
}

.text-border {
  color: #a8b2b8 !important;
}

a.text-border:hover, a.text-border:focus {
  color: #7e8d96 !important;
}

.text-neutral-dark {
  color: #4e575f !important;
}

a.text-neutral-dark:hover, a.text-neutral-dark:focus {
  color: #2c3135 !important;
}

.text-body {
  color: #212529 !important;
}

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 64rem !important;
  }
  .container {
    min-width: 64rem !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ccc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc;
  }
}
@media (min-width: 48rem) {
  .dropdown-toggle::after {
    display: none;
  }
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: "FontAwesome", "Roboto", helvetica, arial, sans-serif;
}
.carousel .icon-prev::before {
  content: "\F104";
}
.carousel .icon-next::before {
  content: "\F105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.modal-backdrop.show {
  opacity: 1;
}

dt {
  color: #495057;
  font-weight: normal;
}

.close {
  opacity: 1;
}

.navbar-toggler {
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: 1.5rem;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 30rem) and (max-width: 47.98rem) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 48rem) and (max-width: 63.98rem) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 64rem) and (max-width: 74.98rem) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 90rem) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 29.98rem) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 47.98rem) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 63.98rem) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 74.98rem) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 89.98rem) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body, html {
  overflow: hidden;
  overflow-y: auto;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #1abc81;
}

.shipping-discount {
  color: #1abc81;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 2.25em;
}

.error.need-help-wraper {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #ed3b38;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.html-slot-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.custom-margin-bottom {
  margin-bottom: 1.5rem;
}

.custom-margin-top {
  margin-top: 1.5rem;
}

.print-only {
  display: none;
}

.lazy-load-img {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: url("../images/image-loader.gif") no-repeat center;
}

@media (max-width: 29.98rem) {
  .collapsible-xs .title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.4em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.275em;
    vertical-align: top;
    width: 1.11em;
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block;
  }
  .collapsible-xs.active .values {
    max-height: 520px;
    overflow-y: auto;
  }
  .collapsible-xs.collapsible-primary .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-xs.collapsible-primary.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-xs.collapsible-plus .title::before {
    content: none;
  }
  .collapsible-xs.collapsible-plus .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.5rem;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-left: auto;
    vertical-align: top;
    width: 1.5rem;
  }
  .collapsible-xs.collapsible-plus.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-xs.collapsible-plus-left .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: auto 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
    width: 1.5rem;
  }
  .collapsible-xs.collapsible-plus-left.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-xs.collapsible-right .title::before {
    content: none;
  }
  .collapsible-xs.collapsible-right .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.25em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.75rem;
    vertical-align: top;
    width: 1em;
  }
  .collapsible-xs.collapsible-right.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
}
.container div.collapsible-xs button.title,
.container div.collapsible-full button.title {
  color: #0a2433;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover,
.container div.collapsible-full button.title:hover {
  text-decoration: none;
}

@media (max-width: 47.98rem) {
  .collapsible-sm .title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.4em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.275em;
    vertical-align: top;
    width: 1.11em;
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block;
  }
  .collapsible-sm.active .values {
    max-height: 520px;
    overflow-y: auto;
  }
  .collapsible-sm.collapsible-primary .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-sm.collapsible-primary.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-sm.collapsible-plus .title::before {
    content: none;
  }
  .collapsible-sm.collapsible-plus .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.5rem;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-left: auto;
    vertical-align: top;
    width: 1.5rem;
  }
  .collapsible-sm.collapsible-plus.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-sm.collapsible-plus-left .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: auto 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
    width: 1.5rem;
  }
  .collapsible-sm.collapsible-plus-left.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-sm.collapsible-right .title::before {
    content: none;
  }
  .collapsible-sm.collapsible-right .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.25em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.75rem;
    vertical-align: top;
    width: 1em;
  }
  .collapsible-sm.collapsible-right.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
}
.container div.collapsible-sm button.title,
.container div.collapsible-full button.title {
  color: #0a2433;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover,
.container div.collapsible-full button.title:hover {
  text-decoration: none;
}

@media (max-width: 63.98rem) {
  .collapsible-md .title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.4em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.275em;
    vertical-align: top;
    width: 1.11em;
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block;
  }
  .collapsible-md.active .values {
    max-height: 520px;
    overflow-y: auto;
  }
  .collapsible-md.collapsible-primary .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-md.collapsible-primary.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-md.collapsible-plus .title::before {
    content: none;
  }
  .collapsible-md.collapsible-plus .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.5rem;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-left: auto;
    vertical-align: top;
    width: 1.5rem;
  }
  .collapsible-md.collapsible-plus.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-md.collapsible-plus-left .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: auto 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
    width: 1.5rem;
  }
  .collapsible-md.collapsible-plus-left.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-md.collapsible-right .title::before {
    content: none;
  }
  .collapsible-md.collapsible-right .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.25em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.75rem;
    vertical-align: top;
    width: 1em;
  }
  .collapsible-md.collapsible-right.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
}
.container div.collapsible-md button.title,
.container div.collapsible-full button.title {
  color: #0a2433;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover,
.container div.collapsible-full button.title:hover {
  text-decoration: none;
}

@media (max-width: 74.98rem) {
  .collapsible-lg .title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.4em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.275em;
    vertical-align: top;
    width: 1.11em;
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block;
  }
  .collapsible-lg.active .values {
    max-height: 520px;
    overflow-y: auto;
  }
  .collapsible-lg.collapsible-primary .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-lg.collapsible-primary.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-lg.collapsible-plus .title::before {
    content: none;
  }
  .collapsible-lg.collapsible-plus .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.5rem;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-left: auto;
    vertical-align: top;
    width: 1.5rem;
  }
  .collapsible-lg.collapsible-plus.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-lg.collapsible-plus-left .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: auto 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
    width: 1.5rem;
  }
  .collapsible-lg.collapsible-plus-left.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-lg.collapsible-right .title::before {
    content: none;
  }
  .collapsible-lg.collapsible-right .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.25em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.75rem;
    vertical-align: top;
    width: 1em;
  }
  .collapsible-lg.collapsible-right.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
}
.container div.collapsible-lg button.title,
.container div.collapsible-full button.title {
  color: #0a2433;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover,
.container div.collapsible-full button.title:hover {
  text-decoration: none;
}

@media (max-width: 89.98rem) {
  .collapsible-xl .title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xl .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.4em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.275em;
    vertical-align: top;
    width: 1.11em;
  }
  .collapsible-xl .content,
  .collapsible-xl .card-body {
    display: none;
  }
  .collapsible-xl.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-xl.active .content,
  .collapsible-xl.active .card-body {
    display: block;
  }
  .collapsible-xl.active .values {
    max-height: 520px;
    overflow-y: auto;
  }
  .collapsible-xl.collapsible-primary .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-xl.collapsible-primary.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
  .collapsible-xl.collapsible-plus .title::before {
    content: none;
  }
  .collapsible-xl.collapsible-plus .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.5rem;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-left: auto;
    vertical-align: top;
    width: 1.5rem;
  }
  .collapsible-xl.collapsible-plus.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-xl.collapsible-plus-left .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: auto 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
    width: 1.5rem;
  }
  .collapsible-xl.collapsible-plus-left.active .title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .collapsible-xl.collapsible-right .title::before {
    content: none;
  }
  .collapsible-xl.collapsible-right .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.25em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.75rem;
    vertical-align: top;
    width: 1em;
  }
  .collapsible-xl.collapsible-right.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
  }
}
.container div.collapsible-xl button.title,
.container div.collapsible-full button.title {
  color: #0a2433;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover,
.container div.collapsible-full button.title:hover {
  text-decoration: none;
}

.collapsible-xxl .title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collapsible-xxl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xxl .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.4em;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.275em;
  vertical-align: top;
  width: 1.11em;
}
.collapsible-xxl .content,
.collapsible-xxl .card-body {
  display: none;
}
.collapsible-xxl.active .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
}
.collapsible-xxl.active .content,
.collapsible-xxl.active .card-body {
  display: block;
}
.collapsible-xxl.active .values {
  max-height: 520px;
  overflow-y: auto;
}
.collapsible-xxl.collapsible-primary .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
}
.collapsible-xxl.collapsible-primary.active .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
}
.collapsible-xxl.collapsible-plus .title::before {
  content: none;
}
.collapsible-xxl.collapsible-plus .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-left: auto;
  vertical-align: top;
  width: 1.5rem;
}
.collapsible-xxl.collapsible-plus.active .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.collapsible-xxl.collapsible-plus-left .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: auto 1.5rem;
  height: 1.5rem;
  margin-right: 1.25rem;
  width: 1.5rem;
}
.collapsible-xxl.collapsible-plus-left.active .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.collapsible-xxl.collapsible-right .title::before {
  content: none;
}
.collapsible-xxl.collapsible-right .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.25em;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 0.75rem;
  vertical-align: top;
  width: 1em;
}
.collapsible-xxl.collapsible-right.active .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

.container div.collapsible-xxl button.title,
.container div.collapsible-full button.title {
  color: #0a2433;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xxl button.title:hover,
.container div.collapsible-full button.title:hover {
  text-decoration: none;
}

.collapsible-full .title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collapsible-full .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-full .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.4em;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.275em;
  vertical-align: top;
  width: 1.11em;
}
.collapsible-full .content,
.collapsible-full .card-body {
  display: none;
}
.collapsible-full.active .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%230A2433' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
}
.collapsible-full.active .content,
.collapsible-full.active .card-body {
  display: block;
}
.collapsible-full.active .values {
  max-height: 520px;
  overflow-y: auto;
}
.collapsible-full.collapsible-primary .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
}
.collapsible-full.collapsible-primary.active .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
}
.collapsible-full.collapsible-plus .title::before {
  content: none;
}
.collapsible-full.collapsible-plus .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-left: auto;
  vertical-align: top;
  width: 1.5rem;
}
.collapsible-full.collapsible-plus.active .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.collapsible-full.collapsible-plus-left .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 8.846H8.846V14H7.154V8.846H2V7.154h5.154V2h1.692v5.154H14v1.692z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: auto 1.5rem;
  height: 1.5rem;
  margin-right: 1.25rem;
  width: 1.5rem;
}
.collapsible-full.collapsible-plus-left.active .title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H16V16H0z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.67 8.94H1.33V7.06h13.34v1.88z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.collapsible-full.collapsible-right .title::before {
  content: none;
}
.collapsible-full.collapsible-right .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.957 9.978h12.086L12 16.022 5.957 9.978z' clip-rule='evenodd'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.25em;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 0.75rem;
  vertical-align: top;
  width: 1em;
}
.collapsible-full.collapsible-right.active .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E %3Cpath fill='%231379c8' fill-rule='evenodd' d='M5.988 14.015h12.024L12 8.003l-6.012 6.012z' clip-rule='evenodd'/%3E %3C/svg%3E");
}

footer {
  padding-top: 1.25em; /* 20/16 */
  padding-bottom: 1.25em;
}
footer h2 {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2.5em; /* 40/16 */
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .social h2 {
  margin-top: 0;
}
footer .social::after {
  display: block;
  clear: both;
  content: "";
}
footer .copyright,
footer .social {
  margin-top: 1.25em;
}
footer .footer-container .footer-item.collapsible-xs button {
  font-family: "Dosis", sans-serif;
  padding: 0;
}
footer .social-links {
  float: left;
}
footer .social-links::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 29.98rem) {
  footer .social-links {
    width: 80%;
  }
}
footer .social-links li {
  float: left;
  margin: 0.313em;
}
@media (max-width: 29.98rem) {
  footer .social-links li {
    width: 20%;
    text-align: center;
  }
}
footer .social-links a {
  font-size: 2.25em;
}
footer .social-links a:hover {
  text-decoration: none;
}
@media (max-width: 29.98rem) {
  footer .store {
    border-bottom: 1px solid #0a2433;
  }
  footer .store .content {
    display: none;
  }
  footer .store h2::after {
    display: block;
    clear: both;
    content: "";
  }
  footer .store h2::after {
    font-family: "FontAwesome", "Roboto", helvetica, arial, sans-serif;
    float: right;
    content: "\F041";
  }
}
footer .content {
  font-size: 0.875em;
}
footer .content li {
  height: 1.875rem;
}
footer .copyright,
footer .postscript {
  font-size: 0.8125em;
}
footer .copyright {
  margin-bottom: 0.625em;
}
footer .back-to-top {
  margin: 0.1em 0.313em;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
footer .back-to-top i.fa-arrow-up {
  color: rgba(0, 0, 0, 0.7);
}
footer .back-to-top i.fa-circle {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 29.98rem) {
  .footer-item {
    border-bottom: 1px solid #0a2433;
  }
}

#consent-tracking .button-wrapper button {
  margin: 0.5em;
}

.email-signup-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.email-signup-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.email-signup-alert.show {
  display: block;
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

@media (min-width: 30rem) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #f9f9f9;
  }
}

@media (min-width: 30rem) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #f9f9f9;
  }
}

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 0.5rem;
  background-color: var(--skin-primary-color-1);
  display: inline-block;
  margin: 0.9375em 0;
  font-size: 1.5rem;
}
@media (min-width: 30rem) {
  h1.page-title {
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  h1.page-title {
    font-size: 3rem;
  }
}
h1.page-title::before {
  content: "";
  background-color: var(--skin-primary-color-1);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  h1.page-title::before {
    width: calc((100vw - 1312px) / 2);
    left: calc((100vw - 1312px) / 2 * -1);
  }
}
@media (min-width: 64rem) and (max-width: 74.98rem) {
  h1.page-title::before {
    width: calc((100vw - ) / 2);
    left: calc((100vw - ) / 2 * -1);
  }
}
@media (min-width: 48rem) and (max-width: 63.98rem) {
  h1.page-title::before {
    width: calc((100vw - ) / 2);
    left: calc((100vw - ) / 2 * -1);
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  h1.page-title {
    left: calc((100% - 1312px) / 2);
  }
}
@media (min-width: 64rem) and (max-width: 74.98rem) {
  h1.page-title {
    left: calc((100% - ) / 2);
  }
}
@media (min-width: 48rem) and (max-width: 63.98rem) {
  h1.page-title {
    left: calc((100% - ) / 2);
  }
}
@media (max-width: 47.98rem) {
  h1.page-title {
    left: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
}

@media (max-width: 29.98rem) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 47.98rem) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 63.98rem) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 74.98rem) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 89.98rem) {
  .menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xxl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xxl.in {
  min-width: 50%;
  left: 0;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 48rem) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    font-weight: 600;
    padding: 1.375rem 0.8rem;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #0a2433;
}

@media (min-width: 48rem) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 47.98rem) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4;
  }
}

.menu-toggleable-left .close-menu {
  padding: 0.5rem 0.9375rem;
  background-color: #dfe4e7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 48rem) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 47.98rem) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #dfe4e7;
  }
}
@media (max-width: 29.98rem) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 47.98rem) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border: none;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E%3Cpath fill='%230A2433' fill-rule='evenodd' d='M8.037 18.155l6.137-6.136-6.137-6.137 1.879-1.878 8.015 8.015-8.015 8.015-1.879-1.879z' clip-rule='evenodd'/%3E%3C/svg%3E");
    margin-top: 0;
    position: absolute;
    right: 0.3em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
@media (min-width: 48rem) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 48rem) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 1.375rem 0 1.375rem 1rem;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

/* ============================================================================
   Header Banner Slots
   ============================================================================ */
.c-header-banner__slot {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 75rem) {
  .c-header-banner__slot {
    max-width: 1312px;
  }
}
@media (min-width: 30rem) {
  .c-header-banner__slot {
    white-space: nowrap;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
  }
}
.c-header-banner__close__btn {
  background-color: #d3e9fd;
}

/* ============================================================================
   Site Header
   ============================================================================ */
.c-header__top {
  background-color: #03324C;
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .c-header__top {
    padding-top: 0.25rem;
    padding-bottom: 0.3125rem;
  }
}
.c-header__top__locator {
  width: 100%;
}
@media (min-width: 48rem) {
  .c-header__top__locator {
    width: auto;
  }
}
.c-header__links__block {
  width: 100%;
  margin: 0 0.9375rem;
}
.c-header__links__link {
  color: #0a2433;
}
@media (min-width: 48rem) {
  .c-header__links__link {
    font-size: 0.8rem;
    padding: 0.5rem 0;
  }
}
.c-header__links__link:hover::after {
  height: 1px;
  bottom: 3px;
  left: 0;
  width: calc(100% - 2rem);
}
.c-header__links__link.pr-md-0:hover::after {
  width: 100%;
}
.c-header__links__divider {
  display: none;
}
.c-header__wrapper {
  background-color: #00446A;
  color: #fff;
  padding-top: 0.8125rem;
}
@media (min-width: 64rem) {
  .c-header__wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 0.375rem;
  }
}
.c-header__wrapper--minimal {
  padding-bottom: 1rem;
}
@media (min-width: 64rem) {
  .c-header__wrapper--minimal {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.c-header__container {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 47.98rem) {
  .c-header__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.c-header__row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.c-header__brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0;
  padding-top: 0;
  position: initial;
  width: 11.375rem;
}
@media (min-width: 64rem) {
  .c-header__brand {
    width: 12.5rem;
  }
}
.c-header__brand__link {
  width: 100%;
}
@media (min-width: 48rem) {
  .c-header__brand--minimal {
    padding-top: initial;
    width: 11.875rem;
  }
}
.c-header__utils {
  width: auto;
}
@media (min-width: 48rem) {
  .c-header__utils {
    width: 100%;
  }
}
.c-header__account-links {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 64rem) {
  .c-header__account-links {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .c-header__account-links .c-header__user__login {
    color: #fff;
  }
}
@media (min-width: 48rem) {
  .c-header__search {
    width: 100%;
  }
}
@media (min-width: 64rem) {
  .c-header__search__inner {
    margin-left: 1.5rem;
    margin-right: 0.4375rem;
  }
}
.c-header__search__btn {
  color: #fff;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0.625rem;
  width: 2.5625rem;
  position: absolute;
  top: 0;
  right: 0.0625rem;
}
.c-header__search__input {
  width: 95%;
}
.c-header__search__input:focus {
  border-color: #1379c8;
}
.c-header__user {
  color: #000;
}
@media (min-width: 48rem) {
  .c-header__user {
    color: #fff;
    text-transform: uppercase;
  }
}
.c-header__user__login {
  color: #0a2433;
}
@media (min-width: 48rem) {
  .c-header__user__login {
    color: #fff;
  }
}
.c-header__user__login:hover::after {
  height: 1px;
  bottom: -3px;
  left: 0;
  right: 0;
}
@media (min-width: 48rem) {
  .c-header__user__login-divider {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.c-header__user__msg {
  font-size: 0.875rem;
}
.c-header__minicart {
  font-size: 0.875rem;
}
@media (max-width: 47.98rem) {
  .c-header__minicart {
    font-size: 0.625rem;
  }
}
.c-header__minicart__total--notempty {
  margin-top: 0.1875rem;
}
.c-header__menu__close {
  padding: 0.3125rem;
}
.c-header__menu__close--icon {
  font-size: 1.5rem;
  color: #0a2433;
}
.c-header__menu__close--text {
  font-size: 0.8rem;
  color: #0a2433;
}

.is-active .c-header__search__input {
  border-bottom: none;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.is-active .c-header__search__input:focus {
  border-bottom: 2px solid #1379c8;
}
.is-active .c-header__search__input:focus ~ .c-header__search__btn {
  border: 2px solid #1379c8;
  border-left: none;
  padding: 0.5625rem;
}
.is-active .c-header__search__btn {
  background-color: #fff !important;
  border: 1px solid #a8b2b8;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  border-top-right-radius: 0.1875rem;
  color: #1379c8;
}
.is-active .c-header__search__btn:active, .is-active .c-header__search__btn:focus, .is-active .c-header__search__btn:hover {
  background-color: #fff !important;
}
.is-active .c-header__search__btn::after {
  background-color: #a8b2b8;
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  top: 0.25rem;
  width: 0.0625rem;
}

.header {
  position: relative;
}

.navbar-header {
  height: auto;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  height: auto;
  line-height: 2.25em; /* 36/16 */
  margin-top: 0;
}
@media (min-width: 48rem) {
  .navbar-header .user,
  .navbar-header .country-selector,
  .navbar-header .minicart,
  .navbar-header .navbar-toggler {
    line-height: 1rem;
  }
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: normal;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.brand {
  display: block;
  text-align: center;
}
.brand img {
  width: 100%;
}
@media (min-width: 48rem) {
  .brand {
    padding-top: 0.5em;
  }
}

.main-menu {
  background-color: #0a2433;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.header-banner {
  --skin-banner-background-color-2: #E6F2FE;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: var(--skin-primary-color-1);
}
.header-banner .content {
  margin-right: 0.3125rem;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.minicart {
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover::after {
  height: 1px;
  bottom: 4px;
  right: 0;
  width: 52%;
}
.minicart .minicart-quantity {
  background-color: var(--skin-primary-color-1);
  border-radius: 0.625rem;
  width: 1.5625rem;
  height: 1.125rem;
  line-height: normal;
  text-align: center;
  position: absolute;
  top: -0.4375rem;
  left: 0.9375rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (max-width: 47.98rem) {
  .minicart .minicart-quantity {
    top: -0.3125rem;
    left: 0.5rem;
    font-size: 0.625rem;
    width: 1.375rem;
    height: 1rem;
    border-radius: 12.5rem;
  }
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

@media (max-width: 63.98rem) {
  .text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
  }
}

.text-light-custom {
  color: #fff !important;
}

.custom-hover {
  text-decoration: none;
  position: relative;
}
.custom-hover::after {
  content: "";
  -webkit-transition: 200ms;
  transition: 200ms;
}
.custom-hover:hover {
  text-decoration: none;
}
.custom-hover:hover::after {
  position: absolute;
  margin: 0 auto;
  background: white;
}

/*
Summary of customizations:
-Updated mar-left/mar-right of .site-search to fit comps
-Updated width of .site-search at desktop width
*/
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00446A;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #00446A;
  border-radius: 0.69em;
  background-color: #00446A;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1abc81;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1abc81;
  border-radius: 0.69em;
  background-color: #1abc81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.site-search {
  position: relative;
  height: 2.5em; /* 40/16 */
}
.site-search .fa-close,
.site-search .fa-search {
  position: absolute;
  border: none;
  top: 0.5625em; /* 9/16 */
  right: 0.5625em; /* 9/16 */
  padding: 0;
  background-color: transparent;
}
.site-search .reset-button {
  background-color: transparent;
  border: none;
  height: 20px;
  position: absolute;
  top: 0.5625em; /* 9/16 */
  right: 2.875em; /* 32/16 */
  padding: 0;
  width: 20px;
}
.site-search input {
  padding-right: 2rem;
  height: 100%;
}

@media (max-width: 29.98rem) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: relative;
  z-index: 2;
}

#recent-search-suggestions .suggestions {
  top: -0.375rem;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
  padding-bottom: 0.5rem;
}
#recent-search-suggestions .suggestions .item:first-of-type {
  margin-top: 0.5rem;
}

.suggestions {
  background-color: #fff;
  color: #0a2433;
  display: block;
  line-height: 1.2;
  position: absolute;
  left: 0.0625rem;
  right: 0.0625rem;
  top: 0;
  z-index: 3;
}
.suggestions .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
}
.suggestions .swatch-circle.color-value[data-selected=true] {
  border: none;
}
.suggestions .swatch-circle.color-value.selected {
  border: none;
}
.suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.suggestions .header {
  background-color: #dfe4e7;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.3125rem 0;
  text-transform: uppercase;
}
.suggestions .items:not(.c-search-suggestions__suggestion) {
  margin-left: -1rem;
  margin-right: -1rem;
}
.suggestions .item {
  height: 32px;
  overflow: hidden;
  padding: 0;
}
.suggestions .item.swipe {
  border-top: 1px solid #dfe4e7;
  border-bottom: 1px solid #dfe4e7;
}
.suggestions .item .name {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestions .item .name a {
  display: block;
  line-height: 32px;
  text-decoration: none;
  width: 100%;
  padding: 0 0 0 0.5em;
}
.suggestions .item .name a.rs-search-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestions .item .name button.rs-remove-button {
  display: none;
  color: #0f61a0;
  font-size: 0.8rem;
}
@media (max-width: 47.98rem) {
  .suggestions .item .name button.rs-remove-button {
    background: #ed3b38;
    border-radius: 0;
    color: #fff;
    font-size: 0.9rem;
    padding: 0;
    width: 5.3125rem;
  }
}
@media (max-width: 47.98rem) {
  .suggestions .item .name {
    padding: 0;
  }
}
.suggestions .item:hover {
  background-color: #E6F2FE;
}
.suggestions .item:hover .name button.rs-remove-button {
  display: block;
}
.suggestions .category-parent {
  color: #a8b2b8;
  font-size: 0.875em;
}
.suggestions .selected {
  background-color: #eee;
}
.suggestions .container {
  list-style-type: none;
}

.more-below {
  -moz-border-radius: 1.25em;
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.notify {
  position: fixed;
  top: 0;
}

.price {
  color: #dfe4e7;
}
.price .strike-through {
  text-decoration: line-through;
  color: #a8b2b8;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #dfe4e7;
}
.price .tiered table {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #eee;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00446A;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #00446A;
  border-radius: 0.69em;
  background-color: #00446A;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1abc81;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1abc81;
  border-radius: 0.69em;
  background-color: #1abc81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.125rem;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 29.98rem) {
  .primary-images {
    margin: 0;
  }
}

.add-to-cart-actions {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.add-to-cart-actions.add-to-cart-actions-pdp {
  margin-bottom: 0;
}
.add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}

.add-to-basket-alert a {
  text-decoration: underline;
}
@media (max-width: 29.98rem) {
  .add-to-basket-alert {
    width: 18.875rem;
  }
}

.add-to-basket-alert-plp {
  position: fixed;
  top: 0.625rem;
  z-index: 1030;
  text-align: center;
}
.add-to-basket-alert-plp a {
  text-decoration: underline;
}
@media (max-width: 29.98rem) {
  .add-to-basket-alert-plp {
    left: 0;
    right: 0;
    width: 18.875rem;
    margin: 0 auto;
  }
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #dfe4e7;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (max-width: 29.98rem) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.set-proper-margin {
  margin-top: unset !important;
  margin-bottom: 1.7rem;
}

.packaging-info {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.packaging-info-heading {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-right: 1rem;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00446A;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #00446A;
  border-radius: 0.69em;
  background-color: #00446A;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1abc81;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1abc81;
  border-radius: 0.69em;
  background-color: #1abc81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.125rem;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 29.98rem) {
  .primary-images {
    margin: 0;
  }
}

.add-to-cart-actions {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.add-to-cart-actions.add-to-cart-actions-pdp {
  margin-bottom: 0;
}
.add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}

.add-to-basket-alert a {
  text-decoration: underline;
}
@media (max-width: 29.98rem) {
  .add-to-basket-alert {
    width: 18.875rem;
  }
}

.add-to-basket-alert-plp {
  position: fixed;
  top: 0.625rem;
  z-index: 1030;
  text-align: center;
}
.add-to-basket-alert-plp a {
  text-decoration: underline;
}
@media (max-width: 29.98rem) {
  .add-to-basket-alert-plp {
    left: 0;
    right: 0;
    width: 18.875rem;
    margin: 0 auto;
  }
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #dfe4e7;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (max-width: 29.98rem) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.set-proper-margin {
  margin-top: unset !important;
  margin-bottom: 1.7rem;
}

.packaging-info {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.packaging-info-heading {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-right: 1rem;
}

/* ============================================================================
   Variation Attribute
   ============================================================================ */
.c-variation-attribute.attributes {
  font-size: 1.125rem;
}
.c-variation-attribute__select {
  margin-bottom: 1rem;
}
.c-variation-attribute__single-variant {
  margin-bottom: 1.5rem;
}
.c-variation-attribute__swatches {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: 1.5rem;
}
.c-variation-attribute__swatch {
  border: 0.125rem solid transparent;
  border-radius: 50%;
  height: 2rem;
  margin: 0.25rem;
  padding: 0.125rem;
  vertical-align: top;
  width: 2rem;
}
.c-variation-attribute__swatch:focus {
  outline: 0;
}
.c-variation-attribute__swatch:focus-visible {
  outline: 0.0625rem dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.c-variation-attribute__swatch:hover, .c-variation-attribute__swatch--selected {
  border-color: #1379c8;
}
.c-variation-attribute__swatch:not(.selectable) {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-variation-attribute__swatch:not(.selectable):hover {
  border-color: transparent;
}

.atc-dialog .selectable-bonus-product-line-item,
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.atc-dialog .beenSelected,
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.atc-dialog .modal-header,
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.atc-dialog .modal-header .full-pdp-link,
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.atc-dialog .modal-header .close,
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.atc-dialog .swatch-circle,
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
}
.atc-dialog .swatch-circle.color-value[data-selected=true],
.quick-view-dialog .swatch-circle.color-value[data-selected=true],
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true] {
  border: none;
}
.atc-dialog .swatch-circle.color-value.selected,
.quick-view-dialog .swatch-circle.color-value.selected,
.choose-bonus-product-dialog .swatch-circle.color-value.selected {
  border: none;
}
.atc-dialog .swatch-circle i.fa-times-circle,
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.atc-dialog a[disabled] .swatch-circle,
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.atc-dialog a[disabled] .swatch-circle.color-value.selected::after,
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.atc-dialog .availablity-container,
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.atc-dialog .availablity-container,
.atc-dialog .size-chart,
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.atc-dialog .modal-content,
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.atc-dialog .modal-body,
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  overflow-y: auto;
}
.atc-dialog button.close,
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.atc-dialog .modal-footer,
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.atc-dialog .modal-footer .prices .price,
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.atc-dialog .prices .sales,
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.atc-dialog .promotions,
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #ed3b38;
}
@media (max-width: 47.98rem) {
  .atc-dialog .bonus-summary,
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 47.98rem) {
  .atc-dialog .bonus-summary .bonus-product-name,
  .quick-view-dialog .bonus-summary .bonus-product-name,
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.atc-dialog .pre-cart-products,
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.atc-dialog .color-attribute,
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  background: none;
}
.atc-dialog .non-input-label,
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 63.98rem) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 47.98rem) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 29.98rem) {
  .product-tile {
    min-height: 13.4375em;
  }
}
.product-tile .tile-body {
  padding-bottom: 1rem;
  padding-top: 0.625em;
}
.product-tile .tile-body.reduce-gap-to-price {
  padding-bottom: 0;
}
.product-tile .tile-body .color-swatches {
  min-height: 1.5rem;
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 63.98rem) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.9375em;
  }
}
@media (max-width: 47.98rem) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .price {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .price-each {
  font-size: 0.8rem;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.4;
}
@media (min-width: 30rem) {
  .product-tile .tile-body .pdp-link {
    min-height: 6rem;
  }
}
.product-tile .tile-body .pdp-link a {
  font-size: 1em;
  text-decoration: none;
}
@media (max-width: 63.98rem) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.9375em;
  }
}
@media (max-width: 47.98rem) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .ratings {
  font-size: 0.9em;
  margin-top: 0.5rem;
}
.product-tile .tile-body-footer {
  min-width: 100%;
}
.product-tile .image-container {
  position: relative;
}
.product-tile .image-container .quickview {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-tile .image-container .quickview i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
}
.product-tile .image-container .quickview i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true] {
  border: none;
}
.product-tile .swatch-circle.color-value.selected {
  border: none;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.product-tile .tile-swatch:nth-of-type(5) {
  display: none;
}
@media (min-width: 48rem) {
  .product-tile .tile-swatch:nth-of-type(5) {
    display: block;
  }
}
.product-tile .swatch-more svg {
  height: 1.25rem;
  width: 1.25rem;
}
.product-tile .add-to-cart {
  width: 100%;
}

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.search-results .product-tile .quickView {
  display: none;
}

.nav-tabs {
  background-color: #f0f3f5;
  border-bottom: 1px solid #a8b2b8;
  margin-bottom: 2rem;
}

.form-nav .nav-tabs .nav-link {
  --skin-primary-color-1: #0a2433;
  background-color: #f0f3f5;
  min-width: 150px;
  text-align: center;
}

.form-nav .nav-tabs .nav-link.active {
  --skin-primary-color-1: #1379c8;
  background-color: #fff;
  border-left: 1px solid #a8b2b8;
  border-top: 1px solid #a8b2b8;
  border-right: 1px solid #a8b2b8;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -1px;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  color: var(--skin-primary-color-1);
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 64rem) {
  .form-nav .nav-item > .nav-link {
    color: #0a2433;
  }
}
.container .breadcrumb {
  border-radius: 0;
}

.breadcrumb {
  --skin-link-color-2: #0a2433;
  color: #4e575f;
  padding-top: 1rem;
}
@media (min-width: 48rem) {
  .breadcrumb {
    padding-top: 1.5rem;
  }
}

@media (min-width: 48rem) {
  .fei-breadcrumb {
    height: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.fei-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-bottom: 0;
}
.fei-breadcrumb .breadcrumb .breadcrumb-item a,
.fei-breadcrumb .breadcrumb .breadcrumb-item {
  --skin-primary-color-1: #4e575f;
  font-size: 0.9375rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.veil {
  position: absolute;
  z-index: 1060;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
}

.spinner {
  width: auto;
  height: auto;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  margin: 0 auto;
  top: 40vh;
  left: 0;
  right: 0;
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc;
}

.line-item-total-text {
  font-size: 0.9375rem;
}

.pricing {
  font-size: 0.9375rem;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
  min-height: 4.625em;
  min-width: auto;
  aspect-ratio: auto;
  padding: initial;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #1abc81;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: auto;
}

.col-45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
}
@media (min-width: 1025px) {
  .col-45 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
    max-width: 32.5%;
  }
}

.minicart {
  position: relative;
}
.minicart h1 {
  font-size: 1rem;
}
.minicart .cart {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #f9f9f9;
}
.minicart .remove-btn {
  color: #a8b2b8;
  float: right;
  background-color: white;
  border: none;
  font-size: 1.625em;
  margin-top: -0.313em;
  padding: 0;
}
.minicart .product-summary {
  margin-right: -0.938em;
  max-height: 21.875em;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.938em;
}
.minicart .card-body {
  padding: 0.625em;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 22.7rem;
  display: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
}
.minicart .minicart-footer {
  border-top: 1px solid #ccc;
}
.minicart .estimated-total {
  margin-top: 0.625em;
}
.minicart .sub-total-label {
  font-size: 1em;
  font-weight: 600;
}
.minicart .sub-total {
  font-size: 1em;
  font-weight: 600;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}
.minicart .line-item-name {
  width: 90%;
}

@media (min-width: 30rem) and (max-width: 47.98rem) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 48rem) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 29.98rem) {
  .hide-no-link {
    display: none;
  }
}

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  --tooltip-offset-left: 0px;
  position: absolute;
  bottom: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  background-color: #4e575f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  width: 18.75rem;
  left: 50%;
  left: calc(50% - var(--tooltip-offset-left, 0px));
  margin-left: 3px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
.info-icon .tooltip.contact-info {
  border-radius: none;
  width: 247px;
  height: 133px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background-color: #4e575f;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #0a2433 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  left: calc(50% + var(--tooltip-offset-left, 0px));
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.info-icon .tooltip-store-pickup-info {
  max-width: 15.3125rem;
  white-space: nowrap;
}
.info-icon.product-card-tooltip .tooltip {
  max-width: 13.4375rem;
  text-align: center;
}
.info-icon.product-card-tooltip .tooltip__link {
  color: #fff !important;
}
.info-icon .c-tooltip {
  max-width: 175px;
}

.btn-tooltip .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.btn-tooltip .tooltip {
  --tooltip-offset-left: 0px;
  position: absolute;
  bottom: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  background-color: #4e575f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  width: 18.75rem;
  left: 50%;
  left: calc(50% - var(--tooltip-offset-left, 0px));
  margin-left: 3px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
.btn-tooltip .tooltip.contact-info {
  border-radius: none;
  width: 247px;
  height: 133px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background-color: #4e575f;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-tooltip .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.btn-tooltip .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #0a2433 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  left: calc(50% + var(--tooltip-offset-left, 0px));
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.btn-tooltip .tooltip-store-pickup-info {
  max-width: 15.3125rem;
  white-space: nowrap;
}
.btn-tooltip.product-card-tooltip .tooltip {
  max-width: 13.4375rem;
  text-align: center;
}
.btn-tooltip.product-card-tooltip .tooltip__link {
  color: #fff !important;
}
.btn-tooltip .c-tooltip {
  max-width: 175px;
}

/* ============================================================================
Product recommendation
============================================================================ */
.c-dy-recommendations {
  margin-bottom: 1.25rem;
}
.c-dy-recommendations__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.375rem;
}
@media (min-width: 48rem) {
  .c-dy-recommendations__title-container {
    margin-bottom: 1.5rem;
  }
}
.c-dy-recommendations__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 48rem) {
  .c-dy-recommendations__title {
    font-size: 1.5rem;
  }
}
.c-dy-recommendations__flex-right, .c-dy-recommendations__slider-arrows {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 47.98rem) {
  .c-dy-recommendations__slider-arrows {
    display: none;
  }
}
.c-dy-recommendations__flex-right {
  margin-top: 0.375rem;
}
.c-dy-recommendations__divider {
  border: 0;
  border-top: 0.0625rem solid #dfe4e7;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.c-dy-recommendations__body {
  position: relative;
}
.c-dy-recommendations__slider-button {
  color: #1379c8;
  cursor: pointer;
  height: 0.75rem;
  width: 0.75rem;
  z-index: 99999;
}
.c-dy-recommendations__slider-button::after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: relative;
  top: 0.25rem;
}
.c-dy-recommendations__slider-button.slick-disabled {
  display: none !important;
}
.c-dy-recommendations__slider-button--prev {
  margin-left: 1.5625rem;
  margin-right: 1rem;
}
.c-dy-recommendations__slider-button--prev::after {
  border-bottom: 0.125rem solid #1379c8;
  border-left: 0.125rem solid #1379c8;
}
.c-dy-recommendations__slider-button--next {
  margin-left: 1.25rem;
}
.c-dy-recommendations__slider-button--next::after {
  border-right: 0.125rem solid #1379c8;
  border-top: 0.125rem solid #1379c8;
}
.c-dy-recommendations__numbers {
  font-size: 0.9rem;
}
.c-dy-recommendations .c-product-tile {
  border: none;
  min-height: auto;
  padding: 0;
}
.c-dy-recommendations .c-product-tile__inner {
  margin: 0;
}
.c-dy-recommendations .c-product-tile__img-wrap {
  margin-bottom: 1rem;
  padding: 0;
}
.c-dy-recommendations .c-product-tile__img {
  border: 0.0625rem solid #dfe4e7;
}
.c-dy-recommendations .c-product-tile .c-product-tile__body {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0;
  min-height: 9.25rem;
  padding: 0;
}
.c-dy-recommendations .c-product-tile__name {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 1rem;
  min-height: auto;
  overflow: hidden;
}
.c-dy-recommendations .c-product-tile__name-text {
  margin-bottom: 0;
}
.c-dy-recommendations .c-product-tile__prices {
  margin-top: 0;
}
.c-dy-recommendations .c-product-tile__price__value {
  font-size: 1.25rem;
}
.c-dy-recommendations .c-product-tile__footer {
  padding: 0;
}
.c-dy-recommendations .c-product-tile__footer__row {
  margin: 0;
}
.c-dy-recommendations .c-product-tile__footer__row .product-availability-container {
  padding: 0;
  margin-top: 1rem;
}
.c-dy-recommendations .c-product-tile__footer--price-content {
  margin-bottom: 0;
  min-height: auto;
  padding: 0;
}
.c-dy-recommendations .c-product-tile__footer .promotion-multiplier-badge {
  display: none;
}
.c-dy-recommendations .c-product-tile .plp-name-rating-container {
  min-height: auto;
}
.c-dy-recommendations .c-product-tile .pdp-link {
  line-height: 1.2;
}
.c-dy-recommendations .c-product-tile .ratings {
  margin-bottom: 0.75rem;
}
.c-dy-recommendations .s-slick {
  display: none;
}
.c-dy-recommendations .s-slick.slick-initialized {
  display: block;
}
.c-dy-recommendations .s-slick .slick-list {
  margin: 0;
}
.c-dy-recommendations .s-slick .slick-slide {
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  max-width: 8.125rem;
  padding: 0.625rem 0 1rem 0;
  position: relative;
}
@media (min-width: 48rem) {
  .c-dy-recommendations .s-slick .slick-slide {
    max-width: none;
  }
}
.c-dy-recommendations .s-slick .slick-arrow {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  top: 22.5%;
}
.c-dy-recommendations .s-slick .slick-arrow.slick-prev {
  left: 0.25rem;
}
.c-dy-recommendations .s-slick .slick-arrow.slick-next {
  right: 0.25rem;
}
.c-dy-recommendations .quickView {
  display: none !important;
}

.recommendations-section, .home-recommendations-section {
  position: relative;
  min-height: 23.75rem;
}
@media (min-width: 48rem) {
  .recommendations-section, .home-recommendations-section {
    min-height: 33.75rem;
  }
}
.recommendations-section .spinner, .home-recommendations-section .spinner {
  top: 15vh;
}
@media (min-width: 48rem) {
  .recommendations-section .spinner, .home-recommendations-section .spinner {
    top: 22vh;
  }
}

/* ============================================================================
Product recommendation
============================================================================ */
.c-recommended-accessories__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-recommended-accessories__slider.slick-initialized {
  display: block;
}
.c-recommended-accessories__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 48rem) {
  .c-recommended-accessories__title {
    font-size: 1.5rem;
  }
}
.c-recommended-accessories__hr {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.c-recommended-accessories__counter {
  display: inline-block;
  font-size: 0.9375rem;
  margin: 0 0.875rem;
}
.c-recommended-accessories__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
.c-recommended-accessories__arrow::after {
  content: "";
  display: block;
  height: 0.5rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 0.5rem;
}
.c-recommended-accessories__arrow:focus:not(:focus-visible) {
  outline: none;
}
.c-recommended-accessories__arrow--prev::after, .c-recommended-accessories__arrow--prev-custom::after {
  border-bottom: 2px solid #1379c8;
  border-left: 2px solid #1379c8;
}
.c-recommended-accessories__arrow--next::after, .c-recommended-accessories__arrow--next-custom::after {
  border-right: 2px solid #1379c8;
  border-top: 2px solid #1379c8;
}
.c-recommended-accessories__arrow.slick-disabled {
  opacity: 0.5;
}
@media (max-width: 74.98rem) {
  .c-recommended-accessories .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.c-recommended-accessories .slick-arrow {
  background-color: transparent;
  top: 22%;
}
@media (min-width: 48rem) {
  .c-recommended-accessories .slick-arrow {
    top: 35%;
  }
}
.c-recommended-accessories .slick-slide {
  padding-bottom: 1.875rem;
}
.c-recommended-accessories .c-product-custom-combo__item-image {
  border: 1px solid #dfe4e7;
}
.c-recommended-accessories .c-product-custom-combo__item-name {
  display: block;
  color: #0a2433 !important;
  font-size: 0.9375rem;
  margin: 1rem 0;
}
@media (min-width: 48rem) {
  .c-recommended-accessories .c-product-custom-combo__item-name {
    font-size: 1rem;
  }
}
.c-recommended-accessories .c-product-custom-combo__item-brand {
  font-weight: 700;
}
.c-recommended-accessories .c-product-tile__img {
  width: 100%;
}
.c-recommended-accessories .c-product-tile__prices {
  position: absolute;
  bottom: 0;
}
.c-recommended-accessories .c-product-tile__prices .value {
  font-size: 1.25rem;
  font-weight: 700 !important;
}
.c-recommended-accessories .c-product-tile__prices .price-each {
  display: none;
}

.plp-product-listing.c-recommended-accessories .c-product-tile__prices {
  position: relative;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 30rem) and (max-width: 47.98rem) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 48rem) and (max-width: 63.98rem) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 64rem) and (max-width: 74.98rem) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 90rem) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 29.98rem) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 47.98rem) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 63.98rem) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 74.98rem) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 89.98rem) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00446A;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #00446A;
  border-radius: 0.69em;
  background-color: #00446A;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1abc81;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1abc81;
  border-radius: 0.69em;
  background-color: #1abc81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

/* ============================================================================
    Product Actions & Availability
   ============================================================================ */
.c-product-actions-availability__atc-actions {
  margin-bottom: 0;
}
.c-product-actions-availability__atc-actions .atc-actions-container {
  padding-left: 1rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability__atc-actions .atc-actions-container {
    padding-left: 1.5rem;
  }
}
.c-product-actions-availability__atc-actions-msg {
  font-size: 0.9rem;
}
.c-product-actions-availability__atc-actions__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  padding: 0.625rem 0.75rem;
  height: 2.5rem;
}
.c-product-actions-availability__restrictionMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-actions-availability__atc-messaging {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-product-actions-availability__atc-messaging, .c-product-actions-availability .text-discontinued-new {
  color: #0A2433;
  font-weight: 700;
}
.c-product-actions-availability__atc-messaging, .c-product-actions-availability .text-discontinued-new, .c-product-actions-availability .components-quantity-ATC-msg {
  margin-bottom: 0;
}
.c-product-actions-availability__availability-messaging {
  padding: 1rem;
}
.c-product-actions-availability__availability-info {
  margin-bottom: 0.875rem;
}
.c-product-actions-availability__availability-info:last-child {
  margin-bottom: 0;
}
.c-product-actions-availability__availability-info__label {
  display: inline-block;
  margin: 5px 0 10px;
}
.c-product-actions-availability__availability-info__icon {
  margin-right: 0.5rem !important;
}
.c-product-actions-availability__availability-link {
  color: #0f61a0;
}
.c-product-actions-availability__limited-availability-messaging, .c-product-actions-availability__pickup-only-messaging {
  border: 0.125rem #316186 solid;
  border-radius: 0.1875rem;
  padding: 0.9375rem 0.75rem;
  background-color: #d3e9fd;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability__limited-availability-messaging, .c-product-actions-availability__pickup-only-messaging {
    font-size: 16px;
  }
}
.c-product-actions-availability--pdp .c-product-actions-availability__availability-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability--pdp .c-product-actions-availability__availability-info {
    font-size: 1rem;
  }
}
.c-product-actions-availability--pdp .c-product-actions-availability__availability-info__icon {
  margin-right: 0.75rem;
}
.c-product-actions-availability--pdp .c-product-actions-availability__availability-messaging {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability--pdp .c-product-actions-availability__availability-messaging {
    margin-bottom: 0;
  }
}
.c-product-actions-availability--pdp .c-product-actions-availability__restrictionMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-actions-availability--pdp .c-product-actions-availability__restrictionMessage__text {
  margin-left: 10px;
}
.c-product-actions-availability--quickview .c-product-actions-availability__availability-info {
  font-size: 0.9375rem;
}
@media (max-width: 47.98rem) {
  .c-product-actions-availability--quickview .c-product-actions-availability__availability-messaging {
    padding-left: 0.875rem;
  }
}
.c-product-actions-availability--pdp-state-restrict {
  font-size: 0.9rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability--pdp-state-restrict {
    font-size: 1rem;
    padding-top: 0.625rem;
  }
}
.c-product-actions-availability--tile .c-product-actions-availability__atc-actions {
  margin-bottom: 1rem;
  min-height: 2.8125rem;
}
.c-product-actions-availability--tile .c-product-actions-availability__cec-state-restrict {
  font-size: 0.8rem;
  padding-top: 0.625rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability--tile .c-product-actions-availability__cec-state-restrict {
    font-size: 0.9rem;
  }
}
.c-product-actions-availability--tile .c-product-actions-availability__atc-messaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  margin-top: 0;
  font-size: 1.25rem;
}
.c-product-actions-availability--tile .c-product-actions-availability__atc-messaging:not(.no-bottom-margin) {
  margin-bottom: 0.375rem;
}
.c-product-actions-availability--tile .c-product-actions-availability__availability-messaging {
  padding: 0.5625rem 0.5rem 0.5rem 0.5rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability--tile .c-product-actions-availability__availability-messaging {
    padding-left: 0.625rem;
    padding-top: 0.625rem;
    margin-bottom: 0;
  }
}
.c-product-actions-availability--tile .c-product-actions-availability__availability-info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .c-product-actions-availability--tile .c-product-actions-availability__availability-info {
    font-size: 0.9rem;
  }
}
.c-product-actions-availability--tile .c-product-actions-availability__availability-info:last-child {
  margin-bottom: 0;
}
.c-product-actions-availability--tile .c-product-actions-availability__availability-info__label {
  display: inline;
  margin-right: 0;
}
.c-product-actions-availability--cart {
  margin-top: 1rem;
}
.c-product-actions-availability--cart .c-product-actions-availability__availability-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
@media (min-width: 64rem) {
  .c-product-actions-availability--cart .c-product-actions-availability__availability-info {
    font-size: 0.9rem;
  }
}
.c-product-actions-availability--cart .c-product-actions-availability__availability-info__icon {
  margin-right: 0.625rem;
}

/* ============================================================================
    Product Details
   ============================================================================ */
.c-product-details .c-product-details__brand {
  margin-top: 0.1875rem;
  text-transform: uppercase;
}
.c-product-details .c-product-details__brand-img {
  max-height: 3.125rem;
}
.c-product-details__main {
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .c-product-details__specs__row:nth-of-type(odd) {
    background-color: #f0f3f5;
  }
}
.c-product-details__specs__row:nth-of-type(odd) .c-product-details__specs__item {
  background-color: transparent;
  color: #0a2433;
}
.c-product-details__specs__row:nth-of-type(odd) .c-product-details__specs__item:nth-of-type(odd) {
  background-color: #f0f3f5;
}
@media (min-width: 48rem) {
  .c-product-details__specs__row:nth-of-type(odd) .c-product-details__specs__item:nth-of-type(odd) {
    background-color: transparent;
  }
}
.c-product-details__specs__item {
  background-color: #f0f3f5;
  color: #0a2433;
  padding: 1.3125rem 1.4375rem 1.1875rem;
}
@media (min-width: 48rem) {
  .c-product-details__specs__item {
    background-color: transparent;
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
}
.c-product-details__specs__item:nth-of-type(odd) {
  background-color: transparent;
}
@media (min-width: 48rem) {
  .c-product-details__qty {
    padding-right: 1rem;
  }
}
@media (min-width: 48rem) {
  .c-product-details__primary-imgs {
    padding-right: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .c-product-details__primary-imgs {
    padding-right: 3.3125rem;
  }
}
@media (max-width: 47.98rem) {
  .c-product-details__img-carousel {
    margin-bottom: 3rem;
  }
}
.c-product-details__img-wrap {
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: none;
  transition: none;
  z-index: 0;
}
@media (min-width: 48rem) {
  .c-product-details__img-wrap.is-zoom-active .c-product-details__img {
    opacity: 0;
  }
}
.c-product-details__img, .c-product-details__thumb {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}
.c-product-details__img-zoom-icon {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  z-index: 1;
}
@media (min-width: 48rem) {
  .c-product-details__img-zoom-icon {
    height: 2rem;
    width: 2rem;
    right: 0;
    bottom: 0;
  }
}
.c-product-details__thumb-wrap {
  border: 1px solid #dfe4e7;
  cursor: pointer;
  max-width: 100%;
  padding: 0.375rem;
}
.slick-slide:hover .c-product-details__thumb-wrap, .slick-current .c-product-details__thumb-wrap {
  border: 2px solid #1379c8;
  padding: 0.3125rem;
}
.c-product-details__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5625rem;
}
.c-product-details__li {
  display: list-item;
  list-style-type: disc;
  line-height: 1.9;
}
.c-product-details__compliance__text {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.4375rem;
}
.c-product-details__documents__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1.75rem;
}
.c-product-details__documents__href {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
}
.c-product-details__documents__icon {
  height: 2.125rem;
  width: 2.125rem;
}
.c-product-details__zoom-modal-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.52597 14.0384C10.7783 14.0384 11.8427 13.6001 12.7193 12.7235C13.5959 11.8469 14.0342 10.7825 14.0342 9.53018C14.0342 8.2779 13.5959 7.21347 12.7193 6.33687C11.8427 5.46028 10.7783 5.02198 9.52597 5.02198C8.27369 5.02198 7.20926 5.46028 6.33266 6.33687C5.45606 7.21347 5.01777 8.2779 5.01777 9.53018C5.01777 10.7825 5.45606 11.8469 6.33266 12.7235C7.20926 13.6001 8.27369 14.0384 9.52597 14.0384ZM15.5369 14.0384L20.5147 19.0162L19.012 20.5189L14.0342 15.5411V14.7428L13.7524 14.461C12.5627 15.4942 11.1539 16.0107 9.52597 16.0107C7.71016 16.0107 6.16831 15.3846 4.90037 14.1323C3.63243 12.88 2.99847 11.346 2.99847 9.53018C2.99847 7.71437 3.63243 6.17252 4.90037 4.90458C6.16831 3.63664 7.71016 3.00269 9.52597 3.00269C11.3418 3.00269 12.8758 3.63664 14.1281 4.90458C15.3804 6.17252 16.0065 7.71437 16.0065 9.53018C16.0065 11.1582 15.4899 12.567 14.4568 13.7566L14.7386 14.0384H15.5369Z' fill='%230A2433'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0312 9.89031H9.89031V13.0312H8.85969V9.89031H5.71875V8.85969H8.85969V5.71875H9.89031V8.85969H13.0312V9.89031Z' fill='%230A2433'/%3E %3C/svg%3E");
  background-color: transparent;
  background-position: calc(100% - 0.25rem) calc(100% - 0.25rem);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: none;
  cursor: inherit !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
@media (min-width: 48rem) {
  .c-product-details__zoom-modal-btn {
    background-position: right bottom;
    background-size: 2rem;
  }
}
.c-product-details__zoom-modal-btn:focus:not(:focus-visible) {
  outline: none;
}
.c-product-details__price__value {
  color: #0a2433;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 48rem) {
  .c-product-details__price__value {
    font-size: 2rem;
  }
}
.c-product-details__price__value .pricing-unit {
  vertical-align: middle;
}
.c-product-details__price__value .call-for-price {
  font-size: 1.75rem;
}
@media (min-width: 48rem) {
  .c-product-details__price__value .call-for-price {
    font-size: 2rem;
  }
}
.c-product-details__price__value .product-card-tooltip {
  font-size: 0;
  vertical-align: middle;
}
.c-product-details__unit {
  font-size: 1rem;
}
.c-product-details__unit_of_measure {
  font-size: 1rem;
  font-weight: normal;
}
.c-product-details__previously-purchased {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 1.5rem;
  padding: 0.8125rem;
}
@media (min-width: 48rem) {
  .c-product-details__previously-purchased {
    margin: 2rem 0 1.5rem;
    padding: 1rem;
  }
}
.c-product-details__previously-purchased .c-product-details__icon {
  margin-right: 0.625rem;
}
@media (min-width: 48rem) {
  .c-product-details__previously-purchased .c-product-details__icon {
    margin-right: 1rem;
  }
}
.c-product-details__previously-purchased .c-product-details__info {
  display: inline-block;
}
.c-product-details__previously-purchased .c-product-details__info .purchase-history-icon-pdp {
  display: inline-block;
}
@media (min-width: 48rem) {
  .c-product-details .c-product-details__add-to-lists-container {
    padding-left: 1.5rem;
  }
}
.c-product-details .c-product-details__add-to-lists-container .basic-text {
  font-size: 1rem;
}
.c-product-details .c-product-details__add-to-lists-container .parent-button-heading {
  padding-bottom: 0.5rem;
}
.c-product-details .add-to-my-lists-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}
.c-product-details .add-to-my-lists-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  z-index: 99999999;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-product-details .add-to-my-lists-alert.show {
  display: block;
}
.c-product-details .btn-tooltip .tooltip {
  width: 18.75rem;
}
@media (min-width: 48rem) {
  .c-product-details .btn-tooltip .tooltip {
    width: 23.75rem;
  }
}
.c-product-details .btn-tooltip .tooltip::after {
  left: calc(80% + var(--tooltip-offset-left, 0px));
}
@media (min-width: 48rem) {
  .c-product-details .btn-tooltip .tooltip::after {
    left: calc(50% + var(--tooltip-offset-left, 0px));
  }
}
.c-product-details .nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-product-details .nav-col .breadcrumb-row {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.c-product-details .nav-col .breadcrumb-row .breadcrumb {
  padding: 0;
}

/* ============================================================================
    Product Purchase History
   ============================================================================ */
.c-purchase-history {
  z-index: 99999999;
}
.c-purchase-history .c-purchase-history__modal__dialog {
  margin: auto;
  height: 100%;
  top: 0;
}
@media (min-width: 48rem) {
  .c-purchase-history .c-purchase-history__modal__dialog {
    max-width: 43.75rem;
    height: auto;
    top: 5vh;
  }
}
.c-purchase-history .c-purchase-history__modal__content {
  height: 100%;
  overflow: visible;
}
.c-purchase-history .c-purchase-history__modal__header {
  border-bottom: 1px solid #a8b2b8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  padding: 0 0 0.875rem;
  margin: 1rem 1rem 0;
}
.c-purchase-history .c-purchase-history__modal__header--title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: capitalize;
}
.c-purchase-history .c-purchase-history__modal__body {
  border-bottom: 1px solid #a8b2b8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .c-purchase-history .c-purchase-history__modal__body {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
}
.c-purchase-history .c-purchase-history__modal__footer {
  background-color: #fff;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  z-index: 1000;
}
@media (min-width: 48rem) {
  .c-purchase-history .c-purchase-history__modal__footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.c-purchase-history .c-purchase-history__modal__close {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.c-purchase-history .c-purchase-history__modal__btn--qty, .c-purchase-history .c-purchase-history__modal__btn--atc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 48rem) {
  .c-purchase-history .c-purchase-history__modal__btn--qty, .c-purchase-history .c-purchase-history__modal__btn--atc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 48rem) {
  .c-purchase-history .c-purchase-history__modal__btn--qty {
    width: 9.8125rem;
  }
}
.c-purchase-history .c-purchase-history__modal__btn--qty .c-product-quantity__nav {
  margin: 0;
}
@media (min-width: 48rem) {
  .c-purchase-history .c-purchase-history__modal__btn--atc {
    width: 8.125rem;
  }
}
.c-purchase-history .c-purchase-history__modal__btn--error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
}
.c-purchase-history .c-purchase-history__modal__btn--error .c-product-quantity__qty-error {
  margin-bottom: 0 !important;
}
.c-purchase-history .c-purchase-history__modal__btn--error .c-product-quantity__qty-error,
.c-purchase-history .c-purchase-history__modal__btn--error .c-product-quantity__qty-info {
  padding-top: 1rem;
}
.c-purchase-history__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-purchase-history__info__icon {
  line-height: 1.5;
  margin-left: 0.5rem;
  height: 1rem;
  position: static;
}
@media (min-width: 30rem) {
  .c-purchase-history__info__icon {
    position: relative;
  }
}
.c-purchase-history .c-purchase-history__info__tooltip {
  bottom: auto;
  -webkit-transform: translate(-50%, 0.625rem);
          transform: translate(-50%, 0.625rem);
}
@media (max-width: 29.98rem) {
  .c-purchase-history .c-purchase-history__info__tooltip {
    font-size: 0.8rem;
    left: 50%;
    margin-left: 0;
    width: 100%;
  }
}
.c-purchase-history .c-purchase-history__info__tooltip:after {
  border-bottom: solid #0a2433 0.625rem;
  border-top: none;
  top: -0.625rem;
  bottom: auto;
}
@media (max-width: 29.98rem) {
  .c-purchase-history .c-purchase-history__info__tooltip:after {
    left: 12.9375rem;
  }
}
.c-purchase-history__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .c-purchase-history__product {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }
}
.c-purchase-history__product__image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
  margin-right: 1rem;
}
@media (min-width: 48rem) {
  .c-purchase-history__product__image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    margin-right: 2rem;
  }
}
.c-purchase-history__product__image {
  display: block;
  height: auto;
  width: 100%;
}
.c-purchase-history__product__details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-purchase-history__product__brand {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.c-purchase-history__product__brand, .c-purchase-history__product__collection, .c-purchase-history__product__name {
  color: #0a2433;
  font-size: 1.25rem;
}
.c-purchase-history__product__name {
  margin-bottom: 0.5rem;
  max-width: 26rem;
}
.c-purchase-history__product__sku {
  color: #4e575f;
  font-size: 0.9rem;
}
.c-purchase-history__order {
  height: 100%;
  max-height: calc(100% - 8.75rem);
}
@media (max-width: 47.98rem) {
  .c-purchase-history__order {
    overflow-y: auto;
  }
}
.c-purchase-history__order .c-purchase-history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem;
  width: 100%;
}
.c-purchase-history__order .c-purchase-history__row--nested {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
@media (min-width: 48rem) {
  .c-purchase-history__order .c-purchase-history__row--nested {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-purchase-history__order .c-purchase-history__row--nested .c-purchase-history__col {
  line-height: 1;
  margin-right: 0.625rem;
  word-break: break-word;
}
@media (max-width: 47.98rem) {
  .c-purchase-history__order .c-purchase-history__row--nested .c-purchase-history__col:first-child {
    padding-bottom: 0.5rem;
  }
}
.c-purchase-history__order .c-purchase-history__row .c-purchase-history__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-purchase-history__order__details {
  border-top: 1px solid #a8b2b8;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .c-purchase-history__order__details {
    border: 1px solid #a8b2b8;
    height: 22.5rem;
    max-height: 22.5rem;
    overflow-y: auto;
  }
}
.c-purchase-history__order__details__container {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .c-purchase-history__order__details__container {
    padding-bottom: 0;
  }
}
.c-purchase-history__order__details .c-purchase-history__row:not(.c-purchase-history__row--nested) {
  border-bottom: 1px solid #a8b2b8;
}

/* ============================================================================
    Product Custom Combo Tiles
   ============================================================================ */
.c-product-custom-combo__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .c-product-custom-combo__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-product-custom-combo__sub-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.0625rem;
}
@media (min-width: 48rem) {
  .c-product-custom-combo__sub-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.c-product-custom-combo__items {
  background-color: #f0f3f5;
  margin-bottom: 2rem;
  padding: 1rem;
}
.c-product-custom-combo__item:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media (min-width: 48rem) {
  .c-product-custom-combo__item:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.c-product-custom-combo__item-image {
  width: 4.875rem;
  min-width: 4.875rem;
  margin-right: 1.0625rem;
}
.c-product-custom-combo__item-name {
  color: #0a2433 !important;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .c-product-custom-combo__item-name {
    font-size: 1rem;
  }
}
.c-product-custom-combo__item-brand {
  font-weight: 700;
}
.c-product-custom-combo__item-part {
  color: #4e575f;
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .c-product-custom-combo__item-part {
    font-size: 0.9375rem;
  }
}
.c-product-custom-combo__carousel-controls-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-custom-combo__carousel-indicator-text {
  display: inline-block;
}

/* ============================================================================
    Product Recommendations
   ============================================================================ */
@media (max-width: 47.98rem) {
  .c-product-recommendations {
    margin-right: -1rem;
    overflow: hidden;
    width: calc(100% + 1rem);
  }
}
.c-product-recommendations__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .c-product-recommendations__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-product-recommendations__carousel {
  position: relative;
}
@media (max-width: 47.98rem) {
  .c-product-recommendations__carousel {
    max-width: 75.5%;
    overflow: visible;
  }
}
.c-product-recommendations__carousel-controls-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-recommendations__carousel-indicator-text {
  display: inline-block;
}
.c-product-recommendations .product-restricted-message {
  display: none !important;
}

/* ============================================================================
Product frequently purchased items
============================================================================ */
.c-product-frequentlypurchased__sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .c-product-frequentlypurchased__sub-title {
    font-size: 1.5rem;
  }
}
.c-product-frequentlypurchased__image-area {
  border: 1px solid #dfe4e7;
  width: 100%;
  max-width: 3.875rem;
  height: 3.875rem;
  padding: 0.25rem;
}
@media (min-width: 48rem) {
  .c-product-frequentlypurchased__image-area {
    max-width: 12.5rem;
    height: 12.5rem;
    padding: 0.9375rem;
  }
}
.c-product-frequentlypurchased__form .reset-disable-label {
  color: #0a2433 !important;
}
.c-product-frequentlypurchased__image {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 3.375rem;
}
@media (min-width: 48rem) {
  .c-product-frequentlypurchased__image {
    max-height: 10.625rem;
  }
}
@media (max-width: 63.98rem) {
  .c-product-frequentlypurchased__price-block {
    margin: 1.5rem 0;
  }
}
.c-product-frequentlypurchased__price-text {
  vertical-align: middle;
}
.c-product-frequentlypurchased__price-value {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1rem 0;
  vertical-align: middle;
}
@media (min-width: 48rem) {
  .c-product-frequentlypurchased__price-value {
    font-size: 2rem;
  }
}
.c-product-frequentlypurchased__form:not(:first-of-type) .c-product-frequentlypurchased__freq-colour {
  color: #1379c8;
  font-weight: 600;
}
@media (min-width: 64rem) {
  .c-product-frequentlypurchased__atc-area {
    padding-left: 1.5rem;
  }
}
.c-product-frequentlypurchased__label {
  vertical-align: middle;
}
.c-product-frequentlypurchased__login-block {
  border: 1px solid #a8b2b8;
  padding: 0.625rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
}
.c-product-frequentlypurchased__link {
  color: #0a2433 !important;
}

/* ============================================================================
   Replacement Product
   ============================================================================ */
.c-replacement-product {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .c-replacement-product {
    font-size: 1rem;
  }
}
.c-replacement-product__heading {
  font-size: 1rem;
}
@media (min-width: 48rem) {
  .c-replacement-product__heading {
    font-size: 1.25rem;
  }
}
.c-replacement-product__img {
  border: 1px solid #dfe4e7;
  height: auto;
  width: 5rem;
}
.c-replacement-product__cta {
  width: 100%;
}
@media (min-width: 64rem) {
  .c-replacement-product__cta {
    width: 11rem;
  }
}

/* ============================================================================
    Product Number/Ratings
   ============================================================================ */
.c-product-numbers-rating {
  font-size: 0.9rem;
}
.c-product-numbers-rating__numbers {
  color: #4e575f;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-product-numbers-rating__number::after {
  content: "|";
  padding-left: 0.25rem;
  padding-right: 0.4375rem;
}
.c-product-numbers-rating__number:last-child::after {
  content: none;
}
@media (max-width: 47.98rem) {
  .c-product-numbers-rating--size-table {
    font-size: 0.8rem;
  }
}
.c-product-numbers-rating--size-table .c-product-numbers-rating__numbers {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
@media (max-width: 47.98rem) {
  .c-product-numbers-rating--size-table .c-product-numbers-rating__numbers {
    padding-top: 0;
  }
}
@media (min-width: 48rem) {
  .c-product-numbers-rating--size-table .c-product-numbers-rating__numbers {
    margin-bottom: 0;
  }
}

/* ============================================================================
   Size Table
   ============================================================================ */
.c-size-table__main {
  border-top: 1px solid #dfe4e7;
  padding-top: 4rem;
  margin-top: 3rem;
}
.c-size-table__entry {
  border-top: 1px solid #dfe4e7;
}
.c-size-table__entry__inner {
  border-top: 1px solid transparent;
  padding-bottom: 0.9375rem;
  padding-top: 0.5rem;
}
@media (min-width: 48rem) {
  .c-size-table__entry__inner {
    padding-top: 0.9375rem;
  }
}
.c-size-table__entry:last-child {
  border-bottom: 1px solid #dfe4e7;
}
.c-size-table__entry:last-child .c-size-table__entry__inner {
  border-bottom: 1px solid transparent;
}
.c-size-table__entry:active, .c-size-table__entry:focus, .c-size-table__entry:hover, .c-size-table__entry.is-active {
  background-color: #f0f3f5;
}
.c-size-table__entry.is-active {
  border-top-color: #1379c8;
}
.c-size-table__entry.is-active .c-size-table__entry__inner {
  border-top-color: #1379c8;
}
.c-size-table__entry.is-active + .c-size-table__entry {
  border-top-color: #1379c8;
}
.c-size-table__entry.is-active + .c-size-table__entry .c-size-table__entry__inner {
  border-top-color: #1379c8;
}
.c-size-table__entry.is-active:last-child {
  border-bottom-color: #1379c8;
}
.c-size-table__entry.is-active:last-child .c-size-table__entry__inner {
  border-bottom-color: #1379c8;
}
.c-size-table__size {
  font-size: 1rem;
  margin-bottom: 0.4375rem;
}
@media (min-width: 48rem) {
  .c-size-table__size {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.c-size-table__price {
  display: inline-block;
  font-size: 1rem !important;
}
@media (min-width: 48rem) {
  .c-size-table__price {
    font-size: 1.25rem !important;
    padding-top: 0.5rem;
  }
}
.c-size-table__unit {
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .c-size-table__unit {
    font-size: 0.9375rem;
    padding-top: 0.5rem;
  }
}
.c-size-table__price-each {
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .c-size-table__price-each {
    font-size: 0.9375rem;
  }
}
@media (min-width: 48rem) {
  .c-size-table__qty-messaging {
    max-width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  @media (min-width: 48rem) {
    .c-size-table__qty-messaging {
      -ms-flex-preferred-size: 18.375rem;
          flex-basis: 18.375rem;
      max-width: 18.375rem;
    }
  }
}
.c-size-table__add-to-cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  @media (min-width: 48rem) {
    .c-size-table__add-to-cart {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: auto;
    }
  }
}
.c-size-table__availability--store {
  margin-bottom: 0.4375rem;
}
@media (min-width: 48rem) {
  .c-size-table__availability--store {
    margin-bottom: 0;
  }
}
.c-size-table__login-btn {
  width: 100%;
}
@media (min-width: 48rem) {
  .c-size-table__login-btn {
    width: auto;
  }
}
.c-size-table .simple-quantity {
  width: 30%;
}
@media (max-width: 74.98rem) {
  .c-size-table .simple-quantity {
    width: 40%;
  }
}

/* ============================================================================
Parts Table
============================================================================ */
.c-parts-table__main {
  border-top: 1px solid #dfe4e7;
  padding-top: 4rem;
  margin-top: 3rem;
}
.c-parts-table__main__components-parts {
  border-width: 0;
}
.c-parts-table__entry {
  border-top: 1px solid #dfe4e7;
}
@media (min-width: 48rem) {
  .c-parts-table__entry__inner {
    padding-top: 0.9375rem;
  }
}
.c-parts-table__entry__inner .img-name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  width: 100%;
}
.c-parts-table__entry__inner hr {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.c-parts-table__entry__components-parts {
  list-style-type: none;
}
.c-parts-table__entry:last-child {
  border-bottom: 1px solid #dfe4e7;
}
.c-parts-table__entry:last-child .c-parts-table__entry__inner {
  border-bottom: 1px solid transparent;
}
.c-parts-table__entry:active, .c-parts-table__entry:focus, .c-parts-table__entry:hover, .c-parts-table__entry.is-active {
  background-color: #f0f3f5;
}
.c-parts-table__entry.is-active {
  border-top-color: #1379c8;
}
.c-parts-table__entry.is-active .c-parts-table__entry__inner {
  border-top-color: #1379c8;
}
.c-parts-table__entry.is-active + .c-parts-table__entry {
  border-top-color: #1379c8;
}
.c-parts-table__entry.is-active + .c-parts-table__entry .c-parts-table__entry__inner {
  border-top-color: #1379c8;
}
.c-parts-table__entry.is-active:last-child {
  border-bottom-color: #1379c8;
}
.c-parts-table__entry.is-active:last-child .c-parts-table__entry__inner {
  border-bottom-color: #1379c8;
}
.c-parts-table__size {
  font-size: 1rem;
  margin-bottom: 0.4375rem;
}
@media (min-width: 48rem) {
  .c-parts-table__size {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.c-parts-table__img-container {
  width: 20%;
  max-width: 33%;
}
.c-parts-table__name-container {
  padding-left: 2rem;
}
.c-parts-table__name {
  font-size: 1rem;
  margin-bottom: 0.4375rem;
  color: #495057;
}
.c-parts-table__a {
  color: #495057 !important;
}
.c-parts-table__price {
  display: inline-block;
  font-size: 1rem !important;
}
@media (min-width: 48rem) {
  .c-parts-table__price {
    font-size: 1.25rem !important;
    padding-top: 0.5rem;
  }
}
.c-parts-table__unit {
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .c-parts-table__unit {
    font-size: 0.9375rem;
    padding-top: 0.5rem;
  }
}
.c-parts-table__price-each {
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .c-parts-table__price-each {
    font-size: 0.9375rem;
  }
}
@media (min-width: 48rem) {
  .c-parts-table__qty-messaging {
    max-width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  @media (min-width: 48rem) {
    .c-parts-table__qty-messaging {
      -ms-flex-preferred-size: 18.375rem;
          flex-basis: 18.375rem;
      max-width: 18.375rem;
    }
  }
}
.c-parts-table__add-to-cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  @media (min-width: 48rem) {
    .c-parts-table__add-to-cart {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: auto;
    }
  }
}
.c-parts-table__availability--store {
  margin-bottom: 0.4375rem;
}
@media (min-width: 48rem) {
  .c-parts-table__availability--store {
    margin-bottom: 0;
  }
}
.c-parts-table__avail-row {
  padding-top: 0.375rem;
}
.c-parts-table__login-btn {
  width: 100%;
}
@media (min-width: 48rem) {
  .c-parts-table__login-btn {
    width: auto;
  }
}
.c-parts-table .simple-quantity {
  width: 30%;
}
@media (max-width: 74.98rem) {
  .c-parts-table .simple-quantity {
    width: 40%;
  }
}
.c-parts-table__mob-qty-price-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-parts-table__mob-qty-price-container .parts-desktop-atc {
  display: none;
}
.c-parts-table__mob-atc-avail-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
}
.c-parts-table__mob-atc-avail-container .parts-mobile-row {
  width: 100%;
}
.c-parts-table__mob-atc-avail-container .atc-button-col {
  padding: 0;
}
.c-parts-table__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-parts-table__row.row-mobile {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.c-parts-table__row.row-mobile .components-ATC-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-parts-table__row.row-mobile .price-container {
  max-width: 30%;
}
.c-parts-table__row.row-mobile .price-container .prices {
  padding-bottom: 0;
}
.c-parts-table__row.row-mobile .price-container .c-size-table__price-unit {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.c-parts-table__row.row-mobile .c-parts-table__qty-container {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-parts-table__row.row-mobile .c-parts-table__qty-container .qty-input {
  max-width: 40%;
}
.c-parts-table__row.row-mobile .c-parts-table__qty-container .qty-input .c-product-quantity__nav {
  margin-bottom: 0;
}
.c-parts-table__row.row-mobile .c-parts-table__qty-container .qty-label {
  padding-right: 0.375rem;
}
@media (max-width: 63.98rem) {
  .c-parts-table__row.row-mobile .c-parts-table__qty-container button {
    display: none;
  }
}
.c-parts-table__row {
  width: 100%;
}
.c-parts-table__row .desktop-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-parts-table__row .desktop-row .img-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-parts-table__row .desktop-row .name-brand-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-parts-table__row .desktop-row .part-purchase-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 40%;
}
.c-parts-table__row .desktop-row .part-purchase-column .components-ATC-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-parts-table__row .desktop-row .part-purchase-column .price-qty-atc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-parts-table__row .desktop-row .part-purchase-column .avail-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.c-parts-table__row .desktop-row .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-parts-table__row .desktop-row .c-parts-table__qty-container .qty-input .c-product-quantity__nav {
  margin-bottom: 0;
}
.c-parts-table__row .desktop-row .c-parts-table__qty-container .qty-input {
  width: 9.375rem;
}

/* ============================================================================
Replacements Table
============================================================================ */
.c-replacements__table-mobile {
  width: 100%;
  padding-top: 3rem;
}
.c-replacements__table-mobile .product-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1.5rem;
}
.c-replacements__table-mobile .product-details-row .image-wrapper {
  padding-left: 2rem;
  max-width: 25%;
}
.c-replacements__table-mobile .product-details-row .image-wrapper h3 {
  width: 100%;
}
.c-replacements__table-mobile .product-details-row .image-wrapper h3 img {
  width: 100%;
}
.c-replacements__table-mobile .product-details-row .details-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2rem;
}
.c-replacements__table-mobile .product-details-row .details-column .brand-ids-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.375rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-replacements__table-mobile .product-details-row .details-column .brand-ids-column .product-id {
  font-weight: 700;
  font-size: 1rem;
}
.c-replacements__table-mobile .product-details-row .details-column .prices {
  max-height: 1.25rem;
  padding-bottom: -0.5rem;
}
.c-replacements__table-mobile .atc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-replacements__table-mobile .atc-row .c-parts-table__atc {
  width: 100%;
  display: relative;
  padding: 0;
}
.c-replacements__table-mobile .atc-row .c-parts-table__atc .atc-msg {
  position: absolute;
  width: 100%;
}
.c-replacements__table-mobile li:last-child hr {
  display: none;
}
.c-replacements__table-desktop {
  width: 100%;
}
.c-replacements__table-desktop .slick-slide {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23.4375rem;
  padding: 1rem;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .image-wrapper {
  width: 100%;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .image-wrapper .c-product-tile__img {
  border: none;
  height: 8.125rem;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.25rem;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .brand-ids-row {
  height: 2rem;
  font-size: x-small;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .price-unit-row {
  padding-left: 0.5rem;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .price-unit-row .c-size-table__unit {
  padding-top: 0;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .price-unit-row .prices {
  width: 100%;
  padding-bottom: 0.5rem;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .price-unit-row .prices .c-size-table__price {
  padding-top: 0;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .price-unit-row .prices .col-12 {
  max-width: none;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .availability-row .col, .c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .product-image-details-column .product-details-column .availability-row .col-12 {
  font-size: x-small;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .atc-row {
  width: 100%;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .atc-row .c-product-tile__atc-btn {
  min-width: 0;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .atc-row .c-parts-table__atc {
  position: relative;
  padding: 0;
}
.c-replacements__table-desktop .product-tile .c-product-tile__inner.r-tile .atc-row .c-parts-table__atc .atc-msg {
  position: absolute;
  bottom: 1.875rem;
  left: -0.3125rem;
  z-index: 2000;
  width: 107%;
}

/* ============================================================================
   Variation Attribute
   ============================================================================ */
.c-variation-attribute.attributes {
  font-size: 1.125rem;
}
.c-variation-attribute__select {
  margin-bottom: 1rem;
}
.c-variation-attribute__single-variant {
  margin-bottom: 1.5rem;
}
.c-variation-attribute__swatches {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: 1.5rem;
}
.c-variation-attribute__swatch {
  border: 0.125rem solid transparent;
  border-radius: 50%;
  height: 2rem;
  margin: 0.25rem;
  padding: 0.125rem;
  vertical-align: top;
  width: 2rem;
}
.c-variation-attribute__swatch:focus {
  outline: 0;
}
.c-variation-attribute__swatch:focus-visible {
  outline: 0.0625rem dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.c-variation-attribute__swatch:hover, .c-variation-attribute__swatch--selected {
  border-color: #1379c8;
}
.c-variation-attribute__swatch:not(.selectable) {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-variation-attribute__swatch:not(.selectable):hover {
  border-color: transparent;
}

/* ============================================================================
    Zoom Modal
   ============================================================================ */
.c-zoom-modal__dialog {
  height: 100%;
  top: 0;
}
@media (max-width: 47.98rem) {
  .c-zoom-modal__dialog {
    margin: 0;
  }
}
@media (min-width: 48rem) {
  .c-zoom-modal__dialog {
    height: auto;
    max-width: 80rem;
    top: 2rem;
    width: calc(100% - 15rem);
  }
}
.c-zoom-modal__content {
  height: 100%;
}
@media (max-width: 47.98rem) {
  .c-zoom-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 48rem) {
  .c-zoom-modal__content {
    height: auto;
  }
}
.c-zoom-modal__header, .c-zoom-modal__body {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 48rem) {
  .c-zoom-modal__header, .c-zoom-modal__body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-zoom-modal__header {
  height: auto;
}
@media (min-width: 48rem) {
  .c-zoom-modal__header {
    padding-top: 1.25rem;
  }
}
.c-zoom-modal .c-zoom-modal__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-zoom-modal__body {
  padding-bottom: 0.9375rem;
}
.c-zoom-modal__body-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 47.98rem) {
  .c-zoom-modal__body-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 48rem) {
  .c-zoom-modal__body-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
.c-zoom-modal .c-zoom-modal__close {
  height: 1.5625rem;
  opacity: 1;
  right: 0.875rem;
  top: 0.875rem;
  width: 1.5625rem;
}
@media (min-width: 48rem) {
  .c-zoom-modal .c-zoom-modal__close {
    height: 2.1875rem;
    right: 2rem;
    top: 1rem;
    width: 2.1875rem;
  }
}
.c-zoom-modal__product-name {
  font-size: 1rem;
  padding-right: 2rem;
}
@media (min-width: 48rem) {
  .c-zoom-modal__product-name {
    font-size: 1.25rem;
  }
}
.c-zoom-modal__img-carousel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 48rem) {
  .c-zoom-modal__img-carousel-wrap {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-zoom-modal__img-wrap {
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block !important;
  position: relative;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  max-width: 33.75rem;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .c-zoom-modal__img-wrap.is-zoom-active .c-zoom-modal__img {
    opacity: 0;
  }
}
.c-zoom-modal__img {
  height: auto;
}
@media (max-width: 63.98rem) {
  .c-zoom-modal__img {
    left: 0;
    right: 0;
  }
}
@media (min-width: 48rem) {
  .c-zoom-modal__thumbs {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    padding-left: 2.5rem;
    padding-right: 1rem;
  }
}
@media (min-width: 64rem) {
  .c-zoom-modal__thumbs {
    padding-left: 4.8125rem;
    padding-right: 3.75rem;
  }
}
.c-zoom-modal__thumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48rem) {
  .c-zoom-modal__thumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
.c-zoom-modal__img-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48rem) {
  .c-zoom-modal__img-thumb-wrap {
    display: block;
    margin-bottom: 1rem;
  }
}
.c-zoom-modal__img-thumb {
  aspect-ratio: 1/1;
  border: 1px solid #dfe4e7;
  cursor: pointer;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.slick-slide:hover .c-zoom-modal__img-thumb, .c-zoom-modal__img-thumb:hover, .slick-current .c-zoom-modal__img-thumb {
  border-color: #1379c8;
  border-width: 2px;
}

/* ============================================================================
Bizarre Voice
============================================================================ */
.c-bizarre-voice__title-wrap {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .c-bizarre-voice__title-wrap {
    margin-bottom: 2rem;
  }
}
.c-bizarre-voice__title-wrap:focus:not(:focus-visible) {
  outline: none;
}
.c-bizarre-voice__title {
  color: #0a2433;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 29.98rem) {
  .c-bizarre-voice__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .c-bizarre-voice__title {
    font-size: 1.5rem;
  }
}
.c-bizarre-voice__review-count, .c-bizarre-voice__question-count {
  background-color: #1379c8;
  border-radius: 0.75rem;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  min-height: 1.375rem;
  min-width: 2.125rem;
  padding: 0.1875rem 0.5rem 0.0625rem;
  text-align: center;
  vertical-align: top;
}
.c-bizarre-voice__question-count {
  display: none;
}

.product-name {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 47.98rem) {
  .product-name {
    font-size: 1.5rem;
    line-height: 1.23;
  }
}

.product-brand {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (max-width: 47.98rem) {
  .product-brand {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) {
  .product-brand {
    margin-top: 1rem;
  }
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true] {
  border: none;
}
.product-detail .attributes .swatch-circle.color-value.selected {
  border: none;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.product-detail .price .price-call-message-2 {
  display: none;
}
.product-detail .add-to-cart-actions .price-call-message-1 {
  display: none;
}
.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  border-top: 1px solid #dfe4e7;
  padding-top: 2rem;
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .description-and-detail {
    padding-top: 4rem;
    margin-top: 3rem;
  }
}
@media (max-width: 29.98rem) {
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 30rem) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 29.98rem) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

.social-container {
  padding-top: 0.9375rem;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875rem;
  list-style-type: none;
  padding: 0;
  color: #0a2433;
}
@media (max-width: 63.98rem) {
  .social-container .social-icons {
    font-size: 1.5625rem;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #0a2433;
  padding-right: 0.2em;
}

label.availability {
  padding-right: 0.3125em;
}

.product-number-rating {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 30rem) and (max-width: 47.98rem) {
  .product-name {
    border-bottom: 1px solid #dfe4e7;
  }
}
@media (max-width: 29.98rem) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-restricted-message__pdp {
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .product-restricted-message__pdp {
    margin-bottom: 0.5rem;
  }
}
.product-restricted-message__compliance__text {
  color: #0a2433;
  font-size: 16px;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.product-restricted-message .font-color-primary {
  color: #1379c8;
}
.product-restricted-message__cert-required {
  border: none;
  background-color: #fff;
}

.product-number {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.free-shipping-message {
  line-height: 1.9;
}

.promotions {
  font-weight: 400;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #ed3b38;
}
@media (min-width: 30rem) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.hide-atc {
  display: none;
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 29.98rem) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.ratings [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text,
.ratings [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover,
.ratings [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,
.ratings [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
}

.size-table-wrap {
  position: relative;
  min-height: 15.625rem;
}
.size-table-wrap .spinner {
  top: 10vh;
}

.c-related-products,
.c-frequentlypurchased-section,
.c-product-recommendations {
  position: relative;
}
.c-related-products .spinner,
.c-frequentlypurchased-section .spinner,
.c-product-recommendations .spinner {
  top: 8rem;
}

.promotion-multiplier-badge {
  color: #ff9d35;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.28px;
  min-height: 1.5625rem;
  text-transform: uppercase;
}
.promotion-multiplier-badge__pdp {
  left: 0.875rem;
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
  margin: 1.25rem 0;
}
.promotion-multiplier-badge__pdp .promotion-multiplier-badge__icon {
  letter-spacing: -0.125rem;
  padding: 0.25rem 0.1875rem;
}
.promotion-multiplier-badge__wraper {
  margin-top: 0.75rem;
}
.promotion-multiplier-badge__icon {
  background-color: #ff9d35;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.1875rem;
  padding: 0.3125rem 0.1875rem;
}

.is-list-view .promotion-multiplier-badge {
  min-height: auto;
  margin-top: 1rem;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .c-product-tile__footer__row {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto 1fr;
    height: 100%;
  }
  .c-product-tile__footer__row.c-product-tile__footer__availability-hidden {
    grid-template-rows: auto auto 1fr;
  }
  .c-product-tile__footer__row.c-product-tile__footer__availability-hidden.c-product-tile__footer__no-badge {
    grid-template-rows: auto 1fr;
  }
}

.pdp-price-dropdown {
  font-size: initial;
}
.pdp-price-dropdown__toggle::after {
  border-top: 0.4em solid #0a2433;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  position: relative;
  top: 0.125rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  vertical-align: 0.255em;
  width: 0;
  height: 0;
}
.pdp-price-dropdown__toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.pdp-price-dropdown__menu {
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
  border: solid 1px #a8b2b8;
  margin-top: 0.5rem;
  width: 15.3125rem;
}
.pdp-price-dropdown__item {
  color: #0a2433 !important;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
}
.pdp-price-dropdown__item:hover, .pdp-price-dropdown__item.selected {
  background-color: #d3e9fd;
  color: #0f61a0 !important;
}
.pdp-price-dropdown__item.selected {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 .5h16v16H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.655 11.85 6.01-6.01-.94-.97-5.07 5.07L4.276 7.56l-.939.94 3.318 3.348zM8 1.833c1.836 0 3.406.652 4.71 1.956 1.304 1.304 1.956 2.874 1.956 4.71 0 1.836-.652 3.406-1.956 4.71-1.304 1.305-2.874 1.957-4.71 1.957-1.837 0-3.407-.652-4.71-1.956-1.305-1.305-1.957-2.875-1.957-4.71 0-1.837.652-3.407 1.956-4.711C4.594 2.486 6.164 1.833 8 1.833z' fill='%230F61A0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.pdp-price-dropdown__link-text {
  font-size: 16px;
  font-weight: 600;
}
.pdp-price-dropdown__link-sub-text {
  font-size: 0.8rem;
}

/* ============================================================================
Parts/Components Search
============================================================================ */
.c-parts-search__wrapper-mobile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00597F), to(#107298));
  background-image: linear-gradient(to right, #00597F, #107298);
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.c-parts-search__wrapper-mobile .search-container {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-parts-search__wrapper-mobile .search-container .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.625rem;
}
.c-parts-search__wrapper-mobile .search-container .header-row h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-parts-search__wrapper-mobile .search-container .header-row .icon-hvac {
  width: 1.625rem;
  height: 1.625rem;
}
.c-parts-search__wrapper-mobile .search-container .header-row .down-arrow, .c-parts-search__wrapper-mobile .search-container .header-row .up-arrow {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column {
  width: 50%;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column .dropdown-label {
  height: 1rem;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column .dropdown-label .form-control-label {
  font-size: 0.875rem;
  font-weight: 400;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column .dropdown {
  height: 2.375rem;
  margin-top: 0.5rem;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column .dropdown .form-control {
  font-weight: 600;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .dropdown-column .dropdown .form-control.is-invalid {
  background-image: none;
  border: none;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox {
  width: 89%;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
  margin-bottom: 0;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox .form-group .form-control-label {
  padding: 0;
  margin: 0;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox .form-group .form-control {
  margin: 0;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox .form-group .form-control.is-invalid {
  background-image: none;
  border: none;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox .form-group .invalid-feedback {
  border: 2px solid red;
  width: 113%;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  color: #0a2433;
  background-color: #FBDBDA;
  border-color: #ed3b38;
  font-size: 1rem;
  padding: 0.5rem;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .searchbox .form-group .invalid-feedback::before {
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
  padding-left: 3rem;
  margin-right: 0;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .arrow {
  width: 9%;
  min-width: 2.5rem;
  height: 9%;
  min-height: 2.5rem;
}
@media (max-width: 29.98rem) {
  .c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .arrow {
    width: 11%;
  }
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .arrow .hvac-search-btn .right-search-arrow {
  width: 0.75rem;
  height: 0.75rem;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .arrow button {
  width: 100%;
}
.c-parts-search__wrapper-mobile .search-container .inputs-column .search-row .arrow button .white-arrow {
  color: white;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(1, 2) !important;
  /* Safari and Chrome */
  -webkit-transform: scale(1, 1.5);
  /* Firefox */
  -moz-transform: scale(1, 1.5);
  /* IE 9+ */
  -ms-transform: scale(1, 1.5);
  /* Opera */
  -o-transform: scale(1, 1.5);
  padding-bottom: 0.125rem;
}
.c-parts-search__wrapper-mobile .error_content {
  margin: 0;
  padding-left: 2.5rem;
}
.c-parts-search__wrapper-mobile.box-collapse, .c-parts-search__wrapper-desktop.box-collapse {
  max-height: 4.375rem;
}
@media (min-width: 48rem) {
  .c-parts-search__wrapper-mobile.box-collapse, .c-parts-search__wrapper-desktop.box-collapse {
    max-height: 6.25rem;
    min-height: 0;
  }
}
.c-parts-search__wrapper-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, right top, from(#00597F), to(#107298));
  background-image: linear-gradient(to right, #00597F, #107298);
  padding: 2.25rem 3rem;
  margin: 2rem 0;
}
.c-parts-search__wrapper-desktop .form-group {
  margin-bottom: 0;
}
.c-parts-search__wrapper-desktop .form-group .invalid-feedback {
  position: absolute;
  left: -27%;
  width: 135%;
  border: 2px solid red;
  padding: 0.625rem;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  color: #0a2433;
  background-color: #FBDBDA;
  border-color: #ed3b38;
  font-size: 1rem;
  margin-top: 1rem;
}
.c-parts-search__wrapper-desktop .form-group .invalid-feedback::before {
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
  padding-left: 3rem;
  margin-right: 0;
}
.c-parts-search__wrapper-desktop .search-container {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-parts-search__wrapper-desktop .search-container .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.5625rem;
}
.c-parts-search__wrapper-desktop .search-container .header-row h4 {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}
.c-parts-search__wrapper-desktop .search-container .header-row .icon-hvac {
  width: 1.875rem;
  height: 1.875rem;
}
.c-parts-search__wrapper-desktop .search-container .header-row .tool-collapse {
  padding-right: 0.5%;
}
.c-parts-search__wrapper-desktop .search-container .header-row .tool-collapse .down-arrow, .c-parts-search__wrapper-desktop .search-container .header-row .tool-collapse .up-arrow {
  width: 2.03125rem;
  height: 2.03125rem;
  cursor: pointer;
}
.c-parts-search__wrapper-desktop .search-container .search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .label-row {
  padding-top: 2rem;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .label-row .form-control-label {
  font-weight: 400;
  padding-left: 0.375rem;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .dropdown {
  width: 19%;
  height: 2.25rem;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .searchbox {
  width: 74%;
  position: relative;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .form-control {
  font-weight: 500;
  height: 2.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .form-control.is-invalid {
  background-image: none;
  border: none;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .arrow {
  width: 5%;
  height: 2.375rem;
}
@media (min-width: 64rem) {
  .c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .arrow {
    width: 4%;
  }
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .arrow .hvac-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .arrow .hvac-search-btn .right-search-arrow {
  width: 0.75rem;
  height: 0.875rem;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .arrow button {
  width: 100%;
}
.c-parts-search__wrapper-desktop .search-container .search-row .search-column .inputs-row .arrow button .white-arrow {
  color: white;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  transform: scale(1, 2) !important;
  /* Safari and Chrome */
  -webkit-transform: scale(1, 1.5);
  /* Firefox */
  -moz-transform: scale(1, 1.5);
  /* IE 9+ */
  -ms-transform: scale(1, 1.5);
  /* Opera */
  -o-transform: scale(1, 1.5);
  padding-bottom: 0.125rem;
}
.c-parts-search__wrapper-desktop .js-error-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}
.c-parts-search__wrapper-desktop .js-error-msg .error_content {
  width: 100%;
  margin-top: 1.125rem;
  margin-bottom: 0;
  margin-left: -0.1875rem;
  background-size: 1.5rem;
  background-position: 0.8rem;
  padding-left: 2.5rem;
}
.c-parts-search__wrapper-desktop .js-error-msg.hvac {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-parts-search__toast {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.c-parts-search__toast-pdp {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results {
    padding-left: 0;
    padding-right: 0;
  }
  .c-parts-search__search-results .under-product-hr {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .component-search-results {
    padding: 0;
  }
}
.c-parts-search__search-results .single-result-mobile {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.c-parts-search__search-results .single-result-mobile .main-product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem;
  padding-bottom: 2rem;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .image-wrapper img {
  min-height: 9.375rem;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .details-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .details-column .brand {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .details-column .name {
  font-size: 20px;
  padding-bottom: 0.5rem;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .details-column .name.breakdown-active {
  color: #1379C8;
  font-weight: 600;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .details-column .ids {
  font-size: 14px;
  padding-bottom: 1rem;
}
.c-parts-search__search-results .single-result-mobile .main-product-column .details-column .pdp-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
}
.c-parts-search__search-results .single-result-desktop {
  width: 100%;
}
.c-parts-search__search-results .single-result-desktop .main-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 9.375rem;
  margin-bottom: 2rem;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .image-wrapper {
  height: 9.375rem;
  padding: 0.5rem;
  padding-right: 2rem;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .image-wrapper img {
  height: 8.375rem;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .details-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 80%;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .details-column .brand {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .details-column .name {
  font-size: 24px;
  padding-bottom: 1rem;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .details-column .name.breakdown-active {
  color: #1379C8;
  font-weight: 600;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .img-and-details-row .details-column .ids .gray {
  color: #A8B2B8;
}
.c-parts-search__search-results .single-result-desktop .main-product-row .pdp-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 14px;
}
.c-parts-search__search-results .parts-breakdown-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.c-parts-search__search-results .parts-breakdown-column .breakdown-header h3, .c-parts-search__search-results .parts-breakdown-column .replacements-header h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.c-parts-search__search-results .parts-breakdown-column .continuous-interview-link-msg {
  margin-top: 1rem;
}
.c-parts-search__search-results .parts-breakdown-column .cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .cols-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-parts-search__search-results .parts-breakdown-column .cols-wrapper .parts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .cols-wrapper .parts-column {
    width: 100%;
  }
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .cols-wrapper .parts-column.hide-col {
    display: none;
  }
}
.c-parts-search__search-results .parts-breakdown-column .cols-wrapper .parts-column:first-child .part-row {
  border-top: none;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .parts-accordion.hide-col {
    display: none;
  }
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion {
  width: 100%;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row {
  cursor: pointer;
  padding: 0.75rem;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row:hover, .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row:focus, .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row.cat-active {
  background-color: #f0f3f5;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row .down-arrow .icon-downtriangle, .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row .down-arrow .icon-uptriangle, .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row .up-arrow .icon-downtriangle, .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row .up-arrow .icon-uptriangle {
  height: 1.375rem;
  width: 1.375rem;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-collapsed-row .up-arrow {
  padding-top: 0.25rem;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 500ms ease max-height;
  transition: 500ms ease max-height;
  outline: 1px sold red;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column .c-parts-search__part-detail-panel .c-parts-table__atc .atc-msg {
  position: relative;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column .c-parts-search__part-detail-panel .c-parts-table__atc .atc-msg .add-to-cart-messages {
  min-width: 15.625rem;
  position: absolute;
  z-index: 2000;
  right: -0.4375rem;
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column .cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column .cols-wrapper {
    width: 100%;
  }
}
.c-parts-search__search-results .parts-breakdown-column .parts-accordion .accordion-expandible-column .show-more-parts {
  color: var(--skin-primary-color-1);
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  padding: 0.575rem 0.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__breakdown h2 {
  margin-bottom: 0;
  cursor: pointer;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__breakdown h2 .c-refinements__name {
  text-transform: lowercase;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__breakdown h2 .c-refinements__name::first-letter, .c-parts-search__search-results .parts-breakdown-column .c-parts-search__breakdown h2 .c-refinements__name::first-line {
  text-transform: capitalize;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column {
  width: 50%;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column {
    width: 100%;
  }
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row, .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row * {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row .image-wrapper, .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row * .image-wrapper {
  padding-right: 1.5rem;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row .image-wrapper img, .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row * .image-wrapper img {
  width: 4.0625rem;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row .detail-link, .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row * .detail-link {
  margin-left: auto;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row .detail-link .right-arrow.breakdown-active, .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row * .detail-link .right-arrow.breakdown-active {
  color: #1379C8;
}
.c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements .cols-wrapper .parts-column .part-row.top-border {
  border-top: 1px solid #A8B2B8;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .c-parts-search__replacements.hide-col {
    display: none;
  }
}
.c-parts-search__search-results .parts-breakdown-column .cat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.75rem;
  border-bottom: 1px solid #A8B2B8;
  margin-bottom: 0.0625rem;
}
.c-parts-search__search-results .parts-breakdown-column .cat-row .cat-type {
  width: calc(100% - 110px);
  overflow: hidden;
  white-space: nowrap;
}
.c-parts-search__search-results .parts-breakdown-column .cat-row .cat-type h2 {
  margin-bottom: 0;
}
.c-parts-search__search-results .parts-breakdown-column .cat-row .cat-type h2 .c-refinements__name:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-parts-search__search-results .parts-breakdown-column .cat-row .control-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  justify-self: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.875rem;
}
.c-parts-search__search-results .parts-breakdown-column .cat-row .control-row .result-count {
  font-size: 14px;
  text-transform: capitalize;
  text-wrap: nowrap;
  padding-right: 0.5rem;
}
.c-parts-search__search-results .parts-breakdown-column .cat-row .btn {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
.c-parts-search__search-results .parts-breakdown-column .part-row, .c-parts-search__search-results .parts-breakdown-column part-row * {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #A8B2B8;
  border-top: 1px solid #A8B2B8;
  padding: 1rem;
  gap: 1rem;
}
.c-parts-search__search-results .parts-breakdown-column .part-row:hover .name, .c-parts-search__search-results .parts-breakdown-column part-row *:hover .name {
  color: #1379C8 !important;
}
.c-parts-search__search-results .parts-breakdown-column .part-row:hover .right-arrow:not(.breakdown-active), .c-parts-search__search-results .parts-breakdown-column part-row *:hover .right-arrow:not(.breakdown-active) {
  display: block !important;
}
.c-parts-search__search-results .parts-breakdown-column .part-row:hover .right-arrow.breakdown-active, .c-parts-search__search-results .parts-breakdown-column part-row *:hover .right-arrow.breakdown-active {
  display: none;
}
@media (min-width: 48rem) {
  .c-parts-search__search-results .parts-breakdown-column .part-row:hover .right-arrow.breakdown-active, .c-parts-search__search-results .parts-breakdown-column part-row *:hover .right-arrow.breakdown-active {
    display: block !important;
  }
}
.c-parts-search__search-results .parts-breakdown-column .part-row:hover .right-arrow, .c-parts-search__search-results .parts-breakdown-column part-row *:hover .right-arrow {
  font-weight: 400 !important;
  display: block;
  font-size: 16px;
  transform: scale(1, 2) !important;
  /* Safari and Chrome */
  -webkit-transform: scale(1, 1.5);
  /* Firefox */
  -moz-transform: scale(1, 1.5);
  /* IE 9+ */
  -ms-transform: scale(1, 1.5);
  /* Opera */
  -o-transform: scale(1, 1.5);
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .parts-breakdown-column .part-row, .c-parts-search__search-results .parts-breakdown-column part-row * {
    border-right: none;
  }
}
.c-parts-search__search-results .parts-breakdown-column .part-row .image-wrapper img, .c-parts-search__search-results .parts-breakdown-column part-row * .image-wrapper img {
  width: 4.0625rem;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .details-column, .c-parts-search__search-results .parts-breakdown-column part-row * .details-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .details-column .name, .c-parts-search__search-results .parts-breakdown-column part-row * .details-column .name {
  font-size: 16px;
  font-weight: 600;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .details-column .name:hover, .c-parts-search__search-results .parts-breakdown-column part-row * .details-column .name:hover {
  color: #1379C8 !important;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .details-column .name.breakdown-active, .c-parts-search__search-results .parts-breakdown-column part-row * .details-column .name.breakdown-active {
  color: #1379C8;
  font-weight: 600;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .details-column .details-row, .c-parts-search__search-results .parts-breakdown-column part-row * .details-column .details-row {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .details-column .details-row .brand, .c-parts-search__search-results .parts-breakdown-column part-row * .details-column .details-row .brand {
  padding: 0;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .detail-link, .c-parts-search__search-results .parts-breakdown-column part-row * .detail-link {
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: auto;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .detail-link .right-arrow, .c-parts-search__search-results .parts-breakdown-column part-row * .detail-link .right-arrow {
  display: block;
}
.c-parts-search__search-results .parts-breakdown-column .part-row .detail-link .right-arrow, .c-parts-search__search-results .parts-breakdown-column .part-row .detail-link .left-arrow, .c-parts-search__search-results .parts-breakdown-column part-row * .detail-link .right-arrow, .c-parts-search__search-results .parts-breakdown-column part-row * .detail-link .left-arrow {
  color: #1379C8;
  font-size: 16px;
  font-weight: 400;
  transform: scale(1, 2) !important;
  /* Safari and Chrome */
  -webkit-transform: scale(1, 1.5);
  /* Firefox */
  -moz-transform: scale(1, 1.5);
  /* IE 9+ */
  -ms-transform: scale(1, 1.5);
  /* Opera */
  -o-transform: scale(1, 1.5);
}
.c-parts-search__search-results .parts-breakdown-column .part-row .detail-link .right-arrow.breakdown-active, .c-parts-search__search-results .parts-breakdown-column part-row * .detail-link .right-arrow.breakdown-active {
  color: #1379C8;
}
.c-parts-search__search-results .parts-breakdown-column .part-row.component-search-active {
  background-color: #f0f3f5;
}
.c-parts-search__search-results .continuous-interview-link-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #A8B2B8;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  gap: 1rem;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * {
    border-right: none;
  }
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .image-wrapper img, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .image-wrapper img {
  width: 4.0625rem;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .details-column, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .details-column {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.5rem;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .details-column .brand, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .details-column .brand {
  text-align: left;
  font-weight: 400;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .details-column .name, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .details-column .name {
  font-size: 16px;
  font-weight: 600;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .details-column .name.breakdown-active, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .details-column .name.breakdown-active {
  color: #1379C8;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .details-column .details-row, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .details-column .details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .part-row .details-column .details-row .brand, .c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper part-row * .details-column .details-row .brand {
  padding: 0;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .detail-link {
  cursor: pointer;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link .part-row-wrapper .detail-link .right-arrow {
  visibility: hidden;
  color: #1379C8;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 1rem;
  transform: scale(1, 2) !important;
  /* Safari and Chrome */
  -webkit-transform: scale(1, 1.5);
  /* Firefox */
  -moz-transform: scale(1, 1.5);
  /* IE 9+ */
  -ms-transform: scale(1, 1.5);
  /* Opera */
  -o-transform: scale(1, 1.5);
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link:hover {
  text-decoration: none !important;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link:hover .name {
  color: #1379C8 !important;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link:hover .right-arrow {
  visibility: visible !important;
}
.c-parts-search__search-results .multiple-results-container a.js-product-component-search-link.nonstock-disable {
  display: block;
  pointer-events: none;
}
.c-parts-search__search-results hr {
  border-color: #A8B2B8;
  margin: 0;
}
@media (min-width: 48rem) {
  .c-parts-search__search-results hr {
    width: 100% !important;
  }
}
.c-parts-search__search-results .c-parts-search__results-message-content {
  font-size: 24px;
  padding: 1.5rem 0;
  margin-left: -1rem;
}
@media (max-width: 47.98rem) {
  .c-parts-search__search-results .c-parts-search__results-message-content {
    margin-left: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.c-parts-search__part-detail-panel {
  width: 50%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 500ms ease max-height;
  transition: 500ms ease max-height;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel {
    width: 100%;
    padding: 1rem;
  }
}
@media (max-width: 400px) {
  .c-parts-search__part-detail-panel {
    padding: 0;
  }
}
.c-parts-search__part-detail-panel .panel-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .panel-col {
    gap: 0;
  }
}
.c-parts-search__part-detail-panel .panel-col .shop-col .atc-row .price-container .prices .info-icon .tooltip {
  top: 100%;
  -webkit-transform: translate(-100%, 0.625em);
  transform: translate(-100%, 0.625em);
  min-height: 4.6875rem;
}
.c-parts-search__part-detail-panel .panel-col .shop-col .atc-row .price-container .prices .info-icon .tooltip::after {
  top: -0.625em;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-parts-search__part-detail-panel .panel-col .shop-col .atc-row .qty-atc .parts-desktop-atc .c-parts-table__atc {
  position: relative;
}
.c-parts-search__part-detail-panel .panel-col .shop-col .atc-row .qty-atc .parts-desktop-atc .c-parts-table__atc .atc-msg {
  position: absolute;
  z-index: 2000;
  right: 0;
}
.c-parts-search__part-detail-panel .panel-col .shop-col .atc-row .qty-atc .parts-desktop-atc .c-parts-table__atc .atc-msg .add-to-cart-messages {
  min-width: 15.625rem;
}
.c-parts-search__part-detail-panel .panel-col .description-and-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .panel-col .description-and-detail {
    padding-top: 1rem;
  }
}
.c-parts-search__part-detail-panel .panel-col .description-and-detail .product-specification-table {
  gap: 0.5rem;
}
.c-parts-search__part-detail-panel .panel-col .description-and-detail .product-specification-table .panel-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5625rem;
  padding: 0.75rem 0.625rem;
}
.c-parts-search__part-detail-panel .panel-col .h4.mb-5 {
  margin-bottom: 0.5rem !important;
}
.c-parts-search__part-detail-panel .panel-col .mobile-only-atc-footer {
  padding-top: 0.75rem;
  width: 100%;
}
.c-parts-search__part-detail-panel .panel-col .mobile-only-atc-footer button {
  min-height: 3rem;
}
@media (min-width: 48rem) {
  .c-parts-search__part-detail-panel .panel-col .nonstock-phone a {
    color: #0a2433 !important;
    cursor: default;
    pointer-events: none;
  }
}
.c-parts-search__part-detail-panel .shop-col {
  width: 100%;
}
.c-parts-search__part-detail-panel .shop-col .atc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 2.8125rem;
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .shop-col .atc-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}
.c-parts-search__part-detail-panel .shop-col .atc-row .qty-atc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .shop-col .atc-row .qty-atc .simple-quantity .qty-label {
    display: none !important;
  }
}
.c-parts-search__part-detail-panel .shop-col .atc-row .qty-atc .simple-quantity .c-product-quantity__nav {
  width: 5rem;
}
.c-parts-search__part-detail-panel .shop-col .atc-row .qty-atc .simple-quantity .c-product-quantity__button {
  display: none;
}
.c-parts-search__part-detail-panel .shop-col .avail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-align: right;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 47.98rem) and (max-width: 400px) {
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
    width: 100%;
  }
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 dl .c-size-table__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 dl .c-size-table__availability dt {
    white-space: nowrap;
  }
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 dl .c-size-table__availability dd {
    max-width: 4.375rem;
    text-wrap: wrap;
    text-align: left;
  }
}
@media (max-width: 47.98rem) and (min-width: 400px) {
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 dl .c-size-table__availability dd {
    white-space: nowrap;
  }
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .shop-col .avail-row .col-12 dl > :first-child dd {
    white-space: nowrap;
  }
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .shop-col .avail-row .col.text-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-parts-search__part-detail-panel .shop-col .avail-row .col.text-sm dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
  }
  .c-parts-search__part-detail-panel .shop-col .avail-row .col.text-sm dl .c-size-table__availability {
    white-space: nowrap;
    overflow: hidden;
  }
}
.c-parts-search__part-detail-panel .shop-col .nonstock-price-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-parts-search__part-detail-panel .shop-col .nonstock-price-col .nonstock-avail-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.c-parts-search__part-detail-panel .shop-col .nonstock-price-col .nonstock-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .c-parts-search__part-detail-panel .shop-col .nonstock-price-col .nonstock-phone a {
    color: #0a2433 !important;
    cursor: default;
    pointer-events: none;
  }
}
.c-parts-search__part-detail-panel .nonstock-part-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .nonstock-part-col {
    padding-top: 0.75rem;
  }
}
.c-parts-search__part-detail-panel .nonstock-part-col .part-data-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5rem;
  font-size: 1.25rem;
}
.c-parts-search__part-detail-panel .nonstock-part-col .part-data-col .part-brand {
  text-transform: lowercase;
  font-weight: 600;
}
.c-parts-search__part-detail-panel .nonstock-part-col .part-data-col .part-brand::first-letter, .c-parts-search__part-detail-panel .nonstock-part-col .part-data-col .part-brand::first-line {
  text-transform: capitalize;
}
.c-parts-search__part-detail-panel .nonstock-part-col .part-data-col .part-num {
  line-height: 0.9rem;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.c-parts-search__part-detail-panel .nonstock-part-col .nonstock-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  line-height: 1.4rem;
  padding: 0.75rem;
  background-color: #F0F3F5;
}
@media (min-width: 48rem) {
  .c-parts-search__part-detail-panel .nonstock-part-col .nonstock-msg .nonstock-phone a {
    color: #0a2433 !important;
    cursor: default;
    pointer-events: none;
  }
}
.c-parts-search__part-detail-panel .description-and-detail {
  padding-top: 0;
  margin-top: 1rem;
  margin-top: 0;
  border-top: none;
  line-height: 1.2;
}
.c-parts-search__part-detail-panel .description-and-detail .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-parts-search__part-detail-panel .description-and-detail .detail-heading {
  display: none;
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
  }
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .c-product-details__title {
  font-size: 20px;
}
@media (max-width: 47.98rem) {
  .c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .c-product-details__title {
    margin-bottom: 0 !important;
  }
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .pdp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .pdp-nav .pdp-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--skin-primary-color-1);
  cursor: pointer;
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .pdp-nav .pdp-link:hover {
  text-decoration: underline;
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .pdp-nav .link-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .pdp-nav .link-arrow .icon-hvac {
  height: 0.875rem;
  width: 0.625rem;
  padding-bottom: 0.125rem;
}
@media (min-width: 48rem) {
  .c-parts-search__part-detail-panel .description-and-detail .parts-results-detail-heading .pdp-nav .link-arrow .icon-hvac {
    padding-bottom: 0.1875rem;
  }
}
.c-parts-search__part-detail-panel .description-and-detail .c-product-custom-combo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-parts-search__part-detail-panel .description-and-detail .c-product-custom-combo .c-product-details__main {
  padding-bottom: 0;
}
.c-parts-search__part-detail-panel .description-and-detail .c-product-custom-combo .compli-attach-col .c-product-details__documents__title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.c-parts-search__part-detail-panel .description-and-detail .parts-results-hidden {
  display: none;
}
.c-parts-search__part-detail-panel .description-and-detail .product-specification-table .h4 {
  font-size: 20px;
}
.c-parts-search__part-detail-panel.panel-active {
  border: 1px solid gray;
  max-height: 125rem;
}
.c-parts-search .fix-height {
  max-height: 93.75rem !important;
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #ed3b38;
  margin-left: -0.5625em;
}

/* ============================================================================
    HVAC Warranty Page / Form
   ============================================================================ */
.hvac-wrnty-ui__alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hvac-wrnty-ui__alert .alert {
  position: absolute;
  z-index: 100;
  max-width: 100%;
}
.hvac-wrnty-ui__alert .alert .close {
  width: auto;
}
.hvac-wrnty-ui__page {
  position: relative;
}
.hvac-wrnty-ui__page .page-heading {
  font-size: 2rem;
}
.hvac-wrnty-ui__page__message-and-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hvac-wrnty-ui__page__message-and-form-container .warranty-message {
  width: 100%;
}
.hvac-wrnty-ui__page__message-and-form-container .warranty-message .desktop-only {
  display: none;
}
.hvac-wrnty-ui__page__message-and-form-container form {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.hvac-wrnty-ui__page__message-and-form-container form .main-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.hvac-wrnty-ui__page__message-and-form-container form .main-button-row .button-container {
  max-width: 50%;
}
@media (min-width: 48rem) {
  .hvac-wrnty-ui__page__message-and-form-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
  }
  .hvac-wrnty-ui__page__message-and-form-container .warranty-message {
    width: 25%;
  }
  .hvac-wrnty-ui__page__message-and-form-container .warranty-message .desktop-only {
    display: inline-block;
  }
  .hvac-wrnty-ui__page__message-and-form-container form {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
}
.hvac-wrnty-ui__page__message-and-form-container .warranty-message h2,
.hvac-wrnty-ui__page__message-and-form-container .message-addendum h2 {
  font-size: 1rem;
  font-weight: 700;
}
.hvac-wrnty-ui__page .confirmation-page {
  padding: 0;
}
.hvac-wrnty-ui__page .confirmation-page .conf-heading {
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
.hvac-wrnty-ui__page .confirmation-page .conf-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.hvac-wrnty-ui__page .confirmation-page .conf-body .process-msg {
  line-height: 1.4;
}
.hvac-wrnty-ui__page .confirmation-page .conf-body .question-msg {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.hvac-wrnty-ui__page .confirmation-page .conf-body .mfr-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 1.625rem;
  list-style-type: disc;
}
.hvac-wrnty-ui__page .confirmation-page .conf-body .submit-another-btn {
  padding: 0.75rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hvac-wrnty-ui__page .confirmation-page .privacy-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
.hvac-wrnty-ui__page .confirmation-page .privacy-info h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.hvac-wrnty-ui__page .confirmation-page .privacy-info .privacy-policy {
  line-height: 1.4;
}
.hvac-wrnty-ui__page .btn-primary:hover {
  -webkit-filter: brightness(94%);
          filter: brightness(94%);
}
.hvac-wrnty-ui__page .btn-flat {
  color: #1379C8;
}
.hvac-wrnty-ui__page .edit-icon {
  height: 1rem;
  width: 1rem;
}
.hvac-wrnty-ui__page .checkbox-summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hvac-wrnty-ui__page .checkbox-summary-wrapper .js-checkbox-summary-icon-yes,
.hvac-wrnty-ui__page .checkbox-summary-wrapper .js-checkbox-summary-icon-no {
  background-color: black !important;
  height: 1rem;
  width: 1rem;
  border-radius: 0.1875rem;
  color: white;
}
.hvac-wrnty-ui__page .field-error-icon {
  height: 0.833125rem;
  width: 0.833125rem;
}
.hvac-wrnty-ui__page .js-hvac-warranty-error,
.hvac-wrnty-ui__page .js-hvac-warranty-radio-group-invalid-feedback {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.hvac-wrnty-ui__page .edit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.hvac-wrnty-ui__page input {
  margin-bottom: 0;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-container {
  width: 100%;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-container .js-hvac-warranty-save-and-add-part-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-header {
  background-color: #F0F3F5;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-header h3 {
  font-size: 1rem;
  font-weight: 700;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-header.summary-color,
.hvac-wrnty-ui__page .accordion-header.summary-color {
  background-color: #E6F2FE;
}
.hvac-wrnty-ui__page .accordion-header:hover {
  background-color: #ddd;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-content {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  background-color: #F0F3F5;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-card {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-card .js-hvac-warranty-claim-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-top: 1rem;
}
.hvac-wrnty-ui__page .js-hvac-warranty-accordion-card .js-hvac-warranty-claim-buttons-container button {
  margin-right: 1.125rem;
}
@media (min-width: 48rem) {
  .hvac-wrnty-ui {
    padding: 2.25rem;
  }
}
.hvac-wrnty-ui .page-heading {
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
.hvac-wrnty-ui__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.hvac-wrnty-ui__form__section-body > .fields-col {
  margin-top: 1rem;
}
.hvac-wrnty-ui__form__section-body {
  background-color: #F0F3F5;
  padding: 2rem;
}
.hvac-wrnty-ui__form__section-body .section-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1.2;
}
.hvac-wrnty-ui__form__section-body .section-header-row .flex-left-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1.2;
  justify-items: center;
}
.hvac-wrnty-ui__form__section-body .section-header-row .flex-left-fix .alert-success-icon {
  width: 1.75rem;
  height: 1.75rem;
}
.hvac-wrnty-ui__form__section-body .section-header-row .section-header-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  color: white;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #1379C8;
  padding: 0.625rem;
  line-height: 1.2;
}
.hvac-wrnty-ui__form__section-body .section-header-row .check_circle {
  width: 30px;
  height: 30px;
}
.hvac-wrnty-ui__form__section-body .section-header-row .section-header {
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-bottom: 0;
}
.hvac-wrnty-ui__form__section-body .section-header-row .edit-btn {
  font-size: 1rem;
  justify-self: flex-end;
}
.hvac-wrnty-ui__form__section-body .fields-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: capitalize;
}
.hvac-wrnty-ui__form__section-body .fields-col .label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hvac-wrnty-ui__form__section-body .fields-col .label-row span {
  font-size: 0.875rem;
}
.hvac-wrnty-ui__form__section-body .fields-col label:not(.weight-normal) {
  font-weight: 600;
}
.hvac-wrnty-ui__form__section-body .fields-col.summary-color {
  background-color: #E6F2FE;
}
.hvac-wrnty-ui__form__section-body .fields-col .js-hvac-warranty-summary-only-el {
  display: none !important;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap.sm-col {
  max-width: 50%;
}
@media (min-width: 48rem) {
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap.sm-col {
    max-width: 25%;
  }
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap.sm-col input {
  min-width: 6.5625rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap label {
  margin-bottom: 0;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap .check-label {
  padding-left: 0.5rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap select {
  font-size: 1rem;
  margin-bottom: 0;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap select:not(.state-select) {
  font-weight: 600;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap .input-lg {
  height: 6.3125rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap .footnotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .field-wrap .summary-concat-row {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 48rem) {
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .field-wrap.md-col {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .field-wrap.half-col {
    width: 48.5%;
  }
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .field-wrap.xs-col {
  max-width: 50%;
}
@media (min-width: 48rem) {
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .field-wrap.xs-col {
    max-width: 20%;
  }
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .field-wrap.xs-col input {
  min-width: 6.5625rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row input.radio-button {
  border-color: #D3D3D3;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .radio-inline {
  font-weight: 400;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .check-label {
  margin-left: 1.125rem;
  margin-bottom: 0;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row .inline-check {
  margin-left: 26px;
}
.hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .fields-row.radio {
  gap: 0.25rem;
}
@media (max-width: 63.98rem) {
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .address-two.js-hvac-warranty-summary-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 63.98rem) {
  .hvac-wrnty-ui__form__section-body .fields-col .fields-subsection .names.js-hvac-warranty-summary-hidden {
    margin-top: 4rem;
  }
}
.hvac-wrnty-ui__form__section-body .fields-col .gen-infor-horizontal-line {
  height: 2rem;
  margin-bottom: 2rem;
}
.hvac-wrnty-ui__form__section-body .fields-col .section-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hvac-wrnty-ui__form__section-body .fields-col .section-button-row.primary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hvac-wrnty-ui__form__section-body .fields-col .section-button-row.editable {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
}
.hvac-wrnty-ui__form__section-body input.js-hvac-warranty-file-upload-input {
  background: transparent;
  border: none;
}
.hvac-wrnty-ui__form__section-body.summary-color {
  background-color: #E6F2FE;
}
.hvac-wrnty-ui__form .js-hvac-warranty-review-btn {
  max-width: 19.625rem;
  padding: 1rem 2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hvac-wrnty-ui__general-info .gen-info.js-hvac-warranty-summary-only-el {
  gap: 0.5rem;
}
@media (min-width: 48rem) {
  .hvac-wrnty-ui__general-info .field-wrap.gen-info.half-col.js-hvac-warranty-summary-hidden {
    margin-top: 4rem;
  }
}
.hvac-wrnty-ui__claim-type__alert {
  font-size: 0.75rem;
}
.hvac-wrnty-ui__claim-type__alert .alert-warning-icon {
  height: 0.83125rem;
  width: 0.83125rem;
}
.hvac-wrnty-ui__claim-type .fields-subsection.no-gap.hidden-fields {
  gap: 0;
}
.hvac-wrnty-ui__claim-type .fields-subsection.no-gap.hidden-fields .field-wrap {
  gap: 0.5rem;
}
.hvac-wrnty-ui__claim-type .fields-subsection.no-gap.hidden-fields .field-wrap .claim-type-result {
  font-weight: 700;
}
.hvac-wrnty-ui__claim-type .fields-subsection.no-gap.hidden-fields .js-hvac-warranty-selection-container .field-wrap .fields-row:last-child {
  margin-bottom: 0;
}
.hvac-wrnty-ui__claim-type .fields-subsection.no-gap.hidden-fields .fields-row.js-hvac-warranty-pro-partner-group {
  margin-top: 1rem;
}
.summary-color .hvac-wrnty-ui__claim-type .fields-subsection.no-gap.hidden-fields .fields-row.js-hvac-warranty-pro-partner-group {
  margin-top: 0.5rem;
}
.hvac-wrnty-ui__claim-info .fields-col {
  color: inherit;
}
.hvac-wrnty-ui__claim-info .claim-info-section-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hvac-wrnty-ui__claim-info .part-block.section-header-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hvac-wrnty-ui .js-hvac-warranty-claim-accordion-button.summary-color,
.hvac-wrnty-ui .js-hvac-warranty-part-accordion-button.summary-color, .hvac-wrnty-ui__form > .weight-normal {
  font-weight: 400;
}

/**
 * Scopes create a new styling context. These should be used sparingly. they can be open to abuse
 * and lead to poor CSS if not used wisely. The primary use case for scopes within an SFCC standup
 * is to provide styles within a content asset or content slot. The secondary use case is when
 * styling an SG component in order to easily style the SG classes that are in place.
 *
 * Please namespace all scope classes with s-
 */
/**
* Inserts content into body pseudo element as a flag to JS for current viewport
* size to align CSS with JS. Required by viewport-is.js
*/
body::after {
  content: "mobile";
  display: none;
}
@media (min-width: 48rem) {
  body::after {
    content: "tablet";
  }
}
@media (min-width: 64rem) {
  body::after {
    content: "desktop";
  }
}

/**
 * Components are concrete, implementation-specific pieces of UI. All of the changes you make to
 * its styles should be detectable in the context you're currently looking at. Modifying these
 * styles should be safe and have no side effects.
 *
 * Please namespace all component classes with c-.
 *
 * Do not remove the {{COMPONENTS}} Sass comment below as it is needed to scaffold
 * out components.
 */
/* ============================================================================
   Store Selector
   ============================================================================ */
.c-store-selector {
  color: #0a2433;
  position: relative;
}
.c-store-selector__form-group {
  margin-bottom: 0.375rem;
}
.c-store-selector__use-location {
  right: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-store-selector__search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-store-selector__container {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 7.0625rem;
  margin: 1rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  width: 25rem;
}
.c-store-selector__availability-img {
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 4.98125rem;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: initial;
  width: 4.69375rem;
}
.c-store-selector__info__icon {
  line-height: 0.5;
  height: 1rem;
}
.c-store-selector__info__label {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
}
.c-store-selector__minicart {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 2rem;
  margin: 0.25rem 1rem 0.25rem 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 2rem;
}
.c-store-selector__modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
}
.c-store-selector__modal__name {
  color: #0a2433;
  display: inline-block;
  font-size: 0.9rem;
  height: 3.1875rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  padding-left: 1rem;
  width: 16.9375rem;
}
.c-store-selector__modal__manuf-number {
  color: #4e575f;
  display: block;
  font-size: 0.8rem;
  height: 0.9375rem;
  line-height: 2.2;
  padding-left: 1rem;
}
.c-store-selector__modal__status-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-store-selector__modal__store-hours {
  font-weight: 700;
}
.c-store-selector__modal__available {
  padding-top: 0.75rem;
}
.c-store-selector__modal__name-number-container {
  display: inline-block;
  vertical-align: top;
  width: 16.9375rem;
}
.c-store-selector__modal__cart-items {
  background-color: #dfe4e7;
  margin-top: 1rem;
  max-height: 87px;
  padding: 1rem 0;
}
.c-store-selector__modal__cart-items__icon svg {
  height: 32px;
}
.c-store-selector__modal__cart-items__title {
  font-size: 0.9375rem;
  font-weight: bold;
}
.c-store-selector__modal__cart-items__description {
  font-size: 0.8rem;
}
.c-store-selector__modal__stock-toggle {
  padding: 1rem 0;
}
.c-store-selector__modal__footer {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-store-selector__button-container {
  width: 400px;
  height: 72px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 8px 0 0;
  padding: 0 0 16px;
  background-color: #fff;
}
.c-store-selector__button-container-row {
  width: 368px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 15px 16px 0;
}
.c-store-selector__nearby-container {
  max-width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  left: -0.75rem;
  top: calc(100% + 0.8125rem);
  z-index: 1000;
  width: 27rem;
}
@media (min-width: 48rem) {
  .c-store-selector__nearby-container {
    left: 0;
  }
}
.c-store-selector__nearby-container__inner {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  max-height: min(calc(100vh - 6.25rem), 38.75rem);
  min-height: 25rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-store-selector__nearby-container__inner {
    height: auto;
  }
}
.c-store-selector__nearby-container__header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-store-selector__nearby-container__footer {
  padding: 1rem;
  border-top-style: solid;
  border-width: thin;
}
.c-store-selector__nearby-container--modal {
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-radius: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  outline: 0;
  position: relative;
  padding: 1rem 0 0;
  top: 0;
  width: 25rem;
}
.c-store-selector__form-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-store-selector__form-wrap__prod-description {
  background-color: #f0f3f5;
}
.c-store-selector__results {
  padding-left: 1rem;
  padding-right: 1rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 23.25rem);
}
@media (max-width: 47.98rem) {
  .c-store-selector__results {
    max-height: calc(100vh - 17.25rem);
  }
}
.c-store-selector__card-labels {
  background-color: #fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.c-store-selector__cards-heading {
  background-color: #dfe4e7;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}
.c-store-selector__card {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfe4e7;
}
.c-store-selector__card__stock {
  border-radius: 6.25rem;
  background-color: #FFEDDA;
  color: #595454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  padding-inline: 0.313rem;
  text-align: right;
}
.c-store-selector__card__stock--in-stock {
  background-color: #D5F2E8;
}
.c-store-selector__card__stock--out-of-stock {
  background-color: #FBDBDA;
}
.c-store-selector__card:not(.c-store-selector__card--current) {
  border-bottom-color: transparent;
}
.c-store-selector__card:last-child {
  border-bottom-color: #dfe4e7;
}
.c-store-selector__card__header, .c-store-selector__card__body {
  border: 1px solid;
}
.c-store-selector__card__header.fol, .c-store-selector__card__body.fol {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}
.c-store-selector__card__header {
  background-color: #dfe4e7;
  border-color: #dfe4e7;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  text-transform: uppercase;
}
.c-store-selector__card__body {
  border-color: transparent;
}
.c-store-selector__card__body.fol {
  padding: 0.6875rem;
}
.c-store-selector__card__store-name {
  margin-bottom: 0.6875rem;
}
.c-store-selector__card__address {
  margin-bottom: 0.8125rem;
}
.c-store-selector__card__store-details {
  white-space: nowrap;
  padding-left: 0.4375rem;
  margin: auto;
  margin-right: 0px;
}
.c-store-selector__card__store-details:active, .c-store-selector__card__store-details:focus, .c-store-selector__card__store-details:hover {
  color: #1379c8;
}
.c-store-selector__card.is-active {
  border-color: #1379c8;
}
.c-store-selector__card.is-active .c-store-selector__card__header, .c-store-selector__card.is-active .c-store-selector__card__body {
  border-color: #1379c8;
}
.c-store-selector__card.is-active .c-store-selector__card__header {
  background-color: #1379c8;
  color: #fff;
}

.modal-open .c-store-selector__nearby-modal {
  overflow: hidden;
}

/* ============================================================================
SVG Icons
============================================================================ */
.c-icon {
  height: 1rem;
  width: 1rem;
}
.c-icon--store-locator-toggle, .c-icon--pin, .c-icon--kob, .c-icon--close, .c-icon--tooltip-info, .c-icon--compliance, .c-icon--24 {
  height: 1.5rem;
  width: 1.5rem;
}
.c-icon--20 {
  height: 1.25rem;
  width: 1.25rem;
  margin-bottom: 0.1875rem;
}
.c-icon--30 {
  height: 1.875rem;
  width: 1.875rem;
}
.c-icon--16 {
  height: 1rem;
  width: 1rem;
}
.c-icon--store-locator-toggle, .c-icon--kob {
  margin-bottom: 0.0625rem;
}
.c-icon--target {
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}
.c-icon--see-all, .c-icon--remove {
  height: 0.75rem;
  width: 0.75rem;
}
.c-icon--availability {
  height: 1.5rem;
  margin-bottom: 0.125rem;
  width: 1.5rem;
}
.c-icon--close-lg {
  height: 1.5625rem;
  width: 1.5625rem;
}
@media (min-width: 48rem) {
  .c-icon--close-lg {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}
@media (min-width: 48rem) {
  .c-icon--account {
    height: 2.25rem;
    width: 2.25rem;
  }
}
@media (min-width: 48rem) {
  .c-icon--bookmark {
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .c-icon--shopping-cart {
    height: 2rem;
    width: 2rem;
  }
}
.c-icon--col {
  margin-left: -0.4375rem;
}
.c-icon--store-selector {
  height: 0.75rem;
  width: 0.75rem;
}
.c-icon--play {
  height: 2rem;
  width: 2rem;
  z-index: 1;
}
.c-icon--hvac {
  height: 1.1875rem;
  width: 1.1875rem;
}

/* ============================================================================
Card
============================================================================ */
.c-card {
  border: none;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 48rem) {
  .c-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.c-card__header {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 0;
  width: 100%;
}
.c-card__heading, .c-card__sub-heading {
  font-weight: 600;
}
.c-card__heading {
  font-size: 1.25rem;
}
.c-card__heading__marker {
  background-color: #1379c8;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  height: 1.75rem;
  margin-right: 0.25rem;
  padding-top: 0.0625rem;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
  width: 1.75rem;
}
.c-card__heading__marker--ghost {
  background-color: #a8b2b8;
}
.c-card__body {
  padding: 0;
}
.c-card__tooltip-sub-header {
  margin-bottom: 1.25rem;
}
.c-card__sub-heading {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.c-card__sub-heading-tooltip {
  margin-left: 0.3125rem;
  margin-top: -0.125rem;
}
.c-card__sub-heading-tooltip .tooltip {
  text-align: center;
}
.c-card__contact--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card__contact--phone .phone-tooltip {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  max-width: 30%;
  margin-bottom: 0.25rem;
}
.c-card__contact--phone .invalid-feedback {
  margin-top: 0;
}
.c-card__contact__input {
  max-width: none;
}
@media (min-width: 64rem) {
  .c-card__contact__input {
    max-width: 30.75rem;
    width: 70%;
  }
}
@media (min-width: 64rem) {
  .c-card__contact--phone .c-card__contact__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.c-card .c-card__custom__label {
  padding: 0;
}
.c-card__check-status .c-card__custom__label {
  margin-bottom: 0.3125rem;
}
.c-card--border {
  border: 2px solid #f0f3f5;
  border-radius: 0.1875rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.c-card--border.ghost {
  padding-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .c-card--border.ghost {
    opacity: 1 !important;
    padding-bottom: 1.6875rem;
  }
}
@media (min-width: 48rem) {
  .c-card--border {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.c-card--border .card-header-custom {
  line-height: 1.2;
}
.c-card--checkout {
  padding-bottom: 0;
}
.c-card--checkout .pickup-in-store {
  margin-bottom: 1.5rem;
}
@media (min-width: 64rem) {
  .c-card--checkout .pickup-in-store {
    margin-bottom: 2rem;
  }
}
.c-card--checkout .c-card__header {
  margin-bottom: 2rem;
}
.c-card--checkout .c-card__check-status {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .c-card--checkout .c-card__check-status {
    margin-bottom: 1.875rem;
  }
}
.c-card--checkout-complete {
  --skin-background-color-1: #E6F2FE;
  border-color: #E6F2FE;
}
@media (min-width: 48rem) {
  .c-card--checkout-complete .c-card__header {
    margin-bottom: 1.25rem;
  }
}
.c-card--checkout-complete .c-card__heading__marker {
  background-color: #1abc81;
}
.c-card--checkout-complete .c-card__check-status {
  margin-top: 1.5rem;
}
.c-card__btn_text {
  font-size: 1rem;
}
.c-card__form-control-label, .c-card__info-text {
  font-size: 0.9375rem;
}
@media (min-width: 48rem) {
  .c-card__form-control-label, .c-card__info-text {
    font-size: 1rem;
  }
}
.c-card__info-text {
  font-weight: 600;
}
.c-card__save-customer {
  width: 5.25rem;
}
.c-card.ghost .c-card__heading {
  color: #a8b2b8;
}

/* ============================================================================
   Search Suggestions
   ============================================================================ */
.c-search-suggestions {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 7px 5px -5px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  left: 0.03125rem;
  right: 0.09375rem;
}
@media (max-width: 47.98rem) {
  .c-search-suggestions {
    max-width: 99.5%;
  }
}
.c-search-suggestions__section-heading, .c-search-suggestions__container {
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.c-search-suggestions__section-heading {
  background-color: #dfe4e7;
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  text-transform: uppercase;
}
.c-search-suggestions__container {
  margin-bottom: 0.9375rem;
  max-height: 7.1875rem;
  overflow: hidden;
  padding-top: 0.9375rem;
}
.c-search-suggestions__container:first-child {
  overflow-y: auto;
}
@media (min-width: 48rem) {
  .c-search-suggestions__container {
    max-height: 16.75rem;
  }
  .c-search-suggestions__container:first-child {
    overflow-y: hidden;
  }
}
.c-search-suggestions__container--products {
  max-height: 8.75rem;
  text-transform: uppercase;
}
.c-search-suggestions__container--products .c-search-suggestions__suggestion:not(:first-child) {
  padding-top: 0.5rem;
}
.c-search-suggestions__container--products .c-search-suggestions__suggestion:last-child {
  margin-bottom: -0.1875rem;
}
.c-search-suggestions__container--products .c-search-suggestions__suggestion:not(:last-child) {
  padding-bottom: 0.5rem;
}
.c-search-suggestions__suggestion {
  margin-left: -0.125rem;
  overflow: hidden;
  padding-bottom: 0.1875rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  padding-top: 0.1875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-search-suggestions__suggestion:last-child {
  margin-bottom: -0.4375rem;
}
.c-search-suggestions__suggestion__link {
  padding-bottom: 0.25rem;
  padding-top: 0.3125rem;
}
.c-search-suggestions__suggestion__img {
  aspect-ratio: 1/1;
  height: auto;
  margin-right: 0.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.875rem;
}
.c-search-suggestions__suggestion__noimg {
  background-color: #eee;
  color: #ccc;
  font-size: 0.625rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  padding: 0.25rem;
  width: 1.875rem;
  white-space: pre-line;
}

/* ============================================================================
   KOB Card
   ============================================================================ */
.c-kob-card {
  border: 2px solid #f0f3f5;
}
.c-kob-card__header, .c-kob-card__body {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.c-kob-card__header {
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}
.c-kob-card__header__status {
  background-color: #1379c8;
  color: #fff;
  font-size: 10px;
  padding: 4px 7px;
  border-radius: 8px;
  text-transform: uppercase;
}
.c-kob-card__header__status--closed {
  background-color: #4e575f;
}
.c-kob-card__header__title {
  white-space: nowrap;
}
.c-kob-card__body {
  padding-bottom: 0.75rem;
}
.c-kob-card__body-row {
  white-space: nowrap;
}
.c-kob-card__phone {
  white-space: nowrap;
}
.c-kob-card__store-hours {
  line-height: 1.1;
}
.c-kob-card__store-details-link {
  text-decoration: underline;
}

/* ============================================================================
   KOB Filter
   ============================================================================ */
.c-kob-filters__content {
  padding-top: 0.3125rem;
}
.c-kob-filters__accordion-heading {
  margin-bottom: 1.1875rem;
}
.c-kob-filters__grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .c-kob-filters__grid {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 64rem) {
  .c-kob-filters__grid {
    grid-template-columns: auto auto auto;
  }
}
.c-kob-filters__types-selected {
  margin-bottom: 1.875rem;
  white-space: nowrap;
}
.c-kob-filters__types-selected__type {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.c-kob-filters__filter {
  margin-bottom: 1.25rem;
}
.c-kob-filters__filter__label {
  white-space: nowrap;
}
.c-kob-filters__filter__label::before, .c-kob-filters__filter__label::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ============================================================================
   Store Detail Navigation
   ============================================================================ */
.c-store-detail-nav__tabs {
  display: none;
}
.c-store-detail-nav__dropdown {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .c-store-detail-nav__dropdown {
    display: none;
  }
  .c-store-detail-nav__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ============================================================================
   Store Detail Tab
   ============================================================================ */
.c-store-detail-tab__title {
  margin-bottom: 2.25rem;
}
.c-store-detail-tab__top-row {
  margin-bottom: 4rem;
}
@media (min-width: 48rem) {
  .c-store-detail-tab__column-store-images {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}
.c-store-detail-tab__column-store-images img {
  max-width: 100%;
}
.c-store-detail-tab__column-address-hours {
  margin-top: 2rem;
}
.c-store-detail-tab__column-address-hours__directions {
  display: block;
  margin-bottom: 1rem;
}
.c-store-detail-tab__column-address-hours__fax {
  margin-bottom: 1rem;
}
.c-store-detail-tab__column-address-hours__phone-text-email__link {
  margin-right: 1rem;
}
.c-store-detail-tab__row-address-hours {
  margin-bottom: 2rem;
}
.c-store-detail-tab__row-address-hours__hours {
  min-width: 18.75rem;
}
.c-store-detail-tab__row-address-hours__address {
  margin-bottom: 2rem;
}
.c-store-detail-tab__row-address-hours__address__inner-container {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f3f5;
}
@media (min-width: 48rem) {
  .c-store-detail-tab__row-address-hours__address__inner-container {
    border-bottom: none;
  }
}
.c-store-detail-tab__book-showroom-appointment {
  width: 100%;
}
@media (min-width: 48rem) {
  .c-store-detail-tab__column-nearby-locations {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
.c-store-detail-tab__column-nearby-locations__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-store-detail-tab__column-nearby-locations__nearby-locations-container {
  background-color: #f0f3f5;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2rem;
  min-height: 367px;
}
.c-store-detail-tab__column-nearby-locations__nearby-location {
  font-size: medium;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.c-store-detail-tab__column-nearby-locations__link {
  color: #0f61a0 !important;
}

/* ============================================================================
   Store Locator
   ============================================================================ */
.c-store-locator__body {
  padding-left: 1.4375rem;
  padding-top: 1.5rem;
}
.c-store-locator__search-btn {
  width: 100%;
}
@media (min-width: 48rem) {
  .c-store-locator__search-btn {
    width: 9.375rem;
  }
}
.c-store-locator__form {
  margin-bottom: 1rem;
}
@media (max-width: 47.98rem) {
  .c-store-locator__map-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .c-store-locator__map-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.c-store-locator__map-card {
  overflow: hidden;
  padding-bottom: 0.75rem;
  padding-top: 0.375rem;
}
.c-store-locator__map-card__heading {
  margin-bottom: 0;
}
.c-store-locator__map-card__address {
  margin-bottom: 0.6875rem;
}
.c-store-locator__map-card__hr {
  height: 0.0625rem;
  color: #a8b2b8;
}
.c-store-locator__map-card__kob {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.c-store-locator__map-card__store-hours-heading {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.c-store-locator__map-card__store-hours-holiday {
  padding-bottom: 1.125rem;
}
.c-store-locator__map-card__store-directions {
  padding-bottom: 1.125rem;
}
.c-store-locator__map-card__td-l {
  text-align: left;
  padding-right: 30px;
}
.c-store-locator__map-card__td-r {
  text-align: left;
  padding-right: 10px;
}
.c-store-locator__toggle-view {
  margin-top: -0.5625rem;
}
.c-store-locator__store-locker-how-list {
  list-style: decimal inside;
}
.c-store-locator__store-locker-how-list li {
  display: list-item;
}

/* ============================================================================
   Quickview
   ============================================================================ */
@media (max-width: 47.98rem) {
  .c-quickview__modal-dialog {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 48rem) {
  .c-quickview__modal-dialog {
    top: 3rem;
  }
}
.c-quickview__modal-dialog--remove {
  position: absolute;
  top: 25%;
}
@media (max-width: 47.98rem) {
  .c-quickview__modal-dialog--remove {
    top: auto;
    bottom: 0;
  }
}
.c-quickview__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: max(100vh - 1.25rem);
  padding: 0;
}
@media (min-width: 64rem) {
  .c-quickview__modal-content {
    max-height: 90vh;
  }
}
.c-quickview .c-quickview__modal-body {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-quickview__modal-entered-address {
  margin-left: 1rem;
}
.c-quickview__modal-avs-address {
  text-align: right;
  margin-right: 1rem;
  display: inline-block;
}
.c-quickview__modal-body {
  overflow-x: hidden;
  padding: 1rem 0.9375rem;
}
@media (min-width: 48rem) {
  .c-quickview__modal-body {
    padding: 1rem;
  }
}
.c-quickview__modal-body__description {
  margin-bottom: 1rem;
}
.c-quickview__modal-body.product-detail {
  margin-bottom: 0;
}
.c-quickview__header, .c-quickview__modal-header {
  border-bottom: 1px solid #dfe4e7;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .c-quickview__header, .c-quickview__modal-header {
    padding: 0.9375rem 0.9375rem 1rem;
  }
}
.c-quickview__header .c-quickview__header__close, .c-quickview__header .c-quickview__modal-header__close, .c-quickview__modal-header .c-quickview__header__close, .c-quickview__modal-header .c-quickview__modal-header__close {
  opacity: 1;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-quickview__img, .c-quickview__thumb {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-quickview__img {
  background-color: #fff;
  max-height: 15.625rem;
}
.c-quickview__thumbs-carousel {
  width: 100%;
}
.c-quickview__thumbs-carousel .slick-arrow {
  background-color: transparent;
}
.c-quickview__img-carousel.slick-slider .slick-arrow {
  background-color: transparent;
  top: 50%;
}
@media (min-width: 48rem) {
  .c-quickview__img-carousel.slick-slider .slick-arrow {
    display: none !important;
  }
}
.c-quickview__thumb-wrap {
  border: 1px solid #dfe4e7;
  cursor: pointer;
  max-width: 100%;
}
.slick-slide:hover .c-quickview__thumb-wrap, .slick-current .c-quickview__thumb-wrap {
  border-color: #1379c8;
  border-width: 2px;
  padding: 0.3125rem;
}
.c-quickview__thumb {
  height: auto;
  width: 100%;
}
.c-quickview__quantity {
  width: 9.8125rem;
}
.c-quickview__product-detail__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-auto-rows: auto;
}
@media (min-width: 30rem) {
  .c-quickview__product-detail__inner {
    display: grid;
    -ms-grid-columns: 41.67% 58.33%;
    grid-template-columns: 41.67% 58.33%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
.c-quickview__primary-images {
  max-width: 100%;
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  grid-row-start: 5;
}
@media (min-width: 30rem) {
  .c-quickview__primary-images {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}
@media (min-width: 48rem) {
  .c-quickview__primary-images {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}
.c-quickview__replacement, .c-quickview__basic-info, .c-quickview__details {
  -ms-grid-column: 1;
}
@media (min-width: 30rem) {
  .c-quickview__replacement, .c-quickview__basic-info, .c-quickview__details {
    -ms-grid-column: 2;
  }
}
.c-quickview__replacement {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
@media (min-width: 30rem) {
  .c-quickview__replacement {
    -ms-grid-column: 1;
    grid-column-end: span 2;
  }
}
@media (min-width: 48rem) {
  .c-quickview__replacement {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
.c-quickview__basic-info {
  -ms-grid-row: 2;
}
.c-quickview__details {
  -ms-grid-row: 3;
}
.c-quickview__heading {
  font-size: 1.5rem;
  font-weight: 600;
}
.c-quickview__brand {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.c-quickview__product-name {
  font-size: 1.25rem;
}
.c-quickview__price {
  font-size: 1.5rem;
}
.c-quickview__price-unit {
  margin-top: 1rem;
}
.c-quickview__atc-btn {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.c-quickview__modal-footer {
  border-top: 1px solid #dfe4e7;
  display: block;
  padding: 1rem 0.9375rem 0.9375rem;
}
@media (min-width: 48rem) {
  .c-quickview__modal-footer {
    padding: 1rem;
  }
}
.c-quickview__modal-footer .c-quickview__btn-cancel:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-quickview__product-link {
  font-weight: 600;
}
@media (max-width: 47.98rem) {
  .c-quickview__product-link {
    font-size: 0.9375rem;
  }
}
@media (min-width: 48rem) {
  .c-quickview__product-link {
    padding-top: 0.6875rem;
  }
}
@media (min-width: 48rem) {
  .c-quickview__qty-atc-wrap {
    margin-bottom: -1rem;
  }
}
.c-quickview--atc .c-quickview__modal-dialog, .c-quickview--remove .c-quickview__modal-dialog, .c-quickview__compare .c-quickview__modal-dialog {
  max-width: 43.75rem;
}
@media (min-width: 48rem) {
  .c-quickview--remove .c-quickview__img-wrap {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
}
@media (min-width: 48rem) {
  .c-quickview--remove .c-quickview__details {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
}
.c-quickview__compare .product-number {
  padding: 0;
}
.c-quickview__compare .c-variation-attribute__swatches {
  margin-bottom: 0.5rem;
}
.c-quickview__compare .c-quickview__qty-atc-wrap {
  margin-bottom: 0;
}
.c-quickview__compare .c-quickview__atc--b2c .add-to-cart-global {
  max-width: 13.25rem;
  float: right;
}
.c-quickview__compare .c-quickview__atc--b2b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.c-quickview__compare .c-quickview__atc--b2b .add-to-cart-actions {
  display: block;
}
.c-quickview__compare .c-quickview__atc--b2b .atc-actions-container {
  padding: 0;
  max-width: 100%;
}
.c-quickview__compare .c-quickview__product-link {
  padding: 0 0.75rem;
}
.c-quickview__compare .c-quickview__details .c-product-actions-availability__availability-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
}
.c-quickview__compare .c-quickview__details .c-product-actions-availability__availability-info__icon {
  margin-bottom: 0;
}
.c-quickview__compare .c-quickview__details .c-variation-attribute.attributes, .c-quickview__compare .c-quickview__details .c-variation-attribute__select {
  font-size: 16px;
}
.c-quickview__compare .c-quickview__basic-info .c-product-numbers-rating__number {
  font-size: 0.9rem;
}
.c-quickview__compare__footer__atc-container .c-product-details__qty {
  display: none;
}
.c-quickview__compare__footer__atc-container .c-product-actions-availability__availability-messaging {
  display: none !important;
}
.c-quickview__compare__footer__atc-container .c-product-actions-availability__atc-messaging {
  margin-bottom: 0;
}
.c-quickview__compare__footer__atc-container .c-product-actions-availability__availability-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-quickview__compare__footer__atc-container .c-product-actions-availability__availability-info__icon {
  margin-bottom: 0;
}
.c-quickview__compare__footer__atc-container .add-to-cart-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-quickview__compare__footer .c-product-actions-availability__atc-messaging {
  padding: 0 1.625rem;
}
.c-quickview__s4l-msg.modal-dialog {
  top: 10.625rem;
  margin: 0 1rem;
}
@media (min-width: 48rem) {
  .c-quickview__s4l-msg.modal-dialog {
    top: 10.9375rem;
    margin: 0 auto;
  }
}
.c-quickview__s4l-msg .modal-content {
  border-color: #316186;
  border-radius: 1px;
  border-width: 2px;
  background-color: #E6F2FE;
}
@media (min-width: 48rem) {
  .c-quickview__s4l-msg .modal-content {
    max-width: 59.75rem;
    margin: 0 auto;
  }
}
.c-quickview__s4l-msg .modal-content .help-contact-number {
  color: #1379c8;
}
.c-quickview__s4l-msg--close {
  height: 1.5625rem;
  margin-top: 0.5rem;
  opacity: 1;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625rem;
}
.c-quickview__modal-footer .quickViewModalFooterAddToMyLists .add-to-my-lists, .c-quickview__modal-footer .quickViewModalFooterAddToMyLists .add-to-list {
  margin-bottom: 0 !important;
}
.c-quickview__modal-footer .add-to-cart-global {
  width: 100%;
}
.c-quickview__modal-footer .c-quickview__qty-atc-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quickView .quick-view-btn {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  font-size: 16px;
}

/* ============================================================================
   Product Quantity Buttons
   ============================================================================ */
.c-product-quantity__nav {
  height: 2.5rem;
  margin-bottom: 1rem;
}
.c-product-quantity__input {
  -moz-appearance: textfield;
  border-radius: 0;
  color: #0a2433;
  padding-right: 0.5rem;
}
.c-product-quantity__input::-webkit-inner-spin-button, .c-product-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-product-quantity__button {
  background-color: #fff;
  border-color: #a8b2b8;
}
.c-product-quantity__button .c-product-quantity__icon--disabled {
  display: none;
}
.c-product-quantity__button .c-product-quantity__icon--enabled {
  display: block;
}
.c-product-quantity__button--down {
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  padding-left: 0.6875rem;
  padding-right: 0.75rem;
}
.c-product-quantity__button--up {
  border-bottom-left-radius: 0;
  border-left: none;
  border-top-left-radius: 0;
  padding-left: 0.75rem;
  padding-right: 0.6875rem;
}
.c-product-quantity__button--disabled .c-product-quantity__icon--disabled {
  display: block;
}
.c-product-quantity__button--disabled .c-product-quantity__icon--enabled {
  display: none;
}
.c-product-quantity__qty-info {
  display: inline-block;
  vertical-align: top;
}
.c-product-quantity__qty-info__icon {
  margin-bottom: 0.25rem;
  margin-right: 0.0625rem;
}

/* ============================================================================
   Product Tile
   ============================================================================ */
.c-product-tile {
  border-radius: 0.1875rem;
}
@media (min-width: 48rem) {
  .c-product-tile {
    border: 2px solid #f0f3f5;
    padding: 1rem;
  }
}
.c-product-tile__container--list-view {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.c-product-tile__container--list-view + .c-product-tile__grid-divider {
  display: none;
}
.c-product-tile__container:not(.c-product-tile__container--list-view) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 48rem) {
  .c-product-tile__container:not(.c-product-tile__container--list-view) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 75rem) {
  .c-product-tile__container:not(.c-product-tile__container--list-view) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-product-tile__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-tile__img-wrap, .c-product-tile__body, .c-product-tile__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.c-product-tile__img-wrap {
  padding-bottom: 100%;
  position: relative;
}
@supports (aspect-ratio: 1/1) {
  .c-product-tile__img-wrap {
    padding-bottom: 0;
  }
}
.c-product-tile__img-link, .c-product-tile__img-placeholder {
  aspect-ratio: 1/1;
}
.c-product-tile__img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0;
  width: calc(100% - 1rem);
}
@supports (aspect-ratio: 1/1) {
  .c-product-tile__img {
    height: auto;
    position: static;
    width: 100%;
  }
}
.c-product-tile__body {
  padding-bottom: 1rem;
}
.c-product-tile__name {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.3125rem;
  min-height: 4.8125rem;
  overflow: hidden;
}
@media (min-width: 30rem) {
  .c-product-tile__name {
    min-height: 4.75rem;
  }
}
.c-product-tile__name-text {
  font-size: 0.9rem;
}
@media (min-width: 30rem) {
  .c-product-tile__name-text {
    font-size: 1rem;
  }
}
.c-product-tile__compare-remove {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 1.5rem;
  line-height: 1;
  right: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
}
.c-product-tile__compare-remove:focus:not(:focus-visible), .c-product-tile__compare-remove:active, .c-product-tile__compare-remove:hover {
  text-decoration: none;
  outline: none;
}
.c-product-tile__remove-x {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E%3Cpath fill='%230A2433' fill-rule='evenodd' d='M20 5.61L13.61 12 20 18.39 18.39 20 12 13.61 5.61 20 4 18.39 10.39 12 4 5.61 5.61 4 12 10.39 18.39 4 20 5.61z' clip-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0;
  width: 1.5rem;
}
.c-product-tile__variation-attrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.75rem;
  min-height: 2.0625rem;
  width: 100%;
}
.c-product-tile__variation-attrs__row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-product-tile__swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.75rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.c-product-tile__swatch {
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 1.5rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  overflow: hidden;
  padding: 0.125rem;
  vertical-align: top;
  width: 1.5rem;
}
.c-product-tile__swatch.is-active, .c-product-tile__swatch:active, .c-product-tile__swatch:focus, .c-product-tile__swatch:hover {
  border-color: #1379c8;
  outline: none;
}
.c-product-tile__swatch:not(.c-product-tile__swatch--see-all).c-product-tile__swatch:nth-of-type(n + 5) {
  display: none;
}
@media (min-width: 48rem) {
  .c-product-tile__swatch:not(.c-product-tile__swatch--see-all).c-product-tile__swatch:nth-of-type(n + 5) {
    display: block;
  }
}
.c-product-tile__swatch--see-all .c-product-tile__swatch__inner {
  background-color: #f0f3f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.c-product-tile__manufacturer {
  color: #4e575f;
  font-size: 0.8rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 0.9375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-product-tile__swatch-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: top;
}
.c-product-tile__attr {
  margin-bottom: 0.75rem;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .c-product-tile__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-product-tile__footer__row {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    height: 100%;
  }
}
@media (max-width: 63.98rem) {
  .c-product-tile__footer {
    display: unset;
  }
}
.c-product-tile__footer--price-content {
  min-height: 2.8rem;
}
@media (min-width: 48rem) {
  .c-product-tile__footer--price-content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 48rem) {
  .c-product-tile__footer .c-product-actions-availability__availability-messaging {
    margin-bottom: 1rem;
  }
}
.c-product-tile__plp-specs {
  display: none;
}
.c-product-tile__plp-specs__content {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.c-product-tile__plp-spec-list {
  list-style: disc;
  padding-left: 1.375rem;
}
.c-product-tile__plp-spec {
  display: list-item;
  line-height: 1.5;
}
.c-product-tile__plp-spec::marker {
  font-size: 0.75rem;
}
.c-product-tile__plp-spec__value {
  vertical-align: top;
}
.c-product-tile__prices {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.c-product-tile__unit {
  font-size: 0.8rem;
}
.c-product-tile__price-per-unit {
  display: none;
}
.c-product-tile__price {
  --skin-price-1: #0a2433;
  font-size: 1.25rem;
}
.c-product-tile__unit_of_measure {
  font-size: 0.8rem;
  font-weight: normal;
}
.c-product-tile__alert, .c-product-tile__alert-link {
  color: #0a2433 !important;
}
.c-product-tile--grid {
  height: 100%;
}
.c-product-tile--grid .c-product-tile__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-product-tile--grid .c-product-tile__img-wrap, .c-product-tile--grid .c-product-tile__body, .c-product-tile--grid .c-product-tile__footer {
  display: unset;
  max-width: 100%;
  width: 100%;
}
.c-product-tile--grid .c-product-tile__variation-attrs--list {
  display: none;
}
.c-product-tile--grid .c-product-tile__compare {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.c-product-tile--grid .c-product-tile__attrs-wrap {
  min-height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.is-list-view .c-product-tile--list {
  border-bottom: 1px solid #dfe4e7;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 48rem) {
  .is-list-view .c-product-tile--list {
    border-bottom: 2px solid #f0f3f5;
    padding: 1rem;
  }
}
.is-list-view .c-product-tile--list .c-product-tile__inner {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 40.5% 58.5%;
  grid-template-rows: auto 1fr;
  grid-template-areas: "product-tile-image product-tile-body plp-compliance" "product-tile-image product-tile-footer plp-compliance";
}
@media (min-width: 48rem) {
  .is-list-view .c-product-tile--list .c-product-tile__inner {
    grid-template-columns: 33.3% 44.4% 22.3%;
  }
}
.is-list-view .c-product-tile--list .c-product-tile__inner .ratings {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 1rem;
}
.is-list-view .c-product-tile--list .c-product-tile__img-wrap {
  grid-area: product-tile-image;
}
.is-list-view .c-product-tile--list .c-product-tile__img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.is-list-view .c-product-tile--list .c-product-tile__body, .is-list-view .c-product-tile--list .c-product-tile__footer {
  width: 100%;
  padding-left: 1rem;
}
.is-list-view .c-product-tile--list .c-product-tile__body {
  padding-top: 0;
  grid-area: product-tile-body;
}
.is-list-view .c-product-tile--list .c-product-tile__footer {
  grid-area: product-tile-footer;
}
.is-list-view .c-product-tile--list .c-product-tile__compliance {
  grid-area: plp-compliance;
  padding-left: 2.5625rem;
}
@media (max-width: 47.98rem) {
  .is-list-view .c-product-tile--list .c-product-tile__compliance {
    display: none;
  }
}
.is-list-view .c-product-tile--list .c-product-tile__compliance .compliance-text-col {
  padding-left: 0 !important;
}
.is-list-view .c-product-tile--list .c-product-tile__compliance .compliance-text {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.is-list-view .c-product-tile--list .c-product-tile__compliance .compliance-multiline {
  padding-top: 0;
}
.is-list-view .c-product-tile--list .c-product-tile__compliance .product-restricted-message {
  display: none;
}
.is-list-view .c-product-tile--list .c-product-tile__manufacturer {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.is-list-view .c-product-tile--list .c-product-tile__prices {
  margin-top: 1rem;
}
.is-list-view .c-product-tile--list .c-product-tile__variation-attrs {
  margin-bottom: 0;
  min-height: auto;
}
.is-list-view .c-product-tile--list .c-product-tile__variation-attrs--grid {
  display: none;
}
.is-list-view .c-product-tile--list .c-product-tile__plp-specs {
  -ms-flex-item-align: start;
      align-self: start;
  grid-column: 3/4;
  grid-row: 1/3;
}
@media (min-width: 48rem) {
  .is-list-view .c-product-tile--list .c-product-tile__plp-specs {
    display: block;
  }
}
.is-list-view .c-product-tile--list .c-product-tile__name {
  min-height: auto;
}
.is-list-view .c-product-tile--list .c-product-tile__swatch {
  margin-bottom: 0;
}
.is-list-view .c-product-tile--list .c-product-tile__compare {
  margin-top: 1rem;
}
.is-list-view .c-product-tile--list .c-product-actions-availability__availability-info--shipping {
  min-height: auto;
  padding-bottom: 0.1875rem;
  padding-top: 0 !important;
}
.is-list-view .c-product-tile--list .pdp-link {
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  .is-list-view .c-product-tile--list .pdp-link {
    min-height: auto;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}
.is-list-view .c-product-tile--list .c-product-actions-availability__availability-messaging {
  min-height: auto;
}
@media (min-width: 30rem) {
  .is-list-view .c-product-tile--list .c-product-actions-availability__availability-messaging {
    margin-bottom: 1rem;
  }
}
.is-list-view .c-product-tile--list .c-product-actions-availability__atc-messaging {
  margin: 0;
}
.is-list-view .c-product-tile--list .c-product-actions-availability__atc-actions {
  min-height: auto;
}
.c-product-tile__atc-btn {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 8.125rem;
}
.c-product-tile--recommendation {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.c-product-tile--recommendation .c-product-tile__img {
  border: 1px solid #dfe4e7;
  margin-bottom: 0.375rem;
}
.c-product-tile--recommendation .c-product-tile__price {
  font-size: 1.25rem;
}
.c-product-tile--recommendation .c-product-tile__price__value {
  font-weight: 700;
}
.c-product-tile .product-restricted-message {
  margin-top: 0.9375rem;
}
.c-product-tile .product-restricted-message__text {
  color: #0a2433;
  font-size: 0.8rem;
  vertical-align: middle;
}

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

@media (max-width: 47.98rem) {
  .product-availability-container {
    margin-top: 1rem;
  }
}

.plp-name-rating-container {
  min-height: 9rem;
}

.previously-purchased-badge {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.125rem;
  position: absolute;
  right: 0;
  top: -0.625rem;
  z-index: 1;
}
@media (min-width: 48rem) {
  .previously-purchased-badge {
    right: 0.75rem;
    top: 0.25rem;
  }
}

.fast-tag-wrapper .fast-tag {
  background-color: #f0f3f5;
  display: inline-block;
  color: #0a2433;
  font-size: 0.8rem;
  padding: 0.125rem 0.5rem;
  min-width: 5.25rem;
  text-align: center;
}
.fast-tag-wrapper .fast-tag-pdp {
  border-radius: 0.1875rem;
  font-size: 0.9rem;
}

/* ============================================================================
   Header Navigation
   ============================================================================ */
.c-nav__item {
  font-weight: bold;
}
@media (min-width: 48rem) {
  .c-nav__item {
    font-weight: normal;
  }
}
.c-nav__item--top {
  font-size: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 48rem) {
  .c-nav__item--top {
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ============================================================================
Browser Warning Modal
============================================================================ */
.c-browser-warning-modal__dialog {
  margin-top: 12.5rem;
  max-width: 31.25rem;
}
.c-browser-warning-modal__content {
  border-radius: 0;
  max-height: 20.3125rem;
  padding: 3rem;
}
.c-browser-warning-modal__header {
  padding-left: 0;
  padding-top: 0;
}
.c-browser-warning-modal__title {
  font-size: 1.125rem;
}
.c-browser-warning-modal__body {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.c-browser-warning-modal__footer {
  padding-right: 0;
}
.c-browser-warning-modal__button {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/* ============================================================================
Impersonation Banner
============================================================================ */
.c-impersonation-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 1rem;
  background-color: #0f61a0;
  height: 7.25rem;
}
@media (min-width: 30rem) {
  .c-impersonation-banner {
    height: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-impersonation-banner .btn {
  width: 100%;
  padding: 0.375rem 0.5rem;
}
@media (min-width: 30rem) {
  .c-impersonation-banner .btn {
    width: 15.3125rem;
    height: 2rem;
  }
}
.c-impersonation-banner .agent-detail p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.c-impersonation {
  z-index: 1072;
}
.c-impersonation__modal-dialog {
  max-width: 43.75rem;
}
@media (max-width: 47.98rem) {
  .c-impersonation__modal-dialog {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 48rem) {
  .c-impersonation__modal-dialog {
    top: 3rem;
  }
}
.c-impersonation__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: max(100vh - 1.25rem);
  padding: 0;
}
@media (min-width: 64rem) {
  .c-impersonation__modal-content {
    max-height: 90vh;
  }
}
.c-impersonation__modal-body {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-x: hidden;
  padding: 1rem 0.9375rem;
}
@media (min-width: 48rem) {
  .c-impersonation__modal-body {
    padding: 1rem;
  }
}
.c-impersonation__modal-body .label-optional {
  color: #595454;
}
.c-impersonation__modal-header {
  border-bottom: 1px solid #dfe4e7;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .c-impersonation__modal-header {
    padding: 0.9375rem 0.9375rem 1rem;
  }
}
.c-impersonation__modal-header .c-impersonation__modal-header__close {
  opacity: 1;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-impersonation__modal-header h4 {
  font-size: 1.5rem;
}
@media (max-width: 47.98rem) {
  .c-impersonation__modal-footer {
    border: 1px solid #a8b2b8;
  }
}
.c-impersonation__btn-cancel {
  height: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
}
@media (min-width: 30rem) {
  .c-impersonation__btn-cancel {
    width: 6.125rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.c-impersonation__btn-cancel:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-impersonation__custom-select {
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position-x: calc(100% - 0.4375rem);
  background-position-y: center;
  font-size: 16px;
}
.c-impersonation .end-impersonation-btn {
  height: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
}
@media (min-width: 30rem) {
  .c-impersonation .end-impersonation-btn {
    width: 8.5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.c-impersonation .required:before {
  content: "*";
  color: #ed3b38;
  position: absolute;
  margin-left: -0.625rem;
  font-weight: 300;
}
.c-impersonation .multiselect-container {
  width: 100% !important;
}

/**
 * Scopes create a new styling context. These should be used sparingly. they can be open to abuse
 * and lead to poor CSS if not used wisely. The primary use case for scopes within an SFCC standup
 * is to provide styles within a content asset or content slot. The secondary use case is when
 * styling an SG component in order to easily style the SG classes that are in place.
 *
 * Please namespace all scope classes with s-
 */
/* ============================================================================
    Scope - Compare Page
============================================================================ */
.s-compare-page__link {
  color: var(--skin-link-color-3);
}

/* ============================================================================
Slick Carousel
============================================================================ */
/**
* Handles the styling of dynamically created slick sliders
*/
.s-slick .slick-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  overflow: hidden;
  width: calc(100% + 1rem);
}
.s-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-slick .slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  line-height: 0;
  position: absolute;
  top: 15%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.s-slick .slick-arrow::after {
  content: "";
  display: block;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  width: 0.625rem;
}
.s-slick .slick-arrow:focus:not(:focus-visible) {
  outline: none;
}
.s-slick .slick-prev {
  left: 0;
}
.s-slick .slick-prev::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  right: calc(50% - 2px);
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
          transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.s-slick .slick-next {
  right: 0;
}
.s-slick .slick-next::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  left: calc(50% - 2px);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.s-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.s-slick .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.s-slick .slick-dots li button {
  background-color: #dfe4e7;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 0.75rem;
  padding: 0;
  width: 0.75rem;
}
.s-slick .slick-dots li button:focus:not(:focus-visible) {
  outline: none;
}
.s-slick .slick-dots li.slick-active button {
  background-color: #1379c8;
}
.s-slick .slick-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.s-slick--reverse .slick-arrow {
  background-color: #f8f9fa;
}
.s-slick--reverse .slick-arrow::after {
  border-color: #0a2433;
}
@media (min-width: 48rem) {
  .s-slick--centered-md .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 64rem) {
  .s-slick--centered-lg .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s-slick--filter-tags .slick-list {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.s-slick--filter-tags .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.s-slick--filter-tags .slick-arrow {
  top: calc(50% - 0.25rem);
  background-color: transparent;
  height: 1.5rem;
  width: 3.8125rem;
}
.s-slick--filter-tags .slick-arrow::after {
  border-color: #1379c8;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.s-slick--filter-tags .slick-arrow.slick-disabled {
  width: 1.875rem;
}
.s-slick--filter-tags .slick-arrow.slick-disabled::after {
  background-image: none;
  border-color: #dfe4e7;
}
.s-slick--filter-tags .slick-prev {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff 45%, rgba(255, 255, 255, 0));
}
.s-slick--filter-tags .slick-prev:after {
  left: 0.5rem;
}
.s-slick--filter-tags .slick-prev + .slick-list {
  margin-left: 1.5rem;
}
.s-slick--filter-tags .slick-next {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #fff 45%, rgba(255, 255, 255, 0));
  right: -0.125rem;
}
.s-slick--filter-tags .slick-next::after {
  left: auto;
  right: 0.5rem;
}
@media (min-width: 48rem) {
  .s-slick--installation .slick-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.s-slick--installation .slick-arrow.slick-disabled::after {
  border-color: #dfe4e7;
}
.s-slick--installation .slick-arrow {
  background-color: transparent;
}
.s-slick--installation .slick-next {
  top: 2.9375rem;
  right: -0.625rem;
}
@media (min-width: 48rem) {
  .s-slick--installation .slick-next {
    right: -2.5rem;
  }
}
.s-slick--installation .slick-next::after {
  border-color: #1379c8;
}
.s-slick--installation .slick-prev {
  top: 2.9375rem;
  left: -0.625rem;
}
@media (min-width: 48rem) {
  .s-slick--installation .slick-prev {
    left: -2.5rem;
  }
}
.s-slick--installation .slick-prev::after {
  border-color: #1379c8;
}
.s-slick--pdp-imgs .slick-dots {
  bottom: -1.5rem;
}
.s-slick--pdp-thumbs .slick-arrow, .s-slick--quickview-thumbs .slick-arrow, .s-slick--zoom-thumbs .slick-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  position: relative;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.s-slick--quickview-thumbs .s-slick--pdp-thumbs .slick-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  min-width: 1.5rem;
  position: relative;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.s-slick--quickview-thumbs .s-slick--pdp-thumbs .slick-arrow::after {
  border-width: 0.25rem;
  height: 0.9375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.9375rem;
}
.s-slick--quickview-thumbs .s-slick--pdp-thumbs .slick-prev::after {
  left: 0.6875rem;
}
.s-slick--quickview-thumbs .s-slick--pdp-thumbs .slick-next::after {
  left: auto;
  right: 0.6875rem;
}
.s-slick--pdp-thumbs .slick-list {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
  width: calc((100% + 1.25rem) * 0.8);
}
@media (min-width: 64rem) {
  .s-slick--pdp-thumbs .slick-list {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc((100% + 2rem) * 0.8);
  }
}
.s-slick--pdp-thumbs .slick-slide {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 64rem) {
  .s-slick--pdp-thumbs .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.s-slick--pdp-thumbs .slick-arrow {
  background-color: transparent;
  width: calc(10% + 0.125rem);
}
@media (min-width: 64rem) {
  .s-slick--pdp-thumbs .slick-arrow {
    width: calc(10% + 0.2rem);
  }
}
.s-slick--pdp-thumbs .slick-arrow::after {
  border-width: 0.25rem;
  height: 0.9375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.9375rem;
}
.s-slick--pdp-thumbs .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.s-slick--quickview-thumbs .slick-list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  overflow: hidden;
  width: calc((100% + 1.5rem) * 0.8);
}
.s-slick--quickview-thumbs .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.s-slick--quickview-thumbs .slick-arrow {
  width: calc(10% + 0.15rem);
}
@media (min-width: 48rem) {
  .s-slick--zoom-imgs .slick-slide {
    max-height: 80vh;
  }
}
.s-slick--zoom-thumbs .slick-arrow {
  background-color: transparent;
  width: 2.0625rem;
}
.s-slick--zoom-thumbs .slick-list {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
@media (max-width: 47.98rem) {
  .s-slick--zoom-thumbs .slick-list {
    width: calc(100% + 0.75rem);
  }
}
@media (min-width: 48rem) {
  .s-slick--zoom-thumbs .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 48rem) {
  .s-slick--zoom-thumbs .slick-track {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
}
@media (max-width: 47.98rem) {
  .s-slick--zoom-thumbs .slick-slide {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media (min-width: 48rem) {
  .s-slick--zoom-thumbs .slick-slide {
    width: 25% !important;
  }
}
.s-slick--zoom-thumbs .slick-prev::after {
  left: calc(50% - 0.3125rem);
}
.s-slick--zoom-thumbs .slick-next::after {
  left: calc(50% + 0.3125rem);
}
.s-slick--zoom-thumbs.s-slick--minimal .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}
.s-slick--recommendation {
  border-top: 1px solid #dfe4e7;
  padding-top: 4rem;
}
@media (max-width: 47.98rem) {
  .s-slick--recommendation .slick-list {
    overflow: visible;
  }
}
.s-slick--recommendation .slick-arrow {
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid transparent;
  border-radius: 50%;
  height: 1.75rem;
  width: 1.75rem;
  margin-top: 25%;
  top: 0;
}
@media (min-width: 48rem) {
  .s-slick--recommendation .slick-arrow {
    background: none;
    left: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 1rem;
  }
}
.s-slick--recommendation .slick-arrow.slick-disabled::after {
  border-color: #dfe4e7;
}
.s-slick--recommendation .slick-arrow::after {
  border-width: 3px;
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 48rem) {
  .s-slick--recommendation .slick-arrow::after {
    border-color: #1379c8;
    border-width: 2px;
    height: 0.5rem;
    width: 0.5rem;
  }
}
.s-slick--recommendation .slick-arrow:active, .s-slick--recommendation .slick-arrow:focus, .s-slick--recommendation .slick-arrow:hover {
  background-color: #fff;
}
@media (min-width: 48rem) {
  .s-slick--recommendation .slick-arrow:active, .s-slick--recommendation .slick-arrow:focus, .s-slick--recommendation .slick-arrow:hover {
    background: none;
  }
}
.s-slick--recommendation .slick-prev {
  left: 0.1875rem;
}
@media (min-width: 48rem) {
  .s-slick--recommendation .slick-prev {
    left: auto;
    margin-right: 1.3125rem;
  }
}
.s-slick--recommendation .slick-next {
  left: auto;
  right: calc(-32.45% + 1.1875rem);
}
@media (min-width: 48rem) {
  .s-slick--recommendation .slick-next {
    margin-left: 1.3125rem;
    right: auto;
  }
}

/**
 * The following are hosted css files, managed by Ferguson, and used for integrations
 */

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