@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  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: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d4edda;
  --bs-table-striped-bg: #c9e1cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd5c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd5c4;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  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 {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  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='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  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");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #28a745;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-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' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #000;
  background-color: #48b461;
  border-color: #3eb058;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #48b461;
  border-color: #3eb058;
  box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #53b96a;
  border-color: #3eb058;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2e33;
  border-color: #272c30;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

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

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  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,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

.navbar-text {
  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;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.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 .navbar-nav-scroll {
  overflow: visible;
}

.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:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  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 {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  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-footer {
  padding: 0.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  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;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

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

.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close, .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #186429;
  background-color: #d4edda;
  border-color: #bfe5c7;
}

.alert-success .alert-link {
  color: #135021;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}

.alert-dark .alert-link {
  color: #191c1e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  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: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #186429;
  background-color: #d4edda;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #186429;
  background-color: #bfd5c4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #186429;
  border-color: #186429;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

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

.btn-close:hover, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus, .close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled, .close:disabled, .close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

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

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

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

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

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

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

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

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  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.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close, .offcanvas-header .close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

/* 
    Backup for deprecated classes in the Boostrap 4 to 5 migration
*/
.media {
  display: flex;
  align-items: flex-start;
}

.media img {
  float: left;
}

.media-body {
  flex: 1;
}

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

.form-group label:not(.col-form-label) {
  margin-bottom: 0.5rem;
  padding: 0;
}

.form-group .g-recaptcha {
  padding-right: 0;
  padding-left: 0;
}

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

@media screen and (max-width: 576px) {
  .form-row > col,
  .form-row > [class*="col-"] {
    width: 100%;
  }
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: 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;
  }
}

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

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

.mcw-events ul {
  padding-left: 4rem;
}

.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: #212529;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-select:focus::-ms-value {
  color: #212529;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.close {
  float: right;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (min-width: 1200px) {
  .close {
    font-size: 1.5rem;
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

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

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

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

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

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

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

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

.ml-1,
.ms-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,
.me-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1,
.ps-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,
.pe-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.ps-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: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .me-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .ms-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,
  .me-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .ms-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,
  .me-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .ms-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,
  .me-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .ms-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,
  .me-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .ms-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,
  .me-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .ms-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,
  .pe-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .ps-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,
  .pe-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .ps-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,
  .pe-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .ps-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,
  .pe-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .ps-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,
  .pe-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .ps-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,
  .pe-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .ps-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: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .me-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .ms-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,
  .me-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .ms-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,
  .me-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .ms-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,
  .me-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .ms-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,
  .me-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .ms-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,
  .me-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .ms-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,
  .pe-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .ps-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,
  .pe-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .ps-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,
  .pe-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .ps-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,
  .pe-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .ps-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,
  .pe-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .ps-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,
  .pe-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .ps-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: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .me-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .ms-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,
  .me-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .ms-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,
  .me-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .ms-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,
  .me-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .ms-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,
  .me-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .ms-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,
  .me-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .ms-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,
  .pe-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .ps-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,
  .pe-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .ps-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,
  .pe-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .ps-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,
  .pe-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .ps-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,
  .pe-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .ps-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,
  .pe-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .ps-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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .me-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .ms-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,
  .me-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .ms-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,
  .me-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .ms-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,
  .me-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .ms-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,
  .me-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .ms-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,
  .me-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .ms-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,
  .pe-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .ps-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,
  .pe-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .ps-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,
  .pe-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .ps-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,
  .pe-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .ps-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,
  .pe-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .ps-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,
  .pe-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .ps-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;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .me-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .ms-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .me-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .ms-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .me-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .ms-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .me-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .ms-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .me-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .ms-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .me-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .ms-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .pe-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .ps-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .pe-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .ps-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .pe-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .ps-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .pe-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .ps-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .pe-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .ps-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .pe-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .ps-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.btn-success {
  color: #fff;
}

.btn-success:hover {
  color: #fff;
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

hr {
  opacity: 1;
  background-color: inherit;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

img.caption-object,
.caption-object img {
  width: 100%;
}

.close {
  background: none;
}

.nav-tabs .nav-item .nav-link {
  color: #00a651;
}

.nav-tabs .nav-item .nav-link.active {
  color: #495057;
}

.info__body .row .col-md-12 h2, .info__body .row .col-md-12 .h2 {
  font-size: 3.6rem;
}

footer .nav-link {
  padding: 15px;
}

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

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #28a745;
}

.link-success:hover, .link-success:focus {
  color: #53b96a;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #343a40;
}

.link-dark:hover, .link-dark:focus {
  color: #2a2e33;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* =========================================================
*
*		ANA Website - v5 (2018)
*
*		Other variables like responsive breakpoints etc
* 
* ========================================================= */
/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
.wsmenu html, .wsmenu body, .wsmenu iframe, .wsmenu h1, .wsmenu .h1, .wsmenu h2, .wsmenu .h2, .wsmenu h3, .wsmenu .h3, .wsmenu h4, .wsmenu .h4, .wsmenu h5, .wsmenu .h5, .wsmenu h6, .wsmenu .h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: subpixel-antialiased !important;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img, object, embed, video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none !important;
}

.wsmenu:before, .wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
.wsmobileheader {
  display: none;
}

#overlapblackbg {
  display: none;
}

.bigmegamenu {
  position: relative;
}

.wsmenu {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-size: 13px;
  padding: 0px;
  width: 70%;
  float: right;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: table;
  padding: 0px;
}

.wsmenu-list > li {
  text-align: center;
  display: table-cell;
}

.wsmenu-list li:first-child a {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.wsmenu-list li:last-child a {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border-right: 0px solid;
}

.wsmenu-list > li > a .fa {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin-right: 4px;
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
  font-size: 12px;
  margin: 0 3px 0 -4px;
}

.wsmenu-list li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #b3b3b3;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}

.wsmenu-list > li > a {
  display: block;
  color: #E5E5E5;
  padding: 0px 14px;
  line-height: 48px;
  text-decoration: none;
  position: relative;
}

.wsmenu-list li a:hover .arrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu-list li a.active .arrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu-list li:hover > a .arrow:after {
  border-top-color: #b3b3b3;
}

.megamenu iframe {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}

.megamenu video {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}

.wsmenu-list li:hover .megamenu {
  opacity: 1;
}

.megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 48px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 10px 0px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.megamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin-bottom: 7px;
  text-align: left;
  height: 39px;
  margin: 0px 0px 0px 0px;
}

.link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}

.link-list .fa,
.link-list .far,
.link-list .fas {
  font-size: 14px;
}

.megacollink {
  width: 23%;
  float: left;
  margin: 0% 1%;
  padding: 0px;
}

.megacollink li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.megacollink li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 8px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}

.megacollink .fa {
  font-size: 11px;
}

.megacolimage {
  width: 31.33%;
  float: left;
  margin: 0% 1%;
}

.typographydiv {
  width: 100%;
  margin: 0% 0%;
}

.typographylinks {
  width: 25%;
  float: left;
  margin: 0% 0%;
}

.typographylinks ul {
  padding: 0px;
}

.mainmapdiv {
  width: 100%;
  display: block;
  margin: 0% 0%;
}

.wsmenu-list .ad-style {
  width: 28%;
  float: right;
}

.wsmenu-list .ad-style a {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  background-image: none !important;
}

.mobile-sub .megamenu .ad-style a:hover {
  background-color: transparent !important;
}

.wsmenu-list .megamenu li:hover > a {
  background: transparent !important;
}

.wsmenu-list .megamenu li a:hover {
  background: transparent !important;
  text-decoration: underline;
}

.wsmenu-list .megamenu li .fa,
.wsmenu-list .megamenu li .far,
.wsmenu-list .megamenu li .fas,
.wsmenu-list .megamenu li .fal {
  margin-right: 10px;
  text-align: center;
  width: 18px;
}

.mrgtop {
  margin-top: 15px;
}

.show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
}

.halfmenu {
  width: 40%;
  right: auto !important;
  left: auto !important;
}

.halfmenu .megacollink {
  width: 48%;
  float: left;
  margin: 0% 1%;
}

.halfdiv {
  width: 35%;
  right: 0px !important;
  left: auto;
}

.menu_form {
  width: 100%;
  display: block;
}

.menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}

.menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}

.menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.megamenu .left.carousel-control {
  padding-top: 20%;
}

.megamenu .right.carousel-control {
  padding-top: 20%;
}

.carousel-inner .item img {
  width: 100%;
}

.megamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.wsmenu-list li > .wsmenu-submenu {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.wsmenu-list li > .megamenu {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}

.wsmenu-list li:hover > .megamenu {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.wsmenu-submenu {
  position: absolute;
  top: 48px;
  z-index: 1000;
  margin: 0px;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.wsmenu-submenu li a {
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 12px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu-submenu li {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.wsmenuexpandermain {
  display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  opacity: 1;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  opacity: 1;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu-submenu li {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: block;
}

.wsmenu-click {
  display: none;
}

.wsmenu-click02 {
  display: none;
}

.wsmenu-list li:hover > a {
  background-color: rgba(0, 0, 0, 0.08) !important;
  text-decoration: none;
}

.wsmenu-list > li > a:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
  text-decoration: none;
}

.wsmenu-list > li > a.active {
  background-color: rgba(0, 0, 0, 0.08) !important;
  text-decoration: none;
}

.wsmenu-submenu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 0px !important;
  text-decoration: none;
  text-decoration: none;
}

.typography-text {
  padding: 0px 0px;
  font-size: 14px;
}

.typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}

.typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}

.typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}

.typography-text ul li a {
  color: #656565;
}

.hometext {
  display: none;
}

.wsmenu-submenu .fa {
  margin-right: 7px;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/
@media only screen and (min-width: 780px) and (max-width: 1064px) {
  .wsmenu-list > li > a > .fa {
    display: none !important;
  }
  .hometext {
    display: block !important;
  }
}

@media only screen and (min-width: 1276px) {
  .wsmenu-list li:hover > .wsmenu-submenu {
    display: block !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    display: block !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    display: block !important;
  }
  .wsmenu-list li:hover > .megamenu {
    display: block !important;
  }
}

/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 1275px) {
  .link-list {
    width: 100%;
  }
  .wsoffcanvasopener .wsmenu {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 300px;
  }
  .wsmobileheader {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
  }
  .hometext {
    display: inline-block !important;
  }
  .megacollink {
    width: 96% !important;
    margin: 0% 2% !important;
  }
  .megacolimage {
    width: 90% !important;
    margin: 0% 5% !important;
  }
  .typographylinks {
    width: 98% !important;
    margin: 0% 1% !important;
  }
  .typographydiv {
    width: 86% !important;
    margin: 0% 7% !important;
  }
  .mainmapdiv {
    width: 90% !important;
    margin: 0% 5% !important;
  }
  #overlapblackbg {
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .wsoffcanvasopener #overlapblackbg {
    display: block !important;
  }
  .wsmenu-submenu > li:hover > a {
    background-color: #7b7b7b;
    color: #666666;
  }
  .wsmenu > .wsmenu-list > li > a.active {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu > .wsmenu-list > li > a:hover {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu-list li:hover .wsmenu-submenu {
    display: none;
  }
  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
  }
  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
  }
  .wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid;
  }
  .innerpnd {
    padding: 0px !important;
  }
  .typography-text {
    padding: 10px 0px;
  }
  .wsmenucontainer {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenu-click {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .wsmenu-click i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }
  .wsmenu-click02 {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .wsmenu-click02 i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }
  .ws-activearrow > i {
    transform: rotate(180deg);
  }
  .wsmenu-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .wsmenu-submenu-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
  }
  .wsmenu-submenu-sub a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-submenu-sub li a.active {
    color: #000 !important;
  }
  .wsmenu-submenu-sub li:hover > a {
    background-color: #333333 !important;
    color: #fff;
  }
  .wsmenu-list > li > a .fa {
    margin-right: 6px;
  }
  .wsmenu-submenu-sub-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub-sub li {
    margin: 0px 0px 0px 0px !important;
  }
  .wsmenu-submenu-sub-sub a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 !important;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-submenu-sub-sub li a.active {
    color: #000 !important;
  }
  .wsmenu-submenu-sub-sub li:hover > a {
    background-color: #606060 !important;
    color: #fff;
  }
  .wsmenu {
    position: relative;
  }
  .wsmenu .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block !important;
  }
  .wsmenu .wsmenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }
  .wsmenu > .wsmenu-list > li > a {
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    position: static;
  }
  .wsmenu > .wsmenu-list > li > a > .fa {
    font-size: 16px;
    color: #bfbfbf;
  }
  .wsmenu .wsmenu-list li a .arrow:after {
    display: none !important;
  }
  .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 12px !important;
    color: #8E8E8E;
  }
  .mobile-sub .wsmenu-submenu {
    transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0px;
    visibility: visible !important;
  }
  .mobile-sub .wsmenu-submenu li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    font-size: 13px !important;
    padding: 8px 0px 8px 18px;
    color: #8E8E8E;
  }
  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #e7e7e7 !important;
    color: #666666;
    text-decoration: underline;
  }
  .mobile-sub .wsmenu-submenu li:hover > a {
    background-color: #e7e7e7 !important;
    color: #666666;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none;
    padding-left: 28px;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
    padding-left: 38px;
    color: #8e8e8e;
  }
  .wsmenu-list .megamenu {
    background-color: #fff;
    color: #666666;
    display: none;
    position: relative !important;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover .megamenu {
    display: none;
    position: relative !important;
    top: 0px;
  }
  .megamenu .title {
    color: #666666;
    font-size: 15px !important;
    padding: 10px 8px 10px 0px;
  }
  .halfdiv .title {
    padding-left: 0px;
  }
  .megamenu > ul {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
  }
  .megamenu > ul > li > a {
    padding: 9px 14px !important;
    line-height: normal !important;
    font-size: 13px !important;
    background-color: #e7e7e7 !important;
    color: #666666;
  }
  .megamenu > ul > li > a:hover {
    background-color: #000000 !important;
  }
  .ad-style {
    width: 100% !important;
  }
  .megamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 0px !important;
    border-bottom: 1px solid #ccc;
    background-color: transparent !important;
  }
  .halfdiv {
    width: 100%;
    display: block;
  }
  .halfmenu {
    width: 100%;
    display: block;
  }
  .menu_form {
    padding: 10px 10px 63px 10px;
    background-color: #e7e7e7;
  }
  .menu_form input[type="button"] {
    width: 46%;
  }
  .menu_form input[type="submit"] {
    width: 46%;
  }
  .menu_form textarea {
    min-height: 100px;
  }
  .wsmenu {
    width: 300px;
    left: -300px;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #fff !important;
  }
  .animated-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .callusicon {
    color: #c9c9c9;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 15px;
    top: 13px;
    transition: all 0.4s ease-in-out 0s;
    width: 25px;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .callusicon:focus, callusicon:hover {
    color: #fff !important;
  }
  .wsoffcanvasopener .callusicon {
    display: none !important;
  }
  .smallogo {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 9px;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 52px;
    background: #262626;
    background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
    background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  }
  .wsoffcanvasopener .animated-arrow {
    left: 300px;
  }
  .animated-arrow {
    cursor: pointer;
    padding: 13px 35px 16px 0px;
    margin: 10px 0 0 5px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #c9c9c9;
    position: absolute;
    display: block;
    content: '';
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  .wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
  }
  .wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
    top: 7px;
  }
  .wsoffcanvasopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }
  .wsoffcanvasopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .wsmenu-list li > .wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover > .wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li > .wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-list li > .megamenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-list li:hover > .megamenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
.gry {
  background: #424242;
  color: #fff;
}

.orange {
  background: #ff670f;
  color: #fff;
}

.blue {
  background: #4A89DC;
  color: #fff;
}

.green {
  background: #74a52e;
  color: #fff;
}

.red {
  background: #DA4B38;
  color: #fff;
}

.yellow {
  background: #F6BB42;
  color: #fff;
}

.purple {
  background: #967ADC;
  color: #fff;
}

.pink {
  background: #ee1289;
  color: #fff;
}

.chocolate {
  background: #934915;
  color: #fff;
}

.gry > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.gry > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.gry > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.gry > .wsmenu-list > li:hover > a {
  background: #424242 !important;
  color: #fff !important;
}

.gry > .wsmenu-list > li > a:hover {
  background: #424242 !important;
  color: #fff !important;
}

.gry > .wsmenu-list > li > a.active {
  background: #424242 !important;
  color: #fff !important;
}

.gry > .wsmenu-submenu > li > a:hover {
  background: #424242;
  border-radius: 0px !important;
  color: #fff;
}

.gry .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.gry .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.gry .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.orange > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.orange > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.orange > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.orange > .wsmenu-list > li:hover > a {
  background: #ff670f !important;
  color: #fff !important;
}

.orange > .wsmenu-list > li > a:hover {
  background: #ff670f !important;
  color: #fff !important;
}

.orange > .wsmenu-list > li > a.active {
  background: #ff670f !important;
  color: #fff !important;
}

.orange > .wsmenu-submenu > li > a:hover {
  background: #ff670f;
  border-radius: 0px !important;
  color: #fff;
}

.orange .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.orange .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.orange .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.blue > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.blue > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.blue > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.blue > .wsmenu-list > li:hover > a {
  background: #4A89DC !important;
  color: #fff !important;
}

.blue > .wsmenu-list > li > a:hover {
  background: #4A89DC !important;
  color: #fff !important;
}

.blue > .wsmenu-list > li > a.active {
  background: #4A89DC !important;
  color: #fff !important;
}

.blue > .wsmenu-submenu li > a:hover {
  background: #4A89DC !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.blue .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.blue .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.blue .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.green > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.green > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.green > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.green > .wsmenu-list > li:hover > a {
  background: #74a52e !important;
  color: #fff !important;
}

.green > .wsmenu-list > li > a:hover {
  background: #74a52e !important;
  color: #fff !important;
}

.green > .wsmenu-list > li > a.active {
  background: #74a52e !important;
  color: #fff !important;
}

.green > .wsmenu-submenu > li > a:hover {
  background: #74a52e !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.green .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.green .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.green .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.red > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.red > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.red > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.red > .wsmenu-list > li:hover > a {
  background: #DA4B38 !important;
  color: #fff !important;
}

.red > .wsmenu-list > li > a:hover {
  background: #DA4B38 !important;
  color: #fff !important;
}

