@charset "UTF-8"; /*! Color Variables
black: #212121
white: #ffffff

green10: #C0E1CA
green20: #81C496
green30: #02882C
green40: #026621
green50: #014416

grey10: #F5F3F2
grey20: #EBE9E5
grey30: #D6D1CA
grey40: #6B6965
grey50: #363433

lavendar: #E6DCF5
vanilla: #FCF7EA
linen: #EFECE6
citrus: #ECEDC0
woody-spicy: #DEC7C7
sweet: #FCDAE0
fruity: #FFE0C4
floral: #FFEBFA
clean-fresh: #E5F5FC

error: #DE2E21
warning: #FF8C00
success: #479754
brand: #02882C
information: #023688
*/ /*! Style Variables
display
headline1
headline1 invert
headline2
headline2 invert
headline3
headline3 invert
headline4
headline4 invert
label
small-prints
*/ /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --black: #000000;
  --white: #ffffff;
  --green10: #c0e1ca;
  --green20: #81c496;
  --green30: #02882c;
  --green40: #026621;
  --green50: #014416;
  --grey10: #f5f3f2;
  --grey20: #ebe9e5;
  --grey30: #d6d1ca;
  --grey40: #6b6965;
  --grey50: #363433;
  --lavendar: #e6dcf5;
  --vanilla: #fcf7ea;
  --linen: #efece6;
  --citrus: #ecedc0;
  --woody-spicy: #dec7c7;
  --sweet: #fcdae0;
  --fruity: #ffe0c4;
  --floral: #ffebfa;
  --clean-fresh: #e5f5fc;
  --error: #de2e21;
  --warning: #ff8c00;
  --success: #479754;
  --brand: #02882c;
  --information: #023688;
  --grey-search: #a3a3a2;
  --grey-very-dark: #252525;
  --black-light: rgba(0, 0, 0, 0.25);
  --black-mid: rgba(0, 0, 0, 0.33);
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 320px;
  --breakpoint-sm: 420px;
  --breakpoint-md: 600px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
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;
}
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;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.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 rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  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: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
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 {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  max-width: 0;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 420px) {
  .container {
    max-width: 420px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 420px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 600px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 960px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  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: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.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: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 419.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 599.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 959.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control,
.formtext input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control,
  .formtext input {
    transition: none;
  }
}
.form-control::-ms-expand,
.formtext input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus,
.formtext input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder,
.formtext input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
.formtext input:disabled,
.formtext input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.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.875rem;
  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.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  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: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.formtext .was-validated input:valid,
.formtext input.is-valid,
.was-validated .form-control:valid,
.was-validated .formtext input:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.formtext .was-validated input:valid:focus,
.formtext input.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .formtext input:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.formtext .was-validated input:valid ~ .valid-feedback,
.formtext .was-validated input:valid ~ .valid-tooltip,
.formtext input.is-valid ~ .valid-feedback,
.formtext input.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .formtext input:valid ~ .valid-feedback,
.was-validated .formtext input:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.formtext .was-validated input:invalid,
.formtext input.is-invalid,
.was-validated .form-control:invalid,
.was-validated .formtext input:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.formtext .was-validated input:invalid:focus,
.formtext input.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .formtext input:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.formtext .was-validated input:invalid ~ .invalid-feedback,
.formtext .was-validated input:invalid ~ .invalid-tooltip,
.formtext input.is-invalid ~ .invalid-feedback,
.formtext input.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .formtext input:invalid ~ .invalid-feedback,
.was-validated .formtext input:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 420px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control,
  .form-inline .formtext input,
  .formtext .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  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.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 320px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 420px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 600px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 960px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  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.875rem;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.formtext .input-group > input,
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.formtext .input-group > .custom-file + input,
.formtext .input-group > .custom-select + input,
.formtext .input-group > .form-control + input,
.formtext .input-group > .form-control-plaintext + input,
.formtext .input-group > input + .custom-file,
.formtext .input-group > input + .custom-select,
.formtext .input-group > input + .form-control,
.formtext .input-group > input + input,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.formtext .input-group > input:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.formtext .input-group > input:not(:last-child),
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.formtext .input-group > input:not(:first-child),
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  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-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.formtext .input-group-lg > input:not(textarea),
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.formtext .input-group-lg > input,
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.formtext .input-group-sm > input:not(textarea),
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.formtext .input-group-sm > input,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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.25rem;
  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.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.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' 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(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.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' 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(0, 123, 255, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.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: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 319.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 419.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 420px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 599.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 959.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  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.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  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: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 8px;
}
@media (min-width: 420px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 8px;
}
@media (min-width: 420px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 420px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.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.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  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: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 420px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 320px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xs .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 420px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 600px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 960px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 420px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .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);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 960px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-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-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-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-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-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-auto[x-placement^="left"] > .arrow::after,
.bs-popover-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.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  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;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !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: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 420px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 600px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    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 embed,
.embed-responsive iframe,
.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.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 320px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 420px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 600px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 960px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 320px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 420px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 600px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 960px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  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;
}
.w-xlarge {
  width: 128px !important;
}
.w-large {
  width: 64px !important;
}
.w-medium {
  width: 32px !important;
}
.w-small {
  width: 16px !important;
}
.w-xsmall {
  width: 8px !important;
}
.w-zero {
  width: 0 !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;
}
.h-xlarge {
  height: 128px !important;
}
.h-large {
  height: 64px !important;
}
.h-medium {
  height: 32px !important;
}
.h-small {
  height: 16px !important;
}
.h-xsmall {
  height: 8px !important;
}
.h-zero {
  height: 0 !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;
}
.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);
}
.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.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 420px) {
  .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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 600px) {
  .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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 960px) {
  .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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1440px) {
  .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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
.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: 320px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 420px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 600px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !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;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 960px !important;
  }
  .container {
    min-width: 960px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
} /*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  max-width: 0;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 420px) {
  .container {
    max-width: 420px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 420px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 600px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 960px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 420px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 600px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 320px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 420px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 600px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 960px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 420px) {
  .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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 600px) {
  .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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 960px) {
  .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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1440px) {
  .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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
} /*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
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;
}
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;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
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;
}
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::after,
.aem-Grid::before {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
.aem-Grid {
  width: auto;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--1
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--2
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66667%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57143%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14286%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71429%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55556%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77778%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88889%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09091%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18182%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27273%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36364%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45455%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  display: block;
  clear: none !important;
  float: left;
}
@media (min-width: 1201px) {
  .aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
    display: none;
  }
}
@media (max-width: 420px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--1
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--2
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57143%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14286%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71429%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55556%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77778%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88889%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09091%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18182%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27273%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36364%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45455%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: none;
  }
}
@media (min-width: 421px) and (max-width: 960px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--1
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--2
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57143%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14286%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71429%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55556%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77778%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88889%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09091%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18182%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27273%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36364%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45455%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    display: none;
  }
}
.aem-GridColumn.container {
  margin: 0 auto !important;
  float: none !important;
  overflow: hidden;
}
.lc-page-gutters > .aem-Grid > .aem-GridColumn {
  padding: 0;
}
@media (max-width: 1440px) {
  .lc-page-gutters > .aem-Grid > .aem-GridColumn {
    padding: 0 15px;
  }
}
@media (max-width: 599px) {
  .lc-page-gutters > .aem-Grid > .aem-GridColumn {
    padding: 0 37px;
  }
}
.lc-page-gutters.root {
  margin: 0 -15px;
}
.lc-no-page-gutters > .aem-Grid > .aem-GridColumn {
  padding: 0;
}
.aem-Grid > .aem-GridColumn.lc-align-top > .aem-Grid > .aem-GridColumn {
  display: flex;
  align-items: flex-start;
}
.aem-Grid > .aem-GridColumn.lc-align-top > .aem-Grid > .aem-GridColumn > * {
  overflow: hidden;
}
.aem-Grid > .aem-GridColumn.lc-align-middle > .aem-Grid > .aem-GridColumn {
  display: flex;
  align-items: center;
}
.aem-Grid > .aem-GridColumn.lc-align-middle > .aem-Grid > .aem-GridColumn > * {
  overflow: hidden;
}
.aem-Grid > .aem-GridColumn.lc-align-bottom > .aem-Grid > .aem-GridColumn {
  display: flex;
  align-items: flex-end;
}
.aem-Grid > .aem-GridColumn.lc-align-bottom > .aem-Grid > .aem-GridColumn > * {
  overflow: hidden;
}
.aem-Grid > .aem-GridColumn.lc-text-left > .aem-Grid > .aem-GridColumn {
  display: flex;
  justify-content: flex-start;
}
.aem-Grid > .aem-GridColumn.lc-text-left > .aem-Grid > .aem-GridColumn > * {
  overflow: hidden;
}
.aem-Grid > .aem-GridColumn.lc-text-center > .aem-Grid > .aem-GridColumn {
  display: flex;
  justify-content: center;
}
.aem-Grid > .aem-GridColumn.lc-text-center > .aem-Grid > .aem-GridColumn > * {
  overflow: hidden;
}
.aem-Grid > .aem-GridColumn.lc-text-right > .aem-Grid > .aem-GridColumn {
  display: flex;
  justify-content: flex-end;
}
.aem-Grid > .aem-GridColumn.lc-text-right > .aem-Grid > .aem-GridColumn > * {
  overflow: hidden;
}
.aem-Grid .aem-GridColumn .responsiveimage-overlay {
  display: flex;
}
.aem-Grid .aem-GridColumn .responsiveimage-overlay .aem-Grid {
  height: 100%;
  width: 100%;
}
.aem-Grid .aem-GridColumn .responsiveimage-overlay .aem-Grid .section {
  height: inherit;
  min-height: 50px;
}
.aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default {
  height: inherit;
}
.aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  height: inherit;
  display: flex;
}
.aem-Grid
  .aem-GridColumn
  .align-items-start
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .align-items-start
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .align-items-start
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  align-items: flex-start;
}
.aem-Grid
  .aem-GridColumn
  .align-items-center
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .align-items-center
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .align-items-center
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  align-items: center;
}
.aem-Grid
  .aem-GridColumn
  .align-items-end
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .align-items-end
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .align-items-end
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  align-items: flex-end;
}
.aem-Grid
  .aem-GridColumn
  .justify-content-start
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .justify-content-start
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .justify-content-start
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  justify-content: flex-start;
}
.aem-Grid
  .aem-GridColumn
  .justify-content-center
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .justify-content-center
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .justify-content-center
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  justify-content: center;
}
.aem-Grid
  .aem-GridColumn
  .justify-content-end
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .justify-content-end
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .justify-content-end
  .aem-Grid
  .aem-GridColumn
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  justify-content: flex-end;
}
.aem-Grid
  .aem-GridColumn
  .justify-content-around
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .justify-content-around
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .justify-content-around
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  justify-content: space-around;
}
.aem-Grid
  .aem-GridColumn
  .justify-content-between
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .article-container,
.aem-Grid
  .aem-GridColumn
  .justify-content-between
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container,
.aem-Grid
  .aem-GridColumn
  .justify-content-between
  .responsiveimage-overlay
  .aem-Grid
  .section
  red-section-default
  .container-fluid {
  justify-content: space-between;
}
.authorMode .d-lg-none,
.authorMode .d-md-none,
.authorMode .d-none,
.authorMode .d-sm-none,
.authorMode .d-xl-none {
  display: block !important;
}
.cq-Overlay--component-name,
.cq-Overlay--placeholder,
.cq-Overlay
  > .cq-Overlay
  > .cq-Overlay
  > .cq-Overlay
  > .cq-Overlay
  > .cq-Overlay-subdroptarget,
div.cq-draggable.cq-dragorigin {
  background-color: transparent !important;
}
#CQ .x-panel-body,
#CQ .x-tab-panel-body {
  background-color: transparent !important;
}
.cmp-form-options .cmp-form-options__legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sr-only {
  left: -10000px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.animate--xlarge {
  transition: all 0.75s;
}
.animate--large {
  transition: all 0.5s;
}
.animate--small {
  transition: all 0.25s;
}
.animate--xsmall {
  transition: all 0.15s;
}
.animate--xxsmall {
  transition: all 75ms;
}
.animate--xslow {
  transition: all 0.75s;
}
.animate--slow {
  transition: all 0.5s;
}
.animate--medium {
  transition: all 0.3s;
}
.animate--fast {
  transition: all 0.25s;
}
.animate--xfast {
  transition: all 0.15s;
}
.animate--xxfast {
  transition: all 75ms;
}
.ease--hard-easeout {
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.Show-hover-effect img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.Show-hover-effect img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.f-row,
.row {
  display: flex;
  flex-flow: row wrap;
}
.f-row.align-right,
.row.align-right {
  justify-content: flex-end;
}
.f-row.align-center,
.row.align-center {
  justify-content: center;
}
.f-row.align-justify,
.row.align-justify {
  justify-content: space-between;
}
.f-row.align-spaced,
.row.align-spaced {
  justify-content: space-around;
}
.f-row.align-top,
.row.align-top {
  align-items: flex-start;
}
.f-row.align-bottom,
.row.align-bottom {
  align-items: flex-end;
}
.f-row.align-middle,
.row.align-middle {
  align-items: center;
}
.f-row.align-stretch,
.row.align-stretch {
  align-items: stretch;
}
.col,
.f-column,
.f-columns {
  flex: 1 1 0px;
}
.col.shrink,
.f-column.shrink,
.f-columns.shrink {
  flex: 0 0 auto;
}
.col.expand,
.f-column.expand,
.f-columns.expand {
  flex: 1 1 0px;
}
.col.align-top,
.f-column.align-top,
.f-columns.align-top {
  align-self: flex-start;
}
.col.align-stretch,
.f-column.align-stretch,
.f-columns.align-stretch {
  align-self: stretch;
}
.col.align-bottom,
.f-column.align-bottom,
.f-columns.align-bottom {
  align-self: flex-end;
}
.col.align-middle,
.f-column.align-middle,
.f-columns.align-middle {
  align-self: center;
}
.col.space-between,
.f-column.space-between,
.f-columns.space-between {
  display: flex;
  justify-content: space-between;
}
.col.space-around,
.f-column.space-around,
.f-columns.space-around {
  display: flex;
  justify-content: space-around;
}
.col.justify-end,
.f-column.justify-end,
.f-columns.justify-end {
  display: flex;
  justify-content: flex-end;
}
.min-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.min-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.min-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.min-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.min-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.min-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.min-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.min-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.min-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.min-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.min-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.min-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 320px) {
  .xsmall-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xsmall-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xsmall-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xsmall-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xsmall-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xsmall-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xsmall-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xsmall-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xsmall-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xsmall-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xsmall-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xsmall-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .break-padding--xsmall-25 {
    flex: none;
    max-width: calc(100% + (25% * 2));
    width: calc(100% + (25% * 2));
    margin-left: -25%;
  }
  .break-padding--xsmall-50 {
    flex: none;
    max-width: calc(100% + (50% * 2));
    width: calc(100% + (50% * 2));
    margin-left: -50%;
  }
  .break-padding--xsmall-75 {
    flex: none;
    max-width: calc(100% + (75% * 2));
    width: calc(100% + (75% * 2));
    margin-left: -75%;
  }
  .break-padding--xsmall-100 {
    flex: none;
    max-width: calc(100% + (100% * 2));
    width: calc(100% + (100% * 2));
    margin-left: -100%;
  }
  .break-padding--xsmall-auto {
    flex: none;
    max-width: calc(100% + (auto * 2));
    width: calc(100% + (auto * 2));
    margin-left: -auto;
  }
  .break-padding--xsmall-xlarge {
    flex: none;
    max-width: calc(100% + (128px * 2));
    width: calc(100% + (128px * 2));
    margin-left: -auto;
  }
  .break-padding--xsmall-large {
    flex: none;
    max-width: calc(100% + (64px * 2));
    width: calc(100% + (64px * 2));
    margin-left: -auto;
  }
  .break-padding--xsmall-medium {
    flex: none;
    max-width: calc(100% + (32px * 2));
    width: calc(100% + (32px * 2));
    margin-left: -auto;
  }
  .break-padding--xsmall-small {
    flex: none;
    max-width: calc(100% + (16px * 2));
    width: calc(100% + (16px * 2));
    margin-left: -auto;
  }
  .break-padding--xsmall-xsmall {
    flex: none;
    max-width: calc(100% + (8px * 2));
    width: calc(100% + (8px * 2));
    margin-left: -auto;
  }
  .break-padding--xsmall-zero {
    flex: none;
    max-width: calc(100% + (0px * 2));
    width: calc(100% + (0px * 2));
    margin-left: -auto;
  }
}
@media screen and (min-width: 420px) {
  .small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .small-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .small-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .small-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .break-padding--small-25 {
    flex: none;
    max-width: calc(100% + (25% * 2));
    width: calc(100% + (25% * 2));
    margin-left: -auto;
  }
  .break-padding--small-50 {
    flex: none;
    max-width: calc(100% + (50% * 2));
    width: calc(100% + (50% * 2));
    margin-left: -auto;
  }
  .break-padding--small-75 {
    flex: none;
    max-width: calc(100% + (75% * 2));
    width: calc(100% + (75% * 2));
    margin-left: -auto;
  }
  .break-padding--small-100 {
    flex: none;
    max-width: calc(100% + (100% * 2));
    width: calc(100% + (100% * 2));
    margin-left: -auto;
  }
  .break-padding--small-auto {
    flex: none;
    max-width: calc(100% + (auto * 2));
    width: calc(100% + (auto * 2));
    margin-left: -auto;
  }
  .break-padding--small-xlarge {
    flex: none;
    max-width: calc(100% + (128px * 2));
    width: calc(100% + (128px * 2));
    margin-left: -auto;
  }
  .break-padding--small-large {
    flex: none;
    max-width: calc(100% + (64px * 2));
    width: calc(100% + (64px * 2));
    margin-left: -auto;
  }
  .break-padding--small-medium {
    flex: none;
    max-width: calc(100% + (32px * 2));
    width: calc(100% + (32px * 2));
    margin-left: -auto;
  }
  .break-padding--small-small {
    flex: none;
    max-width: calc(100% + (16px * 2));
    width: calc(100% + (16px * 2));
    margin-left: -auto;
  }
  .break-padding--small-xsmall {
    flex: none;
    max-width: calc(100% + (8px * 2));
    width: calc(100% + (8px * 2));
    margin-left: -auto;
  }
  .break-padding--small-zero {
    flex: none;
    max-width: calc(100% + (0px * 2));
    width: calc(100% + (0px * 2));
    margin-left: -auto;
  }
}
@media screen and (min-width: 600px) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .break-padding--medium-25 {
    flex: none;
    max-width: calc(100% + (25% * 2));
    width: calc(100% + (25% * 2));
    margin-left: -auto;
  }
  .break-padding--medium-50 {
    flex: none;
    max-width: calc(100% + (50% * 2));
    width: calc(100% + (50% * 2));
    margin-left: -auto;
  }
  .break-padding--medium-75 {
    flex: none;
    max-width: calc(100% + (75% * 2));
    width: calc(100% + (75% * 2));
    margin-left: -auto;
  }
  .break-padding--medium-100 {
    flex: none;
    max-width: calc(100% + (100% * 2));
    width: calc(100% + (100% * 2));
    margin-left: -auto;
  }
  .break-padding--medium-auto {
    flex: none;
    max-width: calc(100% + (auto * 2));
    width: calc(100% + (auto * 2));
    margin-left: -auto;
  }
  .break-padding--medium-xlarge {
    flex: none;
    max-width: calc(100% + (128px * 2));
    width: calc(100% + (128px * 2));
    margin-left: -auto;
  }
  .break-padding--medium-large {
    flex: none;
    max-width: calc(100% + (64px * 2));
    width: calc(100% + (64px * 2));
    margin-left: -auto;
  }
  .break-padding--medium-medium {
    flex: none;
    max-width: calc(100% + (32px * 2));
    width: calc(100% + (32px * 2));
    margin-left: -auto;
  }
  .break-padding--medium-small {
    flex: none;
    max-width: calc(100% + (16px * 2));
    width: calc(100% + (16px * 2));
    margin-left: -auto;
  }
  .break-padding--medium-xsmall {
    flex: none;
    max-width: calc(100% + (8px * 2));
    width: calc(100% + (8px * 2));
    margin-left: -auto;
  }
  .break-padding--medium-zero {
    flex: none;
    max-width: calc(100% + (0px * 2));
    width: calc(100% + (0px * 2));
    margin-left: -auto;
  }
}
@media screen and (min-width: 960px) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .break-padding--large-25 {
    flex: none;
    max-width: calc(100% + (25% * 2));
    width: calc(100% + (25% * 2));
    margin-left: -auto;
  }
  .break-padding--large-50 {
    flex: none;
    max-width: calc(100% + (50% * 2));
    width: calc(100% + (50% * 2));
    margin-left: -auto;
  }
  .break-padding--large-75 {
    flex: none;
    max-width: calc(100% + (75% * 2));
    width: calc(100% + (75% * 2));
    margin-left: -auto;
  }
  .break-padding--large-100 {
    flex: none;
    max-width: calc(100% + (100% * 2));
    width: calc(100% + (100% * 2));
    margin-left: -auto;
  }
  .break-padding--large-auto {
    flex: none;
    max-width: calc(100% + (auto * 2));
    width: calc(100% + (auto * 2));
    margin-left: -auto;
  }
  .break-padding--large-xlarge {
    flex: none;
    max-width: calc(100% + (128px * 2));
    width: calc(100% + (128px * 2));
    margin-left: -auto;
  }
  .break-padding--large-large {
    flex: none;
    max-width: calc(100% + (64px * 2));
    width: calc(100% + (64px * 2));
    margin-left: -auto;
  }
  .break-padding--large-medium {
    flex: none;
    max-width: calc(100% + (32px * 2));
    width: calc(100% + (32px * 2));
    margin-left: -auto;
  }
  .break-padding--large-small {
    flex: none;
    max-width: calc(100% + (16px * 2));
    width: calc(100% + (16px * 2));
    margin-left: -auto;
  }
  .break-padding--large-xsmall {
    flex: none;
    max-width: calc(100% + (8px * 2));
    width: calc(100% + (8px * 2));
    margin-left: -auto;
  }
  .break-padding--large-zero {
    flex: none;
    max-width: calc(100% + (0px * 2));
    width: calc(100% + (0px * 2));
    margin-left: -auto;
  }
}
@media screen and (min-width: 1440px) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .break-padding--xlarge-25 {
    flex: none;
    max-width: calc(100% + (25% * 2));
    width: calc(100% + (25% * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-50 {
    flex: none;
    max-width: calc(100% + (50% * 2));
    width: calc(100% + (50% * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-75 {
    flex: none;
    max-width: calc(100% + (75% * 2));
    width: calc(100% + (75% * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-100 {
    flex: none;
    max-width: calc(100% + (100% * 2));
    width: calc(100% + (100% * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-auto {
    flex: none;
    max-width: calc(100% + (auto * 2));
    width: calc(100% + (auto * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-xlarge {
    flex: none;
    max-width: calc(100% + (128px * 2));
    width: calc(100% + (128px * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-large {
    flex: none;
    max-width: calc(100% + (64px * 2));
    width: calc(100% + (64px * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-medium {
    flex: none;
    max-width: calc(100% + (32px * 2));
    width: calc(100% + (32px * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-small {
    flex: none;
    max-width: calc(100% + (16px * 2));
    width: calc(100% + (16px * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-xsmall {
    flex: none;
    max-width: calc(100% + (8px * 2));
    width: calc(100% + (8px * 2));
    margin-left: -auto;
  }
  .break-padding--xlarge-zero {
    flex: none;
    max-width: calc(100% + (0px * 2));
    width: calc(100% + (0px * 2));
    margin-left: -auto;
  }
}
.default-padding {
  padding: 5%;
}
.default-padding--top-bottom {
  padding-top: 5%;
  padding-bottom: 5%;
}
.padding-leftright-zero {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-child-zero > * {
  padding: 0;
}
.padding-sides-xsmall {
  padding-left: 8px;
  padding-right: 8px;
}
.padding-sides-small {
  padding-left: 16px;
  padding-right: 16px;
}
.padding-zero {
  padding: 0 !important;
}
.margin-xsmall--top-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .r--l-row-reverse {
    flex-flow: row-reverse wrap-reverse;
  }
  .r--l-padding-zero {
    padding: 0;
  }
  .r--l-padding-zero-left {
    padding-left: 0;
  }
  .r--l-padding-zero-left {
    padding-left: 0;
  }
  .r--l-padding-zero-left {
    padding-left: 0;
  }
  .r--l-padding-zero-left {
    padding-left: 0;
  }
  .r--l-padding-medium-sides {
    padding-left: 32px;
    padding-right: 32px;
  }
  .r--l-padding-xsmall-sides {
    padding-left: 8px;
    padding-right: 8px;
  }
  .r--l-padding-xsmall-left {
    padding-left: 8px;
  }
  .r--l-padding-xsmall-right {
    padding-right: 8px;
  }
  .r--l-padding-xxsmall-left {
    padding-left: 5px;
  }
  .r--l-padding-xxsmall-right {
    padding-right: 5px;
  }
  .r--l-padding-small {
    padding: 16px;
  }
  .r--l-padding-small-sides {
    padding-left: 16px;
    padding-right: 16px;
  }
  .r--l-padding-small-left {
    padding-left: 16px;
  }
  .r--l-padding-small-right {
    padding-right: 16px;
  }
  .r--l-padding-small-bottom {
    padding-bottom: 16px;
  }
  .r--l-padding-medium-left {
    padding-left: 32px;
  }
}
@media screen and (min-width: 600px) {
  .r--lm-padding-small-right {
    padding-right: 16px;
  }
  .r--lm-padding-small-left {
    padding-left: 16px;
  }
  .r--lm-padding-xsmall-right {
    padding-right: 8px;
  }
  .r--lm-padding-xsmall-left {
    padding-left: 8px;
  }
  .r--lm-padding-medium-left {
    padding-left: 32px;
  }
  .r--lm-padding-medium-right {
    padding-right: 32px;
  }
  .r--lm-padding-small-top {
    padding-top: 16px;
  }
  .r--lm-padding-xsmall-sides {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 959px) {
  .r--m-padding-zero {
    padding: 0;
  }
  .r--m-padding-zero-top {
    padding-top: 0;
  }
  .r--m-padding-zero-right {
    padding-right: 0;
  }
  .r--m-padding-zero-bottom {
    padding-bottom: 0;
  }
  .r--m-padding-zero-left {
    padding-left: 0;
  }
  .r--m-padding-xsmall {
    padding: 8px;
  }
  .r--m-padding-xsmall-left {
    padding-left: 8px;
  }
  .r--m-padding-xsmall-right {
    padding-right: 8px;
  }
  .r--m-padding-small {
    padding: 16px;
  }
  .r--m-padding-small-top {
    padding-top: 16px;
  }
  .r--m-padding-small-right {
    padding-right: 16px;
  }
  .r--m-padding-small-bottom {
    padding-bottom: 16px;
  }
  .r--m-padding-xsmall-bottom {
    padding-bottom: 8px;
  }
  .r--m-padding-small-left {
    padding-left: 16px;
  }
  .r--m-margin-small-top {
    margin-top: 16px;
  }
  .r--m-margin-small-bottom {
    margin-bottom: 16px;
  }
  .r--m-margin-small-left {
    margin-left: 16px;
  }
  .r--m-margin-xsmall-left {
    margin-left: 8px;
  }
  .r--m-margin-xsmall-right {
    margin-right: 8px;
  }
  .r--m-margin-xsmall--top-bottom {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .r--m-padding-medium-bottom {
    padding-bottom: 32px !important;
  }
  .r--m-padding-medium-top {
    padding-top: 32px !important;
  }
  .r--m-padding-medium-right {
    padding-right: 32px !important;
  }
  .r--m-padding-medium-left {
    padding-left: 32px !important;
  }
  .medium-padding-right-small {
    padding-right: 16px !important;
  }
  .r--m-margin-mediumsmall-top {
    margin-top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .r--s-row-reverse {
    flex-flow: row-reverse wrap-reverse;
  }
  .r--s-padding-zero {
    padding: 0;
  }
  .r--s-padding-zero-top {
    padding-top: 0;
  }
  .r--s-padding-zero-right {
    padding-right: 0;
  }
  .r--s-padding-zero-bottom {
    padding-bottom: 0;
  }
  .r--s-padding-zero-left {
    padding-left: 0;
  }
  .r--s-margin-xxsmall {
    margin: 16px;
  }
  .r--s-padding-xsmallsmall {
    padding: 16px;
  }
  .r--s-padding-xsmallsmall-left {
    padding-left: 16px;
  }
  .r--s-padding-xsmallsmall-right {
    padding-right: 16px;
  }
  .r--s-padding-mediumsmall-bottom {
    padding-bottom: 32px !important;
  }
  .r--s-padding-small {
    padding: 16px;
  }
  .r--s-padding-small-left {
    padding-left: 16px;
  }
  .r--s-padding-small-right {
    padding-right: 16px;
  }
  .r--s-padding-small-top {
    padding-top: 16px;
  }
  .r--s-padding-small-bottom {
    padding-bottom: 16px;
  }
  .r--s-margin-xsmall {
    margin: 8px;
  }
  .r--s-margin-xsmall-left {
    margin-left: 8px;
  }
  .r--s-margin-xsmall-right {
    margin-right: 8px !important;
  }
  .r--s-margin-xsmall-top {
    margin-top: 8px;
  }
  .r--s-margin-xsmall-bottom {
    margin-bottom: 8px;
  }
  .r--s-margin-zero {
    margin: 0;
  }
  .r--s-margin-zero-left {
    margin-left: 0;
  }
  .r--s-margin-zero-right {
    margin-right: 0;
  }
  .r--s-margin-zero-top {
    margin-top: 0;
  }
  .r--s-margin-zero-bottom {
    margin-bottom: 0;
  }
  .r--s-margin-small {
    margin: 16px;
  }
  .r--s-margin-small-left {
    margin-left: 16px;
  }
  .r--s-margin-small-right {
    margin-right: 16px;
  }
  .r--s-margin-small-top {
    margin-top: 16px;
  }
  .r--s-margin-small-bottom {
    margin-bottom: 16px;
  }
  .r--s-margin-mediumsmall {
    margin: 32px;
  }
  .r--s-margin-mediumsmall-left {
    margin-left: 32px;
  }
  .r--s-margin-mediumsmall-right {
    margin-right: 32px;
  }
  .r--s-margin-mediumsmall-top {
    margin-top: 32px;
  }
  .r--s-margin-mediumsmall-bottom {
    margin-bottom: 32px;
  }
  .r--s-margin-medium {
    margin: 32px;
  }
  .r--s-margin-medium-left {
    margin-left: 32px;
  }
  .r--s-margin-medium-right {
    margin-right: 32px;
  }
  .r--s-margin-medium-top {
    margin-top: 32px;
  }
  .r--s-margin-medium-bottom {
    margin-bottom: 32px;
  }
  .small-padding-bottom-small {
    padding-bottom: 16px !important;
  }
  .small-padding-right-small {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 1440px) {
  .r--xl-padding-zero-left {
    padding: 0;
  }
  .r--xl-padding-small {
    padding: 16px;
  }
  .r--xl-padding-small-sides {
    padding-left: 16px;
    padding-right: 16px;
  }
  .r--xl-padding-small-bottom {
    padding-bottom: 16px;
  }
  .r--xl-margin-small {
    margin: 16px;
  }
  .r--xl-margin-bottom {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) {
  .medium-padding-small-left {
    padding-left: 16px;
  }
}
.margin-sides-medium {
  margin-left: 32px;
  margin-right: 32px;
}
.padding-sides-medium {
  padding-left: 32px;
  padding-right: 32px;
}
.page-gutters {
  padding-left: 5vw;
  padding-right: 5vw;
}
.column-gutter {
  padding-left: 5vw;
}
.column-gutter--padding {
  padding-left: 1vw;
  padding-right: 1vw;
}
.column-gutter--margin {
  margin-left: 1vw;
  margin-right: 1vw;
}
.column-gutter--left {
  padding-left: 1vw;
}
.column-gutter--right {
  padding-right: 1vw;
}
.page-example .page-example--label {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .page-gutters.break-page-gutters-below-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-gutters.break-page-gutters-below-large .break-page-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-gutters-below-large {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .column-gutter-medium {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .page-gutters.break-page-gutters-below-medium {
    padding-left: 0;
    padding-right: 0;
  }
  .page-gutters.break-page-gutters-below-medium .break-page-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .page-gutters-below-medium {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .column-gutter-small {
    padding-left: 5vw;
  }
}
.vertical-rhythm-medium > *,
.vertical-rhythm > * {
  margin-bottom: 32px;
}
.vertical-rhythm-medium > :last-child,
.vertical-rhythm > :last-child {
  margin-bottom: 0;
}
.vertical-rhythm-small > * {
  margin-bottom: 16px;
}
.vertical-rhythm-small > :last-child {
  margin-bottom: 0;
}
.vertical-rhythm-xsmall > * {
  margin-bottom: 8px;
}
.vertical-rhythm-xsmall > :last-child {
  margin-bottom: 0;
}
.no-page-gutters {
  padding-left: 0;
  padding-right: 0;
}
.break-page-gutters {
  margin-left: -5vw;
  margin-right: -5vw;
}
.margin-top-25 {
  margin-top: 25%;
}
.margin-top-50 {
  margin-top: 50%;
}
.margin-top-75 {
  margin-top: 75%;
}
.margin-top-100 {
  margin-top: 100%;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-top-xlarge {
  margin-top: 128px;
}
.margin-top-large {
  margin-top: 64px;
}
.margin-top-medium {
  margin-top: 32px;
}
.margin-top-small {
  margin-top: 16px;
}
.margin-top-xsmall {
  margin-top: 8px;
}
.margin-top-zero {
  margin-top: 0;
}
.margin-bottom-25 {
  margin-bottom: 25%;
}
.margin-bottom-50 {
  margin-bottom: 50%;
}
.margin-bottom-75 {
  margin-bottom: 75%;
}
.margin-bottom-100 {
  margin-bottom: 100%;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-bottom-xlarge {
  margin-bottom: 128px;
}
.margin-bottom-large {
  margin-bottom: 64px;
}
.margin-bottom-medium {
  margin-bottom: 32px;
}
.margin-bottom-small {
  margin-bottom: 16px;
}
.margin-bottom-xsmall {
  margin-bottom: 8px;
}
.margin-bottom-zero {
  margin-bottom: 0;
}
.margin-right-25 {
  margin-right: 25%;
}
.margin-right-50 {
  margin-right: 50%;
}
.margin-right-75 {
  margin-right: 75%;
}
.margin-right-100 {
  margin-right: 100%;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-right-xlarge {
  margin-right: 128px;
}
.margin-right-large {
  margin-right: 64px;
}
.margin-right-medium {
  margin-right: 32px;
}
.margin-right-small {
  margin-right: 16px;
}
.margin-right-xsmall {
  margin-right: 8px;
}
.margin-right-zero {
  margin-right: 0;
}
.margin-left-25 {
  margin-left: 25%;
}
.margin-left-50 {
  margin-left: 50%;
}
.margin-left-75 {
  margin-left: 75%;
}
.margin-left-100 {
  margin-left: 100%;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-left-xlarge {
  margin-left: 128px;
}
.margin-left-large {
  margin-left: 64px;
}
.margin-left-medium {
  margin-left: 32px;
}
.margin-left-small {
  margin-left: 16px;
}
.margin-left-xsmall {
  margin-left: 8px;
}
.margin-left-zero {
  margin-left: 0;
}
.padding-25 {
  padding: 25%;
}
.padding-50 {
  padding: 50%;
}
.padding-75 {
  padding: 75%;
}
.padding-100 {
  padding: 100%;
}
.padding-auto {
  padding: auto;
}
.padding-xlarge {
  padding: 128px;
}
.padding-large {
  padding: 64px;
}
.padding-medium {
  padding: 32px;
}
.padding-small {
  padding: 16px;
}
.padding-xsmall {
  padding: 8px;
}
.padding-zero {
  padding: 0;
}
.padding-top-25 {
  padding-top: 25%;
}
.padding-top-50 {
  padding-top: 50%;
}
.padding-top-75 {
  padding-top: 75%;
}
.padding-top-100 {
  padding-top: 100%;
}
.padding-top-auto {
  padding-top: auto;
}
.padding-top-xlarge {
  padding-top: 128px;
}
.padding-top-large {
  padding-top: 64px;
}
.padding-top-medium {
  padding-top: 32px;
}
.padding-top-small {
  padding-top: 16px;
}
.padding-top-xsmall {
  padding-top: 8px;
}
.padding-top-zero {
  padding-top: 0;
}
.padding-bottom-25 {
  padding-bottom: 25%;
}
.padding-bottom-50 {
  padding-bottom: 50%;
}
.padding-bottom-75 {
  padding-bottom: 75%;
}
.padding-bottom-100 {
  padding-bottom: 100%;
}
.padding-bottom-auto {
  padding-bottom: auto;
}
.padding-bottom-xlarge {
  padding-bottom: 128px;
}
.padding-bottom-large {
  padding-bottom: 64px;
}
.padding-bottom-medium {
  padding-bottom: 32px;
}
.padding-bottom-small {
  padding-bottom: 16px;
}
.padding-bottom-xsmall {
  padding-bottom: 8px;
}
.padding-bottom-zero {
  padding-bottom: 0;
}
.padding-left-25 {
  padding-left: 25%;
}
.padding-left-50 {
  padding-left: 50%;
}
.padding-left-75 {
  padding-left: 75%;
}
.padding-left-100 {
  padding-left: 100%;
}
.padding-left-auto {
  padding-left: auto;
}
.padding-left-xlarge {
  padding-left: 128px;
}
.padding-left-large {
  padding-left: 64px;
}
.padding-left-medium {
  padding-left: 32px;
}
.padding-left-small {
  padding-left: 16px;
}
.padding-left-xsmall {
  padding-left: 8px;
}
.padding-left-zero {
  padding-left: 0;
}
.padding-right-25 {
  padding-right: 25%;
}
.padding-right-50 {
  padding-right: 50%;
}
.padding-right-75 {
  padding-right: 75%;
}
.padding-right-100 {
  padding-right: 100%;
}
.padding-right-auto {
  padding-right: auto;
}
.padding-right-xlarge {
  padding-right: 128px;
}
.padding-right-large {
  padding-right: 64px;
}
.padding-right-medium {
  padding-right: 32px;
}
.padding-right-small {
  padding-right: 16px;
}
.padding-right-xsmall {
  padding-right: 8px;
}
.padding-right-zero {
  padding-right: 0;
}
.rhythm-25 {
  padding: 25%;
}
.rhythm-25 > * {
  margin-bottom: 25%;
}
.rhythm-25 > :last-child {
  margin-bottom: 0;
}
.rhythm-50 {
  padding: 50%;
}
.rhythm-50 > * {
  margin-bottom: 50%;
}
.rhythm-50 > :last-child {
  margin-bottom: 0;
}
.rhythm-75 {
  padding: 75%;
}
.rhythm-75 > * {
  margin-bottom: 75%;
}
.rhythm-75 > :last-child {
  margin-bottom: 0;
}
.rhythm-100 {
  padding: 100%;
}
.rhythm-100 > * {
  margin-bottom: 100%;
}
.rhythm-100 > :last-child {
  margin-bottom: 0;
}
.rhythm-auto {
  padding: auto;
}
.rhythm-auto > * {
  margin-bottom: auto;
}
.rhythm-auto > :last-child {
  margin-bottom: 0;
}
.rhythm-xlarge {
  padding: 128px;
}
.rhythm-xlarge > * {
  margin-bottom: 128px;
}
.rhythm-xlarge > :last-child {
  margin-bottom: 0;
}
.rhythm-large {
  padding: 64px;
}
.rhythm-large > * {
  margin-bottom: 64px;
}
.rhythm-large > :last-child {
  margin-bottom: 0;
}
.rhythm-medium {
  padding: 32px;
}
.rhythm-medium > * {
  margin-bottom: 32px;
}
.rhythm-medium > :last-child {
  margin-bottom: 0;
}
.rhythm-small {
  padding: 16px;
}
.rhythm-small > * {
  margin-bottom: 16px;
}
.rhythm-small > :last-child {
  margin-bottom: 0;
}
.rhythm-xsmall {
  padding: 8px;
}
.rhythm-xsmall > * {
  margin-bottom: 8px;
}
.rhythm-xsmall > :last-child {
  margin-bottom: 0;
}
.rhythm-zero {
  padding: 0;
}
.rhythm-zero > * {
  margin-bottom: 0;
}
.rhythm-zero > :last-child {
  margin-bottom: 0;
}
.break-rhythm-25 {
  margin-top: -25%;
  margin-left: -25%;
  margin-right: -25%;
}
.break-rhythm-50 {
  margin-top: -50%;
  margin-left: -50%;
  margin-right: -50%;
}
.break-rhythm-75 {
  margin-top: -75%;
  margin-left: -75%;
  margin-right: -75%;
}
.break-rhythm-100 {
  margin-top: -100%;
  margin-left: -100%;
  margin-right: -100%;
}
.break-rhythm-auto {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
.break-rhythm-xlarge {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
.break-rhythm-large {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
.break-rhythm-medium {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
.break-rhythm-small {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
.break-rhythm-xsmall {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
.break-rhythm-zero {
  margin-top: -auto;
  margin-left: -auto;
  margin-right: -auto;
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  src: url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-regular.eot);
  src: local("Rubik"), local("Rubik-Regular"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-regular.woff2)
      format("woff2"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-regular.woff)
      format("woff"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-regular.ttf)
      format("truetype"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-regular.svg#Rubik)
      format("svg");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  src: url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-700.eot);
  src: local("Rubik Bold"), local("Rubik-Bold"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-700.woff2)
      format("woff2"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-700.woff)
      format("woff"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-700.ttf)
      format("truetype"),
    url(/content/dam/rb-na-custom/fonts/airwick-canada-local/rubik/rubik-v9-latin-700.svg#Rubik)
      format("svg");
}
a,
li {
  color: inherit;
  transition: color 0.25s;
  outline: 0;
  text-decoration: none;
  -moz-outline-style: none;
}
a:link,
li:link {
  text-decoration: none;
}
a:visited,
li:visited {
  color: inherit;
}
a:hover,
li:hover {
  color: inherit;
  text-decoration: none;
}
a.active,
a:active,
li.active,
li:active {
  color: inherit;
}
a.has-icon,
li.has-icon {
  text-decoration: none;
}
a {
  cursor: pointer;
}
[data-link-type*="download"],
[data-link-type*="external"],
[data-link-type*="internal"],
li a,
p a {
  outline: 0;
  text-decoration: none;
  color: #02882c;
  border-bottom: 1px dashed #02882c;
  transition: color 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
:visited[data-link-type*="download"],
:visited[data-link-type*="external"],
:visited[data-link-type*="internal"],
li a:visited,
p a:visited {
  color: #014416;
  border-bottom: 1px solid #014416;
}
.active[data-link-type*="download"],
.active[data-link-type*="external"],
.active[data-link-type*="internal"],
:active[data-link-type*="download"],
:active[data-link-type*="external"],
:active[data-link-type*="internal"],
:hover[data-link-type*="download"],
:hover[data-link-type*="external"],
:hover[data-link-type*="internal"],
li a.active,
li a:active,
li a:hover,
p a.active,
p a:active,
p a:hover {
  color: #02882c;
  border-bottom: 1px solid #02882c;
}
p {
  line-height: 1.5;
}
.body-invert {
  color: #fff;
}
.body-invert a {
  outline: 0;
  text-decoration: none;
}
.body-invert a:visited {
  color: #014416;
  border-bottom: 1px solid #014416;
}
.body-invert a.active,
.body-invert a:active,
.body-invert a:hover {
  color: #02882c;
  border-bottom: 1px solid #02882c;
}
.cardteaser-style.article-card-teaser .cardteaser-body-top .teaser-text--title,
.cardteaser-style.brand-card-teaser .cardteaser-body-top .teaser-text--title,
.cardteaser-style.solutions-card-teaser
  .cardteaser-body-top
  .teaser-text--title,
.cardteaser-style.solutions-card-teaser-without-borders
  .cardteaser-body-top
  .teaser-text--title,
.display,
.headline1,
.headline2,
.headline3,
.headline4,
h1,
h2,
h3,
h4,
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button {
  font-style: normal;
  margin: 0;
}
.display {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1439px) {
  .display {
    font-size: 96px;
  }
}
@media (max-width: 599px) {
  .display {
    font-size: 48px;
    font-size: 3rem;
  }
}
.headline1,
h1 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1439px) {
  .headline1,
  h1 {
    font-size: 72px;
  }
}
@media (max-width: 599px) {
  .headline1,
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cardteaser-style.article-card-teaser .cardteaser-body-top .teaser-text--title,
.headline2,
h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.16;
}
@media (min-width: 1439px) {
  .cardteaser-style.article-card-teaser
    .cardteaser-body-top
    .teaser-text--title,
  .headline2,
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 599px) {
  .cardteaser-style.article-card-teaser
    .cardteaser-body-top
    .teaser-text--title,
  .headline2,
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.cardteaser-style.solutions-card-teaser
  .cardteaser-body-top
  .teaser-text--title,
.cardteaser-style.solutions-card-teaser-without-borders
  .cardteaser-body-top
  .teaser-text--title,
.headline3,
h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 1439px) {
  .cardteaser-style.solutions-card-teaser
    .cardteaser-body-top
    .teaser-text--title,
  .cardteaser-style.solutions-card-teaser-without-borders
    .cardteaser-body-top
    .teaser-text--title,
  .headline3,
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .cardteaser-style.solutions-card-teaser
    .cardteaser-body-top
    .teaser-text--title,
  .cardteaser-style.solutions-card-teaser-without-borders
    .cardteaser-body-top
    .teaser-text--title,
  .headline3,
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cardteaser-style.brand-card-teaser .cardteaser-body-top .teaser-text--title,
.headline4,
h4,
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 1439px) {
  .cardteaser-style.brand-card-teaser .cardteaser-body-top .teaser-text--title,
  .headline4,
  h4,
  red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .cardteaser-style.brand-card-teaser .cardteaser-body-top .teaser-text--title,
  .headline4,
  h4,
  red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}
.small-prints {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}
.bold {
  font-weight: 700;
}
.button--chat,
.invert {
  color: #fff;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
[data-link-type*="external"]:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_green30.svg)
    no-repeat;
}
[data-link-type*="external"]:visited:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_green50.svg)
    no-repeat;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
p {
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #363433;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
li,
ol,
ul {
  margin: 0 0 0 20px;
  padding: 0;
}
video {
  height: auto;
  max-width: 100%;
}
svg {
  pointer-events: none;
}
#goog-gt-tt {
  display: none !important;
  top: 0 !important;
}
.article-container {
  max-width: 1076px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1549px) {
  .article-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.container {
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1600px) {
  .container {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.row > .row {
  margin: 0;
}
hr {
  border-top: 1px solid #000;
}
.svg-icon {
  display: inline-block;
}
.svg-icon svg {
  display: block;
  transition: fill 0.25s ease;
}
.svg-icon--custom {
  width: 1.5rem;
  height: 0.875rem;
}
.svg-icon--xsmall {
  width: 8px;
  height: 8px;
}
.svg-icon--small {
  width: 1rem;
  height: 1rem;
}
.svg-icon--medium {
  width: 1.5rem;
  height: 1.5rem;
}
.svg-icon--large {
  width: 3rem;
  height: 3rem;
}
.toggle-active-content {
  display: none;
}
.toggle-active-content.active {
  display: block;
}
@media screen and (min-width: 960px) {
  .responsive-toggle-active-large .toggle-active-stack {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .responsive-toggle-active-large .toggle-active-row {
    display: none;
  }
}
.dropdown-container {
  border-top: 1px solid color(grey20);
}
.dropdown {
  padding-top: 14px;
  padding-bottom: 14px;
}
.dropdown .button-label {
  display: inline-block;
  vertical-align: middle;
}
.dropdown .svg-icon {
  top: calc(50% - 10px);
  margin-top: -4px;
}
.dropdown .svg-icon svg {
  fill: #f5f3f2;
}
.dropdown .svg-icon.active {
  display: none;
}
.dropdown .svg-icon.inactive {
  display: inline-block;
}
.dropdown.active .svg-icon.active {
  display: inline-block;
}
.dropdown.active .svg-icon.inactive {
  display: none;
}
.dropdown.active .svg-icon svg,
.dropdown:hover .svg-icon svg {
  fill: #026621;
}
.tab {
  padding: 0;
}
.dropdown-content {
  position: relative;
  display: none;
}
.dropdown-content.active {
  display: block;
  width: 100%;
}
.dropdown--content-faq {
  padding: 32px;
  background-color: #f5f3f2;
  border-left: 1px solid #f5f3f2;
  border-right: 1px solid #f5f3f2;
  border-bottom: 1px solid #f5f3f2;
}
.dropdown--faq-title {
  margin-bottom: 16px;
}
.dropdown-content-image img {
  width: 100%;
  height: auto;
  display: flex;
}
.dropdown-vdp .dropdown {
  border-right: 1px solid color(grey20);
  border-left: 1px solid color(grey20);
}
.dropdown {
  border-right: 1px solid color(grey20);
  border-left: 1px solid color(grey20);
  padding: 16px 32px;
}
@media screen and (max-width: 959px) {
  .dropdown .svg-icon {
    margin-top: 0;
  }
  .dropdown-content-image img {
    margin-bottom: -5px;
  }
  .dropdown--content-faq {
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .dropdown {
    border-right: 1px solid color(grey20);
    border-left: 1px solid color(grey20);
  }
  .dropdown--inline {
    border-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .dropdown {
    padding: 9px 55px 9px 5%;
  }
  .dropdown--content-faq {
    padding: 32px 5%;
  }
}
.hide-height--prep {
  overflow: hidden;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 319px) {
  .hide-below-xsmall {
    display: none !important;
  }
  .show-for-xsmall {
    display: none !important;
  }
  .show-for-xsmall-only {
    display: none !important;
  }
}
@media screen and (min-width: 320px) {
  .hide-for-xsmall {
    display: none !important;
  }
  .hide-min-above {
    display: none !important;
  }
  .show-xsmall-above {
    display: none !important;
  }
  .show-below-xsmall {
    display: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 319px) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}
@media screen and (max-width: 419px) {
  .hide-below-small {
    display: none !important;
  }
  .show-for-small {
    display: none !important;
  }
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 420px) {
  .hide-for-small {
    display: none !important;
  }
  .hide-xsmall-above {
    display: none !important;
  }
  .show-small-above {
    display: none !important;
  }
  .show-below-small {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 419px) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .hide-below-medium {
    display: none !important;
  }
  .show-for-medium {
    display: none !important;
  }
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .hide-for-medium {
    display: none !important;
  }
  .hide-small-above {
    display: none !important;
  }
  .show-medium-above {
    display: none !important;
  }
  .show-below-medium {
    display: none !important;
  }
}
@media screen and (min-width: 420px) and (max-width: 599px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .hide-below-large {
    display: none !important;
  }
  .show-for-large {
    display: none !important;
  }
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .hide-for-large {
    display: none !important;
  }
  .hide-medium-above {
    display: none !important;
  }
  .show-large-above {
    display: none !important;
  }
  .show-below-large {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .hide-below-xlarge {
    display: none !important;
  }
  .show-for-xlarge {
    display: none !important;
  }
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hide-for-xlarge {
    display: none !important;
  }
  .hide-large-above {
    display: none !important;
  }
  .show-xlarge-above {
    display: none !important;
  }
  .show-below-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
@media screen and (max-width: 959px) {
  .show-for-lrg {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .hide-for-med {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .show-for-l {
    display: none !important;
  }
}
.button:focus,
a:focus,
button:focus {
  outline: 0 !important;
}
.margin-none {
  margin-bottom: 0;
}
.margin-xsmall {
  margin-bottom: 8px;
}
.margin-small {
  margin-bottom: 16px;
}
.margin-medium {
  margin-bottom: 32px;
}
.margin-large {
  margin-bottom: 64px;
}
.margin-xl {
  margin-bottom: 128px;
}
@media (min-width: 1440px) {
  .xl-margin-none {
    margin-bottom: 0;
  }
  .xl-margin-xsmall {
    margin-bottom: 8px;
  }
  .xl-margin-small {
    margin-bottom: 16px;
  }
  .xl-margin-medium {
    margin-bottom: 32px;
  }
  .xl-margin-large {
    margin-bottom: 64px;
  }
  .xl-margin-xl {
    margin-bottom: 128px;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .lg-margin-none {
    margin-bottom: 0;
  }
  .lg-margin-xsmall {
    margin-bottom: 8px;
  }
  .lg-margin-small {
    margin-bottom: 16px;
  }
  .lg-margin-medium {
    margin-bottom: 32px;
  }
  .lg-margin-large {
    margin-bottom: 64px;
  }
  .lg-margin-xl {
    margin-bottom: 128px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .md-margin-none {
    margin-bottom: 0;
  }
  .md-margin-xsmall {
    margin-bottom: 8px;
  }
  .md-margin-small {
    margin-bottom: 16px;
  }
  .md-margin-medium {
    margin-bottom: 32px;
  }
  .md-margin-large {
    margin-bottom: 64px;
  }
  .md-margin-xl {
    margin-bottom: 128px;
  }
}
@media (min-width: 420px) and (max-width: 599px) {
  .sm-margin-none {
    margin-bottom: 0;
  }
  .sm-margin-xsmall {
    margin-bottom: 8px;
  }
  .sm-margin-small {
    margin-bottom: 16px;
  }
  .sm-margin-medium {
    margin-bottom: 32px;
  }
  .sm-margin-large {
    margin-bottom: 64px;
  }
  .sm-margin-xl {
    margin-bottom: 128px;
  }
}
@media (max-width: 419px) {
  .xs-margin-none {
    margin-bottom: 0;
  }
  .xs-margin-xsmall {
    margin-bottom: 8px;
  }
  .xs-margin-small {
    margin-bottom: 16px;
  }
  .xs-margin-medium {
    margin-bottom: 32px;
  }
  .xs-margin-large {
    margin-bottom: 64px;
  }
  .xs-margin-xl {
    margin-bottom: 128px;
  }
}
.local-nav--dropdown .dropdown.active {
  border-bottom: 1px solid #f5f3f2;
}
.local-nav--dropdown .dropdown.active.button--icon .svg-icon svg {
  fill: #026621;
}
.local-nav--dropdown .dropdown:hover.button--icon .svg-icon svg {
  fill: #026621;
}
.local-nav--dropdown .dropdown {
  padding-top: 28px;
  padding-bottom: 28px;
}
.local-nav--dropdown .dropdown .svg-icon--arrowSmallUp {
  display: none;
}
.local-nav--dropdown .dropdown.active .svg-icon--arrowSmallDown {
  display: none;
}
.local-nav--dropdown .dropdown.active .svg-icon--arrowSmallUp {
  display: initial;
}
.local-nav--dropdown .dropdown-content.active {
  border-bottom: none;
}
.inlineModal #cboxClose {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/modal-close.svg)
    no-repeat;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.red-cmp {
  display: block;
  visibility: hidden;
}
.red-cmp.ready {
  visibility: inherit;
}
.aspect-container img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.scale-ratio-16\:9,
.scale-ratio-1\:1,
.scale-ratio-1\:2,
.scale-ratio-2\:1,
.scale-ratio-3\:1,
.scale-ratio-4\:1,
.scale-ratio-4\:3 {
  position: relative;
}
.scale-ratio-16\:9:before,
.scale-ratio-1\:1:before,
.scale-ratio-1\:2:before,
.scale-ratio-2\:1:before,
.scale-ratio-3\:1:before,
.scale-ratio-4\:1:before,
.scale-ratio-4\:3:before {
  display: block;
  content: "";
  width: 100%;
}
.scale-ratio-16\:9 > .content > img,
.scale-ratio-1\:1 > .content > img,
.scale-ratio-1\:2 > .content > img,
.scale-ratio-2\:1 > .content > img,
.scale-ratio-3\:1 > .content > img,
.scale-ratio-4\:1 > .content > img,
.scale-ratio-4\:3 > .content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scale-ratio-16\:9:before {
  padding-top: 56.25%;
}
.scale-ratio-4\:3:before {
  padding-top: 75%;
}
.scale-ratio-1\:1:before {
  padding-top: 100%;
}
.scale-ratio-2\:1:before {
  padding-top: 50%;
}
.scale-ratio-3\:1:before {
  padding-top: 33.33%;
}
.scale-ratio-4\:1:before {
  padding-top: 25%;
}
.scale-ratio-1\:2:before {
  padding-top: 200%;
}
@media (min-width: 960px) {
  .large-ratio-16\:9,
  .large-ratio-1\:1,
  .large-ratio-1\:2,
  .large-ratio-2\:1,
  .large-ratio-3\:1,
  .large-ratio-4\:1,
  .large-ratio-4\:3 {
    position: relative;
  }
  .large-ratio-16\:9:before,
  .large-ratio-1\:1:before,
  .large-ratio-1\:2:before,
  .large-ratio-2\:1:before,
  .large-ratio-3\:1:before,
  .large-ratio-4\:1:before,
  .large-ratio-4\:3:before {
    display: block;
    content: "";
    width: 100%;
  }
  .large-ratio-16\:9 > .content > img,
  .large-ratio-1\:1 > .content > img,
  .large-ratio-1\:2 > .content > img,
  .large-ratio-2\:1 > .content > img,
  .large-ratio-3\:1 > .content > img,
  .large-ratio-4\:1 > .content > img,
  .large-ratio-4\:3 > .content > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .large-ratio-16\:9:before {
    padding-top: 56.25%;
  }
  .large-ratio-4\:3:before {
    padding-top: 75%;
  }
  .large-ratio-1\:1:before {
    padding-top: 100%;
  }
  .large-ratio-2\:1:before {
    padding-top: 50%;
  }
  .large-ratio-3\:1:before {
    padding-top: 33.33%;
  }
  .large-ratio-4\:1:before {
    padding-top: 25%;
  }
  .large-ratio-1\:2:before {
    padding-top: 200%;
  }
}
@media (max-width: 959px) and (min-width: 600px) {
  .medium-ratio-16\:9,
  .medium-ratio-1\:1,
  .medium-ratio-1\:2,
  .medium-ratio-2\:1,
  .medium-ratio-3\:1,
  .medium-ratio-4\:1,
  .medium-ratio-4\:3 {
    position: relative;
  }
  .medium-ratio-16\:9:before,
  .medium-ratio-1\:1:before,
  .medium-ratio-1\:2:before,
  .medium-ratio-2\:1:before,
  .medium-ratio-3\:1:before,
  .medium-ratio-4\:1:before,
  .medium-ratio-4\:3:before {
    display: block;
    content: "";
    width: 100%;
  }
  .medium-ratio-16\:9 > .content > img,
  .medium-ratio-1\:1 > .content > img,
  .medium-ratio-1\:2 > .content > img,
  .medium-ratio-2\:1 > .content > img,
  .medium-ratio-3\:1 > .content > img,
  .medium-ratio-4\:1 > .content > img,
  .medium-ratio-4\:3 > .content > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .medium-ratio-16\:9:before {
    padding-top: 56.25%;
  }
  .medium-ratio-4\:3:before {
    padding-top: 75%;
  }
  .medium-ratio-1\:1:before {
    padding-top: 100%;
  }
  .medium-ratio-2\:1:before {
    padding-top: 50%;
  }
  .medium-ratio-3\:1:before {
    padding-top: 33.33%;
  }
  .medium-ratio-4\:1:before {
    padding-top: 25%;
  }
  .medium-ratio-1\:2:before {
    padding-top: 200%;
  }
}
@media (max-width: 599px) {
  .small-ratio-16\:9,
  .small-ratio-1\:1,
  .small-ratio-1\:2,
  .small-ratio-2\:1,
  .small-ratio-3\:1,
  .small-ratio-4\:1,
  .small-ratio-4\:3 {
    position: relative;
  }
  .small-ratio-16\:9:before,
  .small-ratio-1\:1:before,
  .small-ratio-1\:2:before,
  .small-ratio-2\:1:before,
  .small-ratio-3\:1:before,
  .small-ratio-4\:1:before,
  .small-ratio-4\:3:before {
    display: block;
    content: "";
    width: 100%;
  }
  .small-ratio-16\:9 > .content > img,
  .small-ratio-1\:1 > .content > img,
  .small-ratio-1\:2 > .content > img,
  .small-ratio-2\:1 > .content > img,
  .small-ratio-3\:1 > .content > img,
  .small-ratio-4\:1 > .content > img,
  .small-ratio-4\:3 > .content > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .small-ratio-16\:9:before {
    padding-top: 56.25%;
  }
  .small-ratio-4\:3:before {
    padding-top: 75%;
  }
  .small-ratio-1\:1:before {
    padding-top: 100%;
  }
  .small-ratio-2\:1:before {
    padding-top: 50%;
  }
  .small-ratio-3\:1:before {
    padding-top: 33.33%;
  }
  .small-ratio-4\:1:before {
    padding-top: 25%;
  }
  .small-ratio-1\:2:before {
    padding-top: 200%;
  }
}
.responsive-image img {
  width: 100%;
  max-width: 100vw;
  height: 100%;
}
.responsive-image.image-rounded {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.authorMode .d-lg-none,
.authorMode .d-md-none,
.authorMode .d-none,
.authorMode .d-sm-none,
.authorMode .d-xl-none {
  display: block !important;
}
.cq-Overlay--component-name,
.cq-Overlay--placeholder,
.cq-Overlay
  > .cq-Overlay
  > .cq-Overlay
  > .cq-Overlay
  > .cq-Overlay
  > .cq-Overlay-subdroptarget,
div.cq-draggable.cq-dragorigin {
  background-color: transparent !important;
}
#CQ .x-panel-body,
#CQ .x-tab-panel-body {
  background-color: transparent !important;
}
.modalSection {
  padding: 2rem 4rem;
}
@media (max-width: 599px) {
  .modalSection {
    padding: 1rem 2rem;
  }
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.video .videoIframe #cboxOverlay,
.video .videoIframe #cboxWrapper,
.video .videoIframe #colorbox {
  overflow: visible !important;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.85);
  overflow-y: scroll;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.video .videoIframe #cboxContent {
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.video .videoIframe #cboxLoadedContent {
  overflow: visible !important;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0 0;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  top: 3px;
  right: 2px;
  background-size: cover;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-radius: 15px;
}
.video .videoIframe #cboxClose {
  top: -12px;
  right: -12px;
  z-index: 2500;
}
.inlineModal #cboxClose {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-size: contain;
  outline: 0;
}
.button,
.button-base,
button {
  background: 0 0;
  border-radius: 0;
  cursor: pointer;
  border: transparent;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
  text-align: center;
  transition: background 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.button--container .button,
.button--container button {
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--container .button .button--icon-wrapper,
.button--container button .button--icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
.button--container .button .button--icon-wrapper .button--icon,
.button--container .button .button--icon-wrapper .button--icon-hoverable,
.button--container button .button--icon-wrapper .button--icon,
.button--container button .button--icon-wrapper .button--icon-hoverable {
  opacity: 1;
}
.button--container .button .button--icon-wrapper .button--hover-icon,
.button--container button .button--icon-wrapper .button--hover-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  margin: 0 auto;
}
.button--container .button .button--icon-wrapper:hover .button--hover-icon,
.button--container button .button--icon-wrapper:hover .button--hover-icon {
  opacity: 0;
}
.button--container .button .button--icon-wrapper:hover .button--icon-hoverable,
.button--container button .button--icon-wrapper:hover .button--icon-hoverable {
  opacity: 1;
}
.button--container .button:hover .button--icon-wrapper .button--icon-hoverable,
.button--container button:hover .button--icon-wrapper .button--icon-hoverable {
  opacity: 0;
}
.button--container .button:hover .button--icon-wrapper .button--hover-icon,
.button--container button:hover .button--icon-wrapper .button--hover-icon {
  opacity: 1;
}
.button--container .button.icon-left,
.button--container .button.icon-right,
.button--container .button.svg-icon-right-left,
.button--container button.button.icon-left,
.button--container button.button.icon-right,
.button--container button.icon-left,
.button--container button.icon-right,
.button--container button.svg-icon-right-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--container .button.icon-left .svg-icon,
.button--container .button.icon-right .svg-icon,
.button--container .button.svg-icon-right-left .svg-icon,
.button--container button.icon-left .svg-icon,
.button--container button.icon-right .svg-icon,
.button--container button.svg-icon-right-left .svg-icon {
  vertical-align: text-top;
  display: inline-block;
}
.button--container .button.icon-left .button-label,
.button--container .button.icon-right .button-label,
.button--container .button.svg-icon-right-left .button-label,
.button--container button.icon-left .button-label,
.button--container button.icon-right .button-label,
.button--container button.svg-icon-right-left .button-label {
  display: inline-block;
}
.button--container .button.icon-right,
.button--container button.icon-right {
  flex-direction: row-reverse;
}
.button--container .button.icon-stacked,
.button--container button.icon-stacked {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.button--container .button.icon-stacked.link-button,
.button--container button.icon-stacked.link-button {
  text-align: center !important;
}
.button--container .button.icon-stacked .svg-icon,
.button--container button.icon-stacked .svg-icon {
  margin-right: 0;
  margin-bottom: 0.625rem;
}
.button--container .button--list-container .blocked.stacked {
  margin: 0 auto;
}
.button--container .button--list-container .blocked a {
  display: inline-block;
  flex: none !important;
}
.button--container .button--list-container a {
  display: flex;
  flex: 1 1 auto !important;
}
.button--container .button--list-container.row {
  align-items: flex-start;
}
.button--container.active .button--icon-wrapper .button--icon-hoverable {
  opacity: 0;
}
.button--container.active .button--icon-wrapper .button--hover-icon {
  opacity: 1;
}
.icon-toggle .icon-hover {
  display: none;
}
.icon-toggle:hover .svg-icon {
  display: none;
}
.icon-toggle:hover .icon-hover {
  display: block;
}
.link--icon-inline .link-label {
  display: inline-block;
  vertical-align: middle;
  transition: color 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.link--icon-inline .link-icon {
  vertical-align: middle;
}
.link--icon-inline.link--icon-inline--flex {
  display: flex;
  align-items: center;
}
.link--icon-inline.link--icon-inline--flex .link-label {
  flex: 1 1 auto;
}
.link--icon-inline.link--icon-inline--flex .link-icon {
  flex: 0 0 auto;
}
.button--link-shared {
  justify-content: flex-start;
  text-align: left;
}
.button--link-shared .button-label {
  display: inline;
}
.button--close {
  position: absolute;
}
.button--underline-link .button-label {
  display: inline-block;
  width: auto;
  position: relative;
}
.button--underline-link .button-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid color(green50);
}
.button--underline-link .button-label::before {
  width: 0;
  left: 50%;
  transition: width 0.25s ease, left 0.25s ease;
}
.button--icon {
  text-align: center;
}
.button--icon .svg-icon {
  display: inline-block;
  vertical-align: middle;
}
.button-style.icon-button,
.icon--button {
  display: flex;
  align-self: flex-start;
  text-align: left;
}
.redcmp-section-wrapper > div > .aem-Grid > .aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}
.modalWrapper {
  display: none;
}
.aem-AuthorLayer-Edit .modalWrapper,
.cq-wcm-edit .modalWrapper {
  display: block;
}
.card-teaser-container a {
  cursor: pointer;
}
.ng-cmp-scroller {
  position: relative;
}
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
.slick-list:focus {
  outline: solid 2px Highlight;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .slick-list:focus {
    outline: auto -webkit-focus-ring-color;
  }
}
@font-face {
  font-family: slick;
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"),
    slick-font-url("slick.woff") format("woff"),
    slick-font-url("slick.ttf") format("truetype"),
    slick-font-url("slick.svg#slick") format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 110px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  border: transparent;
  color: transparent;
  outline: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 30px;
  height: 54px;
  background: url(/content/dam/red/images/icons/slick-arrow.png) no-repeat;
  background-size: contain;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: scaleX(-1);
  filter: FlipH;
}
.slick-next {
  right: 0;
}
.slick-slider {
  position: relative;
  background-color: #fff;
}
.slick-slider .scroller-overlay-container {
  position: relative;
  z-index: 1;
}
.scroller-show-content-bar .slick-indicator-container {
  text-align: left;
}
.scroller-show-content-bar .slick-dots {
  padding-left: 60px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-indicator-container {
  text-align: center;
}
.slick-dots {
  position: relative;
  margin: 0;
  height: 60px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  transition: border-color background-color 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slick-dots li.slick-active button {
  background-color: transparent;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.scroller-b .slick-dots {
  position: relative;
  bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-top: 20px;
  background-color: #fff;
  height: 60px;
  width: 100%;
  text-align: center;
}
.scroller-b .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.scroller-b .slick-dots li button {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  transition: border-color background-color 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.scroller-b .slick-dots li.slick-active button {
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.scroller-b .slick-dots li:first-child {
  margin-left: 0;
}
.scroller-b .slick-dots li:last-child {
  margin-right: 0;
}
.scroller-container {
  width: 100%;
  overflow: hidden;
}
.slick-list .scroller-overlay--more {
  display: none;
}
.scroller-item {
  position: relative;
  vertical-align: middle;
}
.scroller-background-image {
  width: 100%;
  height: auto;
}
.scroller-overlay {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.scroller-overlay.show {
  visibility: visible;
  opacity: 1;
}
.scroller-overlay--header {
  top: 0;
  padding: 16px;
}
.scroller-overlay--header h2,
.scroller-overlay--header h6,
.scroller-overlay--header p,
.scroller-overlay--header small {
  color: #fff;
}
.scroller-overlay--more {
  z-index: 1;
  right: 0;
  padding-right: 60px;
  line-height: 60px;
  bottom: 0;
}
.slick-disabled {
  display: none !important;
}
.stacked-scroller .slick-dots {
  position: relative;
  width: auto;
  padding-left: 0;
  text-align: center;
  background-color: transparent;
}
.stacked-scroller .slick-next,
.stacked-scroller .slick-prev {
  top: 0;
  height: 135px;
}
.scroller-item {
  z-index: -1;
}
.slick-current .scroller-item {
  z-index: 1;
}
.language-ar .slick-prev {
  right: 0 !important;
}
.language-ar .slick-next {
  left: 0 !important;
}
.pagingInfo {
  text-align: center;
  display: none;
}
.multimedia-scroller {
  box-sizing: border-box;
  height: 2.5rem;
  width: 2.5rem;
}
.dots-below-centered-overlay.scroller-show-content-bar .scroller-overlay--more {
  width: 100%;
  padding-right: 0;
  right: auto;
  line-height: 60px;
  bottom: 60px;
}
.dots-below-centered-overlay.scroller-show-content-bar
  .scroller-overlay--more
  a {
  text-align: center;
  display: flex !important;
}
.dots-below-centered-overlay.scroller-show-content-bar
  .slick-indicator-container {
  text-align: center;
}
.dots-below-centered-overlay.scroller-show-content-bar .slick-dots {
  padding-left: 0;
  position: relative;
  bottom: 0;
  background: 0 0;
}
#cboxContent {
  width: 100% !important;
}
#cboxTopLeft {
  width: 0;
  height: 0;
  background: 0 0;
}
#cboxTopRight {
  width: 0;
  height: 0;
  background: 0 0;
}
#cboxBottomLeft {
  width: 0;
  height: 0;
  background: 0 0;
}
#cboxBottomRight {
  width: 0;
  height: 0;
  background: 0 0;
}
#cboxMiddleLeft {
  width: 0;
  background: 0 0;
}
#cboxMiddleRight {
  width: 0;
  background: 0 0;
}
#cboxTopCenter {
  height: 0;
  background: 0 0;
}
#cboxBottomCenter {
  height: 0;
  background: 0 0;
}
.ng-cmp-gallery .gallery-layer--image-subcontainer {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.ng-cmp-gallery .inline-gallery-content {
  display: none;
}
.ng-cmp-gallery .gallery-layer--image {
  top: 0;
}
.ng-cmp-gallery .gallery-layer--image-container {
  top: 61px;
}
.ng-cmp-gallery .gallery-layer--caption {
  display: block;
}
.ng-cmp-gallery .teaser-image {
  width: 100%;
  height: auto;
}
.ng-cmp-gallery .gallery-layer--slider.thumbnail {
  margin-top: 314px;
}
.ng-cmp-gallery .gallery-container .button--preview:hover .ui-img {
  width: 106%;
  height: 106%;
  margin: -3% 0 0 -3%;
}
.ng-cmp-gallery .gallery-container .button--preview .ui-img {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ng-cmp-gallery .gallery-container button {
  overflow: hidden;
}
.ng-cmp-gallery #cboxCurrent {
  display: none !important;
}
.headline--container .headline--heading {
  order: 1;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.headline--container .headline--subheading {
  width: 100%;
  order: 3;
}
.headline--container .headline--icon-wrapper {
  align-self: flex-start;
  display: flex;
  justify-content: center;
}
.headline--container .headline--icon-wrapper .headline--hover-icon {
  display: none;
}
.headline--container .icon-right .headline--heading .headline--icon-wrapper {
  order: 1;
}
.headline--container .icon-right {
  flex-direction: row;
}
.headline--container .headline--heading-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headline--container .headline--heading-container:hover .headline--hover-icon {
  display: inherit;
}
.headline--container
  .headline--heading-container:hover
  .headline--icon-hoverable {
  display: none;
}
.headline--container .headline--dropdown-button {
  align-self: center;
}
.headline--container .headline--main-heading {
  white-space: nowrap;
}
.headline--container .headline--icon-hover {
  display: none;
}
.headline--container [style^="text-align:"] {
  width: 100%;
}
.separator-hr-style {
  display: block;
  height: 1px;
  border: 0;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}
.separator-hr-style.none {
  opacity: 0;
}
.expander-container {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.expander-container span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.expander-container .expander {
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.expander-container .expander .button-label {
  vertical-align: middle;
  flex-grow: 2;
  text-align: left;
}
.expander-container .expander .button-label.open {
  display: none;
}
.expander-container .expander .button-label.closed {
  display: block;
}
.expander-container .expander .svg-icon.active {
  display: block;
}
.expander-container .expander .svg-icon.inactive {
  display: none;
}
.expander-container .expander-content {
  display: none;
}
.authorMode .expander-container .expander-content {
  display: block !important;
}
.expander-container.active .expander-content {
  display: block;
}
.expander-container.active .button-label.open {
  display: block;
}
.expander-container.active .button-label.closed {
  display: none;
}
.expander-container.barBelow span {
  flex-direction: column-reverse;
}
.expander-container.noUI .expander-content {
  display: block;
}
.expander-container.noUI .expander-item {
  display: none;
}
@media (max-width: 959px) {
  .expander-container .expander {
    justify-content: space-between;
  }
  .expander-container.break-below-large.noUI .expander-content {
    display: none;
  }
  .expander-container.break-below-large.noUI .expander-item {
    display: block;
  }
  .expander-container.break-below-large.noUI.active .expander-content {
    display: block;
  }
}
@media (max-width: 599px) {
  .expander-container.break-below-medium.noUI .expander-content {
    display: none;
  }
  .expander-container.break-below-medium.noUI .expander-item {
    display: block;
  }
  .expander-container.break-below-medium.noUI.active .expander-content {
    display: block;
  }
}
red-tabbednav-default {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  padding: 0 5vw;
}
red-tabbednav-default .button--container button .button--icon-wrapper {
  align-items: stretch;
}
red-tabbednav-default .tab-nav__tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab {
  display: flex;
  flex: 1;
  margin: 6px;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button.icon-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-stacked
  .button--icon-wrapper {
  display: flex;
  justify-content: center;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button.icon-only {
  display: flex;
  flex-direction: column;
  align-items: center;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button--icon-wrapper {
  position: relative;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button--icon-wrapper
  img {
  height: 100%;
  position: absolute;
  left: 0;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button-label {
  display: none;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button
  .button--icon-wrapper
  img {
  height: 100%;
  align-self: center;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button .button-label {
  width: auto;
  position: relative;
  display: inline-block;
}
red-tabbednav-default .tab-nav__content-container .tab-nav__tab-content {
  display: none;
}
red-tabbednav-default .tab-nav__content-container .tab-nav__tab-content.active {
  display: block;
}
.aem-AuthorLayer-Edit
  red-tabbednav-default
  .tab-nav__content-container
  .tab-nav__tab-content {
  display: block;
}
red-tabbednav-default .tab-nav__content-container .stacked-tab {
  display: none;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button
  .button--icon-wrapper {
  display: block;
  position: relative;
}
red-tabbednav-default .tab-nav__content-container .stacked-tab button.icon-left,
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-right {
  flex-direction: row-reverse;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-stacked {
  flex-direction: column;
  align-items: center;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-only {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-only
  .button-label {
  display: none;
}
@media (max-width: 959px) {
  red-tabbednav-default.tab-nav--nav.break-below-large .tabbednav {
    padding: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large .tab-nav__tab-list {
    display: none;
  }
}
@media (max-width: 599px) {
  red-tabbednav-default.tab-nav--nav.break-below-medium .tab-nav__tab-list {
    display: none;
  }
}
red-tabbednav-default.tab-nav--expander
  .tab-nav__tab-content
  .expander-container {
  border-top: none;
  border: none;
}
red-tabbednav-default.tab-nav--expander
  .tab-nav__tab-content
  .expander-container
  .expander-item {
  display: none;
}
red-tabbednav-default.tab-nav--expander
  .tab-nav__tab-content
  .expander-container
  .button--list-left-line,
red-tabbednav-default.tab-nav--expander
  .tab-nav__tab-content
  .expander-container
  .button--secondary,
red-tabbednav-default.tab-nav--expander
  .tab-nav__tab-content
  .expander-container
  .button--secondary-list {
  justify-content: left;
}
red-tabbednav-default.tab-nav--expander
  .tab-nav__tab-content.active
  .expander-container
  .expander-content {
  display: block;
}
@media (max-width: 959px) {
  red-tabbednav-default.tab-nav--expander.break-below-large .tab-nav__tab-list {
    display: none;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-list
    li {
    display: none;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container
    .button--list-left-line,
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container
    .button--secondary,
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container
    .button--secondary-list {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-list {
    display: none;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container
    .button--list-left-line,
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container
    .button--secondary,
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container
    .button--secondary-list {
    justify-content: center;
  }
}
red-tabbednav-default.tab-nav--swap .tab-nav__tab-list .tab-nav__tab button {
  border: none;
}
red-tabbednav-default.tab-nav--swap .tab-nav__tab-content button.swapped-label {
  display: none;
}
red-tabbednav-default.tab-nav--swap red-tabbednav-default {
  display: block;
}
@media (max-width: 599px) {
  red-tabbednav-default.tab-nav--swap
    .tab-nav__tab-list
    .tab-nav__tab
    button
    .button-label {
    display: none;
  }
  red-tabbednav-default.tab-nav--swap
    .tab-nav__tab-content
    button.swapped-label {
    display: block;
    text-align: left;
  }
}
.iframe--container {
  width: 100%;
}
.iframe--container iframe {
  border: none;
  width: 100%;
}
.iframe--container iframe[width] {
  width: auto;
}
.iframe--container iframe.responsiveIframe {
  width: 1px;
  min-width: 100%;
}
.ng-cmp-responsiveimage {
  position: relative;
}
.ng-cmp-responsiveimage .responsiveimage-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 600px) {
  .ng-cmp-responsiveimage .responsiveimage-overlay.override-m-xs {
    position: relative;
  }
}
.authorMode .ng-cmp-responsiveimage .responsiveimage-overlay {
  position: static;
}
.ng-cmp-responsiveimage .responsiveimage-overlay a,
.ng-cmp-responsiveimage .responsiveimage-overlay button {
  pointer-events: auto;
}
.video_cmp .video-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
}
.video_cmp .video-wrapper .ratio-16-9 {
  padding-top: 56.25%;
  position: relative;
}
.video_cmp .video-wrapper .ratio-16-9 video-js {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 56.25%;
}
.video_cmp .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_cmp .video-poster {
  width: 100%;
}
.video_cmp .video-poster img {
  width: 100%;
}
.video_cmp .video-poster-ui,
.video_cmp .video-poster-ui--play-and-title-inline,
.video_cmp .video-poster-ui--play-and-title-overlay {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.video_cmp .video-poster-ui .video-poster-image,
.video_cmp .video-poster-ui--play-and-title-inline .video-poster-image,
.video_cmp .video-poster-ui--play-and-title-overlay .video-poster-image {
  position: relative;
  width: 100%;
  height: auto;
}
.video_cmp .video-play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100%;
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.video_cmp .video-play-icon:hover {
  opacity: 1;
}
.video_cmp .video-poster-ui--play-and-title-inline .video-info,
.video_cmp .video-poster-ui--play-and-title-overlay .video-info {
  text-transform: uppercase;
}
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-info,
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-info {
  text-transform: uppercase;
}
.video-comp-title-overlay
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-info,
.video-comp-title-overlay
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video_cmp .video-poster-ui--play-and-title-overlay .video-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#cboxLoadedContent .close-reveal-modal {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: -12px;
  opacity: 1;
  z-index: 2500;
  background: transparent
    url(/content/dam/rb-na-custom/images/finish/icons/close-nav-icon.svg)
    no-repeat;
  text-indent: -5000px;
}
#cboxLoadedContent .close-reveal-modal:focus {
  box-shadow: inset 0 0 0 2px rgba(27, 127, 204, 0.8);
}
#cboxLoadedContent .ratio-16-9 {
  height: 100%;
  z-index: 2400;
}
#cboxLoadedContent .ratio-16-9 .video-js {
  width: 100%;
  height: 100%;
}
.sticky-notification-wrapper {
  display: none;
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.sticky-notification-wrapper .close-button svg {
  fill: currentColor;
}
.sticky-notification-wrapper .sticky-notification-body {
  z-index: 2;
  position: relative;
}
.sticky-notification-wrapper.sticky-notification-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
red-legalnotification-default .sticky-notification-wrapper {
  z-index: 4300;
}
red-legalnotification-default .expander-container {
  border: none;
}
red-legalnotification-default .expander-container.active .expander {
  border-bottom: none;
}
red-legalnotification-default .expander-container span {
  display: block;
}
red-legalnotification-default
  .button--list-container
  .button.button-style.primary-button {
  display: inline-block;
}
red-legalnotification-default .row {
  justify-content: center;
}
.grid__section-limit-width .row .section {
  max-width: 538px;
}
@media (max-width: 959px) {
  .grid__section-limit-width .row .section {
    max-width: 100%;
  }
}
.grid__section-limit-width .row .section .red-cmp {
  padding: 0 0 0 32px;
}
@media only screen and (max-width: 1549px) {
  .grid__section-limit-width .row .section .red-cmp {
    padding-right: 5vw;
  }
}
@media (max-width: 959px) {
  .grid__section-limit-width .row .section .red-cmp {
    padding: 25px 5vw 32px 5vw;
  }
}
.grid__section-limit-width .row .section .padding-left-text {
  padding: 0 32px 0 0;
}
@media only screen and (max-width: 1549px) {
  .grid__section-limit-width .row .section .padding-left-text {
    padding-left: 5vw;
  }
}
@media (max-width: 959px) {
  .grid__section-limit-width .row .section .padding-left-text {
    padding: 25px 5vw 32px 5vw;
  }
}
.grid__section-limit-width .row .order-lg-1 .section {
  float: right;
}
.grid__section-limit-container-width .row .section {
  max-width: 470px;
  margin: 0 15%;
  width: 66% !important;
}
@media (max-width: 959px) {
  .grid__section-limit-container-width .row .section {
    margin: 0 5vw;
    max-width: 100%;
    width: auto !important;
  }
}
.red-cmp-alertbox {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.red-cmp-alertbox .hide {
  display: none;
}
.red-cmp-alertbox .alert-box__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.red-cmp-alertbox .alert-box__wrapper .alert-box-text {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 12px 10vw;
}
.red-cmp-alertbox .alert-box__wrapper .close-alert-box {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5vw;
  cursor: pointer;
}
.border-bottom-grey10 {
  border-bottom: 1px solid #f5f3f2;
}
.border-top-grey10 {
  border-top: 1px solid #f5f3f2;
}
.border-right-above-small--grey10 {
  border-right: 1px solid #f5f3f2;
}
@media screen and (min-width: 421px) {
  .border-right-above-small--grey {
    border-right: 1px solid #f5f3f2;
  }
  .border-right-above-small--grey10 {
    border-right: 1px solid #f5f3f2;
  }
}
.button,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  width: auto;
  font-weight: 700;
  cursor: default;
}
.button--container
  .button.icon-right
  .button--icon-wrapper
  .button--icon-hoverable,
.button--container
  button.icon-right
  .button--icon-wrapper
  .button--icon-hoverable {
  margin-right: 0;
  height: 100%;
}
.button--container .button.icon-right .button--icon-wrapper .button--hover-icon,
.button--container button.icon-right .button--icon-wrapper .button--hover-icon {
  margin-right: 0;
  height: 100%;
}
.button--container .button.icon-right .button-label,
.button--container button.icon-right .button-label {
  margin-left: 0;
  margin-right: 10px !important;
}
.button--container .button.icon-left .button-label,
.button--container button.icon-left .button-label {
  margin-left: 10px !important;
  margin-right: 0;
}
.button--container .button.icon-stacked .svg-icon,
.button--container button.icon-stacked .svg-icon {
  margin-right: 0;
  margin-bottom: 0.625rem;
}
.button--container .button--list-container {
  justify-content: space-between;
}
.button--container .button--list-container.horizontal a,
.button--container .button--list-container.vertical a {
  display: block;
  flex: 0 1 auto !important;
}
.button--container .button--list-container.horizontal {
  align-items: flex-start;
}
.button--container .button--list-container.horizontal a {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.button--container .button--list-container.horizontal a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.button--container .button--list-container.horizontal.group-right a {
  margin-right: 0;
  margin-left: 1rem;
}
.button--container .button--list-container.vertical {
  flex-direction: column;
}
.button--container .button--list-container.vertical a + a {
  margin-top: 1rem;
}
.button--container .button--list-container.group-left {
  justify-content: flex-start;
}
.button--container .button--list-container.group-left.vertical {
  align-items: flex-start;
}
.button--container .button--list-container.group-center {
  justify-content: center;
  align-items: flex-start;
}
.button--container .button--list-container.group-center.vertical {
  align-items: center;
}
.button--container .button--list-container.group-right {
  justify-content: flex-end;
  align-items: flex-start;
}
.button--container .button--list-container.group-right.vertical {
  align-items: flex-end;
}
.link--icon-inline .link-label {
  color: #363433;
}
.link--icon-inline .link-icon svg {
  fill: #026621;
}
.link--icon-inline:hover .link-label {
  color: #02882c;
}
.link--icon-inline.link--icon-inline--flex .link-label {
  margin-right: 0.25rem;
}
.button--close {
  padding: 0.25rem 0.25rem 0.15rem;
  background: #6b6965;
  right: 1rem;
  top: 1rem;
  width: auto;
}
.button--underline-link {
  padding: 12px 0 0 0;
}
.button--underline-link .button-label {
  display: inline-block;
  padding-bottom: 12px;
  width: auto;
  color: #f5f3f2;
  position: relative;
}
.button--underline-link .button-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid color(green50);
}
.button--underline-link .button-label::before {
  width: 0;
  left: 50%;
  transition: width 0.25s ease, left 0.25s ease;
}
.button--underline-link:hover .button-label::before {
  width: 100%;
  left: 0;
}
.button--underline-link .active .button--underline-link .button-label {
  color: #6b6965;
}
.button--underline-link .active .button--underline-link .button-label::before {
  width: 100%;
  left: 0;
}
.button--icon .svg-icon {
  margin-right: 16px;
}
.button--primary,
.button--primary-disabled,
.button--primary-invert,
.button--tertiary-list,
.button--tertiary-list-right,
.button-style.primary-button,
.button-style.primary-button-disabled,
.button-style.primary-button-invert,
.contactusformbutton a[href=""] button,
.contactusformbutton a[href="#"] button,
.contactusformbutton button,
.formbutton a[href=""] button,
.formbutton a[href="#"] button,
.formbutton button,
a[href=""] .button--primary,
a[href=""] .button--primary-invert,
a[href=""] .button--tertiary-list,
a[href=""] .button--tertiary-list-right,
a[href=""] .button-style.primary-button,
a[href=""] .button-style.primary-button-invert,
a[href=""] .contactusformbutton button,
a[href=""] .formbutton button,
a[href="#"] .button--primary,
a[href="#"] .button--primary-invert,
a[href="#"] .button--tertiary-list,
a[href="#"] .button--tertiary-list-right,
a[href="#"] .button-style.primary-button,
a[href="#"] .button-style.primary-button-invert,
a[href="#"] .contactusformbutton button,
a[href="#"] .formbutton button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 19px 40px;
  width: auto;
}
.button--primary,
.button--tertiary-list,
.button--tertiary-list-right,
.button-style.primary-button,
.contactusformbutton button,
.formbutton button {
  background: #02882c;
  color: #f5f3f2;
}
.button--primary:visited,
.button--tertiary-list-right:visited,
.button--tertiary-list:visited,
.button-style.primary-button:visited,
.contactusformbutton button:visited,
.formbutton button:visited {
  background-color: #014416;
  color: #f5f3f2;
}
.button--primary:active,
.button--primary:focus,
.button--primary:hover,
.button--tertiary-list-right:active,
.button--tertiary-list-right:focus,
.button--tertiary-list-right:hover,
.button--tertiary-list:active,
.button--tertiary-list:focus,
.button--tertiary-list:hover,
.button-style.primary-button:active,
.button-style.primary-button:focus,
.button-style.primary-button:hover,
.contactusformbutton button:active,
.contactusformbutton button:focus,
.contactusformbutton button:hover,
.formbutton button:active,
.formbutton button:focus,
.formbutton button:hover {
  background-color: #c0e1ca;
  color: #363433;
}
.button--primary-invert,
.button-style.primary-button-invert {
  background-color: #f5f3f2;
  color: #363433;
}
.button--primary-invert:visited,
.button-style.primary-button-invert:visited {
  background-color: #014416;
  color: #f5f3f2;
}
.button--primary-invert:active,
.button--primary-invert:focus,
.button--primary-invert:hover,
.button-style.primary-button-invert:active,
.button-style.primary-button-invert:focus,
.button-style.primary-button-invert:hover {
  background-color: #c0e1ca;
  color: #363433;
}
.button--primary-disabled,
.button-style.primary-button-disabled,
.contactusformbutton a[href=""] button,
.contactusformbutton a[href="#"] button,
.formbutton a[href=""] button,
.formbutton a[href="#"] button,
a[href=""] .button--primary,
a[href=""] .button--primary-invert,
a[href=""] .button--tertiary-list,
a[href=""] .button--tertiary-list-right,
a[href=""] .button-style.primary-button,
a[href=""] .button-style.primary-button-invert,
a[href=""] .contactusformbutton button,
a[href=""] .formbutton button,
a[href="#"] .button--primary,
a[href="#"] .button--primary-invert,
a[href="#"] .button--tertiary-list,
a[href="#"] .button--tertiary-list-right,
a[href="#"] .button-style.primary-button,
a[href="#"] .button-style.primary-button-invert,
a[href="#"] .contactusformbutton button,
a[href="#"] .formbutton button {
  background-color: #d6d1ca;
  color: #f5f3f2;
  cursor: default;
}
.button--link--external,
.button--link--primary,
.button--link--secondary,
.button-style.external-link-button,
.button-style.link-primary,
.button-style.link-secondary {
  background-color: transparent;
  color: #363433;
}
.button--link--external:visited,
.button--link--primary:visited,
.button--link--secondary:visited,
.button-style.external-link-button:visited,
.button-style.link-primary:visited,
.button-style.link-secondary:visited {
  color: #014416;
}
.button--link--external:active,
.button--link--external:focus,
.button--link--external:hover,
.button--link--primary:active,
.button--link--primary:focus,
.button--link--primary:hover,
.button--link--secondary:active,
.button--link--secondary:focus,
.button--link--secondary:hover,
.button-style.external-link-button:active,
.button-style.external-link-button:focus,
.button-style.external-link-button:hover,
.button-style.link-primary:active,
.button-style.link-primary:focus,
.button-style.link-primary:hover,
.button-style.link-secondary:active,
.button-style.link-secondary:focus,
.button-style.link-secondary:hover {
  color: #02882c;
}
.button--link--external-invert,
.button--link--primary-invert,
.button--link--secondary-invert,
.button-style.external-link-button-invert,
.button-style.link-primary-invert,
.button-style.link-secondary-invert {
  color: #f5f3f2;
}
.button--link--external-invert:visited,
.button--link--primary-invert:visited,
.button--link--secondary-invert:visited,
.button-style.external-link-button-invert:visited,
.button-style.link-primary-invert:visited,
.button-style.link-secondary-invert:visited {
  color: #014416;
}
.button--link--external-invert:active,
.button--link--external-invert:focus,
.button--link--external-invert:hover,
.button--link--primary-invert:active,
.button--link--primary-invert:focus,
.button--link--primary-invert:hover,
.button--link--secondary-invert:active,
.button--link--secondary-invert:focus,
.button--link--secondary-invert:hover,
.button-style.external-link-button-invert:active,
.button-style.external-link-button-invert:focus,
.button-style.external-link-button-invert:hover,
.button-style.link-primary-invert:active,
.button-style.link-primary-invert:focus,
.button-style.link-primary-invert:hover,
.button-style.link-secondary-invert:active,
.button-style.link-secondary-invert:focus,
.button-style.link-secondary-invert:hover {
  color: #02882c;
}
.button--link--external-disabled,
.button--link--primary-disabled,
.button--link--secondary-disabled,
.button-style.external-link-button-disabled,
.button-style.link-primary-disabled,
.button-style.link-secondary-disabled,
a[href=""] .button--link--external,
a[href=""] .button--link--external-invert,
a[href=""] .button--link--primary,
a[href=""] .button--link--primary-invert,
a[href=""] .button--link--secondary,
a[href=""] .button--link--secondary-invert,
a[href=""] .button-style.external-link-button,
a[href=""] .button-style.external-link-button-invert,
a[href=""] .button-style.link-primary,
a[href=""] .button-style.link-primary-invert,
a[href=""] .button-style.link-secondary,
a[href=""] .button-style.link-secondary-invert,
a[href="#"] .button--link--external,
a[href="#"] .button--link--external-invert,
a[href="#"] .button--link--primary,
a[href="#"] .button--link--primary-invert,
a[href="#"] .button--link--secondary,
a[href="#"] .button--link--secondary-invert,
a[href="#"] .button-style.external-link-button,
a[href="#"] .button-style.external-link-button-invert,
a[href="#"] .button-style.link-primary,
a[href="#"] .button-style.link-primary-invert,
a[href="#"] .button-style.link-secondary,
a[href="#"] .button-style.link-secondary-invert {
  cursor: default;
  color: #d6d1ca;
}
.button--link--external .button-icon,
.button--link--external-disabled .button-icon,
.button--link--external-invert .button-icon,
.button--link--primary .button-icon,
.button--link--primary-disabled .button-icon,
.button--link--primary-invert .button-icon,
.button-style.external-link-button .button-icon,
.button-style.external-link-button-disabled .button-icon,
.button-style.external-link-button-invert .button-icon,
.button-style.link-primary .button-icon,
.button-style.link-primary-disabled .button-icon,
.button-style.link-primary-invert .button-icon,
a[href=""] .button--link--external .button-icon,
a[href=""] .button--link--external-invert .button-icon,
a[href=""] .button--link--primary .button-icon,
a[href=""] .button--link--primary-invert .button-icon,
a[href="#"] .button--link--external .button-icon,
a[href="#"] .button--link--external-invert .button-icon,
a[href="#"] .button--link--primary .button-icon,
a[href="#"] .button--link--primary-invert .button-icon {
  margin-top: 0.06rem;
}
.button--link--external .button-label:after,
.button--link--external-disabled .button-label:after,
.button--link--external-invert .button-label:after,
.button--link--primary .button-label:after,
.button--link--primary-disabled .button-label:after,
.button--link--primary-invert .button-label:after,
.button-style.external-link-button .button-label:after,
.button-style.external-link-button-disabled .button-label:after,
.button-style.external-link-button-invert .button-label:after,
.button-style.link-primary .button-label:after,
.button-style.link-primary-disabled .button-label:after,
.button-style.link-primary-invert .button-label:after {
  content: "";
  width: 20px;
  height: 10px;
  margin-left: 6px;
  margin-bottom: 1px;
  border: none;
  display: inline-block;
}
.button--link--primary .button-label:after,
.button-style.link-primary .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_gray50.svg)
    no-repeat;
}
.button--link--primary:visited .button-label:after,
.button-style.link-primary:visited .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_green50.svg)
    no-repeat;
}
.button--link--primary:active .button-label:after,
.button--link--primary:focus .button-label:after,
.button--link--primary:hover .button-label:after,
.button-style.link-primary:active .button-label:after,
.button-style.link-primary:focus .button-label:after,
.button-style.link-primary:hover .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_green30.svg)
    no-repeat;
}
.button--link--primary-invert .button-label:after,
.button-style.link-primary-invert .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_gray10.svg)
    no-repeat;
}
.button--link--primary-invert:visited .button-label:after,
.button-style.link-primary-invert:visited .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_green50.svg)
    no-repeat;
}
.button--link--primary-invert:active .button-label:after,
.button--link--primary-invert:focus .button-label:after,
.button--link--primary-invert:hover .button-label:after,
.button-style.link-primary-invert:active .button-label:after,
.button-style.link-primary-invert:focus .button-label:after,
.button-style.link-primary-invert:hover .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_green30.svg)
    no-repeat;
}
.button--link--primary-disabled .button-label:after,
.button-style.link-primary-disabled .button-label:after,
a[href=""] .button--link--primary .button-label:after,
a[href=""] .button--link--primary-invert .button-label:after,
a[href=""] .button-style.link-primary .button-label:after,
a[href=""] .button-style.link-primary-invert .button-label:after,
a[href="#"] .button--link--primary .button-label:after,
a[href="#"] .button--link--primary-invert .button-label:after,
a[href="#"] .button-style.link-primary .button-label:after,
a[href="#"] .button-style.link-primary-invert .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/arrow_link_gray30.svg)
    no-repeat;
}
.button--link--secondary .button-label,
.button--link--secondary-disabled .button-label,
.button--link--secondary-invert .button-label,
.button-style.link-secondary .button-label,
.button-style.link-secondary-disabled .button-label,
.button-style.link-secondary-invert .button-label,
a[href=""] .button--link--secondary .button-label,
a[href=""] .button--link--secondary-invert .button-label,
a[href="#"] .button--link--secondary .button-label,
a[href="#"] .button--link--secondary-invert .button-label {
  font-weight: 400;
  position: relative;
}
.button--link--secondary .button-label::before,
.button--link--secondary-disabled .button-label::before,
.button--link--secondary-invert .button-label::before,
.button-style.link-secondary .button-label::before,
.button-style.link-secondary-disabled .button-label::before,
.button-style.link-secondary-invert .button-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid color(green50);
}
.button--link--secondary .button-label:before,
.button--link--secondary-disabled .button-label:before,
.button--link--secondary-invert .button-label:before,
.button-style.link-secondary .button-label:before,
.button-style.link-secondary-disabled .button-label:before,
.button-style.link-secondary-invert .button-label:before {
  bottom: 3px;
}
.button--link--secondary .button-label:before,
.button-style.link-secondary .button-label:before {
  border-bottom-color: #363433;
}
.button--link--secondary:visited .button-label:before,
.button-style.link-secondary:visited .button-label:before {
  border-bottom-color: #014416;
}
.button--link--secondary:active .button-label:before,
.button--link--secondary:focus .button-label:before,
.button--link--secondary:hover .button-label:before,
.button-style.link-secondary:active .button-label:before,
.button-style.link-secondary:focus .button-label:before,
.button-style.link-secondary:hover .button-label:before {
  border-bottom-color: #02882c;
}
.button--link--secondary-invert .button-label:before,
.button-style.link-secondary-invert .button-label:before {
  border-bottom-color: #f5f3f2;
}
.button--link--secondary-invert:visited .button-label:before,
.button-style.link-secondary-invert:visited .button-label:before {
  border-bottom-color: #014416;
}
.button--link--secondary-invert:active .button-label:before,
.button--link--secondary-invert:focus .button-label:before,
.button--link--secondary-invert:hover .button-label:before,
.button-style.link-secondary-invert:active .button-label:before,
.button-style.link-secondary-invert:focus .button-label:before,
.button-style.link-secondary-invert:hover .button-label:before {
  border-bottom-color: #02882c;
}
.button--link--secondary-disabled .button-label:before,
.button-style.link-secondary-disabled .button-label:before,
a[href=""] .button--link--secondary .button-label:before,
a[href=""] .button--link--secondary-invert .button-label:before,
a[href=""] .button-style.link-secondary .button-label:before,
a[href=""] .button-style.link-secondary-invert .button-label:before,
a[href="#"] .button--link--secondary .button-label:before,
a[href="#"] .button--link--secondary-invert .button-label:before,
a[href="#"] .button-style.link-secondary .button-label:before,
a[href="#"] .button-style.link-secondary-invert .button-label:before {
  border-bottom-color: #d6d1ca;
}
.button--link--external .button-label:after,
.button-style.external-link-button .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_grey50.svg)
    no-repeat;
}
.button--link--external:visited .button-label:after,
.button-style.external-link-button:visited .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_green50.svg)
    no-repeat;
}
.button--link--external:active .button-label:after,
.button--link--external:focus .button-label:after,
.button--link--external:hover .button-label:after,
.button-style.external-link-button:active .button-label:after,
.button-style.external-link-button:focus .button-label:after,
.button-style.external-link-button:hover .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_green30.svg)
    no-repeat;
}
.button--link--external-invert .button-label:after,
.button-style.external-link-button-invert .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_grey10.svg)
    no-repeat;
}
.button--link--external-invert:visited .button-label:after,
.button-style.external-link-button-invert:visited .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_green50.svg)
    no-repeat;
}
.button--link--external-invert:active .button-label:after,
.button--link--external-invert:focus .button-label:after,
.button--link--external-invert:hover .button-label:after,
.button-style.external-link-button-invert:active .button-label:after,
.button-style.external-link-button-invert:focus .button-label:after,
.button-style.external-link-button-invert:hover .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_green30.svg)
    no-repeat;
}
.button--link--external-disabled .button-label:after,
.button-style.external-link-button-disabled .button-label:after,
a[href=""] .button--link--external .button-label:after,
a[href=""] .button--link--external-invert .button-label:after,
a[href=""] .button-style.external-link-button .button-label:after,
a[href=""] .button-style.external-link-button-invert .button-label:after,
a[href="#"] .button--link--external .button-label:after,
a[href="#"] .button--link--external-invert .button-label:after,
a[href="#"] .button-style.external-link-button .button-label:after,
a[href="#"] .button-style.external-link-button-invert .button-label:after {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/external_link_grey30.svg)
    no-repeat;
}
.button-style.icon-button.icon-left {
  justify-content: flex-start;
}
.contactusformbutton button.icon-src-exists.active .button-label:after,
.contactusformbutton button.icon-src-exists:hover .button-label:after,
.formbutton button.icon-src-exists.active .button-label:after,
.formbutton button.icon-src-exists:hover .button-label:after,
.icon-src-exists.active.button--tertiary-list .button-label:after,
.icon-src-exists.active.button--tertiary-list-right .button-label:after,
.icon-src-exists.active.button-style.primary-button .button-label:after,
.icon-src-exists.button--primary.active .button-label:after,
.icon-src-exists.button--primary:hover .button-label:after,
.icon-src-exists.button--tertiary-list-right:hover .button-label:after,
.icon-src-exists.button--tertiary-list:hover .button-label:after,
.icon-src-exists.button-style.primary-button:hover .button-label:after {
  border-color: #02882c;
}
.icon-src-exists.active.button-style.primary-button-invert .button-label,
.icon-src-exists.button--primary-invert.active .button-label,
.icon-src-exists.button--primary-invert:hover .button-label,
.icon-src-exists.button-style.primary-button-invert:hover .button-label {
  color: #02882c;
}
.icon-src-exists.button--secondary-invert.active .button-label,
.icon-src-exists.button--secondary-invert:hover .button-label {
  color: #02882c;
}
.icon-src-exists.external-link-button.active .button-label,
.icon-src-exists.external-link-button:hover .button-label,
.icon-src-exists.link-button.active .button-label,
.icon-src-exists.link-button:hover .button-label {
  color: #02882c;
}
.icon-src-exists.external-link-button.active .button-label:after,
.icon-src-exists.external-link-button:hover .button-label:after,
.icon-src-exists.link-button.active .button-label:after,
.icon-src-exists.link-button:hover .button-label:after {
  border-color: #02882c;
}
.icon-src-exists.external-link-button-invert.active .button-label,
.icon-src-exists.external-link-button-invert:hover .button-label,
.icon-src-exists.link-button-invert.active .button-label,
.icon-src-exists.link-button-invert:hover .button-label {
  color: #fff;
}
.icon-src-exists.external-link-button-invert.active .button-label:after,
.icon-src-exists.external-link-button-invert:hover .button-label:after,
.icon-src-exists.link-button-invert.active .button-label:after,
.icon-src-exists.link-button-invert:hover .button-label:after {
  border-color: #fff;
}
.button--primary-list .svg-icon svg,
.button--primary-list-large .svg-icon svg,
.button-dropdown-plus-minus .svg-icon svg {
  fill: #6b6965;
}
.button--list-left-line .svg-icon svg,
.button--secondary-list .svg-icon svg {
  fill: #f5f3f2;
}
.active.button--list-left-line,
.button--list-left-line:hover,
.button--secondary-list.active,
.button--secondary-list:hover {
  color: #6b6965;
}
.active.button--list-left-line .svg-icon svg,
.button--list-left-line:hover .svg-icon svg,
.button--secondary-list.active .svg-icon svg,
.button--secondary-list:hover .svg-icon svg {
  fill: #f5f3f2;
}
.button--tertiary-list {
  color: #f5f3f2;
}
.button--tertiary-list .svg-icon svg {
  fill: #f5f3f2;
}
.button--tertiary-list.active .svg-icon svg,
.button--tertiary-list:hover .svg-icon svg {
  fill: #f5f3f2;
}
.button--tertiary-list-right {
  color: #f5f3f2;
}
.button--tertiary-list-right .svg-icon svg {
  fill: #f5f3f2;
}
.button--tertiary-list-right.active .svg-icon svg,
.button--tertiary-list-right:hover .svg-icon svg {
  fill: #f5f3f2;
}
.icon-right.svg-icon {
  float: right;
  margin-right: 0;
}
.icon-left.svg-icon {
  float: left;
}
.button--list,
.button--list-left-line,
.button--primary-list,
.button--primary-list-large,
.button--secondary-list,
.button--tertiary-list,
.button-dropdown-plus-minus {
  border: none;
  border-bottom: 1px solid #f5f3f2;
  text-align: left;
}
.button--list-left-line::before,
.button--list::before,
.button--primary-list-large::before,
.button--primary-list::before,
.button--secondary-list::before,
.button--tertiary-list::before,
.button-dropdown-plus-minus::before {
  opacity: 0;
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.active.button--list-left-line,
.active.button--primary-list,
.active.button--primary-list-large,
.active.button--secondary-list,
.active.button--tertiary-list,
.active.button-dropdown-plus-minus,
.button--list-left-line:hover,
.button--list.active,
.button--list:hover,
.button--primary-list-large:hover,
.button--primary-list:hover,
.button--secondary-list:hover,
.button--tertiary-list:hover,
.button-dropdown-plus-minus:hover {
  box-shadow: none;
  background: 0 0;
}
.active.button--list-left-line::before,
.active.button--primary-list-large::before,
.active.button--primary-list::before,
.active.button--secondary-list::before,
.active.button--tertiary-list::before,
.active.button-dropdown-plus-minus::before,
.button--list.active::before {
  opacity: 1;
}
.button--list .button-label,
.button--list-left-line .button-label,
.button--primary-list .button-label,
.button--primary-list-large .button-label,
.button--secondary-list .button-label,
.button--tertiary-list .button-label,
.button-dropdown-plus-minus .button-label {
  display: inline-block;
}
.button--list--after,
.button--tertiary-list-right {
  border: none;
  border-bottom: 1px solid #f5f3f2;
  text-align: left;
  position: relative;
}
.button--list--after::after,
.button--tertiary-list-right::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 3px solid color(green50);
}
.button--list--after::after,
.button--tertiary-list-right::after {
  opacity: 0;
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.active.button--tertiary-list-right,
.button--list--after.active,
.button--list--after:hover,
.button--tertiary-list-right:hover {
  box-shadow: none;
  background: 0 0;
}
.active.button--tertiary-list-right::after,
.button--list--after.active::after,
.button--list--after:hover::after,
.button--tertiary-list-right:hover::after {
  opacity: 1;
}
.active.button--tertiary-list-right::after,
.button--list--after.active::after {
  opacity: 1;
}
.button--list--after .button-label,
.button--tertiary-list-right .button-label {
  display: inline-block;
}
.button--list-hover-state:hover::before,
.button--list-left-line:hover::before,
.button--list-ui::before {
  opacity: 1;
}
.button--disclaimer {
  padding: 0 7px;
  display: inline-block;
  width: auto;
  margin: -3px 0;
  top: 4px;
}
.button--disclaimer.dagger {
  font-weight: 300;
  font-size: 16px;
  position: relative;
  overflow: visible;
}
.button--disclaimer.dagger:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #6b6965;
}
.button--disclaimer.dagger.super {
  top: -12px;
  padding: 16px 16px 0;
}
.button--disclaimer.super {
  position: relative;
  padding: 16px 16px 0;
  top: -5px;
  left: -3px;
}
.button--disclaimer:hover h3,
.button--disclaimer:hover h6 {
  color: #026621;
}
.button--disclaimer:hover .disclaimerUnderline {
  color: #026621;
}
.icon-right .button-label {
  margin-left: 10px;
  margin-right: 10px;
}
.icon-right .svg-icon {
  margin-right: 0;
}
.button--padding-none,
.button--primary-list-large {
  padding-left: 0;
  padding-right: 0;
}
.button--padding-small {
  padding-left: 30px;
  padding-right: 30px;
}
.button--list-left-line,
.button--padding-large,
.button-dropdown-plus-minus {
  padding-left: 30px;
  padding-right: 30px;
}
.button--large,
.button--list-left-line,
.button--primary-list-large,
.button-dropdown-plus-minus {
  padding-top: 28px;
  padding-bottom: 28px;
}
.button--small {
  padding-top: 18px;
  padding-bottom: 18px;
}
.faux-mobile column:first-child button {
  border-top: 1px solid #f5f3f2;
}
.faux-mobile column:last-child button {
  border-bottom: none;
}
.faux-mobile .button--chat,
.faux-mobile .invert,
.faux-mobile.button--chat,
.faux-mobile.invert {
  background-color: #f5f3f2;
}
.click-animation {
  position: relative;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
}
.click-animation .animation {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  z-index: -1;
}
.button--underline-link {
  padding: 12px 0 0 0;
}
.button--underline-link .button-label {
  display: inline-block;
  padding-bottom: 12px;
  width: auto;
  color: #f5f3f2;
  position: relative;
}
.button--underline-link .button-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid color(green50);
}
.button--underline-link .button-label::before {
  width: 0;
  left: 50%;
  transition: width 0.25s ease, left 0.25s ease;
}
.button--underline-link:hover .button-label::before {
  width: 100%;
  left: 0;
}
.active .button--underline-link .button-label {
  color: #6b6965;
}
.active .button--underline-link .button-label::before {
  width: 100%;
  left: 0;
}
.button-dropdown-plus-minus .svg-icon {
  float: right;
}
.button-dropdown-plus-minus .svg-icon.inactive {
  display: block;
}
.button-dropdown-plus-minus .svg-icon.inactive svg {
  fill: #f5f3f2;
}
.button-dropdown-plus-minus .svg-icon.active {
  display: none;
}
.button-dropdown-plus-minus .svg-icon.active svg {
  fill: #f5f3f2;
}
.button-dropdown-plus-minus:hover .svg-icon svg {
  fill: #f5f3f2;
}
.active .button-dropdown-plus-minus .svg-icon.inactive {
  display: none;
}
.active .button-dropdown-plus-minus .svg-icon.active {
  display: block;
}
.button--tab-wrapper {
  border: 1px solid color(grey20);
  cursor: pointer;
  background-color: #f5f3f2;
}
.button--tab-wrapper.active,
.button--tab-wrapper:hover {
  background-color: #fff;
  border-bottom: none;
}
.button--tab-wrapper.active .button--tab,
.button--tab-wrapper:hover .button--tab {
  color: #f5f3f2;
}
.button--tab-wrapper.active .button--tab svg,
.button--tab-wrapper:hover .button--tab svg {
  fill: #f5f3f2 !important;
}
.button--tab-wrapper--first {
  border-left: none;
}
.button--tab-wrapper--last {
  border-right: none;
}
.button--tab {
  padding: 10px 0;
}
.button--tab .button-label {
  color: #f5f3f2;
}
.button-filter--option {
  background: #f5f3f2;
  width: auto;
  display: inline-block;
  padding: 8px 16px;
  margin-right: 32px;
  margin-bottom: 16px;
}
.button-filter--option .button-label {
  color: #f5f3f2;
  float: left;
  margin: 0;
}
.button-filter--option .svg-icon {
  float: right;
  margin-left: 30px;
  position: relative;
  top: -4px;
}
.button-filter--option .svg-icon svg {
  fill: #f5f3f2;
}
@media screen and (min-width: 1440px) {
  .button-filter--option .svg-icon {
    top: 0;
  }
}
.button-filter--option:hover .svg-icon svg {
  fill: #6b6965;
}
.button-filter--cancel {
  text-decoration: underline;
  display: inline-block;
  color: #f5f3f2;
  width: auto;
  margin-bottom: 8px;
}
.button--search-bar {
  width: 70px;
  padding: 15px 0;
  background-color: #f5f3f2;
}
.button--search-bar.active,
.button--search-bar:hover {
  background-color: #6b6965;
}
.button-grid-stacked {
  padding: 32px;
}
.button-grid-stacked > * {
  margin-bottom: 32px;
}
.button-grid-stacked > :last-child {
  margin-bottom: 0;
}
.button-grid-stacked button {
  width: 100%;
}
.button-grid-inline {
  padding: 32px;
}
.button-grid-inline > * {
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px;
}
.button-grid-inline > :first-child {
  margin-left: 0;
}
.button-grid-inline > :last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.button-grid-inline button {
  width: 100%;
}
.button--list-no-line:before {
  border-left: 0;
}
.button--dropdown:before {
  border-left: 0;
}
.button--close .svg-icon {
  float: right;
}
.button--close .button-label {
  float: right;
  line-height: 30px;
  padding-right: 12px;
}
.button--socialShare {
  display: inline-block;
  width: auto;
  padding: 0;
  padding-right: 8px;
}
.button--chat {
  position: fixed;
  bottom: 251px;
  right: 0;
  width: auto;
  padding: 8px;
  background: #6b6965;
  opacity: 0.6;
  border: none;
  z-index: 9;
}
.button--chat .button-label {
  display: block;
  width: 100%;
  margin-top: -2px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.button--chat .svg-icon svg {
  fill: #fff;
}
.button--chat:hover {
  background: #6b6965;
  opacity: 0.7;
}
.button--chat:hover .button-label {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .button--icon-small .svg-icon {
    display: none !important;
  }
  .button--tab-wrapper.active .button--tab,
  .button--tab-wrapper:hover .button--tab {
    color: #6b6965;
    border-bottom: 0;
  }
  .button--top-nav .button-label {
    font-size: 15px;
  }
  .secondary-navigation--top-link .button-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .button-filter--cancel {
    margin-bottom: 9px;
  }
  .button--icon-right--medium .svg-icon {
    position: absolute;
    right: 0;
  }
  .button--tab-wrapper {
    border: none;
    background: 0 0;
  }
  .button--tab-wrapper.active,
  .button--tab-wrapper:hover {
    background: 0 0;
  }
  .button--dropdown .svg-icon {
    float: right;
    margin-right: 0;
  }
  .button--top-nav {
    padding: 0 7.5px;
  }
  .button--top-nav .button-label {
    padding-right: 0;
  }
  .button--search-bar {
    width: 61px;
  }
  .button--disclaimer.dagger:after {
    bottom: -1px;
  }
}
@media screen and (max-width: 599px) {
  .button--list-left-line,
  .button--padding-large,
  .button-dropdown-plus-minus {
    padding-left: 5%;
    padding-right: 5%;
  }
  .button-filter--cancel {
    margin-bottom: 10px;
  }
  .button--disclaimer.button--icon-right--small {
    padding: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    top: calc(50% - 15px);
    position: absolute;
    right: 5px;
  }
  .button--disclaimer.button--icon-right--small .svg-icon {
    position: relative;
  }
  .button--chat {
    display: none;
  }
}
@media screen and (max-width: 419px) {
  .button--icon-right--small .svg-icon {
    position: absolute;
    right: 0;
  }
  .button--search-bar {
    width: 60px;
    padding: 10px 0;
  }
}
.headline--container .headline--icon-wrapper .headline--hover-icon,
.headline--container .headline--icon-wrapper .headline--icon,
.headline--container .headline--icon-wrapper .headline--icon-hoverable {
  height: 1.25em;
  width: 1.25em;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.headline--container .hdr1 {
  height: 50px;
}
@media (max-width: 599px) {
  .headline--container .hdr1 {
    height: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1439px) {
  .headline--container .hdr1 {
    height: 40px;
  }
}
.headline--container .hdr2 {
  height: 50px;
}
@media (max-width: 599px) {
  .headline--container .hdr2 {
    height: 25px;
  }
}
@media (min-width: 600px) and (max-width: 1439px) {
  .headline--container .hdr2 {
    height: 30px;
  }
}
.headline--container .hdr3 {
  height: 30px;
}
@media (max-width: 599px) {
  .headline--container .hdr3 {
    height: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1439px) {
  .headline--container .hdr3 {
    height: 30px;
  }
}
.text__container {
  max-width: 100%;
  word-wrap: break-word;
}
.slick-next,
.slick-prev {
  width: 28px;
  height: 56px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}
.slick-next:before,
.slick-prev:before {
  width: 28px;
  height: 56px;
}
.scroller-overlay--more a {
  display: none !important;
}
.scroller-overlay--more a img {
  filter: invert(32%) sepia(67%) saturate(2901%) hue-rotate(180deg)
    brightness(89%) contrast(101%);
}
.scroller-show-content-bar .scroller-overlay--more a {
  display: flex !important;
}
.scroller-overlay-container.flip .scroller-overlay--more {
  left: 60px;
  right: auto;
}
.slick-dots {
  background-color: #f5f3f2;
  padding-left: 0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  margin: 0 7px;
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  background-color: transparent;
  border-color: #014416;
}
.slick-dots li.slick-active button {
  background-color: #014416;
  border-color: #014416;
  border: none;
  width: 15px;
  height: 15px;
}
.slick-indicator-container.flip .slick-dots {
  text-align: right;
  padding-right: 60px;
  padding-left: 0;
}
.scroller-item span[style="color: #cd9834;"],
.scroller-item span[style="color: rgb(205,152,52);"] {
  filter: invert(32%) sepia(67%) saturate(2901%) hue-rotate(180deg)
    brightness(89%) contrast(101%);
}
.scroller-b .slick-dots li button {
  background-color: #f5f3f2;
}
.scroller-b .slick-dots li.slick-active button {
  border-color: #f5f3f2;
}
.scroller-overlay--more .link-label {
  color: #fff;
  line-height: 60px;
}
.scroller-overlay--more .link-icon svg {
  fill: #02882c;
}
.dots-below-centered-overlay.scroller-show-content-bar .scroller-overlay--more {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 959px) {
  .dots-below-centered-overlay.scroller-show-content-bar
    .scroller-overlay--more,
  .scroller-show-content-bar .scroller-overlay--more {
    padding-right: 10px;
    height: 80px;
    border-bottom: 1px solid #f5f3f2;
    position: relative;
    display: block;
    background-color: #fff;
    opacity: 1;
    overflow: hidden;
    bottom: auto;
    text-align: right;
  }
  .dots-below-centered-overlay.scroller-show-content-bar
    .scroller-overlay--more
    .link-label,
  .scroller-show-content-bar .scroller-overlay--more .link-label {
    color: #6b6965;
    line-height: 1.40625rem;
  }
  .dots-below-centered-overlay.scroller-show-content-bar
    .scroller-overlay--more
    .link-icon
    svg,
  .scroller-show-content-bar .scroller-overlay--more .link-icon svg {
    fill: #02882c;
  }
  .scroller-overlay {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .scroller-overlay h2.scroller-header {
    font-size: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 959px) {
  .scroller-overlay--header {
    top: auto;
    bottom: 64px;
  }
  .scroller-show-content-bar .slick-dots {
    background-color: #fff;
  }
  .scroller-show-content-bar .slick-dots,
  .slick-dots {
    position: relative;
    padding: 16px;
    text-align: center;
    width: 100%;
  }
  .stacked-scroller .slick-next,
  .stacked-scroller .slick-prev {
    display: inline-block !important;
  }
  .stacked-scroller .slick-disabled {
    display: none !important;
  }
}
.scroller-b .scroller-overlay-container {
  overflow: hidden;
}
.scroller-b .scroller-overlay--more {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .scroller-b .scroller-overlay--more {
    position: static;
    background-color: #fff;
    border-bottom: 1px solid #f5f3f2;
    height: 80px;
  }
  .scroller-b .scroller-overlay--more .link-label {
    color: #6b6965;
  }
}
.scroller-c .scroller-overlay-container {
  overflow: hidden;
}
.scroller-c .scroller-overlay--more {
  display: flex;
  padding: 0 60px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding-top: 0;
  height: 64px;
  border-bottom: 1px solid #f5f3f2;
}
.scroller-c .scroller-overlay--more .link-label {
  color: #6b6965;
}
@media screen and (max-width: 959px) {
  .scroller-c .scroller-overlay--more {
    padding: 0 20px;
    position: static;
  }
}
.scroller-c .slick-dots {
  position: absolute;
  background: 0 0;
  padding-right: 60px;
  bottom: 80px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .scroller-c .slick-dots {
    padding-right: 20px;
  }
}
.scroller-c .scroller-overlay--more .link-label {
  vertical-align: inherit;
}
.scroller-c .slick-next,
.scroller-c .slick-prev {
  opacity: 0.4;
}
.scroller-arrowcolorscheme-style.normal .slick-next:before,
.scroller-arrowcolorscheme-style.normal .slick-prev:before {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/slick-arrow.svg)
    no-repeat;
  background-size: contain;
}
.scroller-arrowcolorscheme-style.button--chat .slick-next:before,
.scroller-arrowcolorscheme-style.button--chat .slick-prev:before,
.scroller-arrowcolorscheme-style.invert .slick-next:before,
.scroller-arrowcolorscheme-style.invert .slick-prev:before {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/slick-arrow-invert.svg)
    no-repeat;
  background-size: contain;
}
.scroller-arrowappearance-style {
  display: block;
}
.touch
  .scroller-arrowappearance-style.appear-on-interaction.scroller-showontouchdevice-style:hover {
  opacity: 1;
}
.no-touch
  .scroller-arrowappearance-style.appear-on-interaction.scroller-showontouchdevice-style:hover {
  opacity: 1;
}
.no-touch
  .scroller-arrowappearance-style.appear-on-interaction
  .slick-slider:hover
  .slick-next,
.no-touch
  .scroller-arrowappearance-style.appear-on-interaction
  .slick-slider:hover
  .slick-prev {
  opacity: 0.5;
}
.no-touch .scroller-arrowappearance-style.appear-on-interaction .slick-next,
.no-touch .scroller-arrowappearance-style.appear-on-interaction .slick-prev {
  opacity: 0;
}
.no-touch
  .scroller-arrowappearance-style.appear-on-interaction
  .slick-next:hover,
.no-touch
  .scroller-arrowappearance-style.appear-on-interaction
  .slick-prev:hover {
  opacity: 1 !important;
}
.no-touch .scroller-arrowappearance-style.show .slick-next,
.no-touch .scroller-arrowappearance-style.show .slick-prev {
  opacity: 1;
}
.no-touch .scroller-arrowappearance-style.show .slick-next:hover,
.no-touch .scroller-arrowappearance-style.show .slick-prev:hover {
  opacity: 1 !important;
}
.scroller-indicatorstyle-style.dots .pagingInfo {
  display: none;
}
.scroller-indicatorstyle-style.numbers .pagingInfo {
  display: block;
}
.scroller-indicatorstyle-style.numbers .slick-dots {
  display: none !important;
}
@media (max-width: 959px) {
  .scroller-indicatorstyle-style.dots-to-numbers .pagingInfo {
    display: block;
  }
  .scroller-indicatorstyle-style.dots-to-numbers .slick-dots {
    display: none !important;
  }
}
.scroller-indicatorstyle-style.no-indicator .slick-indicator-container {
  display: none;
}
.touch .scroller-showontouchdevice-style .slick-next,
.touch .scroller-showontouchdevice-style .slick-prev {
  opacity: 0.4;
}
.touch .scroller-notshowontouchdevice-style .slick-next,
.touch .scroller-notshowontouchdevice-style .slick-prev {
  opacity: 0 !important;
  display: none !important;
  cursor: auto;
}
.separator--container {
  height: 100%;
}
.separator--container .separator-join--horizontal {
  text-align: center;
  position: relative;
  z-index: 1;
}
.separator--container .separator-join--horizontal:before {
  border-top: 1px solid #f5f3f2;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.separator--container .separator-join--horizontal .separator__copy {
  padding: 5px;
  display: inline-block;
}
.separator--container .separator-join--horizontal .separator-hr-style.none {
  opacity: 0;
}
.separator--container .separator-join--vertical {
  text-align: center;
  background: linear-gradient(90deg, #f5f3f2 1.15px, transparent 1px);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 50%;
  min-height: 80px;
  height: 100%;
  width: 100%;
  position: relative;
}
.separator--container .separator-join--vertical .separator__copy {
  position: absolute;
  padding: 5px;
  width: 100%;
}
.separator--container .separator-join--vertical .separator__copy {
  top: calc(50% - 19px);
}
.separator-hr-style.light-gray-line {
  border-top-color: #f5f3f2;
}
.separator-hr-style.gray-line {
  border-top-color: #d6d1ca;
}
.separator-hr-style.dark-gray-line {
  border-top-color: #363433;
}
@media (min-width: 960px) {
  .separator-join--combination {
    text-align: center;
    background: linear-gradient(90deg, #f5f3f2 1.15px, transparent 1px);
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: 50%;
    min-height: 80px;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .separator-join--combination .separator__copy {
    position: absolute;
    padding: 5px;
    width: 100%;
  }
  .separator-join--combination .separator__copy {
    top: calc(50% - 19px);
  }
}
@media (max-width: 959px) {
  .separator-join--combination {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .separator-join--combination:before {
    border-top: 1px solid #f5f3f2;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .separator-join--combination .separator__copy {
    padding: 5px;
    display: inline-block;
  }
  .separator-join--combination .separator-hr-style.none {
    opacity: 0;
  }
}
.sticky-notification-wrapper {
  background-color: #fff;
  padding: 17px 5vw;
  margin: 0;
}
.sticky-notification-wrapper .notification {
  padding-top: 3px;
  padding-bottom: 3px;
}
.sticky-notification-wrapper .notification .xf-content-height {
  min-height: 0;
  margin: 0;
}
.sticky-notification-wrapper .toast-close {
  text-align: right;
  padding: 0;
}
.sticky-notification-wrapper .toast-close .close-button {
  border: 2px solid #000;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.responsiveimage-hover-style.disable img {
  transition: none;
}
.responsiveimage:hover .responsiveimage-hover-style.disable img {
  transform: none;
}
.responsiveimage-hover-style.enable img {
  transition: 0.4s ease;
}
.responsiveimage:hover .responsiveimage-hover-style.enable img {
  transform: scale(1.08);
}
.responsiveimage-overlaycolor-style.no-overlay-color {
  display: block;
}
.responsiveimage-overlaycolor-style.grey40 {
  background: rgba(107, 105, 101, 0.8);
}
.responsiveimage-overlaycolor-style.grey50 {
  background: rgba(54, 52, 51, 0.8);
}
.responsiveimage-overlaycolor-style.grey10 {
  background: rgba(245, 243, 242, 0.8);
}
.responsiveimage-m-xs-overlay-backgroundcolor-style.none {
  display: block;
}
.responsiveimage-m-xs-overlay-backgroundcolor-style.dark-grey {
  background-color: #6b6965;
}
.responsiveimage-m-xs-overlay-backgroundcolor-style.white {
  background-color: #fff;
}
.responsiveimage-imagegradient-style.no-image-gradient {
  display: block;
}
.responsiveimage-imagegradient-style.type-on-top-neutral {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0) 50%
  );
}
.responsiveimage-imagegradient-style.type-on-top-warm {
  background: linear-gradient(
    to bottom,
    rgba(172, 134, 103, 0.3),
    rgba(172, 134, 103, 0) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(172, 134, 103, 0.3),
    rgba(172, 134, 103, 0) 50%
  );
}
.responsiveimage-imagegradient-style.type-on-top-cool {
  background: linear-gradient(
    to bottom,
    rgba(78, 92, 132, 0.3),
    rgba(78, 92, 132, 0) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(78, 92, 132, 0.3),
    rgba(78, 92, 132, 0) 50%
  );
}
.responsiveimage-imagegradient-style.type-on-top-white {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 50%
  );
}
.responsiveimage-imagegradient-style.type-on-bottom-neutral {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 50%);
}
.responsiveimage-imagegradient-style.type-on-bottom-warm {
  background: linear-gradient(
    to top,
    rgba(172, 134, 103, 0.3),
    rgba(172, 134, 103, 0) 50%
  );
  background: linear-gradient(
    to top,
    rgba(172, 134, 103, 0.3),
    rgba(172, 134, 103, 0) 50%
  );
}
.responsiveimage-imagegradient-style.type-on-bottom-cool {
  background: linear-gradient(
    to top,
    rgba(78, 92, 132, 0.3),
    rgba(78, 92, 132, 0) 50%
  );
  background: linear-gradient(
    to top,
    rgba(78, 92, 132, 0.3),
    rgba(78, 92, 132, 0) 50%
  );
}
.responsiveimage-imagegradient-style.type-on-bottom-white {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 50%
  );
}
.cardteaser-style.article-card-teaser,
.cardteaser-style.brand-card-teaser,
.cardteaser-style.solutions-card-teaser,
.cardteaser-style.solutions-card-teaser-without-borders {
  margin-bottom: 15px;
}
.cardteaser-style.article-card-teaser .card-teaser-content,
.cardteaser-style.brand-card-teaser .card-teaser-content,
.cardteaser-style.solutions-card-teaser .card-teaser-content,
.cardteaser-style.solutions-card-teaser-without-borders .card-teaser-content {
  margin: 16px 0 26px;
  padding-bottom: 37px;
}
.cardteaser-style.article-card-teaser .cardteaser-skuText,
.cardteaser-style.brand-card-teaser .cardteaser-skuText,
.cardteaser-style.solutions-card-teaser .cardteaser-skuText,
.cardteaser-style.solutions-card-teaser-without-borders .cardteaser-skuText {
  display: none;
}
.cardteaser-style.article-card-teaser .card-teaser-content {
  margin-top: 26px;
  padding-top: 37px;
}
.cardteaser-style.article-card-teaser .cardteaser-body-bottom,
.cardteaser-style.article-card-teaser .cardteaser-buttons {
  margin-top: 30px;
}
.cardteaser-style.brand-card-teaser .cardteaser-body-bottom,
.cardteaser-style.brand-card-teaser .cardteaser-buttons {
  margin-top: 20px;
}
.cardteaser-style.solutions-card-teaser,
.cardteaser-style.solutions-card-teaser-without-borders {
  border: 1px solid transparent;
}
@media (max-width: 960px) {
  .cardteaser-style.solutions-card-teaser,
  .cardteaser-style.solutions-card-teaser-without-borders {
    margin-left: 0;
  }
}
.cardteaser-style.solutions-card-teaser .card-teaser-content,
.cardteaser-style.solutions-card-teaser-without-borders .card-teaser-content {
  margin-top: 26px;
  padding-bottom: 0;
}
.cardteaser-style.solutions-card-teaser .cardteaser-body-bottom,
.cardteaser-style.solutions-card-teaser-without-borders
  .cardteaser-body-bottom {
  margin-top: 15px;
}
.cardteaser-style.solutions-card-teaser .cardteaser-buttons,
.cardteaser-style.solutions-card-teaser-without-borders .cardteaser-buttons {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .grid .row > div:first-child:nth-last-child(3) .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(3)
    .solutions-card-teaser-without-borders {
    padding-right: 24px;
  }
  .grid
    .row
    > div:first-child:nth-last-child(3)
    ~ div:nth-child(2)
    .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(3)
    ~ div:nth-child(2)
    .solutions-card-teaser-without-borders {
    padding-right: 12px;
    margin-left: 12px;
  }
  .grid
    .row
    > div:first-child:nth-last-child(3)
    ~ div:last-child
    .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(3)
    ~ div:last-child
    .solutions-card-teaser-without-borders {
    margin-left: 24px;
  }
  .grid .row > div:first-child:nth-last-child(4) .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(4)
    .solutions-card-teaser-without-borders {
    padding-right: 27px;
  }
  .grid
    .row
    > div:first-child:nth-last-child(4)
    ~ div:nth-child(2)
    .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(4)
    ~ div:nth-child(2)
    .solutions-card-teaser-without-borders {
    padding-right: 18px;
    margin-left: 9px;
  }
  .grid
    .row
    > div:first-child:nth-last-child(4)
    ~ div:nth-child(3)
    .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(4)
    ~ div:nth-child(3)
    .solutions-card-teaser-without-borders {
    padding-right: 9px;
    margin-left: 18px;
  }
  .grid
    .row
    > div:first-child:nth-last-child(4)
    ~ div:last-child
    .solutions-card-teaser,
  .grid
    .row
    > div:first-child:nth-last-child(4)
    ~ div:last-child
    .solutions-card-teaser-without-borders {
    margin-left: 27px;
  }
}
.grid .row > div:not(:last-child) .solutions-card-teaser {
  border-right-color: #6b6965;
}
@media (max-width: 959px) {
  .grid .row > div:not(:last-child) .solutions-card-teaser {
    border-right-color: transparent;
    border-bottom-color: #6b6965;
  }
}
.ng-cmp-primarynavigation {
  height: 56px;
}
.ng-cmp-primarynavigation li,
.ng-cmp-primarynavigation ol,
.ng-cmp-primarynavigation ul {
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  .ng-cmp-primarynavigation {
    height: 103px;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation {
    height: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .ng-cmp-primarynavigation {
    height: 120px;
  }
}
.ng-cmp-primarynavigation .top-navigation {
  border-bottom: 1px solid #d6d1ca;
  position: relative !important;
  z-index: 102;
  top: 0;
  transition: top 0.5s ease;
}
.ng-cmp-primarynavigation .top-navigation.open .top-navigation-reveal {
  height: 100vh;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .top-navigation.open {
    position: static;
  }
  .ng-cmp-primarynavigation .top-navigation.open .top-navigation-content {
    height: 100%;
    width: 100%;
    background-color: transparent;
  }
}
@media screen and (max-width: 960px) {
  .ng-cmp-primarynavigation .top-navigation.open .top-navigation-reveal {
    background-color: #fff;
  }
}
.ng-cmp-footer .svg-icon--top-nav-arrow,
.ng-cmp-primarynavigation .svg-icon--top-nav-arrow {
  width: 7px;
  height: 7px;
}
.ng-cmp-footer .red-hover-line .button--top-nav .button-label,
.ng-cmp-primarynavigation .red-hover-line .button--top-nav .button-label {
  display: flex;
  height: 120px;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .ng-cmp-footer .red-hover-line .button--top-nav .button-label,
  .ng-cmp-primarynavigation .red-hover-line .button--top-nav .button-label {
    align-items: center;
    padding-bottom: 0;
  }
  .ng-cmp-footer .red-hover-line .button--top-nav .button-label .label,
  .ng-cmp-primarynavigation
    .red-hover-line
    .button--top-nav
    .button-label
    .label {
    margin-bottom: 0;
  }
}
.ng-cmp-footer .red-hover-line.active .button-label,
.ng-cmp-footer .red-hover-line:hover .button-label,
.ng-cmp-primarynavigation .red-hover-line.active .button-label,
.ng-cmp-primarynavigation .red-hover-line:hover .button-label {
  color: #363433;
}
.ng-cmp-footer .button--top-nav,
.ng-cmp-primarynavigation .button--top-nav {
  text-align: center;
  padding: 0 15px;
  width: auto;
}
@media screen and (min-width: 960px) {
  .ng-cmp-footer .button--top-nav .button-label:before,
  .ng-cmp-primarynavigation .button--top-nav .button-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 13px;
    border-bottom: 8px solid #02882c;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    left: 50%;
  }
}
.ng-cmp-footer .svg-icon,
.ng-cmp-primarynavigation .svg-icon {
  display: inline-block;
}
.ng-cmp-footer .svg-icon svg,
.ng-cmp-primarynavigation .svg-icon svg {
  display: inline-block;
}
.ng-cmp-footer .icon-right.svg-icon,
.ng-cmp-primarynavigation .icon-right.svg-icon {
  float: right;
  margin-right: 0;
}
.ng-cmp-footer .button--top-nav .button-label,
.ng-cmp-footer .button--top-nav label.radio,
.ng-cmp-primarynavigation .button--top-nav .button-label,
.ng-cmp-primarynavigation .button--top-nav label.radio {
  display: inline-block;
  position: relative;
}
.ng-cmp-footer .button-label,
.ng-cmp-primarynavigation .button-label {
  color: #6b6965;
}
.ng-cmp-footer .button-label .label,
.ng-cmp-primarynavigation .button-label .label {
  font-weight: 400;
  font-size: 16px;
}
.language-config,
.ng-cmp-footer .footer-container .footer-language,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top,
.ng-cmp-primarynavigation .top-navigation-content .mobile-language-links {
  display: flex;
  justify-content: center;
}
.language-config a:nth-of-type(1),
.ng-cmp-footer .footer-container .footer-language a:nth-of-type(1),
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a:nth-of-type(1),
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a:nth-of-type(1) {
  order: 1;
}
.language-config a:nth-of-type(2),
.ng-cmp-footer .footer-container .footer-language a:nth-of-type(2),
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a:nth-of-type(2),
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a:nth-of-type(2) {
  order: 3;
}
.language-config .button-label,
.ng-cmp-footer .footer-container .footer-language .button-label,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  .button-label,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  .button-label {
  padding: 0 5px;
}
.language-config .button-label:before,
.ng-cmp-footer .footer-container .footer-language .button-label:before,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  .button-label:before,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  .button-label:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 0;
  height: 13px;
  border-bottom: 3px solid #02882c;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  left: 50%;
}
.language-config a:hover:not(.active) .button-label,
.ng-cmp-footer
  .footer-container
  .footer-language
  a:hover:not(.active)
  .button-label,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a:hover:not(.active)
  .button-label,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a:hover:not(.active)
  .button-label {
  color: #363433;
}
.language-config a:hover:not(.active) .button-label .label,
.ng-cmp-footer
  .footer-container
  .footer-language
  a:hover:not(.active)
  .button-label
  .label,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a:hover:not(.active)
  .button-label
  .label,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a:hover:not(.active)
  .button-label
  .label {
  position: relative;
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.language-config a:hover:not(.active) .button-label:before,
.ng-cmp-footer
  .footer-container
  .footer-language
  a:hover:not(.active)
  .button-label:before,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a:hover:not(.active)
  .button-label:before,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a:hover:not(.active)
  .button-label:before {
  width: 100%;
  left: 0;
  border-bottom: 3px solid #02882c;
}
.language-config a.active .button-label,
.ng-cmp-footer .footer-container .footer-language a.active .button-label,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a.active
  .button-label,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a.active
  .button-label {
  color: #363433;
}
.language-config a.active .button-label:before,
.ng-cmp-footer .footer-container .footer-language a.active .button-label:before,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  a.active
  .button-label:before,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  a.active
  .button-label:before {
  width: 100%;
  left: 0;
  border-bottom: 3px solid #02882c;
}
.language-config .languageImg-EN,
.language-config .languageImg-FR,
.ng-cmp-footer .footer-container .footer-language .languageImg-EN,
.ng-cmp-footer .footer-container .footer-language .languageImg-FR,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  .languageImg-EN,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  .languageImg-FR,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  .languageImg-EN,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  .languageImg-FR {
  margin-top: 3px;
  width: 32px;
  height: 23px;
  background-size: 32px 23px;
  order: 2;
}
.language-config .languageImg-EN,
.ng-cmp-footer .footer-container .footer-language .languageImg-EN,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  .languageImg-EN,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  .languageImg-EN {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/navigation/EN-select.png)
    no-repeat;
}
.language-config .languageImg-FR,
.ng-cmp-footer .footer-container .footer-language .languageImg-FR,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top
  .languageImg-FR,
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links
  .languageImg-FR {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/navigation/FR-select.png)
    no-repeat;
}
.ng-cmp-primarynavigation .top-navigation-content .mobile-search form,
.ng-cmp-primarynavigation .top-navigation-search form,
.search-config form {
  position: relative;
}
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-search
  input[type="text"],
.ng-cmp-primarynavigation .top-navigation-search input[type="text"],
.search-config input[type="text"] {
  padding: 5px 20px 5px 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #6b6965;
}
.ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-search
  input[type="text"]::-ms-clear,
.ng-cmp-primarynavigation .top-navigation-search input[type="text"]::-ms-clear,
.search-config input[type="text"]::-ms-clear {
  display: none;
}
.ng-cmp-primarynavigation .top-navigation-content .mobile-search button,
.ng-cmp-primarynavigation .top-navigation-search button,
.search-config button {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ng-cmp-primarynavigation .top-navigation-content .mobile-search button svg,
.ng-cmp-primarynavigation .top-navigation-search button svg,
.search-config button svg {
  fill: #a3a3a2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ng-cmp-primarynavigation .top-navigation-content .mobile-search button,
  .ng-cmp-primarynavigation .top-navigation-search button,
  .search-config button {
    top: 0;
  }
}
.ng-cmp-primarynavigation .top-navigation {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .top-navigation .responsive-test {
    max-width: 160px;
  }
}
.ng-cmp-primarynavigation .top-navigation-search .search-input {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .ng-cmp-primarynavigation .top-navigation-search {
    margin-top: 20px;
    order: 2;
  }
}
.ng-cmp-primarynavigation .top-navigation-right-logo {
  margin-left: 2vw;
}
@media only screen and (max-width: 1024px) {
  .ng-cmp-primarynavigation .top-navigation-right-logo {
    margin-left: 0;
  }
}
.ng-cmp-primarynavigation .top-navigation .top-nav-container--left {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 120px;
  margin-left: 0;
  z-index: 9999;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1600px) {
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--left {
    padding-left: 5vw;
    height: 103px;
  }
}
@media screen and (max-width: 599px) {
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--left {
    height: 56px;
    padding-left: 30px;
  }
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--left img {
    width: auto;
  }
}
@media screen and (max-width: 419px) {
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--left {
    height: 56px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--left
  .button--top-nav {
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-nav-container--left
    .button--top-nav
    img {
    width: 38px;
    margin-bottom: 0;
  }
}
.ng-cmp-primarynavigation .top-navigation .top-nav-container--middle {
  display: flex;
  flex: 1 1 0px;
  height: 78px;
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--middle {
    display: flex;
    justify-content: flex-end;
    margin-right: 5vw;
    height: 103px;
  }
}
@media screen and (max-width: 599px) {
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--middle {
    height: 56px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-nav-container--middle
    a:hover:not(.active)
    .button-label
    .label {
    position: relative;
    padding-top: 15px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  a:hover:not(.active)
  .button-label:before {
  width: 100%;
  left: 0;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  a.active
  .button-label:before {
  width: 100%;
  left: 0;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  .button--top-nav {
  margin-right: 17px;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  .button--top-nav
  .button-label {
  margin-bottom: 0;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  .button--top-nav
  .button-label
  .label {
  padding-bottom: 30px;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  .button--top-nav.more-label {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/hamburger-menu.svg)
    no-repeat;
  background-position: center;
  line-height: 23px;
  width: 30px;
  height: 30px;
  margin: auto 0;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  .button--top-nav.more-label
  .button-label
  .label {
  color: transparent;
}
@media screen and (max-width: 960px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-nav-container--middle
    .button--top-nav.more-label {
    top: 3px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--middle
  .button--top-nav.more-label.active {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/close-nav-icon.svg)
    no-repeat;
  background-position: center;
}
.ng-cmp-primarynavigation .top-navigation .top-nav-container--right {
  height: 120px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top {
  flex: 1 1 auto;
  align-items: flex-end;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-bottom {
  flex: 2 1 auto;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-nav-container--right
    .top-nav-container--right-bottom {
    flex-direction: column;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-bottom
  .button {
  margin-left: 26px;
  padding: 8px 32px;
  text-align: center;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-bottom
  picture {
  padding-bottom: 10px;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .button--top-nav {
  padding: 0 15px;
}
@media only screen and (max-width: 1600px) {
  .ng-cmp-primarynavigation .top-navigation .top-nav-container--right {
    padding-right: 5vw;
  }
}
.ng-cmp-primarynavigation .top-navigation .top-navigation-content {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .top-navigation .top-navigation-content {
    left: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .top-navigation .top-navigation-content {
    width: 180px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content.product-links {
  width: 100%;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .sub-navigation-close
  .svg-icon {
  margin-right: 3px;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .sub-navigation-close
  svg {
  fill: #d6d1ca !important;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .sub-navigation-close.active
  svg,
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .sub-navigation-close:hover
  svg {
  fill: #d6d1ca;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content.nav-second-level-mobile {
  background: #f5f3f2;
  position: initial;
  padding-left: 18px;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content.nav-second-level-mobile
  button {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-navigation-content
    .nav-second-level {
    background: #f5f3f2;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-navigation-content
    .nav-second-level
    .nav-second-level-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 5vw;
  }
}
@media screen and (min-width: 1601px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-navigation-content
    .nav-second-level
    .nav-second-level-container {
    max-width: 1600px;
    padding: 15px 80px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item {
  display: block;
  width: 100%;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item:first-child {
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-navigation-content
    .nav-second-level
    .nav-second-level-container
    .nav-second-level-item:first-child {
    margin-left: 106px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item.active
  .button-label
  .label {
  border-bottom-color: #363433;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item
  button {
  width: auto;
  padding: 12px;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item
  button
  .button-label {
  width: 100%;
  left: 0;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item
  button
  .button-label
  .label {
  border-bottom: 1px solid transparent;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item
  button:hover
  .button-label {
  color: #363433;
}
.ng-cmp-primarynavigation
  .top-navigation
  .top-navigation-content
  .nav-second-level
  .nav-second-level-container
  .nav-second-level-item
  button:hover
  .button-label
  .label {
  border-color: #363433;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation
    .top-navigation
    .top-navigation-content
    .nav-second-level
    .nav-second-level-container
    .nav-second-level-item {
    display: inline;
    margin-right: 17px;
  }
}
.ng-cmp-primarynavigation .top-navigation .svg-icon svg {
  fill: #d6d1ca;
}
.ng-cmp-primarynavigation
  .top-navigation
  .button--top-nav.active
  .svg-icon
  svg {
  fill: #026621;
}
.ng-cmp-primarynavigation .top-navigation .top-navigation--button {
  flex: 0 0 40%;
  max-width: 40%;
}
.ng-cmp-primarynavigation .top-navigation .tab-container--navigation .svg-icon {
  margin-top: 0;
}
.ng-cmp-primarynavigation .nav-first-level .label2 {
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .nav-first-level .active svg,
  .ng-cmp-primarynavigation .nav-first-level:hover svg {
    fill: #6b6965;
  }
}
.ng-cmp-primarynavigation .svg-position {
  position: relative;
  bottom: -5px;
}
.ng-cmp-primarynavigation .top-navigation-content {
  position: absolute;
  overflow: hidden;
}
.ng-cmp-primarynavigation .top-navigation-content .sub-navigation-close svg {
  fill: #f5f3f2;
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .top-navigation-content a.active svg,
  .ng-cmp-primarynavigation .top-navigation-content a:active svg,
  .ng-cmp-primarynavigation .top-navigation-content a:hover svg {
    fill: #fff;
  }
}
.ng-cmp-primarynavigation .svg-icon--responisve-top-nav {
  margin-bottom: -10px;
  display: block;
  margin: auto;
}
@media (max-width: 959px) {
  .ng-cmp-primarynavigation .svg-icon--responisve-top-nav {
    margin-bottom: -20px;
  }
}
@media (max-width: 599px) {
  .ng-cmp-primarynavigation .svg-icon--responisve-top-nav {
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .product-links .tab-container > column {
    flex: 0 0 14.285%;
    max-width: 14.285%;
  }
  .ng-cmp-primarynavigation .product-links .button--primary-list,
  .ng-cmp-primarynavigation .product-links .button--primary-list-large,
  .ng-cmp-primarynavigation .product-links .button-dropdown-plus-minus {
    color: #d6d1ca;
  }
}
.ng-cmp-primarynavigation .product-container {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .product-container {
    border-bottom: 1px solid color(grey20);
    padding: 20px;
  }
}
.ng-cmp-primarynavigation .top-navigation-button-container {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  height: 56px;
}
@media screen and (min-width: 600px) {
  .ng-cmp-primarynavigation .top-navigation-button-container {
    height: 103px;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .top-navigation-button-container {
    height: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .ng-cmp-primarynavigation .top-navigation-button-container {
    height: 120px;
  }
}
@media screen and (min-width: 1601px) {
  .ng-cmp-primarynavigation .top-navigation-button-container {
    max-width: 1600px;
    padding: 0 80px;
  }
}
.ng-cmp-primarynavigation
  .top-navigation-button-container.nav-first-level.bg-hide {
  background-image: none;
}
.ng-cmp-primarynavigation .top-navigation-reveal {
  position: absolute;
  width: 100%;
  height: 0;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  margin-top: 1px;
}
@media screen and (max-width: 960px) {
  .ng-cmp-primarynavigation .top-navigation-reveal {
    z-index: 10;
  }
}
.ng-cmp-primarynavigation
  .top-navigation-reveal
  button.button--list-hover-state:before,
.ng-cmp-primarynavigation
  .top-navigation-reveal
  button.button--list-left-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-left: 5px solid #02882c;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.ng-cmp-primarynavigation .top-navigation-content {
  z-index: 999;
  background-color: #fff;
}
.ng-cmp-primarynavigation .top-navigation-content.hide-content {
  position: absolute;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
}
.ng-cmp-primarynavigation .top-navigation-content .dropdown-container {
  border-top: 0;
}
.ng-cmp-primarynavigation .top-navigation-content.hide-content-measure {
  position: absolute;
  visibility: hidden;
}
.ng-cmp-primarynavigation .top-navigation-content .button--list-left-line {
  padding: 15px 30px;
}
.ng-cmp-primarynavigation .top-navigation-content .mobile-search {
  border-top: 1px solid #d6d1ca;
  display: flex;
  justify-content: center;
  padding: 30px 30px 20px 30px;
}
.ng-cmp-primarynavigation .top-navigation-content .mobile-search form {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1439px) {
  .ng-cmp-primarynavigation .top-navigation-content .mobile-language-links {
    justify-content: center;
    padding-left: 15px;
  }
  .ng-cmp-primarynavigation
    .top-navigation-content
    .mobile-language-links
    .button--top-nav {
    padding: 0 7px;
  }
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .top-navigation-content .rhythm-medium {
    padding: 0;
  }
}
.ng-cmp-primarynavigation .top-navigation-shadow {
  position: absolute;
  cursor: pointer;
  width: 100%;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: background-color 0.25s ease;
}
.ng-cmp-primarynavigation .sub-navigation-content {
  overflow: scroll;
  max-height: 100%;
  background-color: #fff;
}
.ng-cmp-primarynavigation .sub-navigation-content--with-subnav {
  max-height: calc(100vh - 75px);
  height: 100%;
}
.ng-cmp-primarynavigation .sub-navigation-content--no-subnav {
  max-height: calc(100vh - 88px);
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .navigation-mobile {
    display: block;
  }
  .ng-cmp-primarynavigation .navigation-mobile .mobile-nav-button {
    margin: 20px 0 15px 30px;
    padding: 8px 85px;
  }
  .ng-cmp-primarynavigation .navigation-mobile picture #nav-mobile-right-logo {
    margin: 15px 30px 15px;
    width: 87px;
    height: 28px;
  }
  .ng-cmp-primarynavigation
    .navigation-mobile
    .js-content-nav
    .js-active-btn.active
    .label {
    border-bottom: 2px solid #fff;
  }
  .ng-cmp-primarynavigation .navigation-mobile .button--primary-list,
  .ng-cmp-primarynavigation .navigation-mobile .button--primary-list-large,
  .ng-cmp-primarynavigation .navigation-mobile .button-dropdown-plus-minus {
    border: none;
  }
  .ng-cmp-primarynavigation .sub-navigation-content--with-subnav {
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease;
  }
  .ng-cmp-primarynavigation .sub-navigation-content--with-subnav.active {
    left: 0;
  }
  .ng-cmp-primarynavigation .sub-navigation-content {
    width: 100%;
  }
  .ng-cmp-primarynavigation .sub-navigation-content .rhythm-medium {
    padding: 0;
  }
  .ng-cmp-primarynavigation .navigation-icon {
    display: inline-block;
    position: relative;
    top: -18px;
    width: 40px;
    height: 25px;
    vertical-align: middle;
    padding-right: 13px;
  }
  .ng-cmp-primarynavigation .navigation-icon img {
    height: 100%;
  }
  .ng-cmp-primarynavigation .sub-navigation-link {
    flex: initial;
    width: 100%;
    background-color: #fff;
    text-align: left;
    color: #d6d1ca;
  }
  .ng-cmp-primarynavigation .carrot-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    margin-top: 22px;
    width: 0;
    height: 0;
    border: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #d6d1ca;
    transform-origin: 8px 8px 0;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
}
.ng-cmp-primarynavigation .remove-border-left {
  border-left: none !important;
}
.ng-cmp-primarynavigation .remove-border-right {
  border-right: none !important;
}
.ng-cmp-primarynavigation .margin {
  margin: 2%;
}
.ng-cmp-primarynavigation .button-container {
  width: 100%;
  padding: 4%;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .ng-cmp-primarynavigation .underline {
    position: relative;
  }
  .ng-cmp-primarynavigation .underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid color(green50);
  }
  .ng-cmp-primarynavigation .underline:after {
    width: 0;
    left: 50%;
    transition: width 0.25s ease, left 0.25s ease;
  }
  .ng-cmp-primarynavigation .underline.active::after,
  .ng-cmp-primarynavigation .underline:hover::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .underline--child > * {
    position: relative;
  }
  .ng-cmp-primarynavigation .underline--child > ::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid color(green50);
  }
  .ng-cmp-primarynavigation .underline--child > :after {
    width: 0;
    left: 50%;
    transition: width 0.25s ease, left 0.25s ease;
  }
}
.ng-cmp-primarynavigation .underline--child.active > :after,
.ng-cmp-primarynavigation .underline--child:hover > :after {
  width: 100%;
  left: 0;
}
.ng-cmp-primarynavigation .top-navigation--button:hover {
  color: #6b6965 !important;
}
.ng-cmp-primarynavigation .top-navigation--search {
  display: flex;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .tertiary-trims-container .slick-slide {
    width: auto !important;
  }
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .tertiary-trims-container .slick-arrow {
    display: none !important;
  }
}
.ng-cmp-primarynavigation .button--chat svg,
.ng-cmp-primarynavigation .invert svg {
  fill: #fff;
}
.ng-cmp-primarynavigation .product-icon {
  width: 70px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .ng-cmp-primarynavigation .product-button {
    position: absolute;
    bottom: 28px;
    width: 13%;
  }
}
@media screen and (max-width: 959px) {
  .ng-cmp-primarynavigation .scroll-content {
    overflow: hidden;
  }
  .ng-cmp-primarynavigation .scroll-content .scroll-child {
    height: 100%;
    max-height: calc(100vh - 142px);
    overflow: scroll;
  }
  .ng-cmp-primarynavigation .second-navigation .secondary-navigation--top-link {
    padding-bottom: 12px;
    margin-top: 6px;
  }
  .ng-cmp-primarynavigation
    .second-navigation
    .secondary-navigation--top-button {
    margin-bottom: 7px;
    padding-top: 0.75rem;
  }
}
@media screen and (max-width: 599px) {
  .ng-cmp-primarynavigation .second-navigation .model-button button {
    margin-top: 0;
  }
}
.ng-cmp-primarynavigation .svg-icon--responisve-top-nav {
  width: 95px;
  height: 95px;
}
@media (max-width: 959px) {
  .ng-cmp-primarynavigation .svg-icon--responisve-top-nav {
    width: 60px;
    height: 30px;
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .ng-cmp-primarynavigation .svg-icon--responisve-top-nav {
    width: 40px;
    height: 30px;
  }
}
.ng-cmp-footer {
  height: 100%;
  background-color: #ebe9e5;
  font-size: 16px;
  font-size: 1rem;
}
.ng-cmp-footer li,
.ng-cmp-footer ol,
.ng-cmp-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ng-cmp-footer ul li a {
  line-height: 30px;
}
.ng-cmp-footer p {
  color: #363433;
}
.ng-cmp-footer .footer-container {
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container {
    padding-top: 37px;
  }
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-area-container {
    padding-left: 20px;
  }
}
.ng-cmp-footer .footer-container .row {
  margin: 0;
}
.ng-cmp-footer .footer-container .footer-language {
  justify-content: flex-start;
  line-height: 16px;
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-language {
    justify-content: center;
    margin-bottom: 25px;
  }
}
.ng-cmp-footer .footer-container .footer-language .languageImg-EN {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/navigation/EN-select-footer.png)
    no-repeat;
}
.ng-cmp-footer .footer-container .footer-language .languageImg-FR {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/navigation/FR-select-footer.png)
    no-repeat;
}
.ng-cmp-footer .footer-container .footer-language .languageImg-EN,
.ng-cmp-footer .footer-container .footer-language .languageImg-FR {
  margin-top: -3px;
}
.ng-cmp-footer .footer-container .footer-filler {
  display: none;
}
.ng-cmp-footer .footer-container .title {
  color: #363433;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
}
.ng-cmp-footer .footer-container .button--container .button--list-container a {
  flex: 0 0 auto !important;
}
.ng-cmp-footer .footer-container li {
  min-height: 20px;
  margin-bottom: 10px;
}
.ng-cmp-footer .footer-container .footer-links {
  border-bottom: none;
  padding: 0;
}
.ng-cmp-footer .footer-container .footer-links a {
  text-align: left;
  color: #363433;
  text-decoration: underline;
  border-bottom: none;
}
.ng-cmp-footer .footer-container .footer-links a.button-style {
  padding: 0;
}
.ng-cmp-footer .footer-container .footer-links ul a picture img {
  width: 214px;
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-links {
    padding: 25px 0;
  }
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-links.spacer {
    height: 0;
    padding: 0;
    border-bottom: 0 solid transparent;
  }
}
.ng-cmp-footer .footer-container .footer-links:nth-child(2) {
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .ng-cmp-footer .footer-container .footer-links:nth-child(2) {
    margin-right: 2.5vw;
  }
}
.ng-cmp-footer .footer-container .footer-links:nth-child(3) {
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .ng-cmp-footer .footer-container .footer-links:nth-child(3) {
    margin-right: 5vw;
  }
}
.ng-cmp-footer .footer-container .footer-links:nth-child(4) {
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .ng-cmp-footer .footer-container .footer-links:nth-child(4) {
    margin-right: 2.5vw;
  }
}
.ng-cmp-footer .footer-container .footer-links:nth-child(6) {
  margin-left: 148.8px;
}
@media screen and (max-width: 1600px) {
  .ng-cmp-footer .footer-container .footer-links:nth-child(6) {
    margin-left: 8.3vw;
  }
}
@media screen and (max-width: 1439px) {
  .ng-cmp-footer .footer-container .footer-links:nth-child(6) {
    margin-left: 6.3vw;
  }
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-links:nth-child(6) {
    border-top: 1px solid #363433;
    margin-left: 0;
    padding-top: 35px;
  }
}
.ng-cmp-footer .footer-container .footer-links:last-child {
  justify-content: right;
  border-bottom-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 35px;
  margin-left: auto;
}
.ng-cmp-footer .footer-container .footer-links:last-child .title,
.ng-cmp-footer .footer-container .footer-links:last-child ul {
  text-align: left;
}
.ng-cmp-footer .footer-container .footer-links:last-child a {
  border-bottom: none;
}
.ng-cmp-footer .footer-container .footer-links:last-child .title {
  margin-right: 74px;
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-links:last-child {
    display: block;
    border-top: 1px solid #363433;
    padding-top: 35px;
  }
  .ng-cmp-footer .footer-container .footer-links:last-child .title {
    text-align: left;
    padding: 0;
  }
  .ng-cmp-footer .footer-container .footer-links:last-child a {
    border-bottom: none;
  }
  .ng-cmp-footer .footer-container .footer-links:last-child ul {
    text-align: left;
    padding: 0;
  }
}
.ng-cmp-footer .footer-container .footer-logo-social-container {
  padding-left: 5px;
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer .footer-container .footer-logo-social-container {
    border-top: 1px solid #363433;
    border-bottom: 1px solid #363433;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.ng-cmp-footer .footer-container .footer-logo-social-container p {
  padding-bottom: 0.733vw;
}
.ng-cmp-footer .footer-container .footer-logo-social-container ul {
  margin: 0;
}
.ng-cmp-footer
  .footer-container
  .footer-logo-social-container
  .link--icon-inline,
.ng-cmp-footer .footer-container .footer-logo-social-container li {
  display: inline;
  margin-right: 22px;
  margin-left: -5px;
}
.ng-cmp-footer
  .footer-container
  .footer-logo-social-container
  .link--icon-inline
  a,
.ng-cmp-footer .footer-container .footer-logo-social-container li a {
  position: relative;
  color: #363433;
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: none;
}
.ng-cmp-footer
  .footer-container
  .footer-logo-social-container
  .link--icon-inline
  a:visited,
.ng-cmp-footer .footer-container .footer-logo-social-container li a:visited {
  border-bottom: none;
}
.ng-cmp-footer
  .footer-container
  .footer-logo-social-container
  .link--icon-inline
  a:hover,
.ng-cmp-footer .footer-container .footer-logo-social-container li a:hover {
  color: #6b6965;
  border-bottom: none;
}
.ng-cmp-footer
  .footer-container
  .footer-logo-social-container
  .link--icon-inline
  a::before,
.ng-cmp-footer .footer-container .footer-logo-social-container li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
@media screen and (max-width: 959px) {
  .ng-cmp-footer
    .footer-container
    .footer-logo-social-container
    .link--icon-inline
    img,
  .ng-cmp-footer .footer-container .footer-logo-social-container li img {
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 800px) {
  .ng-cmp-footer .footer-container .footer-image {
    padding-top: 6.5vw;
  }
}
.ng-cmp-footer .footer-container .footer-image img {
  height: 1.5rem;
  width: auto;
}
@media screen and (max-width: 599px) {
  .ng-cmp-footer .footer-container .footer-image img {
    height: 5vw;
    width: auto;
  }
}
.ng-cmp-footer .footer-container .footer-bottom {
  margin-top: 40px;
  padding: 33px 0;
  border-top: 1px solid #363433;
}
.ng-cmp-footer .footer-container .footer-bottom .copyright {
  text-align: right;
  padding-right: 5px;
}
.ng-cmp-footer .footer-container .footer-bottom-mobile-copyright {
  justify-content: left;
  padding-bottom: 30px;
}
.ng-cmp-footer .footer-container .footer-bottom-mobile-copyright .copyright {
  padding: 0;
}
.ng-cmp-footer .footer-container .footer-language,
.ng-cmp-footer .language-config,
.ng-cmp-footer
  .ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .top-nav-container--right-top,
.ng-cmp-footer
  .ng-cmp-primarynavigation
  .top-navigation-content
  .mobile-language-links,
.ng-cmp-primarynavigation
  .top-navigation
  .top-nav-container--right
  .ng-cmp-footer
  .top-nav-container--right-top,
.ng-cmp-primarynavigation
  .top-navigation-content
  .ng-cmp-footer
  .mobile-language-links {
  padding: 0;
}
.video_cmp .video-play-icon {
  width: 80px;
  height: 80px;
  background-image: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/video_play_btn.png);
  opacity: 0.75;
}
.video_cmp .video-poster-ui--play-and-title-inline .video-play-icon,
.video_cmp .video-poster-ui--play-and-title-overlay .video-play-icon {
  bottom: 65px;
}
.video_cmp .video-poster-ui--play-and-title-inline .video-info,
.video_cmp .video-poster-ui--play-and-title-overlay .video-info {
  padding-top: 10px;
  padding-bottom: 14px;
  min-height: 50px;
  height: auto;
}
.video_cmp .video-poster-ui--play-and-title-inline .video-info .title,
.video_cmp .video-poster-ui--play-and-title-overlay .video-info .title {
  padding-right: 8px;
}
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-play-icon,
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-play-icon {
  bottom: 65px;
}
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-info,
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-info {
  padding-top: 10px;
  padding-bottom: 14px;
  min-height: 50px;
  height: auto;
}
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-info
  .title,
.video-comp-title-below
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-info
  .title {
  padding-right: 8px;
}
.video-comp-title-overlay
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-play-icon,
.video-comp-title-overlay
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-play-icon {
  bottom: 50px;
}
.video-comp-title-overlay
  .video_cmp
  .video-poster-ui--play-and-title-inline
  .video-info,
.video-comp-title-overlay
  .video_cmp
  .video-poster-ui--play-and-title-overlay
  .video-info {
  padding-left: 20px;
  min-height: 50px;
  background-color: #f5f3f2;
}
.video_cmp .video-poster-ui--play-and-title-overlay .video-play-icon {
  bottom: 50px;
}
.video_cmp .video-poster-ui--play-and-title-overlay .video-info {
  padding-left: 20px;
  background-color: #f5f3f2;
}
@media (max-width: 419px) {
  .video_cmp .video-play-icon {
    width: 17vw;
    max-width: 80px;
    max-height: 80px;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center center;
  }
}
.ng-cmp-expander {
  max-width: 1076px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 1600px) {
  .ng-cmp-expander {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.expander-container .expander,
.expander-container .expander-content {
  padding: 17px 0 17px 20px;
}
@media (max-width: 959px) {
  .expander-container .expander,
  .expander-container .expander-content {
    padding: 17px 1.5vw 17px 5vw;
  }
}
.expander-container .expander-content {
  padding-right: 20px;
}
@media (max-width: 959px) {
  .expander-container .expander-content {
    padding-right: 5vw;
  }
}
.expander-container {
  border-bottom: solid 1px #d6d1ca;
}
.expander-container.active,
.expander-container:hover {
  border-bottom-color: #6b6965;
}
.expander-container.active .expander-item {
  border-color: #02882c;
}
.expander-container.active .expander {
  border-bottom: none;
}
.expander-container.active .expander .svg-icon svg {
  fill: #026621;
}
.expander-container.active .expander-content {
  display: block;
}
.expander-container .expander-item {
  border: 2px solid transparent;
  margin-top: -1px;
}
.expander-container .expander {
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  padding-left: 0;
}
.expander-container .expander [style^="text-align:"] {
  padding-right: 20px;
}
.expander-container .expander .svg-icon {
  height: 20px;
  width: 18px;
  margin: 0 20px;
  order: 0;
}
.expander-container .expander .svg-icon svg {
  height: 20px;
  width: 25px;
  fill: #f5f3f2;
}
.expander-container .expander .svg-icon--plus {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/plus_grey30.svg)
    no-repeat;
  background-size: contain;
}
.expander-container .expander .svg-icon--minus {
  background: url(/content/dam/rb-na-custom/images/airwick-canada-local/icons/minus_green30.svg)
    no-repeat;
  background-size: contain;
}
.expander-container .expander .button-label {
  color: #363433;
  font-weight: 400;
  margin: 0;
  width: 80%;
  order: 1;
}
@media (max-width: 599px) {
  .expander-container .expander .button-label {
    font-size: 18px;
  }
}
.expander-container .expander.noIcon {
  padding-right: 20px;
  padding-left: 20px;
}
.expander-container .expander-content {
  background-color: transparent;
}
.expander-container.noUI {
  border: none;
}
@media (max-width: 959px) {
  .expander-container.break-below-large.noUI {
    border: solid 1px #d6d1ca;
  }
}
@media (max-width: 599px) {
  .expander-container.break-below-medium.noUI {
    border: solid 1px #d6d1ca;
  }
}
red-tabbednav-default {
  background-color: #f5f3f2;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 1600px) {
  red-tabbednav-default {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab {
  margin-bottom: 4px;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button {
  border-left: 0;
  width: 100%;
  color: #02882c;
  padding: 10px 0;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button:before {
  content: "";
  width: 100%;
  border-bottom: 4px solid #363433;
  position: absolute;
  bottom: 2px;
  left: 0;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-stacked
  .button--icon-wrapper {
  width: 50px;
  height: 50px;
  padding-bottom: 10px;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-stacked
  .button-label:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 13px;
  transition: 0.25s ease;
  left: 50%;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab button.icon-only {
  padding: 13px 0;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button--icon-wrapper {
  width: 50px;
  height: 50px;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button--icon-wrapper
  img {
  height: 100%;
  position: absolute;
  left: 0;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button--icon-wrapper:after {
  content: "";
  position: absolute;
  bottom: -13px;
  width: 0;
  height: 13px;
  transition: 0.25s ease;
  left: 50%;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-only
  .button-label {
  display: none;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-left
  .button-label:before,
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button.icon-right
  .button-label:before {
  bottom: -15px;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  button
  .button-label:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 13px;
  transition: 0.25s ease;
  left: 50%;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab.active button,
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab:hover button {
  padding: 15px 0;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab.active
  button
  .button-label:before,
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab:hover
  button
  .button-label:before {
  width: 100%;
  left: 0;
}
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab.active button:before,
red-tabbednav-default .tab-nav__tab-list .tab-nav__tab:hover button:before {
  content: "";
  width: 100%;
  border-bottom: 8px solid #02882c;
  position: absolute;
  bottom: 0;
  left: 0;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab.active
  button.icon-only
  .button--icon-wrapper:after,
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab:hover
  button.icon-only
  .button--icon-wrapper:after {
  width: 50px;
  margin-left: -25px;
}
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  .icon-left
  .button--icon-wrapper,
red-tabbednav-default
  .tab-nav__tab-list
  .tab-nav__tab
  .icon-right
  .button--icon-wrapper {
  height: 30px;
  width: 30px;
}
red-tabbednav-default .tab-nav__content-container .stacked-tab {
  width: 100%;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button
  .button--icon-wrapper {
  width: 50px;
  height: 50px;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button
  .button--icon-wrapper
  img {
  height: 100%;
  position: absolute;
  left: 0;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-stacked
  .button--icon-wrapper {
  height: 50px;
  width: 50px;
  padding-bottom: 10px;
}
red-tabbednav-default
  .tab-nav__content-container
  .stacked-tab
  button.icon-only
  .button--icon-wrapper
  .button--icon-wrapper
  img {
  height: 50px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content {
    display: block;
    margin-bottom: 20px;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content:last-child {
    margin-bottom: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper {
    width: 30px;
    height: 30px;
    margin: 0 15px;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper
    .button--icon,
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper
    .button--icon-hoverable {
    opacity: 1;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper
    .button--hover-icon {
    opacity: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content
    button:hover
    .button--hover-icon {
    opacity: 1;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .tab-nav__tab-content
    button:hover
    .button--icon-hoverable {
    opacity: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large
    .tab-nav__content-container
    .stacked-tab {
    display: block;
  }
  red-tabbednav-default.tab-nav--nav.break-below-large .tabbednav {
    padding: 0;
  }
}
@media (max-width: 599px) {
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content {
    display: block;
    margin-bottom: 20px;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content:last-child {
    margin-bottom: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper {
    width: 30px;
    height: 30px;
    margin: 0 15px;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper
    .button--icon,
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper
    .button--icon-hoverable {
    opacity: 1;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content
    button
    .button--icon-wrapper
    .button--hover-icon {
    opacity: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content
    button:hover
    .button--hover-icon {
    opacity: 1;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .tab-nav__tab-content
    button:hover
    .button--icon-hoverable {
    opacity: 0;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium
    .tab-nav__content-container
    .stacked-tab {
    display: block;
  }
  red-tabbednav-default.tab-nav--nav.break-below-medium .tabbednav {
    padding: 0;
  }
}
@media (max-width: 959px) {
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content {
    display: block;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content:first-child {
    border-top: 1px solid #d6d1ca;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container
    .expander {
    background-color: #fff;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container
    .expander-item {
    display: block;
    border-bottom: 1px solid #d6d1ca;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container
    .expander-content {
    display: none;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container:hover
    .expander {
    background-color: #fff;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container:hover
    .expander-item {
    border-bottom: 1px solid #6b6965;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container.active
    .expander {
    border-bottom: none;
    background-color: #fff;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container.active
    .expander-item {
    border-bottom: 2px solid #02882c;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large
    .tab-nav__tab-content
    .expander-container.active
    .expander-content {
    display: block;
    border-bottom: 1px solid #6b6965;
  }
  red-tabbednav-default.tab-nav--expander.break-below-large:hover {
    border-bottom-color: #6b6965;
  }
}
@media (max-width: 599px) {
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content {
    display: block;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content:first-child {
    border-top: 1px solid #d6d1ca;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container
    .expander {
    background-color: #fff;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container
    .expander-item {
    display: block;
    border-bottom: 1px solid #d6d1ca;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container
    .expander-content {
    display: none;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container:hover
    .expander {
    background-color: #fff;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container:hover
    .expander-item {
    border-bottom: 1px solid #6b6965;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container.active
    .expander {
    border-bottom: none;
    background-color: #fff;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container.active
    .expander-item {
    border-bottom: 2px solid #02882c;
  }
  red-tabbednav-default.tab-nav--expander.break-below-medium
    .tab-nav__tab-content
    .expander-container.active
    .expander-content {
    display: block;
    border-bottom: 1px solid #6b6965;
  }
}
red-tabbednav-default.tab-nav--swap .tab-nav__tab-list .tab-nav__tab button {
  background-color: #f5f3f2;
}
@media (max-width: 599px) {
  red-tabbednav-default.tab-nav--swap
    .tab-nav__tab-list
    .tab-nav__tab
    button
    .button--icon-wrapper {
    height: 50px;
    width: 50px;
  }
  red-tabbednav-default.tab-nav--swap
    .tab-nav__tab-list
    .tab-nav__tab
    button
    .button--icon-wrapper:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 13px;
    transition: 0.25s ease;
    left: 50%;
  }
  red-tabbednav-default.tab-nav--swap
    .tab-nav__tab-list
    .tab-nav__tab.active
    button
    .button--icon-wrapper:after {
    width: 50px;
    margin-left: -25px;
  }
  red-tabbednav-default.tab-nav--swap
    .tab-nav__tab-content
    button.swapped-label {
    color: #014416;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery-top-container {
  position: relative;
}
.gallery-container button {
  padding: 0;
}
.gallery-container .responsive-image img {
  transition: all 0.5s ease;
}
.gallery-container .responsive-image:hover img {
  width: 106%;
  height: 106%;
  max-width: 106%;
  margin: -3% 0 0 -3%;
}
.gallery-container .end-tile-wrapper {
  background-color: #6b6965;
}
.gallery-container .end-tile {
  height: 100%;
  margin: auto;
}
.gallery-container .end-tile button {
  height: 100%;
  color: #fff;
}
.gallery-container .end-tile .svg-icon {
  fill: #fff;
}
.gallery-container .end-tile:hover {
  background-color: #000;
}
.gallery-container .end-tile:hover .bold-callout {
  border-bottom: solid 3px #fff;
  padding-bottom: 2px;
}
@keyframes demo-slide {
  from {
    padding-left: 0;
  }
  to {
    padding-left: 100%;
  }
}
@keyframes shrink-vertical {
  from {
    padding-left: 0;
  }
  to {
    padding-left: 100%;
  }
}
.gallery-container .js-dropdown {
  position: absolute;
  height: 0;
  overflow: hidden;
}
.gallery-container .js-sticky {
  position: absolute;
  z-index: 8;
  width: 100%;
}
.gallery-container .button--primary-icon-stacked {
  border: none;
}
.gallery-container .button--primary-icon-stacked .button-label {
  line-height: 12px;
  color: #026621;
}
.gallery-container .button--primary-icon-stacked .bold-callout {
  margin: 3px auto 10px;
  display: table;
  padding-bottom: 5px;
}
.gallery-container .button--primary-icon-stacked:hover {
  box-shadow: none;
}
.gallery-container .button--primary-icon-stacked:hover .button-label {
  color: #02882c;
}
.gallery-container .button--primary-icon-stacked:hover .bold-callout {
  border-bottom: solid 3px #02882c;
  padding-bottom: 2px;
}
.tertiary-trims-container {
  margin-bottom: 0;
}
.tertiary-trims-container .slick-slide {
  outline: 0;
}
@media (max-width: 599px) {
  .gallery-container .button--primary-icon-stacked .svg-icon {
    margin-top: 6px;
    width: 20px;
    height: 20px;
  }
  .gallery-container .button--primary-icon-stacked .button-label {
    display: none;
  }
  .gallery-container .button--primary-icon-stacked .bold-callout {
    margin-bottom: 0;
    display: table;
    padding-bottom: 0;
  }
  .gallery-layer .svg-icon--ui {
    width: 20px;
    height: 21px;
  }
}
.gallery-layer {
  height: 100vh;
  overflow: hidden;
}
.gallery-layer .js-dropdown {
  position: absolute;
  height: 0;
  overflow: hidden;
}
.gallery-layer .js-active-button {
  display: inline-block !important;
  flex: 1 1 0px;
}
.gallery-layer .button--close {
  background: 0 0;
}
.gallery-layer .svg-icon--ui {
  width: 30px;
  height: 30px;
}
.gallery-layer .gallery-layer-container {
  position: relative;
}
.gallery-layer .gallery-layer--nav,
.gallery-layer .gallery-layer--slider-container {
  position: absolute !important;
}
.gallery-layer .gallery-layer--nav .slick-next,
.gallery-layer .gallery-layer--nav .slick-prev,
.gallery-layer .gallery-layer--slider-container .slick-next,
.gallery-layer .gallery-layer--slider-container .slick-prev {
  background-color: #fff;
  opacity: 1 !important;
  padding: 20px 0;
  width: 31px;
}
.gallery-layer .gallery-layer--nav .slick-next:before,
.gallery-layer .gallery-layer--nav .slick-prev:before,
.gallery-layer .gallery-layer--slider-container .slick-next:before,
.gallery-layer .gallery-layer--slider-container .slick-prev:before {
  width: 34px;
  height: 31px;
  opacity: 0.5;
  background: url(/content/dam/red/images/icons/slick-arrow-grey.png) no-repeat;
  background-size: contain;
}
.gallery-layer .gallery-layer--nav .slick-next:hover::before,
.gallery-layer .gallery-layer--nav .slick-prev:hover::before,
.gallery-layer .gallery-layer--slider-container .slick-next:hover::before,
.gallery-layer .gallery-layer--slider-container .slick-prev:hover::before {
  opacity: 1;
}
.no-touch .gallery-layer .gallery-top-container:hover .slick-next,
.no-touch .gallery-layer .gallery-top-container:hover .slick-prev {
  opacity: 0.4;
}
.no-touch .gallery-layer .gallery-top-container:hover .slick-next:hover,
.no-touch .gallery-layer .gallery-top-container:hover .slick-prev:hover {
  opacity: 0.7;
}
.no-touch .gallery-layer-container img.gallery-layer--thumbnail:hover {
  outline: 3px solid #026621 !important;
  outline-offset: -3px;
}
.touch .gallery-layer .slick-next,
.touch .gallery-layer .slick-prev {
  opacity: 0.4;
}
.gallery-layer-container {
  height: 100vh;
  overflow: hidden;
}
.gallery-layer-container .svg-icon--close {
  cursor: pointer;
}
.gallery-layer-container .svg-icon--close svg {
  fill: #6b6965;
}
.gallery-layer-container .gallery-layer--nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7777;
  background-color: #fff;
}
.gallery-layer-container .button--model.active .svg-icon {
  transform: rotate(180deg);
  background-color: #6b6965;
}
.gallery-layer-container .button--drop-down {
  text-align: left;
  width: auto;
  align-items: center;
  display: flex;
  border-right: 1px solid #f5f3f2;
  border-bottom: 1px solid #f5f3f2;
  padding: 5px 5px 5px 30px;
}
.gallery-layer-container .button--drop-down .button--model-label {
  margin-right: 23.3906px;
}
.gallery-layer-container .button--drop-down:hover .svg-icon {
  background-color: #6b6965;
}
.gallery-layer-container .button--drop-down .svg-icon {
  margin-left: 23.3906px;
  background-color: #f5f3f2;
  width: 70px;
  height: 50px;
}
.gallery-layer-container .button--drop-down .svg-icon svg {
  fill: #fff;
  height: 12px;
  width: 70px;
  position: absolute;
  top: calc(50% - 6px);
}
.gallery-layer-container .icon--close {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.gallery-layer-container .gallery-layer--content {
  position: relative;
}
.gallery-layer-container .gallery-layer--content .gallery-top-container {
  position: relative;
}
.gallery-layer-container .gallery-layer--content.filter-view {
  top: -8px;
}
@media screen and (max-width: 959px) {
  .gallery-layer-container .gallery-layer--content.filter-view {
    top: 52px;
  }
}
.gallery-layer-container .gallery-layer--slider-container {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.gallery-layer-container .gallery-layer--slider {
  padding: 0 35px;
}
.gallery-layer-container .gallery-layer--drop-down {
  width: 100%;
  background-color: #fff;
  z-index: 9;
  margin-top: 61px;
}
.gallery-layer-container img.gallery-layer--thumbnail {
  width: 100%;
  height: auto;
}
.gallery-layer-container img.gallery-layer--thumbnail.active {
  outline: 3px solid #026621 !important;
  outline-offset: -3px;
}
.gallery-layer-container .slick-slide {
  min-height: 65px;
}
.gallery-layer-container .slick-slide {
  margin: 30px 15px;
}
.gallery-layer-container .filter-container .button--close {
  width: auto;
}
.gallery-layer-container .filter-container .slick-slide {
  min-height: auto;
  margin: 0;
  outline: 0;
}
.gallery-layer-container .filter-container .icon--close {
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  margin: 0;
  padding: 11px 11px 10px;
  border: solid 1px #f5f3f2;
  border-right: none;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .gallery-layer-container .filter-container .icon--close {
    padding: 15px;
  }
}
.gallery-layer--gallery-titles-hidden-text,
.gallery-layer--slide-hidden-text {
  display: none;
}
.gallery-layer--image-container {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.gallery-layer--image-container.is-fullscreen {
  top: 0;
  height: 100vh;
}
.gallery-btn-fullscreen--exit {
  background: #fff;
  display: none;
  padding: 8px;
  position: absolute;
  right: 25px;
  top: 20px;
  width: auto;
  z-index: 11;
}
.img-is-fullscreen .gallery-btn-fullscreen--exit {
  display: flex;
}
.gallery-btn-fullscreen .button-label {
  margin-right: 8px;
}
.gallery-btn-fullscreen .svg-icon {
  color: #f5f3f2;
}
.gallery-btn-fullscreen:hover .svg-icon {
  color: #6b6965;
}
.gallery-layer--caption {
  width: 100%;
  background-color: #f5f3f2;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.gallery-layer--disclaimer {
  position: absolute;
  right: 32px;
  padding-bottom: 25px;
  color: #026621;
  text-decoration: underline;
}
.gallery-layer--thumbnail {
  cursor: pointer;
}
@media (min-width: 600px) {
  .gallery-layer-container .button--model-label {
    font-size: 33px;
  }
  .gallery-layer-container .js-dropdown {
    width: 400px;
  }
}
@media (max-width: 959px) {
  .gallery-layer .gallery-layer--slider-container {
    position: relative !important;
  }
  .gallery-layer--nav {
    justify-content: space-between;
  }
  .gallery-layer--nav .gallery-btn-fullscreen {
    margin-right: 90px;
  }
  .gallery-btn-fullscreen {
    width: auto;
  }
  .gallery-btn-fullscreen .button-label {
    display: none;
  }
  .gallery-layer-container {
    height: 100vh;
    overflow: hidden;
  }
  .gallery-layer-container .gallery-layer--nav {
    position: absolute;
    width: calc(100vw);
    z-index: 9;
  }
  .gallery-layer-container .gallery-layer--nav span {
    width: auto;
  }
  .gallery-layer-container .gallery-layer--image-container {
    display: block !important;
    background-color: transparent;
    height: auto;
    z-index: 1;
  }
  .gallery-layer-container
    .gallery-layer--image-container
    .gallery-btn-fullscreen {
    top: 0;
    right: 0;
  }
  .gallery-layer-container .gallery-layer--image {
    position: relative;
    display: inherit;
    width: 100%;
    height: auto;
  }
  .gallery-layer-container .gallery-layer--slider-container {
    position: relative;
  }
  .gallery-layer-container .button--drop-down {
    padding-left: 5%;
  }
  .gallery-layer-container .js-dropdown {
    z-index: 9;
  }
  .gallery-layer-container .icon--close {
    position: absolute;
    right: 5%;
  }
  .gallery-layer-container .gallery-layer--content {
    position: relative;
    overflow: scroll;
    height: 100vh;
    padding-bottom: 300px;
  }
  .gallery-layer-container .gallery-layer--image-container {
    position: absolute;
  }
  .gallery-layer-container .gallery-headline {
    display: block;
    width: 100%;
  }
  .gallery-layer-container .gallery-layer--slider {
    padding: 0;
    padding-top: 25px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gallery-layer-container .descriptive1 {
    text-transform: uppercase;
  }
  .gallery-layer-container img.gallery-layer--thumbnail {
    width: 21.5%;
    margin-bottom: 30px;
    margin-right: 4.6%;
  }
  .gallery-layer-container img.gallery-layer--thumbnail:nth-of-type(4n) {
    margin-right: 0;
  }
  .gallery-layer--disclaimer {
    top: auto;
  }
  .gallery-layer--content.img-is-fullscreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .gallery-layer--content.img-is-fullscreen .is-fullscreen {
    position: static;
  }
}
@media (max-width: 599px) {
  .gallery-layer-container img.gallery-layer--thumbnail {
    width: 28.5%;
    margin-bottom: 20px;
    margin-right: 7%;
  }
  .gallery-layer-container img.gallery-layer--thumbnail:nth-of-type(4n) {
    margin-right: 7%;
  }
  .gallery-layer-container img.gallery-layer--thumbnail:nth-of-type(3n) {
    margin-right: 0;
  }
  .gallery-layer--disclaimer {
    right: 8px;
    top: auto;
    padding-bottom: 5px;
  }
  .button--model {
    min-width: 235px;
  }
  .gallery-layer--nav .gallery-btn-fullscreen {
    margin-right: 32px;
  }
}
@media screen and (min-width: 960px) {
  .gallery-layer--content {
    height: 100vh;
  }
  .gallery-layer--nav {
    justify-content: space-between;
  }
  .gallery-layer--nav .gallery-btn-fullscreen {
    width: auto;
    margin-right: 110px;
  }
  .gallery-layer--image-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 61px - 92px);
    position: relative;
  }
  .gallery-layer--image {
    flex: 1;
    width: 100%;
  }
  .gallery-layer--slider-container.is-offset {
    transform: translateY(100%);
  }
}
red-legalnotification-default .expander-container {
  border: none;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
red-legalnotification-default .expander-container .expander {
  padding: 10px 0;
}
red-legalnotification-default .expander-container .expander .svg-icon {
  margin-left: 0 !important;
}
red-legalnotification-default .expander-container .expander:hover {
  background-color: #fff;
}
red-legalnotification-default .expander-container .expander-content {
  background-color: #fff;
  padding: 10px 0 0 0;
}
red-legalnotification-default .expander-container.active .expander {
  background-color: #fff;
}
red-legalnotification-default .button--list-container {
  margin-top: 0;
}
@media (max-width: 959px) {
  red-legalnotification-default .button--list-container {
    margin-top: 10px;
  }
}
red-legalnotification-default .button--list-container .button {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
}
@media (max-width: 959px) {
  red-legalnotification-default .button--list-container .button {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.search-results {
  max-width: 1440px;
  padding-right: 5vw;
  padding-left: 5vw;
  margin: 64px auto;
}
@media screen and (max-width: 600px) {
  .search-results {
    margin: 32px auto;
  }
}
.search-results-search-box {
  display: flex;
  flex-direction: row;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .search-results-search-box {
    display: block;
  }
}
.search-results-search-box-wrapper {
  position: relative;
  width: 80%;
  max-width: 600px;
  margin-right: 30px;
}
.search-results-search-box-wrapper svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  fill: #6b6965;
}
.search-results-search-box-wrapper input {
  padding: 23px 40px 23px 20px;
  border: solid 1px #363433;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .search-results-search-box-wrapper {
    margin: 0 auto 20px auto;
    align-items: flex-start;
    width: 100%;
  }
}
.search-results-button {
  flex: 0 0 auto;
}
.search-results-items-item {
  margin-bottom: 40px;
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width: 960px) {
  .search-results-items-item {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .search-results-items-item {
    margin-bottom: 20px;
  }
}
.search-results-items-item a {
  display: block;
  margin-bottom: 10px;
}
.search-results-more-button {
  display: none;
  margin-top: 30px;
}
.search-results-more-button.active {
  display: block;
}
.search-results-more-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.lds-document-container .lds-ul {
  margin: 0;
}
.lds-document-container .lds-ul p {
  margin-bottom: 10px;
}
.lds-document-container .lds-ul p b {
  font-size: 18px !important;
}
@media (min-width: 960px) {
  .lds-document-container .lds-ul p b {
    font-size: 20px !important;
  }
}
.lds-document-container .lds-ul p span {
  background: 0 0 !important;
  font-size: 20px !important;
  font-weight: 700;
}
@media (min-width: 960px) {
  .lds-document-container .lds-ul p span {
    font-size: 25px !important;
  }
}
.lds-document-container .lds-ul p:first-child {
  font-weight: 700;
  margin-bottom: 20px !important;
  font-size: 30px !important;
}
@media (min-width: 960px) {
  .lds-document-container .lds-ul p:first-child {
    font-size: 40px !important;
    line-height: 44px;
  }
}
.lds-document-container .lds-ul p:first-child b:first-child {
  font-size: 30px !important;
}
@media (min-width: 960px) {
  .lds-document-container .lds-ul p:first-child b:first-child {
    font-size: 40px !important;
    line-height: 44px;
  }
}
.lds-document-container .lds-ul p:first-child span:first-child {
  font-size: 30px !important;
}
@media (min-width: 960px) {
  .lds-document-container .lds-ul p:first-child span:first-child {
    font-size: 40px !important;
    line-height: 44px;
  }
}
.lds-document-container .lds-ul ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}
@media (min-width: 961px) {
  .contactusformcontainer {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #d6d1ca;
  }
}
.contactusformcontainer input:active,
.contactusformcontainer input:focus,
.contactusformcontainer select:active,
.contactusformcontainer select:focus,
.contactusformcontainer textarea:active,
.contactusformcontainer textarea:focus {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  outline: 0;
}
.contactusformcontainer .formtext-errormessage {
  display: inline-block;
  color: #de2e21;
  padding-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .contactusformcontainer .formtext-errormessage {
    padding-left: 50%;
  }
}
@media (min-width: 960px) {
  .contactusformcontainer .cmp-form-options--checkbox .formtext-errormessage {
    padding-left: 0;
  }
}
.contact-us-form .submit-error-msg,
.contact-us-form .submit-success-msg {
  display: none;
}
.contact-us-form .submit-success-msg {
  color: #479754;
}
.contact-us-form .submit-error-msg {
  color: #de2e21;
}
.contactusformoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down,
.contactusformtext .cmp-form-text .cmp-form-text__text,
.contactusformtext .cmp-form-text .cmp-form-text__textarea,
.formoptions .cmp-form-options--drop-down .cmp-form-options__field--drop-down,
.formtext input {
  border: 1px solid #6b6965;
  border-radius: 5px;
  padding: 5px 20px 5px 10px;
  color: #363433;
}
.contactusformtext .cmp-form-text {
  position: relative;
  margin-top: 8px;
  margin-bottom: 16px;
}
.contactusformtext .cmp-form-text label {
  width: 100%;
  color: #363433;
  font-weight: 700;
  vertical-align: top;
}
@media (min-width: 961px) {
  .contactusformtext .cmp-form-text label {
    display: inline-block;
    width: 49%;
  }
}
.contactusformtext .cmp-form-text .cmp-form-text__text {
  display: block;
  width: 100%;
  height: 38px;
}
@media (min-width: 961px) {
  .contactusformtext .cmp-form-text .cmp-form-text__text {
    display: inline-block;
    width: 49%;
  }
}
.contactusformtext .cmp-form-text .cmp-form-text__textarea {
  display: block;
  width: 100%;
  min-height: 38px;
}
@media (min-width: 961px) {
  .contactusformtext .cmp-form-text .cmp-form-text__textarea {
    display: inline-block;
    width: 49%;
  }
}
.contactusformoptions .cmp-form-options--drop-down,
.formoptions .cmp-form-options--drop-down {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.contactusformoptions .cmp-form-options--drop-down:after,
.formoptions .cmp-form-options--drop-down:after {
  content: "< >";
  font: 11px monospace;
  color: #de2e21;
  background: #fff;
  border-bottom: 1px solid #6b6965;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 8px 4px 8px 8px;
  top: 33px;
  right: 6px;
  pointer-events: none;
}
@media (min-width: 961px) {
  .contactusformoptions .cmp-form-options--drop-down:after,
  .formoptions .cmp-form-options--drop-down:after {
    top: 1px;
    right: 10px;
  }
}
.contactusformoptions .cmp-form-options--drop-down .cmp-form-options__label,
.formoptions .cmp-form-options--drop-down .cmp-form-options__label {
  width: 100%;
  color: #363433;
  font-weight: 700;
  vertical-align: top;
}
@media (min-width: 961px) {
  .contactusformoptions .cmp-form-options--drop-down .cmp-form-options__label,
  .formoptions .cmp-form-options--drop-down .cmp-form-options__label {
    display: inline-block;
    width: 49%;
    padding-right: 16px;
  }
}
.contactusformoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down,
.formoptions .cmp-form-options--drop-down .cmp-form-options__field--drop-down {
  background-color: #fff;
  color: #363433;
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 20px 5px 10px;
  -webkit-appearance: none;
}
@media (min-width: 961px) {
  .contactusformoptions
    .cmp-form-options--drop-down
    .cmp-form-options__field--drop-down,
  .formoptions
    .cmp-form-options--drop-down
    .cmp-form-options__field--drop-down {
    display: inline-block;
    width: 49%;
  }
}
.contactusformoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option,
.formoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option {
  font-size: 14px;
  color: #363433;
  background: #fff;
  width: 70%;
}
.contactusformoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option:active,
.contactusformoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option:focus,
.contactusformoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option:hover,
.formoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option:active,
.formoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option:focus,
.formoptions
  .cmp-form-options--drop-down
  .cmp-form-options__field--drop-down
  option:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label,
.formoptions .cmp-form-options--checkbox .cmp-form-options__field-label {
  width: 100%;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description,
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description {
  font-weight: 700;
  color: #363433;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p,
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p {
  line-height: 30px;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p
  a,
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p
  a,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p
  a,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p
  a {
  color: #363433;
  font-weight: 700;
  border-bottom: 1px dashed #363433;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p
  a:hover,
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p
  a:hover,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p
  a:hover,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p
  a:hover {
  border-bottom: 1px solid #363433;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p
  a:after,
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p
  a:after,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="age"]
  + .cmp-form-options__field-description
  p
  a:after,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[value~="agree"]
  + .cmp-form-options__field-description
  p
  a:after {
  content: none;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:checked
  + span:before,
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:not(:checked)
  + span:before,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:checked
  + span:before,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:not(:checked)
  + span:before {
  content: "·";
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background: #fff;
  border: 1px solid #6b6965;
  border-radius: 5px;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"],
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"] {
  float: left;
  margin: 7px 22px 2px 1px;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:not(:checked)
  + span:before,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:not(:checked)
  + span:before {
  color: #fff;
}
.contactusformoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:checked
  + span:before,
.formoptions
  .cmp-form-options--checkbox
  .cmp-form-options__field-label
  input[type="checkbox"]:checked
  + span:before {
  color: #02882c;
}
.contactusformbutton,
.formbutton {
  text-align: left;
  margin-bottom: 32px;
}
.formcontainer {
  padding: 1.5vw 0;
}
.formcontainer h2 {
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .formcontainer h2 {
    margin-bottom: 0;
  }
}
.formcontainer .formtext-errormessage {
  display: inline-block;
  color: #de2e21;
}
.formtext .cmp-form-text {
  margin-bottom: 24px;
  margin-top: 14px;
  position: relative;
}
@media (min-width: 960px) {
  .formtext .cmp-form-text {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.formtext .cmp-form-text__text {
  height: 3rem;
}
.formtext label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.formtext .formtext-errormessage {
  background-color: #fff;
  color: #de2e21;
  cursor: text;
  display: block;
  font-size: 16px;
  line-height: 3rem;
  padding: 0 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid;
}
.alertbox-style.red {
  background-color: #de2e21;
}
.alertbox-style.green {
  background-color: #02882c;
}
.pulse-banner {
    background-image: url('../../../airwick-canada-local/north-america/canada/english/pulse/background.jpeg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.pulse-black {
  background-color: #000000;
}
.pulse-banner-wrapper {
    display: flex;
    justify-content: space-between;
}
.pulse-logo {
    padding: 72px 0 40px 0;
    
}
.pulse-logo img {
    max-width: 536px;
    width: 100%;
}
.pulse-new-label{
    align-self: start;
    display: flex;
    justify-content: end;
}

.pulse-new-label img {
    width: 90px;
    height: 105px;
}
.pulse-new-label__fr img {
  width: 134px;
  height: 105px;
}
.pulse__title {
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 51px;
    max-width: 500px;
    text-transform: uppercase;
    margin-bottom: 220px;
}
.pulse-golden, .pulse-golden sup {
    background: linear-gradient(103.2deg, #988E60 4.2%, #E8DA98 44.7%, #D5CC9F 85.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pulse-logo-2 {
    margin-bottom: 48px;
    max-width: 284px;
    width: 100%;
}
.pulse-banner-disclaimer {
    font-size: 1.375rem;
    line-height: 28px;
    text-align: right;
    padding-bottom: 24px;
}
.pulse-grey {
  background-color: #EBE9E5;
}
.pulse-light-grey {
  background-color: #F8F8F8;
}
.pulse-flex {
  display: flex;
  align-items: center;
}
.pulse-text {
  padding: 84px 64px 84px 0;
  flex-basis: 50%;
  line-height: 21px;
}
.pulse-text h2 {
  font-weight: 600;
  line-height: 50px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
.pulse-text p {
  padding-bottom: 24px;
}
.pulse-headline {
  max-width: 590px;
  padding-bottom: 0;
}
.pulse-text ol {
  margin: 0;
}
.pulse-img {
  width: 100%;
  flex-basis: 50%;
}
.pulse-box {
  position: relative;
  width: 50%;
  padding-bottom: 28%;
  margin: 64px 0;
}
.pulse-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pulse-box+.pulse-text {
  padding-left: 64px;
}
.pulse-img img {
  width: 100%;
}
.pulse-product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pulse-product {
  display: flex;
  flex-direction: column;
  max-width: 256px;
  width: 100%;
  padding: 64px 0;
  margin-right: 40px;
}
.pulse-product__link {
  text-transform: uppercase;
}
.pulse-product__link a {
  position: relative;
}
.pulse-product__link a::after {
  content: '';
  transition: .5s ease-in-out;
  position: absolute;
  top: 2px;
  right: -31px;
  width: 24px;
  height: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../../airwick-canada-local/north-america/canada/english/pulse/arrow.png');
}
.pulse-product__link:hover a::after {
  right: -36px;
}
.pulse-product:last-child {
  margin-right: 0;
}
.pulse-product img {
  width: 100%;
}
.pulse-product__title {
  padding: 24px 0 16px 0;
}
.pulse-product__description p {
  padding-bottom: 24px;
}
.pulse-product__title h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 28px;
}
.pulse-two-blocks {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  flex-wrap: wrap;
}
.pulse-block {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  margin: 0 48px;
}
.pulse-block img {
  width: 100%;
}
.pulse-block__title h3 {
  padding: 32px 0 16px 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}
.pt-0 {
  padding-top: 0;
}

@media(max-width: 1200px) {
  .pulse__title {
    margin-bottom: 420px;
  }
}

@media(max-width: 960px) {
    .pulse__title {
        font-size: 1.5rem;
        line-height: 32px;
        margin-bottom: 285px;
    }
    .pulse-banner-disclaimer {
        text-align: left;
        font-size: 0.8rem;
        line-height: 20px;
    }
    .pulse-logo {
        max-width: 235px;
        padding-top: 43px;
    }
    .pulse-logo-2 {
        max-width: 152px;
        margin-bottom: 45px;
    }
    .pulse-new-label img {
        width: 66%;
        height: 66%;
    }
    .pulse-flex {
      flex-direction: column;
    }
    .pulse-text, .pulse-img {
      flex-basis: inherit;
    }
    .pulse-text h2 {
      font-size: 1.5rem;
      line-height: 28px;
    }
    .pulse-text {
      padding: 40px 0 32px 0;
    }
    .pulse-img {
      margin-bottom: 37px;
    }
    .pulse-box {
      width: 100%;
      padding-bottom: 55%;
      order: 3;
      margin-top: 0;
    }
    .pulse-box+.pulse-text {
      padding-left: 0;
    }
    .pulse-product {
      max-width: 350px;
      margin-right: 0;
    }
    .pulse-product-list {
      flex-direction: column;
      align-items: center;
    }
    .pulse-block {
      margin: 0;
    }
    .pulse-block:first-child {
      margin-bottom: 55px;
    }
    .pulse-two-blocks {
      flex-direction: column;
      align-items: center;
    }
}