.red > .wsmenu-list > li > a.active {
  background: #DA4B38 !important;
  color: #fff !important;
}

.red > .wsmenu-submenu > li > a:hover {
  background: #DA4B38 !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.red .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.red .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.red .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.yellow > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.yellow > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.yellow > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.yellow > .wsmenu-list > li:hover > a {
  background: #F6BB42 !important;
  color: #fff !important;
}

.yellow > .wsmenu-list > li > a:hover {
  background: #F6BB42 !important;
  color: #fff !important;
}

.yellow > .wsmenu-list > li > a.active {
  background: #F6BB42 !important;
  color: #fff !important;
}

.yellow > .wsmenu-submenu > li > a:hover {
  background: #F6BB42 !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.yellow .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.yellow .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.yellow .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.yellow > .wsmenu-list li a .fa {
  color: #424242 !important;
}

.purple > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.purple > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.purple > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.purple > .wsmenu-list > li:hover > a {
  background: #967ADC !important;
  color: #fff !important;
}

.purple > .wsmenu-list > li > a:hover {
  background: #967ADC !important;
  color: #fff !important;
}

.purple > .wsmenu-list > li > a.active {
  background: #967ADC !important;
  color: #fff !important;
}

.purple > .wsmenu-submenu > li > a:hover {
  background: #967ADC !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.purple .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.purple .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.purple .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.pink > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pink > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.pink > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.pink > .wsmenu-list > li:hover > a {
  background: #ee1289 !important;
  color: #fff !important;
}

.pink > .wsmenu-list > li > a:hover {
  background: #ee1289 !important;
  color: #fff !important;
}

.pink > .wsmenu-list > li > a.active {
  background: #ee1289 !important;
  color: #fff !important;
}

.pink > .wsmenu-submenu > li > a:hover {
  background: #ee1289 !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.pink .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.pink .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.pink .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

.chocolate > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.chocolate > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.chocolate > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.chocolate > .wsmenu-list > li:hover > a {
  background: #934915 !important;
  color: #fff !important;
}

.chocolate > .wsmenu-list > li a:hover {
  background: #934915 !important;
  color: #fff !important;
}

.chocolate > .wsmenu-list > li a.active {
  background: #934915 !important;
  color: #fff !important;
}

.chocolate > .wsmenu-submenu > li a:hover {
  background: #934915 !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.chocolate .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff;
}

.chocolate .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff;
}

.chocolate .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff;
}

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

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

.whitebg:hover {
  color: #000 !important;
}

.blue-grdt {
  background: #5999ee;
  background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
  background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0);
  color: #fff;
}

.gry-grdt {
  background: #565656;
  background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
  background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
  background: -o-linear-gradient(top, #565656 0%, #424242 100%);
  background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0);
  color: #fff;
}

.green-grdt {
  background: #86ba3d;
  background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
  background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0);
  color: #fff;
}

.red-grdt {
  background: #f05c48;
  background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
  background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0);
  color: #fff;
}

.orange-grdt {
  background: #fc7d33;
  background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
  background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0);
  color: #fff;
}

.yellow-grdt {
  background: #ffcd67;
  background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
  background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
  background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
  background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0);
  color: #fff;
}

.purple-grdt {
  background: #a98ded;
  background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
  background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
  background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
  background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0);
  color: #fff;
}

.pink-grdt {
  background: #fb3ea4;
  background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
  background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0);
  color: #fff;
}

.whitebg > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.whitebg > .wsmenu-list > li > a {
  background-color: #fff !important;
}

.whitebg > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important;
}

.red-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.red-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.red-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

.gry-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.gry-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.gry-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

.blue-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.blue-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.blue-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

.green-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.green-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.green-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

.orange-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.orange-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.orange-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

.yellow-grdt > .wsmenu-list > li > a {
  color: #424242 !important;
}

.yellow-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.yellow-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #424242 !important;
}

.yellow-grdt > .wsmenu-list li a .fa {
  color: #424242 !important;
}

.purple-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.purple-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.purple-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

.pink-grdt > .wsmenu-list > li > a {
  color: #fff !important;
}

.pink-grdt > .wsmenu-list > li > a {
  background-color: transparent !important;
}

.pink-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
}

@media only screen and (max-width: 780px) {
  .red-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important;
  }
  .blue-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important;
  }
  .orange-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important;
  }
  .green-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important;
  }
  .purple-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important;
  }
  .pink-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important;
  }
  .gry > .wsmenu-submenu > li:hover > a {
    background-color: #424242 !important;
    color: #fff;
  }
  .gry > .wsmenu .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #424242;
  }
  .gry > .wsmenu .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #424242;
  }
  .orange > .wsmenu-submenu > li:hover > a {
    background-color: #ff670f !important;
    color: #fff;
  }
  .orange > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #ff670f;
  }
  .orange > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #ff670f;
  }
  .blue > .wsmenu-submenu > li:hover > a {
    background-color: #4A89DC !important;
    color: #fff;
  }
  .blue > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #4A89DC;
  }
  .blue > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #4A89DC;
  }
  .green > .wsmenu-submenu > li:hover > a {
    background-color: #74a52e !important;
    color: #fff;
  }
  .green > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #74a52e;
  }
  .green > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #74a52e;
  }
  .red > .wsmenu-submenu > li:hover > a {
    background-color: #DA4B38 !important;
    color: #fff;
  }
  .red > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #DA4B38;
  }
  .red > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #DA4B38;
  }
  .yellow > .wsmenu-submenu > li:hover > a {
    background-color: #F6BB42 !important;
    color: #fff;
  }
  .yellow > .wsmenu .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #F6BB42;
  }
  .yellow > .wsmenu .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #F6BB42;
  }
  .purple > .wsmenu-submenu > li:hover > a {
    background-color: #967ADC !important;
    color: #fff;
  }
  .purple > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #967ADC;
  }
  .purple > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #967ADC;
  }
  .pink > .wsmenu-submenu > li:hover > a {
    background-color: #ee1289 !important;
    color: #fff;
  }
  .pink > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #ee1289;
  }
  .pink > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #ee1289;
  }
  .chocolate > .wsmenu-submenu > li:hover > a {
    background-color: #934915 !important;
    color: #fff;
  }
  .chocolate > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #934915;
  }
  .chocolate > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #934915;
  }
  .tranbg {
    background-color: #fff !important;
  }
  .tranbg > .wsmenu-list > li > a {
    color: #000 !important;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -safari-box-sizing: content-box;
  box-sizing: content-box;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -safari-box-sizing: content-box;
  box-sizing: content-box;
}

.fancybox-inner {
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
}

.padding .fancybox-inner {
  padding: 20px;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url('fancybox_sprite.png');
  }*/
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  z-index: 8040;
  background: url(/images/ico-close-white.svg) no-repeat;
  background-size: 17px 17px;
}

.other .fancybox-close {
  top: 20px;
  right: 20px;
  z-index: 20000;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  line-height: normal;
  background: rgba(0, 0, 0, 0.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

#email-page {
  padding: 20px;
}

#delete, #send, #nope, #star {
  width: 308px;
  max-width: 100%;
  text-align: center;
  padding: 20px;
}

#refresh {
  width: 320px;
  max-width: 100%;
  text-align: center;
}

#refresh h1, #refresh .h1 {
  padding: 30px 0;
  margin: 0;
}

.or {
  padding: 0 5px;
}

#email-page .chk-area {
  margin: 4px 10px 0 0;
}

#email-page input[type="text"], #email-page input[type="email"] {
  margin-bottom: 0;
}

#cboxContent h2, #cboxContent .h2, #cboxContent h3, #cboxContent .h3 {
  margin-top: 0;
}

/*
      Colorbox Core Style:
      The following CSS is consistent between example themes and should not be altered.
  */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: 100%;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  max-width: 100%;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #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;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
      User Style:
      Change the following styles to modify the appearance of Colorbox.  They are
      ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

#colorbox {
  outline: 0;
  max-width: 100%;
}

#cboxTopLeft {
  width: 0;
  height: 21px;
}

#cboxTopRight {
  width: 0;
  height: 21px;
}

#cboxBottomLeft {
  width: 0;
  height: 21px;
}

#cboxBottomRight {
  width: 0;
  height: 21px;
}

#cboxMiddleLeft {
  width: 0;
}

#cboxMiddleRight {
  width: 0;
}

#cboxTopCenter {
  height: 21px;
}

#cboxBottomCenter {
  height: 21px;
}

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin: 0;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose: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: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url(/images/ico-close-white.svg) no-repeat;
  background-size: 17px 17px;
  text-indent: -999999px;
  z-index: 9999;
}

/*
    The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
    when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
    See: http:/jacklmoore.com/notes/ie-transparency-problems/
  */
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.tooltip-popup {
  background: #211e1e;
  position: relative;
  z-index: 9999;
  min-width: 100px;
  text-align: center;
  letter-spacing: 1px !important;
  color: #fff;
}

.tooltip-popup:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 7px;
  border-color: transparent transparent transparent #00a651;
}

.speaker-profile {
  text-align: left;
  width: 590px;
  max-width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
}

.speaker-profile h1, .speaker-profile .h1 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 40px 20px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  color: #00a651;
  font-family: "Open Sans", Arial, sans-serif;
}

.speaker-profile .info {
  padding: 0 20px 20px;
  /* 	max-width override for pagebuilder */
  max-width: none !important;
}

.speaker-profile img {
  float: left;
  width: 20%;
  padding: 0 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.speaker-profile .person-details {
  float: right;
  width: 80%;
}

.speaker-profile .person-details dd {
  font-weight: 600;
}

.speaker-profile .person-details span {
  display: block;
  font-weight: normal;
  line-height: 22.4px;
  font-size: 16px;
}

.speaker-profile .person-details dd {
  font-size: 16px;
}

.speaker-profile p {
  float: right;
  width: 80%;
}

.speaker-profile div.info.group p {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.save-popup {
  padding: 40px;
  width: 500px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.save-popup:after {
  display: none;
}

.save-popup .holder {
  text-align: left;
  margin-bottom: 30px;
}

.save-popup h1, .save-popup .h1 {
  color: #fff;
  margin-bottom: 20px;
}

.save-popup p {
  margin-bottom: 20px;
}

@media screen and (max-width: 977px) {
  .speaker-profile p {
    width: 60%;
  }
  .speaker-profile .person-details {
    width: 60%;
  }
  .speaker-profile img {
    width: 40%;
  }
}

@media screen and (max-width: 747px) {
  .speaker-profile p {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
    line-height: 22.4px;
  }
  .speaker-profile .person-details {
    width: 60%;
  }
  .speaker-profile img {
    width: 40%;
  }
  .speaker-profile .person-details dd {
    font-size: 14px;
  }
  .speaker-profile .person-details span {
    font-size: 12px;
  }
  .save-popup .button-styled-primary {
    display: block;
    margin-bottom: 5px;
  }
}

section.tooltip-popup.speaker-profile {
  height: 100%;
}

h1, .h1,
.h1 {
  color: #00a651;
  font-size: 2rem;
}

h2, .h2,
.h2 {
  font-size: 1.75rem;
  color: #00a651;
}

h3, .h3,
.h3 {
  color: #224192;
  font-size: 1.5rem;
}

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

h5, .h5,
.h5 {
  color: #224192;
  font-size: 1rem;
}

h6, .h6,
.h6 {
  font-size: 0.75rem;
  color: #f58220;
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  margin: 0.5em 0 0.3em;
}

aside#col-right.v6-right-sidebar h2, aside#col-right.v6-right-sidebar .h2, aside#col-right.v6-right-sidebar .h2 {
  font-size: 1.375rem;
}

/**
*   Colors
*
*   Color themes for global consumption
**/
.col-count-1 {
  column-count: 1;
}

.col-count-2 {
  column-count: 3;
}

.col-count-3 {
  column-count: 3;
}

.col-count-4 {
  column-count: 4;
}

@media (max-width: 992px) {
  .col-count-md-2 {
    column-count: 2;
  }
}

@media (max-width: 992px) {
  .col-count-md-3 {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .col-count-sm-1 {
    column-count: 1;
  }
}

.focus-no-border-color:focus {
  border-color: #ced4da !important;
}

/* ========================================================
*
*   Global mixins.
*
*  ======================================================== */
#col-left.v6-left-side-content {
  padding: 15px;
}

aside#col-right.v6-right-sidebar {
  padding: 15px 20px;
  background: #f6f8fa;
  height: 100%;
}

aside#col-right.v6-right-sidebar img.f-l {
  float: left;
  margin: 0 8px 8px 0;
}

aside#col-right.v6-right-sidebar .post div.list-item ul {
  padding: 10px 0 15px 25px;
}

aside#col-right.v6-right-sidebar .post ul li {
  list-style: none;
  position: relative;
}

aside#col-right.v6-right-sidebar .post ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin: 4px 0 0 -25px;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-bullet.svg) no-repeat;
  background-size: 13px 13px;
}

aside#col-right.v6-right-sidebar p {
  font-size: 15px;
}

aside#col-right.v6-right-sidebar h2 img, aside#col-right.v6-right-sidebar .h2 img {
  max-width: 25px;
}

/* =========================================================
*
*		ANA Website - v5 (2018)
*
*		The primarynav body styling.
*
* ========================================================= */
.wsmenucontainer.primary-nav .header {
  width: 100%;
  display: block;
  padding: 10.5px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 4;
  top: 0px;
  background-color: #FFFFFF;
}

.wsmenucontainer.primary-nav .wsmenu-list > li > a {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 14px;
}

.wsmenucontainer.primary-nav .wsmenu-list > li > a > .fa {
  color: rgba(0, 0, 0, 0.87) !important;
}

.wsmenucontainer.primary-nav .logo img {
  max-width: 100%;
}

.wsmenucontainer.primary-nav .logo {
  padding: 0px 0px;
  margin: 0;
  float: left;
}

.wsmenucontainer.primary-nav .wsmobileheader {
  z-index: 5 !important;
}

.wsmenucontainer.primary-nav .smallogo {
  padding-top: 0;
  height: 80px;
  padding: 12.5px 0;
  background: #FFF;
}

.wsmenucontainer.primary-nav .animated-arrow span, .wsmenucontainer.primary-nav .animated-arrow span:before, .wsmenucontainer.primary-nav .animated-arrow span:after {
  background: #3C4858;
}

.wsmenucontainer.primary-nav .animated-arrow {
  margin-top: 25px;
}

.wsmenucontainer.primary-nav .nav-actions {
  display: flex;
  float: right;
  position: relative;
}

.wsmenucontainer.primary-nav .nav-actions .nav-action {
  padding: 18px 5px;
  color: rgba(0, 0, 0, 0.87);
}

.wsmenucontainer.primary-nav .nav-actions .social-media {
  padding: 0 5px;
}

.wsmenucontainer.primary-nav .nav-actions .account-actions {
  border: solid 1px #eeeeee;
}

.wsmenucontainer.primary-nav .nav-actions.mobile {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.wsmenucontainer.primary-nav .nav-actions.mobile .nav-action {
  padding: 30px 10px 0px 10px;
  width: auto;
  max-width: 50%;
  float: left;
  display: block;
}

.wsmenucontainer.primary-nav .nav-actions.mobile a.nav-action {
  font-size: 14px;
}

.wsmenucontainer.primary-nav .nav-actions.mobile .nav-action.social-media {
  clear: both;
  width: 100%;
  max-width: 100%;
}

.wsmenucontainer.primary-nav .nav-actions.mobile .nav-action.social-media a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
}

.wsmenucontainer.primary-nav .bigmegamenu a {
  font-weight: 300;
}

.wsmenucontainer.primary-nav div.nav-actions {
  font-size: 14px !important;
  line-height: 1.5em !important;
}

.wsmenucontainer.primary-nav div.nav-actions {
  font-family: "Roboto","Helvetica",sans-serif !important;
}

.wsmenucontainer.primary-nav .nav-actions .social-media {
  padding: 0 5px;
}

.wsmenucontainer.primary-nav .btn.btn-facebook.btn-simple,
.wsmenucontainer.primary-nav .navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
  color: #3b5998;
  background-color: transparent;
  box-shadow: none;
}

.wsmenucontainer.primary-nav .btn.btn-just-icon i,
.wsmenucontainer.primary-nav .navbar .navbar-nav > li > a.btn.btn-just-icon i {
  width: 20px;
}

.wsmenucontainer.primary-nav .btn.btn-twitter.btn-simple,
.wsmenucontainer.primary-nav .navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
  color: #55acee;
  background-color: transparent;
  box-shadow: none;
}

.wsmenucontainer.primary-nav .btn.btn-linkedin.btn-simple,
.wsmenucontainer.primary-nav .navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple {
  color: #0976b4;
  background-color: transparent;
  box-shadow: none;
}

.wsmenucontainer.primary-nav .btn.btn-instagram.btn-simple,
.wsmenucontainer.primary-nav .navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
  color: #125688;
  background-color: transparent;
  box-shadow: none;
}

.wsmenucontainer.primary-nav .icon--nav-login,
.wsmenucontainer.primary-nav .icon--nav-search {
  padding-right: 5px;
}

.wsmenucontainer.primary-nav .btn.btn-just-icon,
.wsmenucontainer.primary-nav .navbar .navbar-nav > li > a.btn.btn-just-icon {
  font-size: 20px;
  line-height: 1em;
}

.wsmenucontainer.primary-nav .dropdown-menu.account-actions li > a {
  font-size: 13px;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 2px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  line-height: 1.42;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.wsmenucontainer.primary-nav .dropdown-menu.account-actions li > a:hover, .wsmenucontainer.primary-nav .dropdown-menu.account-actions li > a:focus, .wsmenucontainer.primary-nav .dropdown-menu.account-actions li > a:active {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 166, 81, 0.4);
  background-color: #00a651;
  color: #ffffff;
}

.wsmenucontainer.wsoffcanvasopener.primary-nav .animated-arrow span {
  background-color: transparent;
}

@media (min-width: 1276px) {
  .wsmenucontainer.primary-nav .nav-actions.mobile {
    display: none !important;
  }
  .wsmenucontainer.primary-nav .megamenu {
    width: 1000px;
    position: fixed;
    left: calc( ( (100vw - (100vw - 100%)) - (1000px) )/2);
  }
  .wsmenucontainer.primary-nav .megamenu.halfdiv {
    width: 720px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .wsmenucontainer.primary-nav .wsmenu {
    width: 720px;
    display: flex;
    margin: auto;
    float: none;
  }
  .wsmenucontainer.primary-nav .wsmenu-list {
    padding: 6px 0;
    position: relative;
  }
  .wsmenucontainer.primary-nav .wsmenu-list > li {
    position: static;
  }
  .wsmenucontainer.primary-nav .social-media a {
    padding: 10px 2px;
  }
}

@media (max-width: 1275px) {
  .bigmegamenu .nav-actions {
    display: none !important;
  }
  .nav-actions.mobile {
    display: flex !important;
  }
}

.nav-action.social-media a {
  margin: 10px 1px;
}

.row.action-row, .row.social-row {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1276px) {
  .link-list {
    max-width: 100%;
  }
}

#breadcrumbs {
  position: relative;
  z-index: 1;
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #eee;
  margin: 0 0 -1px;
  padding: 16px 0;
}

#breadcrumbs ul {
  padding: 0;
  margin-bottom: 0;
}

#breadcrumbs .container:after {
  content: '';
  display: block;
  clear: both;
}

#breadcrumbs ul li::before {
  background: none repeat scroll 0 0 transparent;
  content: "/";
  height: auto;
  margin: 0 0 0 2px;
  padding: 0 5px;
  width: auto;
}

#breadcrumbs ul li {
  color: #00a651;
  display: inline-block;
  font-size: 12px !important;
  line-height: 12px !important;
  margin: 0 !important;
  /*text-transform: capitalize;*/
  vertical-align: middle;
}

#breadcrumbs ul li a {
  color: #707070;
}

#breadcrumbs ul li a:hover {
  color: #00a651;
  text-decoration: none;
}

#breadcrumbs ul li:first-child {
  padding: 0;
}

#breadcrumbs ul li:first-child::before {
  display: none;
}

#breadcrumbs .save-btn {
  background: url(/images/save.png) 100% 50%/26px no-repeat;
  outline: none;
  /*text-transform: capitalize;*/
  line-height: 1;
  padding: 3px 40px 3px 20px;
  border: none;
  color: #00a651;
  float: right;
}

#breadcrumbs .share-btn:hover {
  color: #2ebb37;
}

#breadcrumbs .share-btn {
  background: url(/images/ico-mail.png) 100% 50%/21px no-repeat;
  outline: none;
  font-size: 16px;
  /*text-transform: capitalize;*/
  line-height: 1;
  padding: 3px 40px 3px 20px;
  border: none;
  color: #00a651;
  float: right;
}

@media screen and (max-width: 978px) {
  #breadcrumbs:not(.has-button) {
    display: none;
  }
}

@media screen and (max-width: 748px) {
  #breadcrumbs.has-button ul {
    display: none;
  }
}

.super_styles h1, .super_styles .h1 {
  font-size: 3.44rem !important;
  color: #222;
  font-weight: bold !important;
}

.super_styles h2, .super_styles .h2,
.super_styles .h2 {
  color: #444444;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: normal !important;
  margin: 0.5em 0 0.2em;
}

.super_styles h3, .super_styles .h3,
.super_styles .h3 {
  color: #222222;
  font-size: 23px;
  line-height: 1em;
  font-weight: 600 !important;
  margin: 0.5em 0 0.2em;
}

.super_styles h4, .super_styles .h4, .super_styles .h4 {
  color: #222222;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600 !important;
  margin: 0.5em 0 0.2em;
}

.super_styles h5, .super_styles .h5,
.super_styles .h5 {
  color: #333333;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold !important;
  margin: 0.5em 0 0.2em;
}

.super_styles p {
  font-size: 18px !important;
  font-weight: normal;
  line-height: 1.5em;
  margin: 5px 0 18px;
  color: #111111;
}

.super_styles .time-article {
  font-size: 18px;
  display: block;
  margin: 1.5em 0 1em;
}

.super_styles .initialcharacter {
  font-size: 80px;
  line-height: 70px;
  padding-right: 2px;
  padding-left: 3px;
}

.super_styles .firstcharacter {
  float: left !important;
  font-size: 80px !important;
  line-height: 70px !important;
  padding-right: 8px !important;
  padding-left: 3px !important;
}

@media screen and (max-width: 768px) {
  .super_styles .firstcharacter {
    font-size: inherit !important;
    line-height: inherit !important;
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
}

.super_styles .comments-widget .comment-item.card {
  padding: 30px 40px;
}

.super_styles .comments-widget .comment-item.card h5.card-subtitle, .super_styles .comments-widget .comment-item.card .card-subtitle.h5 {
  font-weight: normal !important;
  font-size: 14px;
  color: #00a651 !important;
  margin-bottom: 10px;
  display: block;
}

.super_styles .partner-contribution {
  background-color: #000000;
  margin: 0 0 1em 0 !important;
  text-align: center;
  font-size: 0.9em !important;
  color: #ffffff !important;
}

.super_styles .caption-box .caption {
  font-size: 13px;
  line-height: 15px;
}

.super_styles .caption-box .caption span {
  color: #8b8b8b;
}

.super_styles .info-box-article {
  background: #111111;
  color: #fff;
}

.super_styles .info-box-article a {
  box-shadow: none;
  color: #fff;
}

.super_styles .info-box-article .holder {
  display: table;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.super_styles .info-box-article .holder .left {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 400;
}

.super_styles .info-box-article .holder .right {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  position: relative;
}

.super_styles .info-box-article .holder .right .more {
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  display: block;
}

.super_styles .info-box-article .holder .right .more:after {
  color: #fff;
}

.super_styles .info-box-article .holder .right:before {
  content: "";
  height: 100%;
  border-left: 1px solid #fff;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.super_styles .tweet {
  font-size: 20px;
  font-style: normal;
  color: #111111;
  float: left;
  padding: 2em 3em 2em 1em;
  width: 40%;
  position: relative;
  margin: 0;
}

.super_styles .tweet:before {
  border-top: 10px solid #111111;
  border-top-width: 0.5em;
  border-top-style: solid;
  content: "";
  padding-bottom: 0.5em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.super_styles .tweet::after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: "";
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.super_styles .tweet a {
  box-shadow: none;
  color: inherit;
}

.super_styles .related-content {
  font-size: 18px;
  line-height: 1.4em;
  font-style: normal;
  color: #111111;
  float: left;
  padding: 2em 3em 2em 1em;
  width: 40%;
  position: relative;
  margin: 0 0 0 0;
}

.super_styles .related-content::before {
  border-top: 10px solid #111111;
  border-top-width: 0.5em;
  border-top-style: solid;
  content: "";
  padding-bottom: 0.5em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.super_styles .related-content:after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: "";
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.super_styles .related-content img {
  max-width: 100%;
}

.super_styles .related-content a {
  color: #000;
}

.super_styles .aside-quote {
  font-size: 20px !important;
  font-style: normal;
  color: #111111;
  float: left !important;
  padding: 2em 3em 2em 1em !important;
  width: 40% !important;
  position: relative !important;
  margin: 0 !important;
}

.super_styles .aside-quote:before {
  border-top: 10px solid #111111;
  border-top-width: .5em;
  border-top-style: solid;
  content: '';
  padding-bottom: .5em;
  width: 95%;
  line-height: 50%;
  display: block;
  background: none;
  position: static;
}

.super_styles .aside-quote:after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: '';
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

@media screen and (max-width: 768px) {
  .super_styles .aside-quote {
    display: none;
  }
}

.super_styles a {
  text-decoration: none;
  outline: none;
  color: #000;
  box-shadow: inset 0 -2px #00a651;
}

.super_styles a:hover {
  color: #00a651;
}

.super_styles img {
  max-width: 100%;
}

.super_styles ul {
  list-style: none;
  padding: 10px 0 15px 25px;
}

.super_styles ul li {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
}

.super_styles ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  margin: 4px 0 0 -25px;
  width: 13px;
  height: 13px;
  background: url("/images/ico-arrow-bullet.svg") no-repeat;
  background-size: 13px 13px;
}

.super_styles ol li {
  font-size: 18px;
}

.super_styles ol ul li::marker {
  content: '';
}

@media screen and (max-width: 747px) {
  .super_styles h1, .super_styles .h1,
  .super_styles .h1 {
    font-size: 42px !important;
  }
  .super_styles .tweet {
    width: 50%;
    font-size: 17px !important;
  }
  .super_styles .related-content {
    width: 50%;
    font-size: 17px !important;
  }
  .super_styles .info-box-article .holder {
    display: block;
    padding: 25px 4em;
  }
  .super_styles .info-box-article .holder .left {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 0;
    text-align: left;
  }
  .super_styles .info-box-article .holder .left:after {
    content: '';
    height: 1px;
    border-top: 1px solid #fff;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
  }
  .super_styles .info-box-article .holder .right {
    display: block;
    padding: 0;
  }
  .super_styles .info-box-article .holder .right {
    display: block;
    padding: 0;
  }
  .super_styles .info-box-article .holder .right:before {
    border-left: none;
  }
  .super_styles .info-box-article .holder .right .more {
    color: #fff;
    font-family: 'open-sans', sans-serif;
    font-size: 16px;
    display: block;
    float: left;
  }
  .super_styles .info-box-article .holder .right:after {
    content: '';
    display: block;
    clear: both;
  }
}

a {
  color: #00a651;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #00a651;
}

a:focus {
  outline: none;
}

a:active {
  text-decoration: none;
}

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

.viewall {
  text-transform: uppercase;
  color: #949494;
}

.viewall:hover {
  background-color: #00a651;
  color: #fff;
}

.button-styled-short {
  display: inline-block;
  padding: 10px 35px;
  background-color: #00a651;
  color: #fff;
  text-transform: uppercase;
}

.button-styled-short:hover {
  color: #fff;
}

.more {
  color: #f8831c;
  position: relative;
  padding-right: 2rem;
  text-transform: capitalize;
}

.more:hover {
  color: #00a651;
}

.more:after {
  content: "";
  position: absolute;
  margin: -9px 0 0 0;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

li.arrow-list-item {
  position: relative;
  list-style: none;
}

li.arrow-list-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  margin: 4px 0 0 -25px;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-bullet.svg) no-repeat;
  background-size: 13px 13px;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
}

.btn:focus {
  box-shadow: none;
}

.black-button {
  color: #fff;
  background-color: #000;
  padding: 10px 35px;
}

.black-button:hover {
  background-color: #00a651;
  color: #fff;
}

.button-styled-alt, .button-styled-primary {
  background-color: #00a651;
  color: #fff !important;
}

.register-now-btn {
  background-color: #00a651;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}

.register-now-btn:hover {
  color: #fff;
}

.secondary-button {
  background-color: #f8831c;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.secondary-button:hover {
  color: #fff;
}

.advanced-search.collapsed {
  background: url(/images/ico-arrow-down-green.svg) 95% 50%/15px 15px no-repeat;
  border: 1px solid #ced4da;
  color: #495057 !important;
}

.advanced-search {
  background: url(/images/ico-arrow-up-green.svg) 95% 50%/15px 15px no-repeat;
  border: 1px solid #ced4da;
  color: #495057 !important;
}

.btn-group-v6 {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .btn-group-v6 {
    flex-direction: column;
    width: 100%;
  }
}

.btn-group-v6 > * {
  padding: 10px 20px;
  margin-right: 1rem;
}

.btn-group-v6 > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .btn-group-v6 > * {
    margin-bottom: 1rem;
    width: 100%;
    margin: 1rem auto !important;
  }
}

footer {
  font-family: "Roboto", "Helvetica", sans-serif;
  margin-top: 10px;
}

footer * {
  text-align: center;
}

footer h1, footer .h1, footer .h1,
footer h2,
footer .h2, footer .h2,
footer h3,
footer .h3, footer .h3,
footer h4,
footer .h4, footer .h4,
footer h5,
footer .h5, footer .h5,
footer h6,
footer .h6, footer .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer p {
  font-size: 15px;
  margin: 0 0 10px;
}


footer h6,
footer .h6 {
  font-size: 12.6px;
}

footer h6 :hover, footer .h6 :hover {
  text-decoration: underline;
}

footer ul li {
  display: inline-block;
}

footer ul li a, footer ul li a.nav-link {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
}

footer ul li a:focus, footer ul li a:hover, footer ul li a:active, footer ul li a.nav-link:focus, footer ul li a.nav-link:hover, footer ul li a.nav-link:active {
  color: #00a651;
}

.listing li.list-group-item {
  padding-left: 0;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .listing li.list-group-item {
    padding-right: 0;
  }
}

.listing .media img {
  width: 130px;
}

@media (max-width: 1200px) {
  .listing .media {
    display: block;
  }
  .listing .media img {
    float: left;
  }
  .listing .media .media-body {
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .listing .media .media-body a.btn {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .media {
    display: block;
  }
  .media img {
    float: left;
  }
  .media .media-body {
    overflow: visible;
  }
}

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

ul.result-list h2, ul.result-list .h2 {
  color: #224192;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-family: "source sans pro", Arial, sans-serif;
}

ul.result-list .dates {
  color: #00a651;
  font-size: 14px;
}

ul.result-list p {
  font-size: 14px;
}

.result-message {
  color: #00a651;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.result-message.alt {
  font-size: 24px;
  line-height: 22.4px;
}

.result-message.alt span:first-child {
  font-weight: 600;
  color: #f8831c;
}

.main-page-title h1, .main-page-title .h1 {
  border-bottom: 1px solid #eee;
  font-weight: 400;
  font-size: 24px;
  font-family: "source sans pro";
  margin: 0 0 28px;
  padding: 0 0 14px;
}

.group .pagination {
  float: right;
  width: auto;
  padding: 40px 0;
  clear: both;
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
}

.group p.pagination strong,
.group .pagination a:hover {
  color: #fff;
  background: #00a651 !important;
}

.group p {
  font-size: 15px;
}

.group p.pagination a,
.group p.pagination strong {
  line-height: 26px;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fdfdfd;
  border: 1px solid #eee;
  margin: 0 0 0 -1px;
  text-align: center;
}

@media screen and (max-width: 1182px) {
  .group .pagination {
    float: none;
  }
}

.page-link {
  text-transform: uppercase;
  color: #00a651;
}

.tab-container .card-header {
  padding: 0.8rem;
}

.tab-container .list-group a.list-group-item {
  color: #949494;
  padding: 0.8rem;
}

.tab-container .list-group a.list-group-item:hover {
  color: #00a651;
  text-decoration: none;
}

.tab-container .date span {
  text-transform: uppercase;
  margin-bottom: -0.5rem;
  font-size: 0.9rem;
}

.tab-container .date b {
  font-weight: 700;
  font-size: 1.4rem;
}

.tab-container .holder p {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 100%;
  line-height: 1.2em;
}

.tab-container .actions {
  height: 35px;
}

.tab-container .actions a {
  display: block;
  margin-right: 25px;
}

.tab-container .actions a:hover {
  color: #00a651;
}

.tab-container .actions .cancel {
  background: url(/images/ico-cancel-02.png) center center no-repeat;
  width: 20px;
}

.tab-container .actions .cancel:hover {
  background: url(/images/ico-cancel-on-02.png) center center no-repeat;
}

.tab-container .actions .trash {
  background: url(/images/ico-trash-02.png) center center no-repeat;
  width: 15px;
}

.tab-container .actions .trash:hover {
  background: url(/images/ico-trash-on-02.png) center center no-repeat;
}

.tab-container .actions .star {
  background: url(/images/ico-star-02.png) center center no-repeat;
  width: 21px;
}

.tab-container .actions .star:hover {
  background: url(/images/ico-star-on-02.png) center center no-repeat;
}

.archive-accordion a, .archive-accordion button {
  color: #000;
}

.archive-accordion button:hover {
  color: #00a651;
  text-decoration: none;
}

.archive-accordion button:focus {
  box-shadow: none;
  color: #00a651;
}

.archive-accordion .list-group-item {
  padding-left: 0;
}

.archive-accordion .opener {
  font-size: 1.2em;
}

/****************** Channel Pages player ******************/
.channel-page-player {
  height: auto;
  width: 100%;
  position: relative;
}

.channel-page-player .video-js {
  height: 325px;
  width: 100%;
  /*float: left;*/
}

.channel-page-player .playlist-wrapper {
  width: 100%;
  /* overflow-x: scroll;*/
  overflow-y: hidden;
  margin-top: 5px;
}

.channel-page-player .vjs-playlist.vjs-playlist {
  width: auto;
  white-space: nowrap;
}

.channel-page-player .vjs-playlist-item {
  display: inline-block;
  /* height: 75px; 
   width:25%; */
  padding: 7px 6px 0 6px;
}

.channel-page-player cite.vjs-playlist-name {
  display: none;
}

.channel-page-player .vjs-playlist-description {
  display: none;
}

.channel-page-player .vjs-playlist .vjs-playlist-name {
  display: none;
}

.channel-page-player .vjs-playlist-duration {
  display: none;
}

.channel-page-player .vjs-playlist-ad-overlay {
  display: none;
}

.channel-page-player .video-content-holder {
  margin-bottom: 20px;
}

.channel-page-player h2, .channel-page-player .h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #00a651;
}

.channel-page-player h2 span, .channel-page-player .h2 span {
  display: block;
  color: #111111;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

/****************** Sidebar player ******************/
.sidbar-video-player-holder {
  display: block;
  position: relative;
  max-width: 100%;
}

.sidebar-video-content-holder p.more-videos {
  padding-top: 20px;
}

.sidbar-video-player-holder #sidbar-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.bc-player-SySvvkRbZ_default .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 2em;
  background-color: rgba(0, 153, 75, 0.75);
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: border-color .4s,outline .4s,background-color .4s;
  -moz-transition: border-color .4s,outline .4s,background-color .4s;
  -ms-transition: border-color .4s,outline .4s,background-color .4s;
  -o-transition: border-color .4s,outline .4s,background-color .4s;
  transition: border-color .4s,outline .4s,background-color .4s;
}

/****************** Sidebar player ******************/
.inpage-video-player-holder {
  display: block;
  position: relative;
  max-width: 100%;
}

.inpage-video-player-holder #inpage-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.vjs-menu .vjs-menu-content {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
}

li.vjs-menu-item {
  color: #fff !important;
  border-radius: .3em;
  cursor: pointer;
  margin: 0 0 1px !important;
  padding: 7px 14px !important;
  font-size: 14px !important;
  line-height: 1.2;
  text-transform: none;
  list-style: none !important;
}

/*  Remove arrows */
li.vjs-menu-item:before {
  content: none !important;
}

.search-wrapper input[type="submit"] {
  background-color: #00a651;
  color: #fff;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.form-group.row input.form-control:focus, .form-group.row textarea.form-control:focus {
  border: 2px solid #00a651;
  transition: border .2s;
}

.form-group.row select {
  background: url(/images/ico-arrow-down-green.svg) 95% 50%/15px 15px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form-group.row select::-ms-expand {
  display: none;
}

.form-group.row select.form-control:focus {
  border: 2px solid #00a651;
  transition: border .2s;
}

.rate-this-product .rating-success,
.rate-this-product .rating-error {
  display: none;
}

.rate-this-product .characters-remaining {
  font-size: 11.5px;
  margin: 5px 0px;
  float: right;
}

div.modal#gdpr-preferences {
  padding-right: 0 !important;
}

div.modal#gdpr-preferences .modal-header {
  display: block;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 0;
  border-bottom: none;
}

div.modal#gdpr-preferences .modal-header h4.modal-title, div.modal#gdpr-preferences .modal-header .modal-title.h4 {
  font-weight: 300;
  text-transform: capitalize;
  color: #000;
}

div.modal#gdpr-preferences .modal-header button.close {
  color: #999;
  margin-top: -2px;
  font-size: 14px;
}

div.modal#gdpr-preferences p {
  text-align: left;
  font-weight: 300;
}

div.modal#gdpr-preferences label {
  font-size: 14px;
}

div.modal#gdpr-preferences .modal-body {
  padding: 24px 24px 16px 24px;
}

div.modal#gdpr-preferences .modal-footer {
  justify-content: center;
  border-top: none;
}

div.modal#gdpr-preferences .modal-footer button {
  background-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
  transition: 0.2s;
  color: #fff;
}

div.modal#gdpr-preferences .modal-footer button:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

#gdpr-footer {
  display: flex;
  align-items: center;
}

#gdpr-footer p {
  font-size: 14px;
}

#gdpr-footer .btn-warning {
  color: white;
  background-color: #f8831c;
  border-color: #eea236;
  text-transform: uppercase;
}

#gdpr-footer .btn-default {
  color: white;
  background-color: #949494;
  border-color: #8c8c8c;
  text-transform: uppercase;
}

#gdpr-footer .btn {
  display: inline-block;
  /*     margin-bottom: 0; */
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
}

#gdpr-footer #buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px !important;
}

#gdpr-footer #buttons a.btn.btn-sm.btn-warning, #gdpr-footer #buttons .btn-group-sm > a.btn.btn-warning {
  margin-right: 1rem;
}

@media only screen and (max-width: 992px) {
  #gdpr-footer {
    flex-direction: column;
  }
}

/* MODAL SEARCH */
#modal-search h2.modal-title, #modal-search .modal-title.h2 {
  font-size: 2.6em !important;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  color: #3C4858;
}

#modal-search .modal-header button {
  display: block;
  padding: 0;
}

#modal-search .card-signup {
  padding: 20px 0;
}

/* MODAL LOGIN  */
#modal-login .modal-content {
  border-radius: 6px;
  border: none;
}

#modal-login .modal-content .card-signup {
  border-radius: 6px;
  border: none;
}

#modal-login .modal-dialog .card-signup {
  padding: 0;
}

#modal-login .modal-footer {
  margin-top: 10px;
}

#modal-login .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

#modal-login,
#modal-search {
  padding-right: 0 !important;
}

#modal-login .modal-dialog,
#modal-search .modal-dialog {
  margin-top: 100px;
}

#modal-login .modal-dialog .card-signup,
#modal-search .modal-dialog .card-signup {
  margin-bottom: 0;
}

#modal-login .modal-header,
#modal-search .modal-header {
  display: block;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  border-bottom: none;
}

#modal-login .modal-body .row,
#modal-search .modal-body .row {
  justify-content: center;
  align-items: center;
}

#modal-login .modal-body,
#modal-search .modal-body {
  padding: 10px 20px 0 10px;
}

#modal-login .modal-body .card-content .input-group,
#modal-search .modal-body .card-content .input-group {
  margin-top: 25px;
}

#modal-login .modal-footer,
#modal-search .modal-footer {
  border-top: none;
  justify-content: center;
}

#modal-login .modal-footer button,
#modal-search .modal-footer button {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
  border-radius: 30px;
  background-color: #4caf50;
}

#modal-login .info-horizontal .description,
#modal-search .info-horizontal .description {
  overflow: hidden;
}

#modal-login .info-horizontal .icon,
#modal-search .info-horizontal .icon {
  color: #999;
  display: block;
  float: left;
  margin-top: 24px;
  margin-right: 10px;
}

#modal-login .info-horizontal .icon.icon-info,
#modal-search .info-horizontal .icon.icon-info {
  color: #00bcd4;
  /*   stick to sass variable later   */
}

#modal-login .info-horizontal .icon i,
#modal-search .info-horizontal .icon i {
  font-size: 2.6em;
}

#modal-login .info .info-title,
#modal-search .info .info-title {
  margin: 30px 0 15px;
  color: #3c4858;
  font-weight: 700;
}

#modal-login .info p,
#modal-search .info p {
  color: #999;
  font-weight: 300;
}

#modal-login .form-control,
#modal-login .form-group .form-control,
#modal-search .form-control,
#modal-search .form-group .form-control {
  border: 0;
  background-image: linear-gradient(#00a651, #00a651), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  transition: background 0s ease-out;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
}

#modal-login input.form-control,
#modal-search input.form-control {
  padding-bottom: 7px;
}

#modal-login input.form-control:focus,
#modal-search input.form-control:focus {
  outline: none;
  background-image: linear-gradient(#00a651, #00a651), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
  background-position: center bottom, center calc(100% - 1px);
}

#modal-login .input-group-addon,
#modal-search .input-group-addon {
  padding: 6px 15px 0px;
  background: transparent;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  border-radius: 4px;
}

#modal-login .input-group-addon i,
#modal-search .input-group-addon i {
  font-size: 24px;
  font-weight: normal;
}

/* modal card content */
/* modal search form input */
/*  MODAL login*/
#modal-login .modal-header {
  padding-top: 24px;
}

#modal-login .modal-header h4, #modal-login .modal-header .h4 {
  font-size: 1.25rem;
}

#modal-login .btn.btn-success.btn-simple.btn-wd.btn-lg, #modal-login .btn-group-lg > .btn.btn-success.btn-simple.btn-wd {
  border: none;
}

#modal-login .btn.btn-success.btn-simple.btn-wd.btn-lg:focus, #modal-login .btn-group-lg > .btn.btn-success.btn-simple.btn-wd:focus {
  border: none;
}

#modal-login button.close {
  display: inline-block;
  float: right;
  margin-top: -30px;
  margin-right: 15px;
  color: #fff;
  opacity: 0.9;
  padding: 0;
}

#modal-login .header {
  padding: 20px 0;
  margin-top: -40px;
  margin-bottom: 10px;
  background: linear-gradient(60deg, #66bb6a, #388e3c);
  color: #fff;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

#modal-login h4.card-title, #modal-login .card-title.h4 {
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
  /* font-size: 1.3em !important; */
  line-height: 1.5em;
}

#modal-login .modal-footer {
  flex-direction: column;
}

#modal-login .modal-footer button {
  background-color: transparent;
  color: #4acf50;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
}

#modal-login .form-group {
  width: 80%;
}

#modal-login p {
  font-size: 14px;
}

#modal-login .card {
  margin-bottom: 0;
  padding: 0;
}

#marketerattributes-modal {
  padding-right: 0 !important;
}

#marketerattributes-modal .modal-header {
  background: #00a651;
  display: block;
  text-align: center;
}

#marketerattributes-modal .modal-header .close, #marketerattributes-modal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
  background: none;
}

#marketerattributes-modal .modal-title {
  color: white;
  font-size: 2rem;
}

#marketerattributes-modal .questionnaire-error {
  display: none;
  position: static;
  margin-bottom: 15px;
}

#marketerattributes-modal .modal-body {
  padding: 25px;
  text-align: center;
}

#marketerattributes-modal .modal-body p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  margin: 5px 0 15px;
}

#marketerattributes-modal .modal-body label {
  font-size: 16px;
  font-weight: 600;
}

#marketerattributes-modal .modal-body .radio label, #marketerattributes-modal .modal-body .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

#marketerattributes-modal .modal-body radio-inline, #marketerattributes-modal .modal-body .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

#marketerattributes-modal .modal-body .radio input[type="radio"],
#marketerattributes-modal .modal-body .checkbox input[type="checkbox"],
#marketerattributes-modal .modal-body .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

#marketerattributes-modal .modal-body .select {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#marketerattributes-modal .modal-body select {
  margin: 0px;
  margin-bottom: 25px;
  outline: none;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 50px;
  resize: none;
  color: #525252;
  font: 400 15px 'source sans pro', Arial, sans-serif;
  padding: 0 5% 0 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  background: #fff url(/images/ico-arrow-down-green.svg) 95% 50%/15px 15px no-repeat;
}

#marketerattributes-modal .modal-body .ie11 select::-ms-expand {
  display: none;
}

#marketerattributes-modal .modal-body .ie10 select::-ms-expand {
  display: none;
}

#marketerattributes-modal .modal-body select::-ms-expand {
  display: none;
}

#marketerattributes-modal .modal-body select option {
  outline: none;
  margin: 0;
  padding: 18px;
  color: #525252;
  text-transform: uppercase;
  font: 400 15px 'source sans pro', Arial, sans-serif;
  border-bottom: 1px solid #fdfdfd;
  border-top: 1px solid #fdfdfd;
  background: #fdfdfd;
}

#marketerattributes-modal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#marketerattributes-modal .modal-footer button.q-finish {
  display: none;
}

#marketerattributes-modal .modal-footer .btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}

#marketerattributes-modal .modal-footer .btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc !important;
}

#marketerattributes-modal .modal-footer .btn-default:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

#marketerattributes-modal .modal-footer .btn {
  display: inline-block;
  /*     margin-bottom: 0; */
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

#colorbox div#email-page input[type="checkbox"] {
  margin-right: 10px;
}

#colorbox div#email-page input[type="text"] {
  width: 100%;
}

#colorbox div#email-page input[type="button"] {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: .25rem;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #colorbox div#email-page input[type="button"] {
    display: block;
    width: 100%;
  }
}

#colorbox div#email-page textarea, #colorbox div#email-page input[type="text"], #colorbox div#email-page input[type="password"], #colorbox div#email-page input[type="tel"], #colorbox div#email-page input[type="email"] {
  background: #fdfdfd;
  border: 1px solid #aaa;
  width: 100%;
  margin-bottom: 25px;
  resize: none;
  color: #525252;
  font: 400 15px/1.2em 'source sans pro', Arial, sans-serif;
  padding: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#colorbox #librarysave input[type="checkbox"] {
  margin-right: 10px;
}

#colorbox #librarysave input[type="button"] {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: .25rem;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 35px;
}

@media screen and (max-width: 768px) {
  #colorbox #librarysave input[type="button"] {
    display: block;
    width: 100%;
  }
}

#modalmessage {
  position: fixed !important;
  z-index: 51;
  top: 0px;
  left: 0px;
  width: 300px;
  height: auto;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #00a651;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
}

#modalmessage p {
  text-align: center;
  margin: 10px 5px;
  padding: 30px 0;
  color: #00a651;
  font-size: 32px;
  line-height: 1em;
  font-weight: normal;
}

#modalmessage h3, #modalmessage .h3 {
  font-weight: 400;
}

#modalmessage img {
  margin-left: 75px;
  margin-bottom: 10px;
  border: none;
}

#disableoverlay {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: #000;
  z-index: 50;
}

.facetbox {
  margin-bottom: 10px;
}

.facetbox .facettitle {
  display: block;
  height: 1%;
  margin: 0;
  text-decoration: none;
  line-height: 30px;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  color: #111111;
  margin-top: 5px;
  cursor: pointer;
}

.facetbox .facetexpander {
  float: left;
  width: 14px;
  height: 15px;
  margin: 9px 3px 0px 0px;
  padding: 0;
}

.facetbox .facetexpander.collapsed {
  background: url(/images/ico-arrow-down-green.svg) no-repeat;
  background-size: 13px 13px;
  cursor: pointer;
}

.facetbox .facetexpander.expanded {
  background: url(/images/ico-arrow-up-green.svg) no-repeat;
  background-size: 13px 13px;
  cursor: pointer;
}

.facetbox .multifacet_checkbox_div .level_1 {
  margin-left: 0;
}

.facetbox .multifacet_checkbox_div .level_2 {
  margin-left: 15px;
}

.facetbox .multifacet_checkbox_div .level_3 {
  margin-left: 30px;
}

.facetbox .multifacet_checkbox_div label {
  display: block;
  padding-left: 33px;
  text-indent: -18px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  vertical-align: baseline;
  list-style-type: none;
}

.facetbox .multifacet_checkbox_div .expander {
  height: 11px;
  width: 11px;
  display: block;
  float: left;
  margin-top: 6px;
}

.facetbox .multifacet_checkbox_div .shownothing {
  background: url(/images/tree1.gif) 0 0;
  cursor: normal;
}

.facetbox .multifacet_checkbox_div .showplus {
  background: url(/images/tree1.gif) -11px 0 !important;
  cursor: pointer;
}

.facetbox .multifacet_checkbox_div .showminus {
  background: url(/images/tree1.gif) -22px 0;
  cursor: pointer;
}

.facetbox .multifacet_checkbox_div input {
  width: 13px;
  height: 13px;
  padding: 0;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.facetbox .multifacet_checkbox_div input[type="checkbox"] {
  margin: 0 10px 0 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.facetbox .multifacet_checkbox_div .closed {
  margin: 0;
  padding: 0;
  transition: max-height 0.7s linear;
  max-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.facetbox .multifacet_checkbox_div .opened {
  margin: 0;
  padding: 5px 0;
  transition: max-height 0.7s linear;
  max-height: none;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.facetbox .multifacet_checkbox_div bolded {
  font-weight: 400;
  color: #00a651;
}

.facetbox .multifacet_checkbox_div.collapsed {
  margin: 0;
  transition: max-height 0.7s linear;
  max-height: 0px;
  overflow: hidden;
}

.facetbox .multifacet_checkbox_div.expanded {
  margin: 0;
  padding: 5px 0;
  transition: max-height 0.7s linear;
  max-height: none;
  overflow: hidden;
}

.facetbox .checkbox_div label {
  display: block;
  padding-left: 20px;
  text-indent: -20px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.facetbox .checkbox_div label.levelone {
  padding-left: 34px;
  text-indent: -18px;
}

.facetbox .checkbox_div label.leveltwo {
  margin-left: 35px;
  padding-left: 20px;
  text-indent: -20px;
}

.facetbox .checkbox_div input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
  overflow: hidden;
  vertical-align: middle;
}

.facetbox .checkbox_div .level_1 input {
  margin: 0 5px 0 0;
}

.facetbox .checkbox_div .expander {
  height: 11px;
  width: 11px;
  display: block;
  float: left;
}

.facetbox .checkbox_div .shownothing {
  background: url(/images/www/tree1.gif) 0 0;
  cursor: normal;
}

.facetbox .checkbox_div .showplus {
  background: url(/images/www/tree1.gif) -11px 0;
  cursor: pointer;
}

.facetbox .checkbox_div .showminus {
  background: url(/images/www/tree1.gif) -22px 0;
  cursor: pointer;
}

.facetbox .checkbox_div .closed {
  display: none;
  margin-bottom: 5px;
}

.facetbox .checkbox_div .opened {
  display: normal;
  margin-bottom: 5px;
}

.facetbox .checkbox_div.collapsed {
  margin: 0;
  transition: max-height 0.7s linear;
  max-height: 0px;
  overflow: hidden;
}

.facetbox .checkbox_div.expanded {
  margin: 0;
  padding: 5px 0;
  transition: max-height 0.7s linear;
  max-height: 1000px;
  overflow: hidden;
}

.facetbox .checkbox_div .bolded {
  font-weight: 400;
  color: #00a651;
}

.facetbox .span-6 .facet {
  clear: both;
  display: block;
  background-color: #fff;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-toggle ul.nav.nav-tabs.tabset li.nav-item {
  display: inline-block;
  width: 50%;
}

.tab-toggle ul.nav.nav-tabs.tabset li.nav-item a {
  text-align: center;
}

.tab-toggle .tab-content {
  padding: 1rem;
}

.tab-toggle .tab-content ul.group {
  padding-left: 0;
}

.tab-toggle .tab-content li {
  list-style: none;
}

.carousel-control-next,
.carousel-control-prev {
  height: 49px;
  background-color: #fff;
  opacity: 1;
}

div#tabbed-events-carousel {
  height: 446px;
  overflow: scroll;
  font-family: "source sans pro", Arial, sans-serif;
}

div#tabbed-events-carousel::-webkit-scrollbar {
  width: 1em;
  background-color: #fff;
}

div#tabbed-events-carousel::-webkit-scrollbar-thumb {
  background-color: #00a651;
}

div#tabbed-events-carousel .list-group a.list-group-item {
  padding: 10px 0;
}

div#tabbed-events-carousel .list-group a.list-group-item .date {
  min-width: 70px;
  max-width: 70px;
}

div#tabbed-events-carousel .list-group a.list-group-item .date span {
  font-size: 17px;
}

div#tabbed-events-carousel .list-group a.list-group-item .date b {
  font-size: 16px;
}

a.carousel-control-next.arrow-carousel-next:after {
  content: "";
  background: url("/images/ico-arrow-learnmore.svg") no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}

a.carousel-control-prev.arrow-carousel-prev:after {
  content: "";
  background: url("/images/ico-arrow-turnedleft.svg") no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}

.tabbed-event-title {
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: 600;
  color: #949494;
  background-color: #f7f7f7;
}

.npg-container.npg-agenda .vb-agenda {
  /*dynamicagenda specific*/
}

.npg-container.npg-agenda .vb-agenda table.agenda {
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #eee;
  table-layout: fixed;
}

.npg-container.npg-agenda .vb-agenda table.agenda tr {
  border-bottom: 1px solid #eee;
}

.npg-container.npg-agenda .vb-agenda table.agenda tr.active td {
  border: none;
}

.npg-container.npg-agenda .vb-agenda table.agenda a.opener span {
  display: inline-block;
  margin: 0 0 0 30px;
  font-style: italic;
}

.npg-container.npg-agenda .vb-agenda table.agenda caption {
  display: table-caption;
  text-align: center;
  font-size: 15px;
}

.npg-container.npg-agenda .vb-agenda table.agenda .button-styled:after {
  display: none;
}

.npg-container.npg-agenda .vb-agenda table.agenda th {
  background: #fff;
  color: #00a651;
  height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #eee;
}

.npg-container.npg-agenda .vb-agenda table.agenda td {
  background: #fdfdfd;
  font-size: 15px;
  border: none;
}

.npg-container.npg-agenda .vb-agenda table.agenda .toggle-block p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 20px;
}

.npg-container.npg-agenda .vb-agenda table.agenda td.al-left {
  text-align: left;
}

.npg-container.npg-agenda .vb-agenda table.agenda .col1 {
  width: 15%;
}

.npg-container.npg-agenda .vb-agenda table.agenda .col2 {
  width: 60%;
}

.npg-container.npg-agenda .vb-agenda table.agenda .col3 {
  width: 20%;
}

.npg-container.npg-agenda .vb-agenda table.agenda .toggle-block .opener {
  border-bottom: none;
  color: #111111;
  padding: 0;
  position: relative;
}

.npg-container.npg-agenda .vb-agenda table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.npg-container.npg-agenda .vb-agenda table th {
  background: #00a651;
  color: #fff;
  font: 600 15px/1em "Open Sans", Arial, sans-serif;
  text-align: center;
  height: 60px;
}

.npg-container.npg-agenda .vb-agenda table td {
  text-align: center;
  width: 25%;
  padding: 6px;
  vertical-align: top;
}

.npg-container.npg-agenda .vb-agenda .table2 td {
  text-align: left;
  border: none;
  width: auto;
}

.npg-container.npg-agenda .vb-agenda .table-border td {
  border: 1px solid #eee;
}

.npg-container.npg-agenda .vb-agenda table.agenda .toggle-block .opener:after {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -6px 0 0 -13px;
  width: 11px;
  height: 11px;
  display: block;
  content: "";
  background: url(/images/ico-arrow-down-grey.svg) no-repeat;
  background-size: 11px 11px;
}

.npg-container.npg-agenda .vb-agenda table.agenda .toggle-block:hover .opener:after {
  background: url(/images/ico-arrow-down-green.svg) no-repeat;
  background-size: 11px 11px;
}

.npg-container.npg-agenda .vb-agenda table.agenda .toggle-block.active .opener:after {
  background: url(/images/ico-arrow-up-green.svg) no-repeat;
  background-size: 11px 11px;
}

.npg-container.npg-agenda .vb-agenda table.agenda .toggle-block.active:hover .opener:after {
  background: url(/images/ico-arrow-up-green.svg) no-repeat;
  background-size: 11px 11px;
}

.npg-container.npg-agenda .vb-agenda table.agenda dt,
.npg-container.npg-agenda .vb-agenda table.agenda dd {
  line-height: 1.1em;
}

.npg-container.npg-agenda .vb-agenda table.agenda dd {
  margin-bottom: 20px;
}

.npg-container.npg-agenda .vb-agenda table.agenda dt {
  color: #00a651;
}

.npg-container.npg-agenda .vb-agenda table.agenda dd span {
  display: block;
}

.npg-container.npg-agenda .vb-agenda .sponsor {
  font-style: italic;
  font-weight: normal;
}

.npg-container.npg-agenda .vb-agenda .datebar {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #00a651;
  font-weight: normal;
  padding: 10px 0;
}

.npg-container.npg-agenda .vb-agenda ul {
  padding: 10px 0 15px 25px;
  list-style: none;
  margin: 0;
}

.npg-container.npg-agenda .vb-agenda ul li {
  position: relative;
  list-style: none outside;
}

.npg-container.npg-agenda .vb-agenda ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin: 4px 0 0 -25px;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-bullet.svg) no-repeat;
  background-size: 13px 13px;
}

.npg-container.npg-agenda .vb-agenda b,
.npg-container.npg-agenda .vb-agenda strong {
  font-weight: 600;
}

.npg-container.npg-agenda .vb-agenda .secondary-button.single {
  display: block;
  max-width: 100%;
  float: none !important;
  padding: 10px 0 !important;
  text-align: center;
  margin: 0 0 10px !important;
}

.npg-container.npg-agenda .vb-agenda .black-button,
.npg-container.npg-agenda .vb-agenda .secondary-button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 16px 30px !important;
  margin-right: 0 !important;
}

.npg-container.npg-agenda .vb-agenda .secondary-button {
  border: 1px solid #ee8500;
  -webkit-box-shadow: inset #ea7600 0 -3px 10px;
  -moz-box-shadow: inset #ea7600 0 -3px 10px;
  box-shadow: inset #ea7600 0 -3px 10px;
  background: #f19626;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxOTYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2YwOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VmOGEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTc2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f19626), color-stop(45%, #f09421), color-stop(48%, #ef8a0d), color-stop(100%, #ea7600));
  background: -webkit-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  background: -o-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  background: -ms-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  background: linear-gradient(to bottom, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19626', endColorstr='#ea7600', GradientType=0);
  color: #fff !important;
  padding: 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: normal 14px/1.3em "Open Sans", Arial, sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  max-width: 210px;
}

.npg-container.npg-agenda .vb-agenda .secondary-button:hover {
  background: #ea7600;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VmOGEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2YwOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTk2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7600), color-stop(52%, #ef8a0d), color-stop(55%, #f09421), color-stop(100%, #f19626));
  background: -webkit-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  background: -o-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  background: -ms-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  background: linear-gradient(to bottom, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7600', endColorstr='#f19626', GradientType=0);
}

.npg-container.npg-agenda .vb-agenda .register-now-btn {
  margin-bottom: 15px !important;
  text-align: center !important;
  height: 36px;
  padding: 0;
  text-transform: uppercase;
  border: 1px solid #009645;
  -webkit-box-shadow: inset #009645 0 -3px 10px;
  -moz-box-shadow: inset #009645 0 -3px 10px;
  box-shadow: inset #009645 0 -3px 10px;
  background: #00b85d;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b85d), color-stop(41%, #00b85d), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b85d', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
  display: block;
  width: 100%;
  font: normal 14px/36px "open sans", Arial, sans-serif !important;
}

.npg-container.npg-agenda .vb-agenda .register-now-btn:hover {
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
}

.npg-container.npg-agenda .vb-agenda .black-button {
  font: 600 14px/1em "open sans";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: inset #1d1c1f 0 -3px 10px;
  -moz-box-shadow: inset #1d1c1f 0 -3px 10px;
  box-shadow: inset #1d1c1f 0 -3px 10px;
  background: #1d1c1f;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #454446), color-stop(41%, #454446), color-stop(63%, #1d1c1f), color-stop(100%, #1d1c1f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454446', endColorstr='#1d1c1f', GradientType=0);
  /* IE6-8 */
  padding: 16px 30px;
  margin: 0 0 20px 0;
}

.npg-container.npg-agenda .vb-agenda .black-button:hover {
  border: 1px solid #00a651;
  -webkit-box-shadow: inset #00a651 0 -3px 10px;
  -moz-box-shadow: inset #00a651 0 -3px 10px;
  box-shadow: inset #00a651 0 -3px 10px;
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
  color: #fff;
}

@media screen and (max-width: 747px) {
  .npg-container.npg-agenda .vb-agenda table.agenda {
    border-bottom: none;
  }
  .npg-container.npg-agenda .vb-agenda .agenda,
  .npg-container.npg-agenda .vb-agenda .agenda caption,
  .npg-container.npg-agenda .vb-agenda .agenda tbody,
  .npg-container.npg-agenda .vb-agenda .agenda tr,
  .npg-container.npg-agenda .vb-agenda .agenda th,
  .npg-container.npg-agenda .vb-agenda .agenda td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .npg-container.npg-agenda .vb-agenda .agenda thead {
    display: none;
  }
  .npg-container.npg-agenda .vb-agenda .agenda tr,
  .npg-container.npg-agenda .vb-agenda .agenda td {
    border-bottom: 1px solid #eee !important;
  }
  .npg-container.npg-agenda .vb-agenda .agenda td:last-child {
    border-bottom: none !important;
  }
  .npg-container.npg-agenda .vb-agenda .agenda tr.expanded {
    margin: 0;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive thead {
    display: none;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive,
  .npg-container.npg-agenda .vb-agenda table.responsive tbody,
  .npg-container.npg-agenda .vb-agenda table.responsive tr,
  .npg-container.npg-agenda .vb-agenda table.responsive td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive td {
    padding: 0;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive td:before {
    content: attr(data-name);
    background: #00a651;
    color: #fff;
    font: 600 15px/1em "Open Sans", Arial, sans-serif;
    text-align: center;
    padding: 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive .content-holder {
    padding: 6px;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive.table-border .content-holder {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive.table-border td {
    border: none;
  }
  .npg-container.npg-agenda .vb-agenda table.responsive.table-border tr:last-child td:last-child {
    border-bottom: 1px solid #eee;
  }
}

.cancellation h3, .cancellation .h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
}

.cancellation h2, .cancellation .h2 {
  margin: 0;
  color: #224192;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.cancellation ol {
  padding: 10px 0 30px 20px;
}

.cancellation ol li {
  color: #707070;
  font: normal 16px/1.2em "source sans pro", Arial, sans-serif;
}

.when-holder .card-header,
.when.full .card-header {
  background: #00a651;
  color: #fff !important;
  text-align: center;
  min-height: 60px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 60px;
  font-family: "source sans pro", Arial, sans-serif;
  padding: 0;
}

.when-holder span {
  font-weight: 600;
}

.when-holder .card-body > * {
  font-size: 15px;
}

.registrat.registrat.pricing {
  border: 1px solid #eee;
}

.registrat.registrat.pricing b,
.registrat.registrat.pricing strong {
  font-weight: 600;
}

.registrat.pricing table {
  width: 100%;
  margin: 0 !important;
}

.registrat.pricing h2, .registrat.pricing .h2 {
  background: #00a651;
  color: #fff !important;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 50px;
  font-family: "source sans pro", Arial, sans-serif;
}

.registrat.pricing th {
  padding: 10px 5px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
}

.registrat.pricing td {
  padding: 4px;
  text-align: center;
  border: 1px solid #eee;
  vertical-align: middle;
}

.registrat.pricing td:first-child {
  border-left: none;
  line-height: 1.2em;
  text-align: left;
  padding: 10px 0 10px 20px;
}

.registrat.pricing td span b {
  font-weight: 600;
}

.registrat.pricing td em {
  display: none;
}

.registrat.pricing td.title {
  text-align: left;
  padding: 10px 20px;
  color: #00a651;
  text-transform: uppercase;
}

.registrat.pricing tbody:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .registrat.pricing thead {
    display: none;
  }
  .registrat.pricing td:first-child {
    text-align: center;
  }
  .registrat.pricing td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .registrat.pricing td:first-child {
    padding: 10px 20px;
  }
  .registrat.pricing td em {
    display: block;
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
    color: #111111;
    font-style: normal;
  }
  .registrat.pricing td span {
    padding: 20px;
    display: block;
  }
  .registrat.pricing td span b {
    padding: 0;
  }
}

.options-module h3, .options-module .h3 {
  background: #00a651;
  color: #fff !important;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0;
  font: 600 1rem/50px 'source sans pro', Arial, sans-serif;
}

.options-module table.rate-code td:first-child {
  width: 60%;
  vertical-align: middle;
}

.options-module .rate-code input[type="text"] {
  float: right;
  width: 120px;
  height: 38px;
  padding: 0 20px;
  margin: 0 20px 0 0;
  background: #fff;
}

.options-module table td {
  border: none;
  padding: 10px;
}

.options-module .f-l {
  float: left;
}

.options-module table label {
  display: block;
  line-height: 32px;
  font-size: 1em;
  font-weight: normal;
}

.options-module input[type="radio"],
.options-module input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 15px;
  height: 16px;
}

.options-module table input[type="radio"] + div,
.options-module table input[type="checkbox"] + div {
  overflow: hidden;
  display: block;
  line-height: 1.2em;
}

.options-module table td:first-child {
  text-align: left;
  width: 80%;
}

.options-module .table-view {
  display: table;
  width: 100%;
}

.options-module .table-view span, .options-module .table-view input {
  display: table-cell;
  vertical-align: middle;
}

.options-module .table-view span {
  width: 40%;
}

.options-module table tr {
  border-bottom: 1px solid #eee;
}

.options-module .holder-table {
  border: 1px solid #eee;
}

.options-module table tr.alt {
  border-bottom: none;
}

.target-host dt, .target-person dt {
  color: #224192;
  font-weight: 600;
  font-size: 18px;
}

.target-host dd span, .target-person dd span {
  display: block;
}

.options-module table {
  width: 100%;
  margin: 0;
}

.options-module table td + td {
  vertical-align: top;
  text-align: center;
  width: 20%;
}

.options-module table td span b {
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 20px;
}

.options-module table td span b:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 12px 12px;
}

.options-module table thead {
  background: #fdfdfd;
  color: #00a651;
  text-transform: uppercase;
  border: none;
}

.options-module table .total {
  border-bottom: none;
}

.options-module table .total-price b, .options-module table .total strong {
  font-weight: 800;
}

.options-module .title {
  color: #00a651;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}

.options-module input[name="promocode"]:focus {
  border: 2px solid #00a651;
  transition: border .2s;
}

.options-module tr.alt.d-flex label {
  flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .options-module table.rate-code,
  .options-module table.rate-code tbody,
  .options-module table.rate-code tr,
  .options-module table.rate-code td,
  .options-module table.rate-code td div > * {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .options-module table.rate-code td div.d-flex {
    flex-direction: column-reverse !important;
  }
  .options-module .rate-code input[type="text"] {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .options-module .btn-group-v6 .black-button {
    margin-bottom: 0 !important;
  }
  .options-module .table-view {
    display: block;
    padding-top: 10px;
  }
  .options-module table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .options-module thead td:first-child {
    text-align: center;
    border: none !important;
  }
  .black-button {
    width: 100% !important;
  }
  tr.alt.d-flex {
    flex-direction: column;
  }
  tr.alt.d-flex td {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #eee;
  }
  tr.alt.d-flex td:last-child {
    justify-content: center !important;
  }
}

.event-payment-form table.two-col-table {
  background: #fdfdfd;
}

.event-payment-form table.two-col-table label {
  float: none;
  color: #000;
  font-weight: 600;
  line-height: 1em;
  font-size: 15px;
  /*text-transform: capitalize;*/
}

.event-payment-form table.two-col-table td {
  vertical-align: middle;
}

.event-payment-form table.two-col-table td:first-child {
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 0;
}

.event-payment-form table.two-col-table td.textcenter {
  text-align: center;
  padding: 20px;
}

.event-payment-form table.two-col-table td.textcenter p {
  text-align: left;
}

.event-payment-form table.two-col-table td + td {
  padding: 10px 40px;
}

.event-payment-form table.two-col-table td select,
.event-payment-form table.two-col-table td input {
  margin: 0;
  font-style: italic;
  text-transform: none;
}

.event-payment-form table.two-col-table td input {
  background: #fff;
}

.event-payment-form table.two-col-table td select.short {
  width: 110px;
  float: left;
}

@media screen and (max-width: 747px) {
  .event-payment-form table.two-col-table td,
  .event-payment-form table.two-col-table tbody,
  .event-payment-form table.two-col-table tr,
  .event-payment-form table.two-col-table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-payment-form table.two-col-table {
    border-bottom: 1px solid #eee;
  }
  .event-payment-form table.two-col-table td {
    border-bottom: none;
  }
  .event-payment-form table.two-col-table td:first-child {
    text-align: center;
  }
  .event-payment-form table.two-col-table td select.short {
    float: none;
  }
}

.event-payment-form table {
  width: 100%;
  border-collapse: collapse;
}

.event-payment-form table th {
  background: #00a651;
  color: #fff;
  font: 600 15px/1em 'Open Sans', Arial, sans-serif;
  text-align: center;
  height: 60px;
}

.event-payment-form table td {
  text-align: center;
  width: 25%;
  padding: 6px;
}

.event-payment-form .table2 td {
  text-align: left;
  border: none;
  width: auto;
}

.event-payment-form .table-border td {
  border: 1px solid #eee;
}

@media screen and (max-width: 747px) {
  .event-payment-form table.responsive thead {
    display: none;
  }
  .event-payment-form table.responsive,
  .event-payment-form table.responsive tbody,
  .event-payment-form table.responsive tr,
  .event-payment-form table.responsive td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-payment-form table.responsive td {
    padding: 0;
  }
  .event-payment-form table.responsive td:before {
    content: attr(data-name);
    background: #00a651;
    color: #fff;
    font: 600 15px/1em 'Open Sans', Arial, sans-serif;
    text-align: center;
    padding: 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-payment-form table.responsive .content-holder {
    padding: 6px;
  }
  .event-payment-form table.responsive.table-border .content-holder {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .event-payment-form table.responsive.table-border td {
    border: none;
  }
  .event-payment-form table.responsive.table-border tr:last-child td:last-child {
    border-bottom: 1px solid #eee;
  }
}

.event-payment-form .credit-card-exp-tr select[name="ccexpyr"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .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: .25rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.event-payment-form .credit-card-exp-tr select[name="ccexpyr"]:focus, .event-payment-form .credit-card-exp-tr select[name="ccexpyr"]:focus-visible {
  border: 2px solid #00a651;
  transition: border .2s;
  outline-color: #00a651;
}

.event-payment-form select[name="cctype"]:focus, .event-payment-form select[name="cctype"]:focus-visible,
.event-payment-form input[name="ccard"]:focus,
.event-payment-form input[name="ccard"]:focus-visible,
.event-payment-form select[name="ccexpmo"]:focus,
.event-payment-form select[name="ccexpmo"]:focus-visible,
.event-payment-form select[name="ccexpyr"]:focus,
.event-payment-form select[name="ccexpyr"]:focus-visible,
.event-payment-form input[name="ccname"]:focus,
.event-payment-form input[name="ccname"]:focus-visible,
.event-payment-form input[name="canack"]:focus,
.event-payment-form input[name="canack"]:focus-visible,
.event-payment-form input[name="additional_emails"]:focus,
.event-payment-form input[name="additional_emails"]:focus-visible,
.event-payment-form select[name="quantity"]:focus,
.event-payment-form select[name="quantity"]:focus-visible {
  border: 2px solid #00a651;
  outline-color: #00a651;
  transition: border .2s;
}

.event-payment-form select {
  background: url(/images/ico-arrow-down-green.svg) 95% 50%/15px 15px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.event-payment-form select::-ms-expand {
  display: none;
}

/*notification*/
.notification {
  position: relative;
  padding: 15px 40px 16px 20px;
  color: #00a44b;
  border: 1px solid #00a44b;
  margin: 20px 0 30px;
}

.notification:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(/images/exclamation.png) 50% 50%/16px 16px no-repeat;
  margin: -8px 10px 0 0;
}

.notification p {
  font: 600 15px/1.3em 'source sans pro';
  margin: 0;
}

.notification.error {
  color: #e72713;
  border-color: #e72713;
}

.notification.error:after {
  display: none;
}

.notification.error p:after {
  position: absolute;
  content: '';
  right: -40px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 20px 0 0;
  background: url(/images/attention-red.png) 50% 50%/16px 16px no-repeat;
}

.notification.error p {
  color: #e72713;
  position: relative;
}

.notification.error.multi p svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.notification.error.multi p .shape {
  fill: #ff2209;
}

.notification.error.multi p {
  padding: 0;
  margin-bottom: 25px;
}

.notification.error.multi p:last-child {
  margin-bottom: 0;
}

.cms-format {
  overflow: auto;
  overflow-x: hidden;
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Overlay helper */
  /* Title helper */
  /******************************** 

--------- Super styles ----------

*********************************/
  /*--------- End of super styles ----------*/
  /*LIST OF BUTTON STYLES FROM NPG*/
  /*color buttons*/
  /*green one*/
  /*orange one*/
  /*black one*/
  /* temporary change for privacy policy content item.*/
}

.cms-format p {
  font-size: 16px;
  margin: 5px 0 15px;
  line-height: 1.4em;
}

.cms-format table {
  width: 100%;
  text-align: left;
}

.cms-format table th {
  color: #fff;
  background-color: #00a651;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cms-format h1, .cms-format .h1,
.cms-format h2,
.cms-format .h2,
.cms-format h3,
.cms-format .h3,
.cms-format h4,
.cms-format .h4 {
  font-weight: 400;
}

.cms-format ul {
  list-style: none;
  padding: 10px 0 15px 25px;
}

.cms-format ul li {
  position: relative;
  margin-bottom: 8px;
}

.cms-format ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin: 4px 0 0 -25px;
  width: 13px;
  height: 13px;
  background: url("/images/ico-arrow-bullet.svg") no-repeat;
  background-size: 13px 13px;
}

.cms-format ol {
  padding: 10px 0 15px 40px;
  list-style-type: decimal;
}

.cms-format ol > li {
  list-style-type: decimal;
}

.cms-format ol li {
  position: relative;
  margin-bottom: 15px;
  font-size: inherit;
}

.cms-format ol p {
  color: #111111;
  margin: 5px 0;
}

.cms-format ul li.widelists,
.cms-format ol li.widelists {
  margin-bottom: 10px;
}

.cms-format hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.cms-format .firstcharacter {
  float: left;
  font-size: 60px;
  line-height: 60px;
  padding-right: 8px;
  padding-left: 3px;
}

.cms-format .first-letter-custom::first-letter {
  font-size: 60px;
  vertical-align: bottom;
}

.cms-format strong {
  font-weight: 600;
}

.cms-format img {
  max-width: 100%;
}

.cms-format .info-box-article .holder .right .more:after {
  color: inherit;
  background: url(/images/ico-arrow.svg) no-repeat;
  background-size: 18px 18px;
}

.cms-format .intro {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.cms-format .big-quote {
  font-size: 29px;
  color: #373333;
  padding: 1em 1em 1em 3em;
  position: relative;
}

.cms-format .big-quote::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 1em;
  width: 60px;
  height: 60px;
  background: url("/images/ico-gray-quote.png") no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  display: block;
  z-index: 5;
}

.cms-format .big-quote strong {
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 747px) {
  .cms-format cms-format .big-quote {
    padding: 3em 0 2em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 24px;
  }
  .cms-format cms-format .big-quote:before {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
  }
}

.cms-format .big-callout {
  font-size: 29px;
  color: #373333;
  padding: 1em 1em 1em 1em;
  position: relative;
  line-height: 1.3em;
}

.cms-format .big-callout strong {
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 747px) {
  .cms-format .big-callout {
    padding: 2em 0 2em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 24px;
  }
}

.cms-format .single-quote {
  font-size: 24px;
  padding: 1em 1em 1em 3em;
  position: relative;
  color: #00a651;
}

.cms-format .single-quote strong {
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 747px) {
  .cms-format .single-quote {
    padding: 2em 0;
  }
}

.cms-format .cms-format .slick-slider {
  margin-bottom: 30px;
}

.cms-format .cms-format .slick-slider a {
  display: block;
  width: 100%;
  position: relative;
}

.cms-format .cms-format .slick-slider a:hover {
  position: relative;
  cursor: pointer;
}

.cms-format .cms-format .slick-slider a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #319c38;
  background: rgba(49, 156, 56, 0.9);
  z-index: 1;
}

.cms-format .cms-format .slick-slider a:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background: url("/images/lupe.png") center no-repeat;
  padding: 0;
  z-index: 2;
}

.cms-format .cms-format .slick-slider img {
  display: block;
  width: 100%;
}

.cms-format .cms-format .slick-slider .slick-slide {
  margin: 0 7px;
}

.cms-format .cms-format .slick-slider .slick-arrow {
  background: #fff;
  z-index: 5;
}

.cms-format .cms-format .slick-slider .slick-arrow:before {
  opacity: 1;
}

.cms-format .cms-format .slick-slider .slick-prev {
  left: -1px;
}

.cms-format .cms-format .slick-slider .slick-prev:hover:before {
  background: url(/images/ico-arrow-turnedleft-hovered.svg) no-repeat;
  background-size: 11px 11px;
}

.cms-format .cms-format .slick-slider .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  background: url(/images/ico-arrow-turnedleft.svg) no-repeat;
  background-size: 11px 11px;
}

.cms-format .cms-format .slick-slider .slick-next {
  right: -1px;
}

.cms-format .cms-format .slick-slider .slick-next:hover:before {
  background: url(/images/ico-arrow-learnmore-hovered.svg) no-repeat;
  background-size: 11px 11px;
}

.cms-format .cms-format .slick-slider .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 11px 11px;
}

.cms-format .cms-format .slick-slider {
  position: relative;
  display: block;
  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;
}

.cms-format .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.cms-format .slick-list:focus {
  outline: none;
}

.cms-format .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.cms-format .slick-slider .slick-track,
.cms-format .slick-slider .slick-list {
  -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);
}

.cms-format .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.cms-format .slick-track:before,
.cms-format .slick-track:after {
  content: "";
  display: table;
}

.cms-format .slick-track:after {
  clear: both;
}

.cms-format .slick-loading .slick-track {
  visibility: hidden;
}

.cms-format .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.cms-format [dir="rtl"] .slick-slide {
  float: right;
}

.cms-format .slick-slide img {
  display: block;
}

.cms-format .slick-slide.slick-loading img {
  display: none;
}

.cms-format .slick-slide.dragging img {
  pointer-events: none;
}

.cms-format .slick-initialized .slick-slide {
  display: block;
}

.cms-format .slick-loading .slick-slide {
  visibility: hidden;
}

.cms-format .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.cms-format .slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat;
}

@font-face {
  .cms-format {
    font-family: "slick";
    src: url("/fonts/slick.eot");
    src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.cms-format .slick-prev,
.cms-format .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.cms-format .slick-prev:hover,
.cms-format .slick-prev:focus,
.cms-format .slick-next:hover,
.cms-format .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.cms-format .slick-prev:hover:before,
.cms-format .slick-prev:focus:before,
.cms-format .slick-next:hover:before,
.cms-format .slick-next:focus:before {
  opacity: 1;
}

.cms-format .slick-prev.slick-disabled:before,
.cms-format .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.cms-format .slick-prev:before,
.cms-format .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cms-format .slick-prev {
  left: -25px;
}

.cms-format [dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.cms-format .slick-prev:before {
  content: "←";
}

.cms-format [dir="rtl"] .slick-prev:before {
  content: "→";
}

.cms-format .slick-next {
  right: -25px;
}

.cms-format [dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.cms-format .slick-next:before {
  content: "→";
}

.cms-format [dir="rtl"] .slick-next:before {
  content: "←";
}

.cms-format .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.cms-format .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.cms-format .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.cms-format .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.cms-format .slick-dots li button:hover,
.cms-format .slick-dots li button:focus {
  outline: none;
}

.cms-format .slick-dots li button:hover:before,
.cms-format .slick-dots li button:focus:before {
  opacity: 1;
}

.cms-format .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cms-format .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.cms-format .fancybox-wrap, .cms-format .fancybox-skin, .cms-format .fancybox-outer, .cms-format .fancybox-inner, .cms-format .fancybox-image, .cms-format .fancybox-wrap iframe, .cms-format .fancybox-wrap object, .cms-format .fancybox-nav, .cms-format .fancybox-nav span, .cms-format .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.cms-format .fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.cms-format .fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.cms-format .fancybox-opened {
  z-index: 8030;
}

.cms-format .fancybox-outer, .cms-format .fancybox-inner {
  position: relative;
}

.cms-format .fancybox-inner {
  overflow: hidden;
}

.cms-format .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.cms-format .fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.cms-format .fancybox-image, .cms-format .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cms-format .fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.cms-format #fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.cms-format #fancybox-loading div {
  width: 44px;
  height: 44px;
}

.cms-format .fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.cms-format .fancybox-nav {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.cms-format .fancybox-nav span {
  visibility: visible;
}

.cms-format .fancybox-prev {
  left: 0;
  margin: 0 0 0 -60px;
}

@media screen and (max-width: 747px) {
  .cms-format .fancybox-prev {
    margin: 0;
  }
}

.cms-format .fancybox-prev:hover span:before {
  opacity: 1;
  color: #fff;
}

.cms-format .fancybox-prev span {
  position: relative;
  opacity: 1;
}

.cms-format .fancybox-prev span:hover:before {
  background: url(/images/ico-arrow-turnedleft-hovered.svg) no-repeat;
  background-size: 20px 20px;
}

.cms-format .fancybox-prev span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: url(/images/ico-arrow-turnedleft.svg) no-repeat;
  background-size: 20px 20px;
}

.cms-format .fancybox-next {
  right: 0;
  margin: 0 -60px 0 0;
}

@media screen and (max-width: 747px) {
  .cms-format .fancybox-next {
    margin: 0;
  }
}

.cms-format .fancybox-next:hover span:before {
  opacity: 1;
  color: #fff;
}

.cms-format .fancybox-next span {
  position: relative;
  opacity: 1;
}

.cms-format .fancybox-next span:hover:before {
  background: url(/images/ico-arrow-learnmore-hovered.svg) no-repeat;
  background-size: 20px 20px;
}

.cms-format .fancybox-next span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 20px 20px;
}

.cms-format .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  z-index: 8040;
}

.cms-format .fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.cms-format .fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.cms-format .fancybox-nav:hover span {
  visibility: visible;
}

.cms-format .fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.cms-format .fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.cms-format .fancybox-lock body {
  overflow: hidden !important;
}

.cms-format .fancybox-lock-test {
  overflow-y: hidden !important;
}

.cms-format .fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}

.cms-format .fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.cms-format .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.cms-format .fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.cms-format .fancybox-opened .fancybox-title {
  visibility: visible;
  color: #111111;
}

.cms-format .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.cms-format .fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.cms-format .fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.cms-format .fancybox-title-inside-wrap {
  padding-top: 10px;
}

.cms-format .fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.cms-format .fancybox-title {
  background: #fff;
  margin: 0;
  padding: 20px;
  color: #111111;
  border: 1px solid #fff;
}

.cms-format .fancybox-inner img {
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cms-format .info-box-article {
  background: #f78200;
  color: #fff;
  margin-bottom: 20px;
}

.cms-format .info-box-article a {
  display: block;
  color: inherit;
}

.cms-format .info-box-article .holder {
  display: table;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 747px) {
  .cms-format .info-box-article .holder {
    display: block;
    padding: 25px 4em;
  }
}

.cms-format .info-box-article .holder .left {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 747px) {
  .cms-format .info-box-article .holder .left {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 0;
    text-align: left;
  }
  .cms-format .info-box-article .holder .left:after {
    content: "";
    height: 1px;
    border-top: 1px solid #fff;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
  }
}

.cms-format .info-box-article .holder .right {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  position: relative;
}

@media screen and (max-width: 747px) {
  .cms-format .info-box-article .holder .right {
    display: block;
    padding: 0;
  }
  .cms-format .info-box-article .holder .right:after {
    content: "";
    display: block;
    clear: both;
  }
}

.cms-format .info-box-article .holder .right:before {
  content: "";
  height: 100%;
  border-left: 1px solid #fff;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 747px) {
  .cms-format .info-box-article .holder .right:before {
    display: none;
  }
}

.cms-format .info-box-article .holder .right .more {
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 747px) {
  .cms-format .info-box-article .holder .right .more {
    float: left;
  }
}

.cms-format .info-box-article .holder .right .more:after {
  color: inherit;
  background: url(/images/ico-arrow.svg) no-repeat;
  background-size: 18px 18px;
}

.cms-format h1, .cms-format .h1,
.cms-format .h1 {
  color: #00a651;
  font-size: 32px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.5em;
}


.cms-format h2,
.cms-format .h2,
.cms-format .h2 {
  font-family: "Open Sans";
  color: #00a651;
  font-size: 28px;
  margin: 0.5em 0 0.2em;
  line-height: 1em;
  font-weight: normal;
}


.cms-format h3,
.cms-format .h3,
.cms-format .h3 {
  color: #224192;
  font-size: 24px;
  line-height: 1em;
  font-weight: normal;
  margin: 0.5em 0 0.2em;
}


.cms-format h4,
.cms-format .h4,
.cms-format .h4 {
  color: #224192;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.2em;
}

.cms-format h5, .cms-format .h5,
.cms-format .h5 {
  color: #224192;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.2em;
}

.cms-format h6, .cms-format .h6,
.cms-format .h6 {
  color: #f58220;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em;
}

.cms-format .aside-quote {
  font-size: 20px;
  font-style: italic;
  color: #224192;
  float: left;
  padding: 2em 2em 2em 3em;
  width: 35%;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 747px) {
  .cms-format .aside-quote {
    padding: 3em 0 2em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

.cms-format .aside-quote:before {
  content: "";
  position: absolute;
  left: 1em;
  top: 2em;
  width: 30px;
  height: 30px;
  background: url("/images/ico-blue-quote.png") no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  display: block;
  z-index: 5;
}

@media screen and (max-width: 747px) {
  .cms-format .aside-quote:before {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}

.cms-format .aside-callout {
  font-size: 20px;
  font-style: italic;
  color: #224192;
  float: left;
  padding: 2em 2em 2em 2em;
  width: 35%;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 747px) {
  .cms-format .aside-callout {
    padding: 2em 0 2em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

.cms-format .figure-article {
  display: block;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}

.cms-format .figure-article img {
  margin: 0 auto 10px;
  display: block;
}

.cms-format .figure-article figcaption {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
}

.cms-format nav ul,
.cms-format nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.cms-format .in-content-sidebar {
  width: 230px;
  float: right;
  clear: right;
  margin: 0 0 10px 10px !important;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 20px 10px;
  position: relative;
  z-index: 2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .cms-format .in-content-sidebar {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

.cms-format img.in-content-imageleft {
  float: left;
  margin: 0;
  padding: 10px 10px 10px 0;
  border: none;
}

.cms-format img.in-content-imageright {
  float: right;
  margin: 0;
  padding: 10px 0 10px 10px;
  border: none;
}

.cms-format .super_styles h1, .cms-format .super_styles .h1,
.cms-format .super_styles .h1 {
  color: #222222;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: bold;
  margin: 0.5em 0 0;
}

.cms-format .super_styles h2, .cms-format .super_styles .h2,
.cms-format .super_styles .h2 {
  font-family: "Open Sans";
  color: #444444;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: normal;
  margin: 0.5em 0 0.2em;
}

.cms-format .super_styles h3, .cms-format .super_styles .h3,
.cms-format .super_styles .h3 {
  color: #222222;
  font-size: 23px;
  line-height: 1em;
  font-weight: 600;
  margin: 0.5em 0 0.2em;
}

.cms-format .super_styles h4, .cms-format .super_styles .h4,
.cms-format .super_styles .h4 {
  color: #111111;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0.5em 0 0.2em;
}

.cms-format .super_styles h5, .cms-format .super_styles .h5,
.cms-format .super_styles .h5 {
  color: #333333;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  margin: 0.5em 0 0.2em;
}

.cms-format .super_styles .time-article {
  font-size: 18px;
  display: block;
  margin: 1.5em 0 1em;
}

.cms-format .super_styles .firstcharacter {
  float: left;
  font-size: 80px;
  line-height: 70px;
  padding-right: 8px;
  padding-left: 3px;
}

.cms-format .super_styles .initialcharacter {
  font-size: 80px;
  line-height: 70px;
  padding-right: 2px;
  padding-left: 3px;
}

.cms-format .super_styles p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 5px 0 18px;
  font: normal 18px/1.5em "Open Sans", Arial, sans-serif;
  color: #111111;
}

.cms-format .super_styles ol li,
.cms-format .super_styles ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  font: normal 18px/1.5em "Open Sans", Arial, sans-serif;
  color: #111111;
}

.cms-format .super_styles a {
  text-decoration: none;
  outline: none;
  color: inherit;
  box-shadow: inset 0 -2px #00a651;
}

.cms-format .super_styles a:hover {
  color: #00a651;
  cursor: pointer;
}

.cms-format .super_styles a:focus {
  outline: none;
}

.cms-format .super_styles a:hover,
.cms-format .super_styles a:active {
  outline: 0;
}

.cms-format .super_styles a:active {
  text-decoration: none;
}

.cms-format .super_styles .aside-quote {
  font-size: 20px;
  font-style: normal;
  color: #111111;
  float: left;
  padding: 2em 3em 2em 1em;
  width: 40%;
  position: relative;
  margin: 0;
}

.cms-format .super_styles .aside-quote:before {
  border-top: 10px solid #111111;
  border-top-width: 0.5em;
  border-top-style: solid;
  content: "";
  padding-bottom: 0.5em;
  width: 95%;
  line-height: 50%;
  display: block;
  background: none;
  position: static;
}

.cms-format .super_styles .aside-quote:after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: "";
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .aside-callout {
  font-size: 20px;
  font-style: normal;
  color: #111111;
  float: left;
  padding: 2em 3em 2em 1em;
  width: 40%;
  position: relative;
  margin: 0;
}

.cms-format .super_styles .aside-callout:before {
  border-top: 10px solid #111111;
  border-top-width: 0.5em;
  border-top-style: solid;
  content: "";
  padding-bottom: 0.5em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .aside-callout:after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: "";
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .tweet {
  font-size: 20px;
  font-style: normal;
  color: #111111;
  float: left;
  padding: 2em 3em 2em 1em;
  width: 40%;
  position: relative;
  margin: 0;
}

.cms-format .super_styles .tweet:before {
  border-top: 10px solid #111111;
  border-top-width: 0.5em;
  border-top-style: solid;
  content: "";
  padding-bottom: 0.5em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .tweet:after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: "";
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .tweet a {
  box-shadow: none;
}

.cms-format .super_styles .related-content {
  font-size: 18px;
  line-height: 1.4em;
  font-style: normal;
  color: #111111;
  float: left;
  padding: 2em 3em 2em 1em;
  width: 40%;
  position: relative;
  margin: 0 0 0 0;
}

.cms-format .super_styles .related-content:before {
  border-top: 10px solid #111111;
  border-top-width: 0.5em;
  border-top-style: solid;
  content: "";
  padding-bottom: 0.5em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .related-content:after {
  border-bottom: 10px solid #999999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: "";
  padding-bottom: 2em;
  width: 95%;
  line-height: 50%;
  display: block;
}

.cms-format .super_styles .related-content a {
  box-shadow: none;
}

.cms-format .super_styles .info-box-article {
  background: #111111;
}

.cms-format .super_styles .info-box-article a {
  box-shadow: none;
}

.cms-format .super_styles .info-box-article a:hover {
  color: #00a651;
}

@media screen and (max-width: 747px) {
  .cms-format .super_styles h1, .cms-format .super_styles .h1,
  .cms-format .super_styles .h1 {
    font-size: 42px !important;
  }
  .cms-format .super_styles h2, .cms-format .super_styles .h2,
  .cms-format .super_styles .h2 {
    font-size: 23px;
  }
  .cms-format .super_styles h3, .cms-format .super_styles .h3,
  .cms-format .super_styles .h3 {
    font-size: 20px;
  }
  .cms-format .super_styles h4, .cms-format .super_styles .h4,
  .cms-format .super_styles .h4 {
    font-size: 18px;
  }
  .cms-format .super_styles .aside-callout {
    display: none;
  }
  .cms-format .super_styles .aside-quote {
    display: none;
  }
  .cms-format .super_styles .firstcharacter {
    font-size: inherit;
    line-height: inherit;
    padding-right: inherit;
    padding-left: inherit;
  }
  .cms-format .super_styles .initialcharacter {
    font-size: inherit;
    line-height: inherit;
    padding-right: inherit;
    padding-left: inherit;
  }
  .cms-format .super_styles .tweet {
    width: 50%;
    font-size: 17px;
  }
  .cms-format .super_styles .related-content {
    width: 50%;
    font-size: 17px;
  }
}

.cms-format table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.cms-format table th {
  background: #00a651;
  color: #fff;
  font: 600 15px/1em "Open Sans", Arial, sans-serif;
  text-align: center;
  height: 60px;
}

.cms-format table td {
  text-align: center;
  width: 25%;
  padding: 6px;
}

.cms-format .table2 td {
  text-align: left;
  border: none;
  width: auto;
}

.cms-format .table-border td {
  border: 1px solid #eee;
}

@media screen and (max-width: 747px) {
  .cms-format table.responsive thead {
    display: none;
  }
  .cms-format table.responsive,
  .cms-format table.responsive tbody,
  .cms-format table.responsive tr,
  .cms-format table.responsive td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-format table.responsive td[data-name] .content-holder:first-child {
    margin-top: 10px;
  }
  .cms-format table.responsive td[data-name] .content-holder:last-child {
    margin-bottom: 10px;
  }
  .cms-format table.responsive td[data-name]:before {
    content: attr(data-name);
    background: #00a651;
    color: #fff;
    font: 600 15px/1em "Open Sans", Arial, sans-serif;
    text-align: center;
    padding: 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-format table.responsive .content-holder {
    padding: 6px;
  }
  .cms-format table.responsive.table-border .content-holder {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .cms-format table.responsive.table-border td {
    border: none;
  }
  .cms-format table.responsive.table-border tr:last-child td:last-child {
    border-bottom: 1px solid #eee;
  }
}

.cms-format table td {
  text-align: center;
  width: auto;
  border: none !important;
}

.cms-format table td:first-child {
  border: none;
}

.cms-format table img {
  max-width: none;
}

.cms-format table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
  text-align: left !important;
}

.cms-format table td {
  text-align: left;
}

.cms-format table th {
  background: #00a651;
  color: #fff;
  font: 600 15px/1em "Open Sans", Arial, sans-serif;
  height: 60px;
}

.cms-format table,
.cms-format caption,
.cms-format tbody,
.cms-format tfoot,
.cms-format thead,
.cms-format tr,
.cms-format th,
.cms-format td {
  border-collapse: collapse;
  border-spacing: 0;
}

.cms-format td {
  vertical-align: top;
}

.cms-format th {
  vertical-align: middle;
}

.cms-format .button-styled {
  position: relative;
  background: #00a651;
  color: #fff;
  padding: 16px 35px 16px 20px;
  font: 600 14px "Open Sans", Arial, sans-serif;
  text-align: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cms-format .button-styled:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-down.svg) no-repeat;
  background-size: 13px 13px;
  margin: -6px 18px 0 0;
}

.cms-format .button-styled-alt {
  border: 1px solid #009645;
  -webkit-box-shadow: inset #009645 0 -3px 10px;
  -moz-box-shadow: inset #009645 0 -3px 10px;
  box-shadow: inset #009645 0 -3px 10px;
  background: #00b85d;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b85d), color-stop(41%, #00b85d), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b85d', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font: 600 14px/1 "open sans", Arial, sans-serif;
}

.cms-format .button-styled-alt:hover {
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
}

.cms-format .secondary-button {
  border: 1px solid #ee8500;
  -webkit-box-shadow: inset #ea7600 0 -3px 10px;
  -moz-box-shadow: inset #ea7600 0 -3px 10px;
  box-shadow: inset #ea7600 0 -3px 10px;
  background: #f19626;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxOTYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2YwOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VmOGEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTc2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f19626), color-stop(45%, #f09421), color-stop(48%, #ef8a0d), color-stop(100%, #ea7600));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19626', endColorstr='#ea7600', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
  padding: 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: normal 14px/1.3em "Open Sans", Arial, sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  max-width: 210px;
}

.cms-format .secondary-button:hover {
  /* Permalink - use to edit and share this gradient: http:/colorzilla.com/gradient-editor/#ea7600+0,ef8a0d+52,f09421+55,f19626+100 */
  background: #ea7600;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VmOGEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2YwOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTk2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7600), color-stop(52%, #ef8a0d), color-stop(55%, #f09421), color-stop(100%, #f19626));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7600', endColorstr='#f19626', GradientType=0);
  /* IE6-8 */
}

.cms-format .secondary-button.single {
  display: block;
  max-width: 100%;
  float: none !important;
  padding: 10px 0 !important;
  text-align: center;
  margin: 0 0 10px !important;
}

.cms-format .button-styled-alt.short {
  width: auto;
  display: inline-block;
  padding: 10px 80px;
  font-weight: normal;
}

.cms-format .button-styled-short {
  border: 1px solid #009645;
  -webkit-box-shadow: inset #009645 0 -3px 10px;
  -moz-box-shadow: inset #009645 0 -3px 10px;
  box-shadow: inset #009645 0 -3px 10px;
  background: #00b85d;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b85d), color-stop(41%, #00b85d), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b85d', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
  padding: 10px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: normal 12px "Open Sans", Arial, sans-serif;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

.cms-format .button-styled-short:hover {
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
}

.cms-format .button-styled-primary {
  border: 1px solid #009645;
  -webkit-box-shadow: inset #009645 0 -3px 10px;
  -moz-box-shadow: inset #009645 0 -3px 10px;
  box-shadow: inset #009645 0 -3px 10px;
  background: #00b85d;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b85d), color-stop(41%, #00b85d), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b85d 1%, #00b85d 41%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b85d', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
  padding: 10px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: normal 12px "Open Sans", Arial, sans-serif;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

.cms-format .button-styled-primary:hover {
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
}

.cms-format .button-styled-secondary {
  border: 1px solid #ee8500;
  -webkit-box-shadow: inset #ea7600 0 -3px 10px;
  -moz-box-shadow: inset #ea7600 0 -3px 10px;
  box-shadow: inset #ea7600 0 -3px 10px;
  background: #f19626;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxOTYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2YwOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VmOGEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTc2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f19626), color-stop(45%, #f09421), color-stop(48%, #ef8a0d), color-stop(100%, #ea7600));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f19626 0%, #f09421 45%, #ef8a0d 48%, #ea7600 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19626', endColorstr='#ea7600', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
  padding: 10px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: normal 12px "Open Sans", Arial, sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.cms-format .button-styled-secondary:hover {
  /* Permalink - use to edit and share this gradient: http:/colorzilla.com/gradient-editor/#ea7600+0,ef8a0d+52,f09421+55,f19626+100 */
  background: #ea7600;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VmOGEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2YwOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTk2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7600), color-stop(52%, #ef8a0d), color-stop(55%, #f09421), color-stop(100%, #f19626));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ea7600 0%, #ef8a0d 52%, #f09421 55%, #f19626 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7600', endColorstr='#f19626', GradientType=0);
  /* IE6-8 */
}

.cms-format .button-styled-trittery {
  font: normal 12px "Open Sans", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: inset #1d1c1f 0 -3px 10px;
  -moz-box-shadow: inset #1d1c1f 0 -3px 10px;
  box-shadow: inset #1d1c1f 0 -3px 10px;
  background: #1d1c1f;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwYjg1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #454446), color-stop(41%, #454446), color-stop(63%, #1d1c1f), color-stop(100%, #1d1c1f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #454446 1%, #454446 41%, #1d1c1f 63%, #1d1c1f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454446', endColorstr='#1d1c1f', GradientType=0);
  /* IE6-8 */
  padding: 10px 35px;
  margin: 0 0 20px 0;
}

.cms-format .button-styled-trittery:hover {
  border: 1px solid #00a651;
  -webkit-box-shadow: inset #00a651 0 -3px 10px;
  -moz-box-shadow: inset #00a651 0 -3px 10px;
  box-shadow: inset #00a651 0 -3px 10px;
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */
  color: #fff;
}

.cms-format .button-styled-fourth {
  position: relative;
  padding-right: 18px;
}

.cms-format .button-styled-fourth:after {
  content: "";
  position: absolute;
  margin: -5px 0 0 0;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.cms-format .btn--green {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  margin: 10px 1px;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #00a651 !important;
  color: #ffffff !important;
}

.cms-format .btn--orange {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  margin: 10px 1px;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f58220 !important;
  color: #ffffff !important;
}

.cms-format .cookie-policy-table td:first-child {
  border: 1px solid #dddddd;
}

.post {
  margin-bottom: 2rem;
}

.post img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.post a.register-now-btn {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 0.25rem;
}

table {
  width: 100%;
}

.tipic th {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #00a651;
  font-weight: normal;
  height: auto;
}

.tipic th, .tipic td {
  padding: 25px 0;
  text-align: center;
}

.tipic {
  margin-bottom: 20px;
}

.tipic.details {
  table-layout: fixed;
}

.tipic.details .title {
  text-transform: uppercase;
  text-align: left;
  padding: 5px 20px;
  vertical-align: middle;
  font-size: 13px;
}

.tipic.details td {
  padding: 5px 0;
}

.tipic.details td:first-child {
  width: 40%;
}

.tipic.details td + td {
  text-align: left;
  padding: 5px 30px;
  font-size: 13px;
}

.summ {
  position: relative;
  padding: 0 0 0 20px;
}

.summ:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin: -7px 0 0;
  width: 14px;
  height: 14px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 14px 14px;
}

.packages .secondary-button {
  float: left;
  line-height: 50px;
  padding: 0 50px;
}

.button-styled-short.center {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

@media screen and (max-width: 747px) {
  .tipic thead {
    display: none;
  }
  .tipic, .tipic tbody, .tipic tr, .tipic td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tipic td {
    border-bottom: none;
    padding: 0 0 25px;
  }
  .tipic {
    border-bottom: 1px solid #eee;
  }
  .tipic td:before {
    display: block;
    content: attr(data-name);
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #00a651;
    font-weight: normal;
    padding: 25px 0;
    margin-bottom: 25px;
  }
  .packages .secondary-button {
    width: 100%;
    max-width: 100%;
  }
  .tipic.details thead {
    display: block;
  }
  .tipic.details th {
    width: 100%;
    display: block;
  }
  .tipic.details td.title {
    width: 100% !important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .tipic.details td + td {
    padding: 25px 0;
    text-align: center;
  }
  .tipic.details td:before {
    display: none;
  }
}

.table-border td {
  border: 1px solid #eee;
}

table.two-col-table {
  background: #fdfdfd;
  width: 100%;
}

table.two-col-table label {
  float: none;
  color: #000;
  font-weight: 600;
  line-height: 1em;
  font-size: 15px;
  /*text-transform: capitalize;*/
}

table.two-col-table td {
  vertical-align: middle;
}

table.two-col-table td:first-child {
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 0;
  line-height: 1;
}

table.two-col-table td.textcenter {
  text-align: center;
  padding: 20px;
}

table.two-col-table td.textcenter p {
  text-align: left;
}

table.two-col-table td + td {
  padding: 10px 40px;
}

table.two-col-table td select,
table.two-col-table td input {
  margin: 0;
  font-style: italic;
  text-transform: none;
}

table.two-col-table td input {
  background: #fff;
}

table.two-col-table td select.short {
  width: 110px;
  float: left;
}

@media screen and (max-width: 747px) {
  table.two-col-table td,
  table.two-col-table tbody,
  table.two-col-table tr,
  table.two-col-table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.two-col-table {
    border-bottom: 1px solid #eee;
  }
  table.two-col-table td {
    border-bottom: none;
  }
  table.two-col-table td:first-child {
    text-align: center;
  }
  table.two-col-table td select.short {
    float: none;
  }
}

.rostertable td {
  text-align: center;
  width: 25%;
  padding: 6px;
  vertical-align: top;
}

.rostertable th {
  background: #00a651;
  color: #fff;
  font: 600 15px/1em 'Open Sans', Arial, sans-serif;
  text-align: center;
  height: 60px;
}

@media screen and (max-width: 768px) {
  ul.table-list {
    list-style: none !important;
    padding: 0;
  }
  .table-list li h3, .table-list li .h3 {
    margin: 0;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    border: 1px solid #00a651;
    color: #fff !important;
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
  }
  .table-list li div {
    border-top: 1px solid #eee;
    padding: 15px 0;
  }
  .table-list li span {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .table-list li div h4, .table-list li div .h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  }
}

.sponsors-holder p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
  height: 200px;
}

.sponsors-holder p:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -1px;
  vertical-align: middle;
}

.sponsors-holder p img {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

.bookmarks {
  overflow: hidden;
  width: 100%;
}

.bookmarks h2, .bookmarks .h2 {
  margin: 0;
  float: left;
  width: 100%;
  background: #00a651;
  color: #fff !important;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 50px;
}

.bookmarks .table {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}

.bookmarks .table:last-child {
  margin: 0;
}

.bookmarks .table .t1 {
  width: 600px;
  vertical-align: middle;
  padding: 0 0 0 50px;
}

.bookmarks .table .t2 {
  width: 160px;
  vertical-align: middle;
  padding: 0;
}

.bookmarks .table th {
  height: 30px;
  color: #b9b9b9;
  border: none;
  text-align: left;
  text-transform: uppercase;
  background: none;
  font: 400 14px/30px 'source sans pro', Arial, sans-serif;
}

.bookmarks .table td {
  color: #b9b9b9;
  border: none;
  text-align: left;
  background: none;
}

.bookmarks .table td p {
  width: 98%;
  margin: 0;
  font: 400 14px/1.2em 'source sans pro', Arial, sans-serif !important;
}

.bookmarks .table td span {
  color: #00a651;
  cursor: pointer;
}

.bookmarks .table thead {
  border: none;
}

.bookmarks .table thead tr {
  background: url(/images/pattern.png);
  height: 30px;
  width: 100%;
}

.bookmarks .table tbody tr {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 50px;
  width: 100%;
}

.bookmarks .table .t2 a {
  float: left;
  margin: 0 30px 0 0;
}

.bookmarks .table .t2 a:last-child {
  margin: 0;
}

.bookmarks .table .t2 .delete:hover {
  background: url(/images/ico-trash-on-02.png) no-repeat;
}

.bookmarks .table .t2 .send:hover {
  background: url(/images/ico-share-on-02.png) no-repeat;
}

.bookmarks .table .t2 .nope:hover {
  background: url(/images/ico-cancel-on-02.png) no-repeat;
}

.bookmarks .table .t2 .star:hover {
  background: url(/images/ico-star-on-02.png) no-repeat;
}

.bookmarks .table .t2 .delete {
  background: url(/images/ico-trash-02.png) no-repeat;
  width: 15px;
  height: 20px;
}

.bookmarks .table .t2 .send {
  background: url(/images/ico-share-02.png) no-repeat;
  width: 20px;
  height: 18px;
}

.bookmarks .table .t2 .nope {
  background: url(/images/ico-cancel-02.png) no-repeat;
  width: 20px;
  height: 20px;
}

.bookmarks .table .t2 .star {
  background: url(/images/ico-star-02.png) no-repeat;
  width: 21px;
  height: 20px;
}

#col-right .bookmarks .table td p {
  width: 98%;
  padding: 0 0 0 2%;
}

#col-right .bookmarks .table td p {
  font: 600 14px 'source sans pro', Arial, sans-serif !important;
}

#col-right .bookmarks .table .t1 {
  width: 55%;
  padding: 0 0 0 0;
}

#col-right .bookmarks .table .t2 {
  width: 30%;
  padding: 0;
}

#col-right .bookmarks .table .t2 a {
  margin: 0 18px 0 0;
}

@media screen and (max-width: 1218px) {
  .bookmarks .table .t1 {
    width: 375px;
  }
}

@media screen and (max-width: 748px) {
  .bookmarks .table td p {
    width: 98%;
    padding: 0 0 0 2%;
  }
  .bookmarks .table td p {
    font: 600 14px 'source sans pro', Arial, sans-serif !important;
  }
  .bookmarks .table .t1 {
    width: 55%;
    padding: 0 0 0 0;
  }
  .bookmarks .table .t2 {
    width: 30%;
    padding: 0;
  }
  .bookmarks .table .t2 a {
    margin: 0 18px 0 0;
  }
}

.training_profile img.f-l.avatar {
  float: left;
  margin: 0 30px 25px 0;
}

@media screen and (max-width: 768px) {
  .training_profile img.f-l.avatar {
    height: auto;
    margin: 0 15px 15px 0;
    width: 110px;
  }
}

.training_profile h1, .training_profile .h1 {
  font-size: 24px;
  margin: 0;
}

.training_profile h2, .training_profile .h2 {
  font-size: 24px;
  color: #3b3838;
  margin: 0;
}

.buckets-section h3, .buckets-section .h3 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'source sans pro';
  margin: 0;
}

.buckets-section .detail {
  text-transform: uppercase;
  font-size: 12px;
  color: #111;
  font-family: 'source sans pro';
  display: block;
}

.buckets-section .item .detail:hover,
.buckets-section .item h3:hover,
.buckets-section .item .h3:hover {
  color: #47b94f;
  cursor: pointer;
}

.buckets .item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 24%;
  margin-bottom: 30px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .buckets .item {
    width: 100%;
  }
}

.email-preference .article-item {
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 20px;
}

.email-preference .article-item h2, .email-preference .article-item .h2 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}

.email-preference .article-item p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.email-preference article.sub-item {
  padding: 20px;
}

.email-preference article.sub-item h3, .email-preference article.sub-item .h3 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}

.email-preference article.sub-item p {
  margin: 0;
}

.email-preference article.sub-item .checklist {
  column-count: 1;
}

.email-preference .checklist {
  column-count: 2;
  padding: 20px 0;
  column-gap: 100px;
}

.email-preference .checklist label {
  display: inline-block;
  width: 100%;
}

.email-preference .checklist label span {
  color: #00a651;
}

.email-preference .checklist label input[type="checkbox"] {
  float: left;
  margin: 4px 10px 3px 4px;
}

.email-preference .checklist p {
  padding-left: 27px;
}

@media screen and (max-width: 768px) {
  .email-preference .checklist {
    column-count: 1;
  }
}

.email-preference .abilities label {
  display: block;
  padding: 30px 0;
  margin: 0;
}

.email-preference input[type="checkbox"] {
  margin: 0;
  margin-right: 10px;
  width: 15px;
  height: 16px;
}

.email-preference .thank-you-message {
  color: #00a651;
  font-weight: 400;
  font-size: 20px;
  display: block;
}

.membership-accordion .symbols-list li.page-item {
  margin-left: -1px !important;
  margin: -1px 0 0 0 !important;
  width: 27px;
  height: 30px;
  text-align: center;
}

.membership-accordion .symbols-list li.page-item a {
  display: block;
  text-transform: uppercase;
  line-height: 30px !important;
  height: 100%;
  color: #707070;
  padding: 0;
}

.membership-accordion .symbols-list li.page-item a:hover {
  color: #00a651;
  background-color: #fff;
}

.membership-accordion .symbols-list li.page-item a:focus {
  box-shadow: none;
}

.membership-accordion .symbols-list li.page-item:first-child a {
  margin-left: -1px;
  border-radius: 0;
}

.membership-accordion .symbols-list li.page-item:last-child a {
  border-radius: 0;
}

.membership-accordion .opener {
  border-bottom: 1px solid #eee;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #00a651;
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.membership-accordion .opener:after {
  background: url(/images/ico-arrow-up-green.svg) no-repeat scroll 0 0/13px 13px transparent;
  content: "";
  display: block;
  height: 13px;
  left: 100%;
  margin: -6px 0 0 -13px;
  position: absolute;
  top: 50%;
  width: 13px;
}

.membership-accordion .opener.collapsed {
  margin-bottom: 30px;
}

.membership-accordion .opener.collapsed:after {
  background: url(/images/ico-arrow-down-green.svg) no-repeat scroll 0 0/13px 13px transparent;
  content: "";
  display: block;
  height: 13px;
  left: 100%;
  margin: -6px 0 0 -13px;
  position: absolute;
  top: 50%;
  width: 13px;
}

.membership-accordion ul.list-group {
  margin-bottom: 20px;
}

.membership-accordion ul.list-group:last-child {
  margin-bottom: 0;
}

.membership-accordion .list-group-item {
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "source sans pro", Arial, sans-serif;
}

.membership-accordion .list-group-item a {
  color: #000;
}

.membership-accordion .list-group-item a:hover {
  color: #00a651;
}

.event-calendar-container {
  /* Card */
}

.event-calendar-container .material-icons {
  font-size: 16px;
  font-weight: 600;
  vertical-align: -15%;
}

.event-calendar-container #toggleEvent-btn .material-icons {
  vertical-align: middle;
}

.event-calendar-container .card {
  border: none;
  margin-bottom: 1rem;
  width: 100%;
  transition: width 0.8s ease-in-out;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  /* Webinar */
  /* Training */
  /* Commitee */
  /* 1-Day */
}

.event-calendar-container .card p.card-text.event-type {
  margin-bottom: 0.25rem;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.event-calendar-container .card .card-title {
  margin-bottom: 0.8rem;
  color: #3c4858;
  font-size: 17px;
  text-decoration: underline;
}

.event-calendar-container .card .card-title a {
  color: #3c4858;
  text-decoration: none !important;
}

.event-calendar-container .card .card-title a:hover {
  text-decoration: underline !important;
}

.event-calendar-container .card .card-subtitle {
  font-size: 16px;
  margin-bottom: 0.8rem;
}

.event-calendar-container .card .card-subtitle.text-muted {
  font-size: 12px;
}

.event-calendar-container .card .card-subtitle.text-muted span {
  font-size: 12px;
}

.event-calendar-container .card.webinar {
  border-left: 15px solid #9663A9;
}

.event-calendar-container .card.webinar .event-type {
  color: #9663A9;
}

.event-calendar-container .card.webinar .material-icons {
  color: #9663A9;
}

.event-calendar-container .card.training {
  border-left: 15px solid #1C3F94;
}

.event-calendar-container .card.training .event-type {
  color: #1C3F94;
}

.event-calendar-container .card.training .material-icons {
  color: #1C3F94;
}

.event-calendar-container .card.committee {
  border-left: 15px solid #00AFF0;
}

.event-calendar-container .card.committee .event-type {
  color: #00AFF0;
}

.event-calendar-container .card.committee .material-icons {
  color: #00AFF0;
}

.event-calendar-container .card.local {
  border-left: 15px solid #F03223;
}

.event-calendar-container .card.local .event-type {
  color: #F03223;
}

.event-calendar-container .card.local .material-icons {
  color: #F03223;
}

.event-calendar-container .card.one-day {
  border-left: 15px solid #00a651;
}

.event-calendar-container .card.one-day .event-type {
  color: #00a651;
}

.event-calendar-container .card.one-day .material-icons {
  color: #00a651;
}

.event-calendar-container .card.industry-conference, .event-calendar-container .card.conference {
  border-left: 15px solid #F58220;
}

.event-calendar-container .card.industry-conference .event-type, .event-calendar-container .card.conference .event-type {
  color: #F58220;
}

.event-calendar-container .card.industry-conference .material-icons, .event-calendar-container .card.conference .material-icons {
  color: #F58220;
}

.event-calendar-container .tab-pane .card {
  padding: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.event-calendar-container .event-button-group .list-group-item-action {
  background-color: #00a651;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  transition: background-color 0.25s ease-in;
}

.event-calendar-container .event-button-group .list-group-item-action:last-child {
  margin-bottom: 0;
}

.event-calendar-container .event-button-group .list-group-item-action:hover {
  background-color: #00b16a;
}

.event-calendar-container .desktop-sidebar-month-selection .list-group-item-action {
  margin-bottom: 1rem;
  border-top: 0;
  border-bottom: 0;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 18px;
}

.event-calendar-container .desktop-sidebar-month-selection .list-group-item-action:last-child {
  margin-bottom: 0;
}

.event-calendar-container span.material-icons {
  margin-left: 1rem;
}

.event-calendar-container span.material-icons:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .event-calendar-container span.material-icons {
    margin-left: 0;
  }
}

.event-calendar-container .navbar-toggler {
  font-size: 16px;
}

.event-calendar-container .mobile-nav-pills li > a {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #555;
  transition: all .3s;
}

.event-calendar-container .mobile-nav-pills .nav-link {
  display: block;
  padding: 5px 5px !important;
  margin-bottom: 5px;
  margin-right: 2px;
}

.event-calendar-container #mobile-event-search,
.event-calendar-container #mobile-event-search input[type="search"],
.event-calendar-container button#buttonModal,
.event-calendar-container button#toggleEvent-btn {
  width: 100%;
}

.event-calendar-container #toggleEvent-btn {
  background-color: #26a65b !important;
}

.event-calendar-container button#buttonModal {
  background-color: #007bff;
}

.event-calendar-container .card.card-side div.form-group {
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.event-calendar-container #myList.nav-pills .nav-link {
  border-radius: .25rem !important;
}

.event-calendar-container #mobile-pdf-button-list i.fas.fa-file-pdf {
  font-size: 1rem;
  padding-bottom: .5rem;
}

.event-calendar-container main div.tab-content .fade.show {
  opacity: 1;
}

.event-calendar-container .card h2.card-title a, .event-calendar-container .card .card-title.h2 a {
  color: #000;
}

.event-calendar-container .tab-pane .card .card-body {
  padding: 12px;
}

.event-calendar-container #myList a.nav-link:not(.active), .event-calendar-container .desktop-sidebar-month-selection a.list-group-item.list-group-item-action:not(.active) {
  background-color: #eee;
}

.event-calendar-container .tab-content.no-results:after {
  content: 'No results found.';
  display: flex;
  height: 2rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  background-color: #ccc;
  border-radius: 6px;
  padding: 24px;
  color: #000;
  opacity: 0;
  animation: show-no-results 0.5s ease-in;
  animation-fill-mode: forwards;
}

@keyframes show-no-results {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.event-calendar-container #mobile-pdf-button-list a.nav-link {
  border-radius: .25rem !important;
}

.event-calendar-container input#event-search-desktop, .event-calendar-container input#event-search-mobile {
  background-image: none;
}

.event-calendar-container #filterModal {
  background-color: rgba(0, 0, 0, 0.6);
}

.event-calendar-container span.event-date.event-day.event-info {
  font-size: 16px;
}

.event-calendar-container .nav-pills > li > a, .event-calendar-container .hpdashboard__navigation > li > a {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #555;
  transition: all .3s;
}

.ondemand-training-container {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 14px;
}

.ondemand-training-container .section-component__title {
  margin-bottom: 10px;
  font-size: 1.825em;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color: #3C4858;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.15em;
}

.ondemand-training-container .section-component__subtitle {
  margin-bottom: 10px;
  font-size: 1.825em;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color: #3C4858;
  font-size: 1.825em;
  font-weight: 300;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
}

.ondemand-training-container .ondemand__catalogue {
  /* ondemand */
  /* card */
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__title {
  margin-bottom: 10px;
  font-size: 1.825em;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color: #3C4858;
  border-bottom: 2px solid #D2D2D2;
  padding: 10px 0;
  margin: 0;
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__categories,
.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__competencies {
  padding: 0;
}

.ondemand-training-container .ondemand__catalogue #categories {
  list-style: none;
  flex-direction: column;
}

.ondemand-training-container .ondemand__catalogue .nav-pills > li.active > a,
.ondemand-training-container .ondemand__catalogue .hpdashboard__navigation > li.active > a,
.ondemand-training-container .ondemand__catalogue .nav-pills > li.active > a:focus,
.ondemand-training-container .ondemand__catalogue .hpdashboard__navigation > li.active > a:focus,
.ondemand-training-container .ondemand__catalogue .nav-pills > li.active > a:hover,
.ondemand-training-container .ondemand__catalogue .hpdashboard__navigation > li.active > a:hover {
  background-color: #00a651;
  color: #fff;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 166, 81, 0.6);
}

.ondemand-training-container .ondemand__catalogue .nav-pills > li > a, .ondemand-training-container .ondemand__catalogue .hpdashboard__navigation > li > a {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #555;
  transition: all .3s;
}

.ondemand-training-container .ondemand__catalogue .nav > li > a, .ondemand-training-container .ondemand__catalogue .hpdashboard__navigation > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__category__js {
  font-size: 14px !important;
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__category__js, .ondemand-training-container .ondemand__catalogue .ondemand__catalogue__competency__js {
  cursor: pointer;
  text-align: left !important;
  margin: 0px !important;
  padding: 15px 0 15px 10px !important;
  border-radius: 0px !important;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card {
  position: relative;
  margin: 15px auto;
  max-width: 400px;
  height: 350px;
  cursor: pointer;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__card {
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic {
  width: 100%;
  min-height: 20px;
  max-height: 45%;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #e8e8e8;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-green {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #00a651 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #00a651 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #00a651 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #00a651 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-black {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #231F20 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #231F20 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #231F20 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #231F20 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-gray {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #BCBEC0 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #BCBEC0 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #BCBEC0 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #BCBEC0 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-blue {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #1C3F94 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #1C3F94 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #1C3F94 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #1C3F94 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-bluegray {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #00AFF0 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #00AFF0 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #00AFF0 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #00AFF0 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-bluewhite {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #D7E6F0 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #D7E6F0 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #D7E6F0 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #D7E6F0 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-purple {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #9663A9 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #9663A9 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #9663A9 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #9663A9 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-orange {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #F58220 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #F58220 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #F58220 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #F58220 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-yellowgreen {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #BED732 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #BED732 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #BED732 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #BED732 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__graphic.card-component__graphic--background-gradient-red {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, #F03223 40%, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, #F03223 40%, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, #F03223 40%, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #F03223 40%, white);
  /* Standard syntax */
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__image {
  border-radius: 6px;
  height: auto;
  max-width: 100%;
  padding: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__deck {
  width: 100%;
  padding: 10px;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__title, .ondemand-training-container .ondemand__catalogue .ondemand__course-card__badges {
  margin-bottom: 10px;
  font-size: 1.825em;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color: #3C4858;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4em;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__badges {
  line-height: 0;
  font-size: 3em;
  margin: 0;
  padding: 0;
  right: -15px;
  top: -15px;
  position: absolute;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__body {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.55em;
  text-align: left;
  color: #000;
  padding: 0 15px;
  font-size: 1em;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card__body p {
  font-size: inherit;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card a {
  text-decoration: none;
}

.ondemand-training-container .ondemand__catalogue .ondemand__course-card a:hover {
  text-decoration: none;
}

.ondemand-training-container .ondemand__catalogue .nav-pills > li > a:hover,
.ondemand-training-container .ondemand__catalogue .hpdashboard__navigation > li > a:hover {
  background-color: rgba(200, 200, 200, 0.2);
  text-decoration: none;
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__competency__js {
  padding: 15px 0 15px 20px !important;
  font-weight: 300 !important;
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__competency__js.active {
  font-weight: 500 !important;
}

.ondemand-training-container .ondemand__catalogue a.ondemand__catalogue__competency__js:hover {
  color: #555;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.ondemand-training-container .ondemand__catalogue .checkbox, .ondemand-training-container .ondemand__catalogue .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ondemand-training-container .ondemand__catalogue .checkbox label {
  font-size: 14px;
  font-weight: 400;
}

.ondemand-training-container .ondemand__catalogue .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.ondemand-training-container .ondemand__catalogue .checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding-right: 5px;
  display: inline-block;
}

.ondemand-training-container .ondemand__catalogue .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #00a651;
}

.ondemand-training-container .ondemand__catalogue .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}

.ondemand-training-container .ondemand__catalogue .checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}

.ondemand-training-container .ondemand__catalogue .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #00a651;
}

.ondemand-training-container .ondemand__catalogue .ondemand__catalogue__filter .checkbox label {
  color: inherit;
}

.ondemand-training-container .ondemand__catalogue .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on .3s forwards;
  -moz-animation: checkbox-on .3s forwards;
  -o-animation: checkbox-on .3s forwards;
  -ms-animation: checkbox-on .3s forwards;
  animation: checkbox-on .3s forwards;
}

.ondemand-training-container .ondemand__catalogue .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off .3s forwards;
  -moz-animation: checkbox-off .3s forwards;
  -o-animation: checkbox-off .3s forwards;
  -ms-animation: checkbox-off .3s forwards;
  animation: checkbox-off .3s forwards;
}

.ondemand-training-container .ondemand__catalogue .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -moz-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  -ms-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}

.ondemand-training-container .ondemand__catalogue .button--small {
  padding: 6px 12px !important;
}

.ondemand-training-container .ondemand__catalogue .button--default {
  background: linear-gradient(#00a453, #008b47);
  color: #fff;
}

.ondemand-training-container .ondemand__catalogue .button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  margin: 10px 1px;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
