@charset "UTF-8";
/*!
 * CB Content Stylesheet v0.2.2
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

body {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.modal {
  min-height: auto;
}

.site-content {
  flex: 1 0 auto;
}

.container-content {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1140px) {
  .container-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1366px) {
  .container-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.header-links > ul {
  display: flex;
}

@media (max-width: 1140px) {
  .header-links > ul > li {
    padding-right: 20px;
  }
}

.header-links > ul > li > a {
  font-weight: 400;
}
@media (min-width: 992px) {
  .header-links > ul > li > a {
    padding-left: 20px;
  }
}

.icon-cancel {
  color: #000 !important;
}

.icon-cancel:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #ffffff;
}

.footer-copy, .footer-links {
  float: none !important;
}

.footer-copy {
  margin-bottom: 20px;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

.bg-lighter {
  background-color: #F2F6F6 !important;
}

/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-white: #ffffff;
  --bs-light: #ECF0F0;
  --bs-dark: #303030;
  --bs-black: #19212B;
  --bs-blue: #003399;
  --bs-blue-light: #0D8ADE;
  --bs-blue-dark: #132E61;
  --bs-blue-alt: #2E58A8;
  --bs-green: #33B85B;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #003399;
  --bs-secondary: #0D8ADE;
  --bs-success: #33B85B;
  --bs-info: #9ddfff;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ECF0F0;
  --bs-dark: #303030;
  --bs-primary-rgb: 0, 51, 153;
  --bs-secondary-rgb: 13, 138, 222;
  --bs-success-rgb: 51, 184, 91;
  --bs-info-rgb: 157, 223, 255;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 236, 240, 240;
  --bs-dark-rgb: 48, 48, 48;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 25, 33, 43;
  --bs-body-color-rgb: 48, 48, 48;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #303030;
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(25, 33, 43, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 100px;
  --bs-link-color: #003399;
  --bs-link-hover-color: #003399;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #132E61;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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-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: "— ";
}

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

.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(0, 51, 153, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #19212B !important;
  background-color: RGBA(13, 138, 222, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #19212B !important;
  background-color: RGBA(51, 184, 91, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #19212B !important;
  background-color: RGBA(157, 223, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #19212B !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #19212B !important;
  background-color: RGBA(236, 240, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(48, 48, 48, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #003399 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #00297a !important;
}

.link-secondary {
  color: #0D8ADE !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #3da1e5 !important;
}

.link-success {
  color: #33B85B !important;
}
.link-success:hover, .link-success:focus {
  color: #5cc67c !important;
}

.link-info {
  color: #9ddfff !important;
}
.link-info:hover, .link-info:focus {
  color: #b1e5ff !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #ECF0F0 !important;
}
.link-light:hover, .link-light:focus {
  color: #f0f3f3 !important;
}

.link-dark {
  color: #303030 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #262626 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(25, 33, 43, 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

.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-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
/*
  Colors for social button
  version 2016.04.06
*/
/*
@import "bootstrap/bootstrap";
*/
.hidden-xs {
  display: none !important;
}

@media (max-width: 575.98px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 991.98px) and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 1199.98px) and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 1399.98px) and (min-width: 1400px) {
  .hidden-xxl {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
  display: block !important;
}

.visible-sm {
  display: none !important;
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .visible-md {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
}

.visible-xl {
  display: none !important;
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
}

.visible-xxl {
  display: none !important;
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .visible-xxl {
    display: block !important;
  }
}

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

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

.container-content::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 992px) {
  .container-content {
    padding-left: 82px;
    padding-right: 82px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .container-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .container-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container-content {
    max-width: calc(78% + 164px);
    margin-right: auto;
    margin-left: auto;
  }
}

[data-action=close] {
  cursor: pointer;
}

.content-col, .content-aside {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content-col, .content-aside {
    padding-top: 30px;
    position: static;
  }
}
.content .container-content {
  position: relative;
}
.content-col > h1, .content-col > .h1 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content-col {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .content-col {
    padding-top: 0;
  }
}
.content-aside {
  padding-left: 30px;
  position: static;
}
@media (max-width: 767.98px) {
  .content-aside-kiosk.index-filter {
    display: none;
  }
}
.content-asideMobile {
  background: #f2f4f7;
  border-top: 2px #003399 solid;
  margin: 20px 0 15px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .content-asideMobile {
    display: none;
  }
}
.content-asideMobile-filter a {
  text-decoration: none !important;
}
.content-asideMobile-briefcase-link .close {
  display: none;
}
.content-asideMobile-briefcase-link.opened .open {
  display: none;
}
.content-asideMobile-briefcase-link.opened .close {
  display: inline;
}
.content-asideMobile .index-filter {
  display: none;
  margin-top: 15px;
}
.content-asideMobile .index-filter.opened {
  display: flex;
  flex: 0 0 100%;
}
.content-asideMobile .index-filter form {
  width: 100%;
}
.content-asideMobile .index-filter .index-filter-category-title {
  margin-top: 10px;
  margin-bottom: 5px;
}

@keyframes hideButton {
  from {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  20% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  to {
    transform: translate(100px, -400px);
    opacity: 0;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #9ddfff;
  color: #0031a0;
}

.required {
  color: red;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.fgc_form-item.required {
  color: #212529;
}
.fgc_form-item.required:not(.field_RadioButtonGroup):not(.field_CheckboxGroup) label:after, .fgc_form-item.required > label:after, .fgc_form-item.required > [class*=col-] > label:after {
  content: "*";
  color: #dc3545;
  display: inline-block;
  margin-left: 4px;
}
.fgc_form-item .choicegroup {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.fgc_form-item .form-control-file {
  flex: 0 0 100%;
  margin: 7.5px 0 15px;
}
.fgc_form [type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}
.fgc_form [type=submit][disabled]:hover, .fgc_form [type=submit][disabled]:focus {
  background: #012087;
  color: white;
}
.fgc_form .form-caption {
  display: block;
  margin: 3px 0 7px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #495057;
}
.fgc_form .datepicker_call {
  position: absolute;
  right: 25px;
  top: 5px;
  width: 16px;
  height: 25px;
}
.fgc_form .datepicker_call:after {
  content: "\e804";
  font-family: "fontello";
  display: block;
  color: #888;
  cursor: pointer;
}

#f_product_type_container,
#f_requested_funds_container,
#f_other_area_container,
#f_number_of_products_container,
#f_epson_referral_yes_container {
  display: none;
}
#f_product_type_container.show,
#f_requested_funds_container.show,
#f_other_area_container.show,
#f_number_of_products_container.show,
#f_epson_referral_yes_container.show {
  display: flex;
}

#f_requested_funds_container .col-md-8 {
  position: relative;
}
#f_requested_funds_container .col-md-8:after {
  content: "$";
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 37px;
}

#f_requested_funds {
  -moz-appearance: textfield;
}
#f_requested_funds::-webkit-outer-spin-button, #f_requested_funds::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-group.counter .col-md-8 {
  position: relative;
}
.form-group.counter .form-control {
  padding-right: 50px;
}
.form-group.counter .form-counter {
  color: #495057;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 37px;
  padding: 0 10px;
}

.form-before {
  margin: 0 0 30px;
}
#mar_reg .form-before {
  font-style: italic;
}
.form-helper {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.devc {
  position: fixed;
  left: 80vw;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-twitter, .icon-twitter:before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.icon-cancel:before {
  content: "\e800";
} /* '' */
.icon-play-circled2:before {
  content: "\e801";
} /* '' */
.icon-search:before {
  content: "\e802";
} /* '' */
.icon-arrows-cw:before {
  content: "\e803";
} /* '' */
.icon-calendar:before {
  content: "\e804";
} /* '' */
.icon-twitter:before {
  content: "\e61b";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-filter:before {
  content: "\f0b0";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-gplus:before {
  content: "\f0d5";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-left-arrow:before {
  content: "\e805";
} /* '' */
.icon-right-arrow:before {
  content: "\e808";
} /* '' */
.icon-left-arrow_hover:before {
  content: "\e807";
} /* '' */
.icon-right-arrow_hover:before {
  content: "\e806";
} /* '' */
.icon-close:before {
  content: "\e809";
} /* '' */
.icon-hamburger:before {
  content: "\e80a";
} /* '' */
.icon-down-right-arrow:before {
  content: "\e80b";
} /* '' */
.icon-phone:before {
  content: "\e80c";
} /* '' */
.icon-person-headset:before {
  content: "\e80d";
} /* '' */
@font-face {
  font-family: "fontello-icon";
  src: url("../fonts/fontello.eot?17442101");
  src: url("../fonts/fontello.eot?17442101#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?17442101#fontello") format("woff"), url("../fonts/fontello.ttf?17442101#fontello") format("truetype"), url("../fonts/fontello.svg?17442101#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?17442105#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-svg {
  display: inline-block;
}
.icon-svg:before {
  content: "";
  float: left;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
}
.icon-svg-close {
  width: 18px;
  height: 18px;
}
.icon-svg-close:before {
  background-image: url("../fonts/icon-close.svg");
}
.icon-svg-arrow-left {
  width: 38px;
  height: 38px;
}
.icon-svg-arrow-left:before {
  background-image: url("../fonts/icon-arrow-left.svg");
}
.icon-svg-arrow-right {
  width: 38px;
  height: 38px;
}
.icon-svg-arrow-right:before {
  background-image: url("../fonts/icon-arrow-right.svg");
}

.top {
  background: #EBF0F5;
  height: 36px;
}
@media (max-width: 767.98px) {
  .top {
    display: none;
  }
}
.top-region {
  float: right;
  margin-right: 20px;
}
.top-region img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  margin-top: -1px;
  vertical-align: middle;
}
.top-connect {
  float: right;
  position: relative;
}
.top-connect-toggle {
  cursor: pointer;
}
.top-connect-toggle:after {
  content: "";
  display: inline-block;
  border-top: 5px #132E61 solid;
  border-left: 3px rgba(0, 0, 0, 0) solid;
  border-right: 3px rgba(0, 0, 0, 0) solid;
  margin: -2px 0 0 3px;
  vertical-align: middle;
}
.top-connect-list {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  z-index: 10;
  min-width: 160px;
  padding-left: 0;
  list-style: none;
  margin: 0;
  background: #f8f9fa;
  padding: 15px 13px 20px;
}
.top-connect-list.opened {
  display: block;
}
.top-connect-list li {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
.top-connect-list li:last-child {
  margin-bottom: 0;
}
.top-connect-list li a {
  display: block;
  white-space: nowrap;
  line-height: 30px;
}
.top-connect-list li a .icon {
  font-size: 18px;
  float: left;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.top-connect-list li a .icon-facebook {
  background-color: #3b5998;
}
.top-connect-list li a .icon-twitter {
  background-color: #000;
}
.top-connect-list li a .icon-linkedin {
  background-color: #007bb6;
}
.top-connect-list li a .icon-youtube-play {
  background-color: #bb0000;
}
.top-connect-list li a .icon-gplus {
  background-color: #dd4b39;
}
.top-connect-list li a .icon-instagram {
  background-color: #517fa4;
}
.top-region > a,
.top-region > span {
  display: inline-block;
  line-height: 39px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: none;
}
.top-connect > a,
.top-connect > span {
  display: inline-block;
  line-height: 39px;
  text-transform: unset;
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: none;
}
.top-region {
  font-weight: 400;
}
.top-connect-toggle {
  color: #039 !important;
}

.header {
  background: #fff;
  color: #000;
  padding: 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.header::after {
  display: block;
  clear: both;
  content: "";
}
.header .container-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.header .container-content:after {
  display: none;
}
@media (min-width: 992px) {
  .header-menuLink {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-menuLink {
    display: inline-flex;
    align-self: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 0;
    padding-left: 11px;
    margin-left: -30px;
  }
  .header-menuLink > span {
    display: none;
    width: 100%;
    font-size: 8px;
  }
  .header-menuLink [class*=icon] {
    display: block;
    width: 100%;
    font-size: 22px;
  }
  .header-menuLink .icon-cancel {
    display: none;
    color: red;
  }
  .header-menuLink.opened .icon-cancel {
    display: block;
    font-size: 22px;
  }
  .header-menuLink.opened .icon-menu, .header-menuLink.opened .icon-hamburger {
    display: none;
  }
}
.header-logo {
  float: left;
  max-width: 104px;
  height: 60px;
  align-content: center;
}
@media (min-width: 992px) {
  .header-logo {
    padding: 26px 0;
    flex: 0 0 140px;
  }
}
@media (max-width: 767.98px) {
  .header-logo {
    padding: 10px 0;
    text-align: center;
  }
  .header-logo img {
    min-width: 100px;
    width: 40%;
  }
}
.header-links {
  float: right;
  text-align: center;
  padding: 0;
}
.header-links > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  height: 100%;
  letter-spacing: -0.3em;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-links > ul > li {
    padding-right: 0.8vw;
  }
  .header-links > ul > li > a {
    padding-left: 0.8vw;
  }
}
@media (min-width: 1200px) {
  .header-links > ul > li {
    padding-right: 1.8vw;
  }
  .header-links > ul > li > a {
    padding-left: 1.8vw;
  }
}
@media (min-width: 992px) {
  .header-links > ul > li {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .header-links > ul > li > a {
    display: block;
    line-height: 15px;
    line-height: 0.9375rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none !important;
    text-transform: capitalize;
    color: #000;
  }
  .header-links > ul > li > a#searchBar .icon {
    margin-left: 7px;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .header-links > ul > li > a#searchBar .icon {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header-links > ul > li:first-child a {
    border-left: none;
  }
}
@media (max-width: 991.98px) {
  .header-links > ul > li {
    display: none;
  }
}
.header-links > ul > li ul {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
.header-links > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #dee2e6;
  min-width: 100%;
}
.header-links > ul > li > ul > li {
  padding-left: 36px;
}
.header-links > ul > li > ul > li > a {
  display: block;
  border-bottom: 1px #ced4da solid;
  padding: 13px 30px 13px 0;
  position: relative;
}
.header-links > ul > li > ul > li.hasSubItems > a {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  content: "";
  border-left: 5px white solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  display: inline-block;
}
.header-links > ul > li > ul > li:hover {
  background: #ccc;
}
.header-links > ul > li > ul > li:hover a {
  color: white;
  text-decoration: none;
}
.header-links > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #dee2e6;
  min-width: 100%;
}
.header-links > ul > li > ul > li:hover > ul {
  display: block;
}
@media (max-width: 767.98px) {
  .header-links > ul #searchBar_linkWrapper {
    display: flex;
    height: 100%;
    align-items: center;
    padding-right: 20px;
  }
  .header-links > ul #searchBar_linkWrapper > a {
    color: white;
    font-size: 16px;
  }
  .header-links > ul #searchBar_linkWrapper > a > span {
    display: none;
  }
}
.header-links-menuItem:hover {
  background: #dee2e6;
}
.header-links-menuItem:hover[data-level="0"] + li > a {
  border-color: rgba(0, 0, 0, 0);
}
.header-links-menuItem:hover > ul {
  display: block;
}
.header-links-menuItem:hover > a {
  border-color: rgba(0, 0, 0, 0);
  color: black;
}
.header-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 44px;
  background: white;
}
@media (min-width: 992px) {
  .header-search {
    padding-left: 82px;
    padding-right: 82px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .header-search {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-search.opened {
  display: block;
}
.header-search .container {
  position: relative;
  padding: 8px 49px;
  max-width: 9999px;
}
.header-search-close {
  position: absolute;
  right: 0;
  top: 13px;
}
.header-search form button[type=submit] {
  position: absolute;
  left: 10px;
  top: 10px;
  background: none;
  border-width: 0;
  padding: 0;
  width: 18px;
  height: 18px;
}
.header-search form button[type=submit] .icon:before {
  margin: 0;
  background-size: contain;
}
.header-search form input[type=search] {
  border-width: 0;
  padding: 0 17px;
  border-left: 1px #003399 solid;
  display: block;
  height: 28px;
  width: 100%;
}
.header-menuMobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  background: #fff;
  padding: 20px 30px;
  color: white;
}
.header-menuMobile a {
  color: #000;
}
.header-menuMobile ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.header-menuMobile ul a {
  display: block;
  padding: 5px 0;
}
.header-menuMobile ul ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.header-menuMobile.opened {
  display: block;
}

.footer {
  background: #1c1c22;
  color: white;
  padding: 37px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .footer-copy {
    float: left;
  }
}
@media (max-width: 767.98px) {
  .footer-copy {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .footer-links {
    float: right;
  }
}
.footer-links a {
  display: inline-block;
  margin: 0 3px;
  color: white;
}

.breadcrumbs {
  background: #fff;
  padding: 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumbs a {
  color: #039;
  text-decoration: underline;
  font-weight: 600;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #039 !important;
}
.breadcrumbs-sep {
  display: inline-block;
  margin: 0 6px;
  color: #000;
}
.breadcrumbs-sep:after {
  content: "/";
  display: inline-block;
  border-left: 4px white solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
}
.breadcrumbs-active {
  color: #000;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none;
  }
}
/*
THIS PART IS COPIED FROM BOOTSTRAP
*/
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/*
iPR styles part
*/
.carousel {
  background: #19212B;
  position: relative;
  height: auto;
}
@media (min-width: 576px) {
  .carousel {
    height: 477px;
  }
}
@media (min-width: 992px) {
  .carousel {
    padding: 0 82px;
  }
}
@media (max-width: 767.98px) {
  .carousel {
    padding: 0;
  }
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  text-align: center;
  line-height: 477px;
}
.carousel-control-next-icon {
  right: 0;
}
.carousel-control-prev-icon {
  left: 0;
}
.carousel-inner {
  height: 100%;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: flex;
  height: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}
.carousel-item-text {
  flex: 0 0 100%;
}
.carousel-item-image, .carousel-item-image + .carousel-item-text {
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .carousel-item-image, .carousel-item-image + .carousel-item-text {
    flex: 0 0 50%;
  }
}
.carousel-item-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 300px;
}
.carousel-item-text {
  justify-content: middle;
  color: white;
}
@media (min-width: 992px) {
  .carousel-item-text {
    padding: 20px 40px;
  }
}
@media (max-width: 767.98px) {
  .carousel-item-text {
    padding: 20px 80px 20px 40px;
  }
}
.carousel-item-text a {
  color: white;
  text-decoration: none !important;
}
.carousel-item-text-title {
  margin-bottom: 30px;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 576px) {
  .carousel-item-text-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.carousel-item-text-description {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.carousel-item-text-linkMore .btn:after {
  content: "";
  border-left: 5px white solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  display: inline-block;
}

.banner-item {
  height: 570px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-item-text {
  display: none;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.banner-item-text-title {
  font-size: 48px;
  font-size: 3rem;
}
.banner-item-text-description {
  font-size: 21px;
  font-size: 1.3125rem;
}

.kiosk {
  border: 1px #ced4da solid;
  margin: 30px 0;
}
.kiosk-title {
  padding: 20px 30px;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.kiosk-body {
  padding: 20px 30px;
}

.briefcase-aside {
  background: white;
}
.briefcase-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}
.briefcase-list::after {
  display: block;
  clear: both;
  content: "";
}
.briefcase-list-item {
  display: block;
  padding-bottom: 20px;
}
.briefcase-list-item::after {
  display: block;
  clear: both;
  content: "";
}
.briefcase-list-item-image {
  float: left;
  margin-right: 20px;
}
.briefcase-list-item-image img {
  width: 200px;
}
.briefcase-list-item-actions {
  float: right;
}
.briefcase-list-item-actions a {
  color: #dc3545;
}
.briefcase-list-item-text {
  line-height: 120%;
}
.briefcase-aside .briefcase-list-item-image {
  margin-right: 10px;
}
.briefcase-aside .briefcase-list-item-image img {
  width: 110px;
}
.briefcase-aside .briefcase-action .btn-primary:after {
  content: "";
  border-left: 5px #ffffff solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  margin-bottom: 2px;
  display: inline-block;
  margin-left: 20px !important;
}
.briefcase-aside .briefcase-action .btn-primary:hover:after, .briefcase-aside .briefcase-action .btn-primary:active:after, .briefcase-aside .briefcase-action .btn-primary:focus:after {
  border-left-color: #003399;
  transition: border-color 0.3s ease;
}
.briefcase-aside .briefcase-action .btn-default {
  font-weight: bold;
}
.briefcase-aside .briefcase-action .btn-default:after {
  content: "";
  border-left: 5px #003399 solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  margin-bottom: 2px;
  display: inline-block;
}
.briefcase-counter {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #003399;
  color: white;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
}
@media (max-width: 575.98px) {
  .briefcase-counter {
    display: inline-block !important;
  }
}
.briefcase-action .btn {
  text-align: center;
  margin: 7px auto;
}
@media (max-width: 767.98px) {
  .briefcase-action .btn {
    display: block;
  }
}

[data-addtobriefcase].breifcase-button-hide {
  animation: hideButton 1s 1 ease-in forwards;
}

[data-addtobriefcase].hidden {
  display: none;
}

@media (max-width: 767.98px) {
  [aria-labelledby=mobileBriefcase] {
    display: none;
    position: absolute;
    top: 30px;
    right: 15px;
    left: 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) and (min-width: 576px) {
  [aria-labelledby=mobileBriefcase] {
    right: 30px;
    min-width: 400px;
  }
}
@media (max-width: 767.98px) {
  [aria-labelledby=mobileBriefcase].opened {
    display: block;
  }
}

/* Lightgallery */
.lg-outer .lg-video .lg-object {
  transition: none !important;
}

#lg-download,
#lg-inBriefcase {
  background: #003399;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 47px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  width: auto;
}

#lg-inBriefcase {
  background: #aaa;
}

#lg-download:hover {
  opacity: 1;
}

#lg-download:after {
  display: none;
}

.index {
  padding: 0;
}
@media (min-width: 992px) {
  .index {
    padding-bottom: 30px;
  }
}
.index-item {
  border-bottom: 1px #ced4da solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.index-item::after {
  display: block;
  clear: both;
  content: "";
}
.index-item-image {
  margin: 0 0 15px;
}
@media (min-width: 576px) {
  .index-item-image {
    margin: 0 0 0 15px;
    float: right;
  }
}
.index-item-caption-info {
  padding-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #495057;
}
.index-item-caption-info-category {
  display: inline-block;
  margin-left: 15px;
}
.index-item-caption-info-type {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .index-loadMore {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .index-loadMore {
    text-align: center;
  }
}
.index-loadMore .btn {
  min-width: 230px;
  text-align: left;
  position: relative;
}
.index-loadMore .btn:after {
  position: absolute;
  right: 0.5rem;
  margin-top: 0.4166666667rem;
}
.index-loadMore .btn:after {
  content: "";
  border-left: 5px white solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  display: inline-block;
}
.index-filter .kiosk-body {
  padding-top: 0;
  padding-bottom: 0;
}
.index-filter-category {
  margin: -10px 0 20px;
  padding-bottom: 10px;
}
.index-filter-category-title {
  margin: 18px -30px;
  padding: 10px 30px;
  background: #f8f9fa;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.index-filter-category .form-control + .form-control {
  margin-top: 15px;
}
.index-filter-category .loadingMore {
  display: block;
  width: 70px;
  height: 38px;
  background: url("../fonts/loading.svg") no-repeat 50% 50%;
  background-size: contain;
  margin: 15px auto 0;
}
.index-filter-category-label {
  display: block;
  margin-bottom: 10px;
}
.index-filter-category-label:last-child {
  margin-bottom: 0;
}
.index-filter-keyword {
  position: relative;
  margin: 15px 0;
}
.index-filter-keyword-submit {
  background: none;
  border-width: 0;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.index-filter-keyword-title {
  margin: 18px -30px;
  padding: 10px 30px;
  background: #f8f9fa;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.index-filter-keyword > label {
  display: block;
  margin-bottom: 7px;
}
.index-filter-keyword + .index-filter-category {
  margin-top: 15px;
}
.index-filter-submit {
  padding: 10px 0 20px;
}
.index-filter-submit::after {
  display: block;
  clear: both;
  content: "";
}
.index-filter-submit .btn-primary {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: left;
  position: relative;
}
@media (min-width: 576px) {
  .index-filter-submit .btn-primary {
    float: left;
    width: 50%;
  }
}
.index-filter-submit .btn-primary:after {
  position: absolute;
  right: 0.5rem;
  margin-top: 0.4166666667rem;
}
.index-filter-submit .btn-primary:after {
  content: "";
  border-left: 5px white solid;
  border-top: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  display: inline-block;
}
.index-filter-submit .btn-primary:hover:after, .index-filter-submit .btn-primary:active:after, .index-filter-submit .btn-primary:focus:after {
  border-left-color: #003399;
  transition: border-color 0.3s ease;
}
.index-filter-submit-clear {
  display: block;
  text-align: center;
  color: #003399;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 576px) {
  .index-filter-submit-clear {
    float: right;
    width: 50%;
  }
}

.index-paging,
.prPaging {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .index-paging .right,
  .prPaging .right {
    float: right;
  }
}
.index-paging .right a, .index-paging .right span,
.prPaging .right a,
.prPaging .right span {
  padding: 5px 10px;
  font-weight: 700;
}
.index-paging .right a.active, .index-paging .right span.active,
.prPaging .right a.active,
.prPaging .right span.active {
  background: #039;
  color: #fff;
}
.index-paging .right a:hover, .index-paging .right span:hover,
.prPaging .right a:hover,
.prPaging .right span:hover {
  background: #9ddfff;
  color: #0031a0;
  text-decoration: none;
}

.emailAlerts {
  max-width: 765px;
}
.emailAlerts input[type=checkbox],
.emailAlerts input[type=radio] {
  margin-right: 3px;
  position: static;
}
.emailAlerts #recaptcha_widget_div {
  margin-bottom: 15px;
  margin-left: -2px;
}
.emailAlerts .form-group {
  padding-left: 0;
}
.emailAlerts .menu li {
  list-style-type: none;
}
.emailAlerts input[type=radio]:checked + label {
  background: none;
}

.errors {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: red;
}

/* RSS LIST */
.rssList {
  margin: 15px -15px;
  padding: 0 15px;
}
.rssList li {
  list-style-type: none !important;
}

.rssList a {
  display: block;
  margin: 0 -15px;
  padding: 7px 15px;
}

.rssList a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.rssList img {
  float: right;
  cursor: pointer;
  margin: 5px 0 0 0;
}

.article-figure {
  margin: 20px 0px;
}
.article-figure-photo > span {
  display: block;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.article-figure-photo > span img {
  display: none;
}
.article-figure-video video {
  width: 100%;
  height: auto;
}
.article-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px 0;
}
.article-info {
  padding: 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-bottom: 20px;
}
.article-info-date, .article-info-categories {
  display: inline-block;
}
.article-info-date {
  margin-right: 15px;
}
.article-info-categories a {
  display: inline-block;
}
.article-wrapper {
  padding-left: 0;
  position: relative;
  margin-bottom: 30px;
}
.article-body-table {
  max-width: 100%;
  overflow: auto;
}
.article-body-table > table {
  min-width: 100%;
  border: none;
}
.article-body-table > table tr td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px #ced4da solid;
  border-left: 0px transparent solid;
  border-right: 0px transparent solid;
}
.article-body-table > table tr:first-child td, .article-body-table > table tr:first-child th {
  background: #f1f3f5;
  font-weight: normal;
  vertical-align: middle;
}
.article-links {
  background: #f1f3f5;
  border-width: 0;
}
.article-links li {
  padding: 0 0 12px 0;
  border-bottom: #ced4da solid 1px;
  margin-bottom: 12px;
}
.article-links li:last-child {
  margin-bottom: 0;
  border-width: 0;
  padding-bottom: 0;
}
.article-links li a:after {
  content: "";
  border-left: 6px #003399 solid;
  border-top: 5px rgba(0, 0, 0, 0) solid;
  border-bottom: 5px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  display: inline-block;
}
.article-tags {
  margin: 15px 0;
}
.article-tags > span {
  font-weight: bold;
}
.article-aside-pages-item {
  margin: 0 -30px;
  padding: 22px 30px;
  border-bottom: 1px #ced4da solid;
  clear: both;
}
.article-aside-pages-item::after {
  display: block;
  clear: both;
  content: "";
}
.article-aside-pages-item:first-child {
  padding-top: 0;
}
.article-aside-pages-item:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.article-aside-pages-item-image {
  float: right;
  width: 30%;
  margin-left: 3%;
  margin-bottom: 0;
}
.article-aside-pages-item h4, .article-aside-pages-item .h4 {
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.article-attachments {
  border-width: 0;
  padding: 0;
  padding-top: 24px;
  margin: 30px 0;
  border-top: #ced4da 2px solid;
}
.article-attachments .kiosk-title,
.article-attachments .kiosk-body {
  padding-left: 0;
  padding-right: 0;
}
.article-attachments .kiosk-title {
  padding-top: 10px;
}
.article-attachments-item {
  margin-bottom: 27px;
  position: relative;
}
@media (min-width: 992px) {
  .article-attachments-item.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-bottom: #343a40 27px solid;
    border-left: rgba(0, 0, 0, 0) 37px solid;
    border-right: rgba(0, 0, 0, 0) 37px solid;
    margin: 0 0 0 -37px;
  }
}
.article-attachments-item h3, .article-attachments-item .h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.article-attachments-item-image {
  padding: 10px 10px 0;
  text-align: center;
  position: relative;
}
.article-attachments-item-video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -30px;
  font-size: 32px;
  color: white;
  text-shadow: 0 2px rgba(0, 0, 0, 0.7);
}
.article-attachments-item-album {
  box-shadow: 0 0 0 1px #ced4da, 4px 4px 0 0px white, 4px 4px 0 1px #ced4da, 8px 8px 0 0px white, 8px 8px 0 1px #ced4da;
}
.article-attachments-item-selectedContent {
  display: none;
}
.article-attachments-checked {
  display: none;
  background: #343a40;
  padding: 60px 80px;
  color: white;
  margin-bottom: 30px;
}
.article-attachments-checked-content-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.article-attachments-checked-content-text {
  padding-top: 15px;
}
.article-attachments-checked-content-info {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-top: 10px;
}
.article-attachments-checked-content-info li {
  padding-top: 5px;
}
.article-attachments-checked-content-image {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #222;
  text-align: center;
}
.article-attachments-checked-content-image-fullSwitch {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.33) url("../fonts/icon-fullscreen.svg") no-repeat 50% 50%;
  cursor: pointer;
}
.article-attachments-checked-content-image video, .article-attachments-checked-content-image audio {
  max-width: 100%;
  height: auto;
}
.article-attachments-checked-content-image img {
  cursor: pointer;
}
.article-attachments-checked-content-action {
  padding-top: 20px;
}
.article-attachments-checked-content-action::after {
  display: block;
  clear: both;
  content: "";
}
.article-attachments-checked-content-action-download, .article-attachments-checked-content-action-cart {
  cursor: pointer;
  background: white;
  color: #003399 !important;
  text-align: left;
}
@media (min-width: 1500px) {
  .article-attachments-checked-content-action-download, .article-attachments-checked-content-action-cart {
    width: 40%;
    float: left;
  }
}
@media (max-width: 1499px) {
  .article-attachments-checked-content-action-download, .article-attachments-checked-content-action-cart {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .article-attachments-checked-content-action-download, .article-attachments-checked-content-action-cart {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.article-attachments-checked-content-action-download:after, .article-attachments-checked-content-action-cart:after {
  content: "";
  border-left: 6px #003399 solid;
  border-top: 5px rgba(0, 0, 0, 0) solid;
  border-bottom: 5px rgba(0, 0, 0, 0) solid;
  margin-left: 10px;
  display: inline-block;
  float: right;
  margin-top: 7px;
}
.article-attachments-checked-content-action-cart {
  margin-right: 40px;
}
@media (max-width: 1499px) {
  .article-attachments-checked-content-action-download {
    margin-bottom: 0;
  }
}
.article-attachments-checked a {
  color: white;
}
@media (min-width: 992px) {
  .article-attachments-checked.active {
    display: block;
  }
}
.article-attachments-checked-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../fonts/icon-close.svg") no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
.article-attachments-checked-next, .article-attachments-checked-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 32px;
  background-size: contain;
  cursor: pointer;
  margin-top: -16px;
}
.article-attachments-checked-next {
  right: 20px;
  background: url("../fonts/icon-angle-right.svg") no-repeat 50% 50%;
}
.article-attachments-checked-prev {
  left: 20px;
  background: url("../fonts/icon-angle-left.svg") no-repeat 50% 50%;
}

.cb-grid {
  display: flex;
  flex-wrap: wrap;
}

.cb-grid-gap--1x {
  margin-left: -10px;
  margin-right: -10px;
}
.cb-grid-gap--1x .cb-col {
  padding-left: 10px;
  padding-right: 10px;
}

.cb-grid-gap--2x {
  margin-left: -20px;
  margin-right: -20px;
}
.cb-grid-gap--2x .cb-col {
  padding-left: 20px;
  padding-right: 20px;
}

.cb-grid-gap--3x {
  margin-left: -40px;
  margin-right: -40px;
}
.cb-grid-gap--3x .cb-col {
  padding-left: 40px;
  padding-right: 40px;
}

.cb-grid-gap--4x {
  margin-left: -60px;
  margin-right: -60px;
}
.cb-grid-gap--4x .cb-col {
  padding-left: 60px;
  padding-right: 60px;
}

.cb-grid-gap--5x {
  margin-left: -80px;
  margin-right: -80px;
}
.cb-grid-gap--5x .cb-col {
  padding-left: 80px;
  padding-right: 80px;
}

.cb-container--1x {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-container--2x {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-container--3x {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-container--4x {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-container--5x {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-stretch {
  /* width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; */
}

.cb-falign--center {
  align-items: center;
}

.cb-fjustify--center {
  justify-content: center;
}

.cb-falign--right {
  align-items: flex-end;
}

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

.cb-font-size-10 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-10 {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-10 {
    font-size: 10px;
  }
}
.cb-font-size-11 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-11 {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-11 {
    font-size: 11px;
  }
}
.cb-font-size-12 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-12 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-12 {
    font-size: 12px;
  }
}
.cb-font-size-13 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-13 {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-13 {
    font-size: 13px;
  }
}
.cb-font-size-14 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-14 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-14 {
    font-size: 14px;
  }
}
.cb-font-size-15 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-15 {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-15 {
    font-size: 15px;
  }
}
.cb-font-size-16 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-16 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-16 {
    font-size: 16px;
  }
}
.cb-font-size-17 {
  font-size: 17px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-17 {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-17 {
    font-size: 17px;
  }
}
.cb-font-size-18 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-18 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-18 {
    font-size: 18px;
  }
}
.cb-font-size-19 {
  font-size: 19px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-19 {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-19 {
    font-size: 19px;
  }
}
.cb-font-size-20 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-20 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-20 {
    font-size: 20px;
  }
}
.cb-font-size-21 {
  font-size: 21px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-21 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-21 {
    font-size: 21px;
  }
}
.cb-font-size-24 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-24 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-24 {
    font-size: 24px;
  }
}
.cb-font-size-25 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-25 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-25 {
    font-size: 25px;
  }
}
.cb-font-size-28 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-28 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-28 {
    font-size: 28px;
  }
}
.cb-font-size-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-30 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-30 {
    font-size: 30px;
  }
}
.cb-font-size-32 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-32 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-32 {
    font-size: 32px;
  }
}
.cb-font-size-36 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-36 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-36 {
    font-size: 36px;
  }
}
.cb-font-size-40 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-40 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-40 {
    font-size: 40px;
  }
}
.cb-font-size-42 {
  font-size: 42px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-42 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-42 {
    font-size: 42px;
  }
}
.cb-font-size-44 {
  font-size: 44px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-44 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-44 {
    font-size: 44px;
  }
}
.cb-font-size-48 {
  font-size: 48px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-48 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-48 {
    font-size: 48px;
  }
}
.cb-font-size-50 {
  font-size: 50px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-50 {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-50 {
    font-size: 50px;
  }
}
.cb-font-size-52 {
  font-size: 52px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-52 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-52 {
    font-size: 52px;
  }
}
.cb-font-size-54 {
  font-size: 54px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-54 {
    font-size: 54px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-54 {
    font-size: 54px;
  }
}
.cb-font-size-60 {
  font-size: 60px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-60 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-60 {
    font-size: 60px;
  }
}
.cb-font-size-64 {
  font-size: 64px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-64 {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-64 {
    font-size: 64px;
  }
}
.cb-font-size-70 {
  font-size: 70px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-70 {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-70 {
    font-size: 70px;
  }
}
.cb-font-size-80 {
  font-size: 80px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-80 {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-80 {
    font-size: 80px;
  }
}
.cb-font-size-90 {
  font-size: 90px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-90 {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-90 {
    font-size: 90px;
  }
}
.cb-font-size-100 {
  font-size: 100px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-100 {
    font-size: 100px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-100 {
    font-size: 100px;
  }
}
.cb-line-height-1 {
  line-height: 1;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1 {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1 {
    line-height: 1;
  }
}
.cb-line-height-1-1 {
  line-height: 1.1;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-1 {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-1 {
    line-height: 1.1;
  }
}
.cb-line-height-1-2 {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-2 {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-2 {
    line-height: 1.2;
  }
}
.cb-line-height-1-4 {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-4 {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-4 {
    line-height: 1.4;
  }
}
.cb-line-height-1-5 {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-5 {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-5 {
    line-height: 1.5;
  }
}
.cb-line-height-1-6 {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-6 {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-6 {
    line-height: 1.6;
  }
}
.cb-line-height-1-7 {
  line-height: 1.7;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-7 {
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-7 {
    line-height: 1.7;
  }
}
.cb-line-height-1-8 {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-8 {
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-8 {
    line-height: 1.8;
  }
}
.cb-line-height-2 {
  line-height: 2;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-2 {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-2 {
    line-height: 2;
  }
}
.cb-font-weight-100 {
  font-weight: 100;
}

.cb-font-weight-200 {
  font-weight: 200;
}

.cb-font-weight-300 {
  font-weight: 300;
}

.cb-font-weight-400 {
  font-weight: 400;
}

.cb-font-weight-500 {
  font-weight: 500;
}

.cb-font-weight-600 {
  font-weight: 600;
}

.cb-font-weight-700 {
  font-weight: 700;
}

.cb-font-weight-800 {
  font-weight: 800;
}

.cb-font-weight-900 {
  font-weight: 900;
}

.cb-text-decoration-overline {
  text-decoration: overline;
}

.cb-text-decoration-underline {
  text-decoration: underline;
}

.cb-text-decoration-line-through {
  text-decoration: line-through;
}

.cb-text-transform-uppercase {
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.cb-text-transform-lowercase {
  -webkit-text-decoration: lowercase;
          text-decoration: lowercase;
}

.cb-text-transform-capitalize {
  -webkit-text-decoration: capitalize;
          text-decoration: capitalize;
}

.cb-letter-spacing-0-5 {
  letter-spacing: 0.5pt;
}

.cb-letter-spacing-1 {
  letter-spacing: 1pt;
}

.cb-letter-spacing-1-5 {
  letter-spacing: 1.5pt;
}

.cb-letter-spacing-2 {
  letter-spacing: 2pt;
}

.cb-letter-spacing-2-5 {
  letter-spacing: 2.5pt;
}

.cb-letter-spacing-3 {
  letter-spacing: 3pt;
}

.cb-dropcap::first-letter {
  font-weight: 700;
  font-size: 72px;
  line-height: 76px;
  float: left;
  margin: 0 10px -5px 0;
}

img, video {
  max-width: 100%;
  height: auto;
  border: 0;
}

audio, iframe {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

figure {
  margin: 0;
}

.cb-caption {
  font-size: 14px;
  color: white;
  background-color: #303030;
}
.cb-caption p {
  margin: 10px 0;
}

.cb-credit {
  font-size: 12px;
  color: white;
}

.cb-image {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}

.cb-img-caption {
  font-size: 14px;
  color: white;
  background-color: #303030;
}
.cb-img-caption p {
  margin: 10px 0;
}

.cb-img-credit {
  font-size: 12px;
  color: white;
}
.cb-img-credit:before {
  content: none;
}

.cb-video {
  margin-bottom: 2em;
}
.cb-video video {
  width: 100%;
  height: auto;
}

.cb-video-inline .vjs-control-bar {
  display: none;
}

.cb-audio {
  margin-bottom: 2em;
  background-color: #ECF0F0;
  padding: 20px;
  display: flex;
  align-items: center;
}

.cb-audiocover {
  width: 200px;
  max-width: 30%;
  margin-right: 20px;
}

.cb-audiodownload {
  margin-left: 20px;
}

.cb-audiodownload .cb-btn {
  background-color: #ECF0F0;
}

.cb-audiodownload .cb-btn:hover,
.cb-audioddownload .cb-btn:focus {
  color: #ECF0F0;
}

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
  align-items: center;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border: 1px solid;
}

.audioplayer-playing .audioplayer-playpause {
  border: 1px solid;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ECF0F0;
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #ECF0F0;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid;
}

.audioplayer-volume {
  display: flex;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 12px;
  top: 0;
  width: 6px;
  height: 6px;
  border: 6px double;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  opacity: 0.5;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 767px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
.cb-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 20px;
  text-decoration: none;
  vertical-align: middle;
  border: solid;
}
.cb-btn:hover, .cb-btn:focus {
  text-decoration: none;
}
.cb-btn--default {
  border-radius: 6px;
}
.cb-btn--squared {
  border-radius: 0;
}
.cb-btn--pill {
  border-radius: 100px;
}
.cb-btn--xs {
  font-size: 12px;
  padding: 2.5px 10px;
}
.cb-btn--sm {
  font-size: 14px;
  padding: 5px 15px;
}
.cb-btn--md {
  font-size: 16px;
  padding: 10px 20px;
}
.cb-btn--lg {
  font-size: 20px;
  padding: 20px 40px;
}
.cb-btn--block {
  display: block;
  width: 100%;
}

.cb-quote {
  border-left: 5px solid;
  padding-left: 20px;
  margin-bottom: 20px;
}
.cb-quote .cb-block {
  font-size: 24px;
  line-height: 1.5;
}

.cb-quote-author {
  opacity: 0.75;
}
.cb-quote-author:before {
  content: "- ";
}

.cb-callout--left {
  float: left;
  margin: 0 3em 3em 0;
}
@media (min-width: 768px) {
  .cb-callout--left--md {
    float: left;
    margin: 0 3em 3em 0;
  }
}
@media (min-width: 1024px) {
  .cb-callout--left--lg {
    float: left;
    margin: 0 3em 3em 0;
  }
}
.cb-callout--center {
  margin-left: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-callout--center--md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-callout--center--lg {
    margin-left: auto;
    margin-right: auto;
  }
}
.cb-callout--right {
  float: right;
  margin: 0 0 3em 3em;
}
@media (min-width: 768px) {
  .cb-callout--right--md {
    float: right;
    margin: 0 0 3em 3em;
  }
}
@media (min-width: 1024px) {
  .cb-callout--right--lg {
    float: right;
    margin: 0 0 3em 3em;
  }
}

.cb-hr {
  height: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  background-color: #ccc;
}
.cb-hr--1x {
  height: 1px;
}
.cb-hr--2x {
  height: 2px;
}
.cb-hr--3x {
  height: 3px;
}
.cb-hr--4x {
  height: 5px;
}
.cb-hr--5x {
  height: 10px;
}
.cb-hr--left {
  margin-right: auto;
}
.cb-hr--center {
  margin-left: auto;
  margin-right: auto;
}
.cb-hr--right {
  margin-left: auto;
}

.cb-spacer {
  height: 4em;
}
.cb-spacer--1x {
  height: 2em;
}
.cb-spacer--2x {
  height: 3em;
}
.cb-spacer--3x {
  height: 4em;
}
.cb-spacer--4x {
  height: 5em;
}
.cb-spacer--5x {
  height: 6em;
}

/* Navigation Bar */
.navigation-bar {
  background-color: #ECF0F0;
  position: relative;
}
.navigation-bar .container {
  width: 100%;
}
@media (min-width: 1024px) {
  .navigation-bar .container {
    width: 80%;
  }
}
.navigation-bar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .navigation-bar__wrapper {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}
.navigation-bar__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.navigation-bar__title a {
  color: inherit;
  text-decoration: none;
}
.navigation-bar__title a:hover, .navigation-bar__title a:focus {
  opacity: 0.75;
}
.navigation-bar__list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.navigation-bar__list.is-open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 60px;
  z-index: 10;
}
.navigation-bar__list.is-open .navigation-bar__item {
  background-color: #ECF0F0;
  text-align: left;
}
.navigation-bar__list.is-open .navigation-bar__list {
  display: block;
}
@media (min-width: 1024px) {
  .navigation-bar__list {
    display: flex;
    align-items: center;
  }
}
.navigation-bar__item {
  flex: 1;
  text-align: center;
}
.navigation-bar__item a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 16px 40px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .navigation-bar__item a {
    padding: 16px 20px;
  }
}
.navigation-bar__item a:hover, .navigation-bar__item a:focus {
  opacity: 0.75;
}
.navigation-bar__item.has-submenu {
  position: relative;
}
.navigation-bar__item--cta a {
  padding: 16px 20px;
}
@media (min-width: 1024px) {
  .navigation-bar__submenu {
    display: none;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(25, 33, 43, 0.2);
    z-index: 10;
  }
}
.navigation-bar__submenu .navigation-bar__item {
  text-align: left;
}
.navigation-bar__submenu .navigation-bar__item a {
  padding-left: 60px;
}
@media (min-width: 1024px) {
  .navigation-bar__submenu .navigation-bar__item a {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .navigation-bar__item:hover .navigation-bar__submenu, .navigation-bar__item a:focus + .navigation-bar__submenu {
    display: block !important;
  }
}
.navigation-bar .btn-icon {
  font-size: 24px;
  color: #33B85B;
}
.navigation-bar .btn-icon.is-open {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .navigation-bar .btn-icon {
    display: none;
  }
}

/* Content Blocks */
.content-header {
  padding: 0 0 40px;
}
.content-header .container-content {
  background-repeat: no-repeat;
  background-position: top 30px right 20px;
  background-size: 33%;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .content-header .container-content {
    background-repeat: no-repeat;
    background-position: top 10px right 80px;
    min-height: 280px;
    background-size: 350px;
  }
}
.content-header--light {
  background-color: #ECF0F0;
}
.content-header--dark {
  background-color: #303030;
  color: #ffffff;
}
.content-header--dark a {
  color: #ffffff;
}
.content-header--dark a:hover, .content-header--dark a:focus {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .content-header--featured .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.content-primary {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .content-primary {
    flex: calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}
.content-primary--full {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 100%;
  width: 100%;
}
.content-sidebar {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .content-sidebar {
    flex: 0 0 350px;
    max-width: 350px;
  }
}
.content-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  max-width: 66%;
}
@media (min-width: 768px) {
  .content-title {
    font-size: 60px;
  }
}
.content-title--article {
  font-size: 36px;
  max-width: 100%;
}
.content-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0;
  max-width: 66%;
}
.content-subtitle--article {
  max-width: 100%;
}
.content-meta {
  margin: 0 0 10px;
}
.content-meta__label {
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0D8ADE;
}
.content-hero {
  margin: 0 0 40px;
}
.content-share {
  margin: 0 0 20px;
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .content-share {
    float: left;
    position: sticky;
    top: 0;
    display: block;
  }
}
.content-share__label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  color: #132E61;
}
.content-share__icon {
  color: #0D8ADE;
  text-align: center;
}
.content-body li {
  margin-bottom: 20px;
}
.content-body ul li::marker {
  color: #003399;
}
.content-body .content-title {
  margin-bottom: 20px;
}
.content-tags {
  margin: 20px 0;
}
.content-tags__label {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}
.content-tags a {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
}
.content-block {
  padding: 60px 0;
}
.content-block--featured {
  margin-bottom: -40px;
}
@media (min-width: 1024px) {
  .content-block--featured {
    margin-bottom: 0;
  }
}
.content-block__heading {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .content-block__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.content-block__pretitle {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #0D8ADE;
  margin-bottom: 10px;
}
.content-block__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.content-block__cta {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .content-block__cta {
    display: flex;
    justify-content: flex-end;
  }
}
.content-block__cta .cta-link {
  margin: 0 20px 0 0;
}
@media (min-width: 768px) {
  .content-block__cta .cta-link {
    margin: 0 0 0 20px;
  }
}
.content-block--center .content-block__heading {
  display: block;
}
.content-block--center .content-block__title {
  text-align: center;
}
.content-block--center .content-block__cta {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .content-article__body {
    padding-left: 80px;
  }
}

.cover-page .content-main {
  background-color: #ffffff;
}

.cover-page .content .content-header {
  padding: 0;
}

.modal {
  padding-bottom: 40px;
}
.modal .content {
  padding-top: 0;
}
.modal .content-header .container-content {
  min-height: auto;
}
.modal .sidebar-block {
  padding: 0;
}

.subscribe .content {
  padding-top: 0;
}
.subscribe .content-header {
  padding: 40px 0 0;
}
.subscribe .content-main {
  background-color: #ffffff;
}

/* Sidebar Blocks */
.sidebar-block {
  background-color: #ffffff;
  margin: 0 0 40px;
}
.sidebar-block__pretitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0D8ADE;
  margin-bottom: 10px;
}
.sidebar-block__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.sidebar-block__cta {
  margin: 20px 0 0;
}
.sidebar-block--social {
  margin: 0;
}

.cover-page .content-sidebar .sidebar-block {
  background-color: #ECF0F0;
}

/* Prefooter */
.prefooter {
  margin: 40px 0 60px;
}
.prefooter .sidebar-block {
  background-color: #ECF0F0;
  padding: 30px;
}
@media (min-width: 1024px) {
  .prefooter .sidebar-block {
    height: calc(100% - 40px);
  }
}
.prefooter .sidebar-block__cta .btn {
  display: inline-block;
  width: auto;
}
.prefooter .sidebar-block img {
  margin-top: -100px;
}

/* Links */
.btn-primary {
  position: relative;
  min-width: 170px;
  padding: 0.9rem 2rem 0.9rem 1.5rem;
  text-align: left;
  background: #003399;
  color: #ffffff;
}
.btn-primary:after {
  content: "";
  border-top: 4px transparent solid;
  border-bottom: 4px transparent solid;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  right: 1rem;
  margin-top: 0.4166666667rem;
  border-left: 5px #fff solid;
}

.cta-link {
  color: #0D8ADE;
  font-weight: 700;
  position: relative;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}
.cta-link:after {
  content: "";
  border-top: 8px transparent solid;
  border-bottom: 8px transparent solid;
  margin-left: 10px;
  border-left: 8px #0D8ADE solid;
}
.cta-link:hover, .cta-link:focus {
  color: #003399;
  text-decoration: none;
}
.cta-link:hover:after, .cta-link:focus:after {
  border-left: 8px #003399 solid;
}

.load-more {
  text-align: center;
}
.load-more .btn-leaf {
  min-width: 200px;
}
.load-more .btn-leaf.disable {
  display: none;
}

.links-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links-block__list--horizontal {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.links-block__item a {
  display: flex;
  width: 100%;
  margin: 0 0 5px;
}
.links-block__icon {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #003399;
  border-radius: 42px;
}
.social-btn {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #132E61;
  color: #ffffff;
  transition: transform 0.3s ease;
  border-radius: 50px;
  margin-bottom: 10px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  /* &--linkedin {
    background-color: #007BB6;
  }

  &--facebook {
    background-color: #3B5998;
  }

  &--twitter {
    background-color: #00ACED;
  }

  &--email {
    background-color: #7B7B7B;
  } */
}
.social-btn:hover, .social-btn:focus {
  color: #ffffff;
  transform: translateX(-5px);
}
.social-btn__label {
  padding: 10px 15px;
  line-height: 1;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .social-btn__label {
    display: inline;
  }
}
.social-btn__icon {
  padding: 15px;
  line-height: 1;
}

.pager-block {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pager-block {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.pagination a {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
  color: #0D8ADE;
}
.pagination a.current {
  background-color: #0D8ADE;
  color: #ffffff;
  border-radius: 40px;
}
.pagination a.current:hover, .pagination a.current:focus {
  color: #ffffff;
}

.pager-btn {
  border-top: 10px transparent solid;
  border-bottom: 10px transparent solid;
  width: 15px !important;
  height: 15px !important;
}
.pager-btn:hover, .pager-btn:focus {
  color: #0D8ADE;
}
.pager-btn.next {
  border-left: 10px #003399 solid;
}
.pager-btn.next.disabled {
  border-left-color: #ccc;
}
.pager-btn.prev {
  border-right: 10px #003399 solid;
}
.pager-btn.prev.disabled {
  border-right-color: #ccc;
}

/* Story Blocks */
.story-tile {
  position: relative;
  margin: -40px -20px 30px;
}
@media (min-width: 1024px) {
  .story-tile {
    margin: 0;
  }
}
.story-tile a {
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.story-tile__image {
  overflow: hidden;
}
.story-tile__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.story-tile__image img {
  transition: transform 0.3s ease;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .story-tile__image img {
    aspect-ratio: auto;
  }
}
a:hover .story-tile__image img, a:focus .story-tile__image img {
  transform: scale(1.1);
}
.story-tile__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.story-tile__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
}
.story-tile__description {
  margin: 0 0 15px;
}
.story-block {
  margin: 0 0 30px;
}
.story-block a {
  text-decoration: none;
  transition: transform 0.3s ease;
}
.story-block a:hover, .story-block a:focus {
  color: #0D8ADE;
}
.story-block__image {
  margin: 0 0 15px;
  overflow: hidden;
}
.story-block__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/267;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.story-block__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}
.story-block__meta {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
}
.story-block__label:after {
  content: "•";
  padding: 0 5px;
}
.story-block--news .story-block__image img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #ffffff;
}
.story-list {
  display: flex;
  margin: 0 -10px 30px;
}
.story-list a {
  text-decoration: none;
  transition: transform 0.3s ease;
}
.story-list a:hover, .story-list a:focus {
  color: #0D8ADE;
}
.story-list__image {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.story-list.no-image .story-list__image {
  display: none;
}
.story-list__content {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}
.story-list.no-image .story-list__content {
  flex: 0 0 100%;
  max-width: 100%;
}
.story-list__label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0D8ADE;
  margin: 0 0 5px;
}
.story-list__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.story-list__meta {
  font-size: 14px;
}
.story-clip {
  background-color: #F2F6F6;
  padding: 15px;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
.story-clip__image {
  margin: 0 0 15px;
}
.story-clip__meta {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
}
.story-clip__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.story-clip a:hover, .story-clip a:focus {
  text-decoration: none;
  color: #0D8ADE;
}
.story-banner {
  background-color: #303030;
  color: #ffffff;
  position: relative;
}
.story-banner__image {
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .story-banner__image {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  .story-banner__image {
    aspect-ratio: 1920/520;
    min-height: 400px;
    max-width: 100%;
  }
}
.story-banner__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 33, 43, 0.2);
}
@media (max-width: 767px) {
  .story-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.story-banner__content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .story-banner__content {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .story-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.story-banner__wrapper {
  max-width: 700px;
  background: rgba(0, 51, 153, 0.95);
  padding: 25px 45px;
}
.story-banner__title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
}
.story-banner__headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
.story-banner__description {
  font-size: 18px;
  margin: 0 0 20px;
}
.story-banner a, .story-banner a:hover, .story-banner a:focus {
  color: #ffffff;
  text-decoration: none;
}
.story-banner .cta-link:after {
  border-left-color: #ffffff;
}

.sidebar-block .story-list__title {
  font-size: 16px;
}

.bg-light .story-clip {
  background-color: #ffffff;
}

.cover-page .story-block--news .story-block__image img {
  background-color: #ECF0F0;
}

.social-block__image {
  background-color: #ECF0F0;
  margin: 0 0 20px;
}
.social-block__image video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.social-block__image img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.social-block__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.social-block a:hover, .social-block a:focus {
  text-decoration: none;
  color: #0D8ADE;
}

/* Gallery and File */
.gallery-block {
  position: relative;
  margin-bottom: 40px;
}
.gallery-block__image {
  overflow: hidden;
}
.gallery-block__image img {
  width: 100%;
  transition: transform 0.3s ease;
}
a:hover .gallery-block__image img, a:focus .gallery-block__image img {
  transform: scale(1.1);
}
.gallery-block__title {
  background-color: #132E61;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.file-block {
  margin-bottom: 40px;
}
.file-block__image {
  background-color: #ffffff;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.file-block__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.file-block__image a:hover img, .file-block__image a:focus img {
  transform: scale(1.1);
}
.file-block__content {
  display: flex;
}
.file-block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
}
.file-block__download {
  font-size: 24px;
  text-decoration: none;
  color: #0D8ADE;
}
.file-block__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 60px;
  opacity: 0.5;
  text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
}

.file-block--photo .file-block__image img {
  background-color: #ECF0F0;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.file-block--video .file-block__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Profile Block */
.social-profile {
  position: relative;
}
.social-profile__banner {
  margin: 0 -20px;
}
.social-profile__avatar img {
  width: 75px;
  margin-top: -40px;
  margin-bottom: 40px;
}

.profile-block {
  display: flex;
  margin: 0 0 20px;
}
.profile-block__image {
  flex: 0 0 75px;
  max-width: 75px;
  margin-right: 20px;
}
.profile-block__image img {
  border-radius: 75px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-block__name {
  font-size: 18px;
}
.profile-block__company:not(:empty):before {
  content: "•";
  padding: 0 5px;
  margin-left: -5px;
}

/* Forms */
.searchbar__wrapper {
  position: relative;
}
.searchbar__input {
  border: none;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: transform 0.3s ease;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.searchbar__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.searchbar__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.searchbar__input::-webkit-search-decoration, .searchbar__input::-webkit-search-cancel-button, .searchbar__input::-webkit-search-results-button, .searchbar__input::-webkit-search-results-decoration {
  display: none;
}
.searchbar__input:focus {
  outline: 1px solid #003399;
}
.searchbar__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #003399;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  border-width: 0;
}

.content-header--dark .searchbar__input {
  background-color: #303030;
  color: #ffffff;
}
.content-header--dark .searchbar__input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.75;
}
.content-header--dark .searchbar__input::placeholder {
  color: #ffffff;
  opacity: 0.75;
}
.content-header--dark .search-filter__select {
  background-color: #303030;
  color: #ffffff;
}

.search-form {
  margin: 40px 0 0;
}
@media (min-width: 1024px) {
  .search-form {
    width: calc(100% - 350px);
    margin: 40px 0 0;
  }
}

.search-filter__select {
  border: none;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: transform 0.3s ease;
  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='%23003399' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 16px;
}
.search-filter__select:focus {
  outline: 1px solid #003399;
}

.form {
  padding: 20px 0;
}
.form-block {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .form-block {
    margin-top: -100px;
  }
}

.form-field {
  margin: 20px 0;
  position: relative;
}
.form-field__label {
  display: flex;
  align-items: center;
  margin: 0 90px 10px 0;
}
.form-field__label label {
  margin: 0;
}
.form-field__label .required {
  font-size: 14px;
  margin-left: 10px;
}
.form-field__input, .form-field__select {
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  background-color: transparent;
}
.form-field__input:focus, .form-field__select:focus {
  outline: 1px solid #003399;
}
.form-field__file {
  padding: 7px 15px;
  border: 1px solid #ccc;
  margin: 0 0 10px;
}
.form-field.has-error .form-field__input {
  border-color: red;
}

.menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.slider {
  position: relative;
  margin-bottom: -40px;
}
.slider .story-banner {
  background-color: #303030;
  color: #ffffff;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.slider .story-banner .slider-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .story-banner__content {
  display: flex;
  align-items: center;
  background: #003399;
}
@media (max-width: 767px) {
  .slider .story-banner__content {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .slider .story-banner__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.slider .story-banner__wrapper {
  max-width: 700px;
  padding: 15px 30px;
  background: none;
}
.slider .story-banner__title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
}
.slider .story-banner__headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
.slider .story-banner__description {
  font-size: 18px;
  margin: 0 0 20px;
}
.slider .story-banner a, .slider .story-banner a:hover, .slider .story-banner a:focus {
  color: #ffffff;
  text-decoration: none;
}
.slider .story-banner .cta-link:after {
  border-left-color: #ffffff;
}
.slider .bx-controls {
  position: unset;
  bottom: 26px;
  right: 50.666%;
  margin: 0 28px;
  padding: 0 13px;
}
.slider .bx-controls .bx-default-pager {
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
}
.slider .bx-controls .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 35px;
  right: 35px;
}
.slider .bx-controls .bx-pager-item {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
}
.slider .bx-controls .bx-pager-item .bx-pager-link {
  text-indent: -9999px;
  background: none;
  display: block;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  border: 2px solid rgb(157, 223, 255);
}
.slider .bx-controls .bx-pager-item .bx-pager-link.active {
  background: #9DDFFF;
}
.slider .bx-controls .bx-prev,
.slider .bx-controls .bx-next {
  position: absolute;
  width: 12px;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
.slider .bx-controls .bx-prev:after,
.slider .bx-controls .bx-next:after {
  font-family: "FontAwesome";
  font-size: 45px;
  line-height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-indent: 0;
}
.slider .bx-controls .bx-prev {
  left: 0;
}
.slider .bx-controls .bx-prev:after {
  content: "\f104";
}
.slider .bx-controls .bx-next {
  right: -2px;
}
.slider .bx-controls .bx-next:after {
  content: "\f105";
}

@media (max-width: 962px) {
  .slider {
    background: #003399;
  }
  .slider .story-banner {
    grid-template-columns: 1fr;
  }
  .slider .story-banner .slider-image {
    order: 1;
    background-size: contain;
    -o-object-fit: contain;
       object-fit: contain;
    min-height: unset;
  }
  .slider .story-banner__content {
    order: 2;
  }
  .slider .bx-controls .bx-default-pager {
    display: inline-block;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    background: #003399;
  }
  .slider .bx-controls .bx-controls-direction {
    position: relative;
    bottom: 50px;
    left: unset;
    right: unset;
  }
}
/* Screen Readers */
.screen-reader,
.screen-reader-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;
}

.skippy {
  position: fixed;
  z-index: 100;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.skippy: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;
}
.skippy--header {
  top: 0;
  left: 40px;
  background-color: white;
}
.skippy--footer {
  bottom: 0;
  right: 40px;
  background-color: #303030;
  color: #ffffff;
}

.cb-10w {
  width: 10%;
}

.cb-10fw {
  flex: 0 0 10%;
  max-width: 10%;
}

.cb-10mw {
  max-width: 10%;
}

.cb-20w {
  width: 20%;
}

.cb-20fw {
  flex: 0 0 20%;
  max-width: 20%;
}

.cb-20mw {
  max-width: 20%;
}

.cb-25w {
  width: 25%;
}

.cb-25fw {
  flex: 0 0 25%;
  max-width: 25%;
}

.cb-25mw {
  max-width: 25%;
}

.cb-30w {
  width: 30%;
}

.cb-30fw {
  flex: 0 0 30%;
  max-width: 30%;
}

.cb-30mw {
  max-width: 30%;
}

.cb-33w {
  width: 33%;
}

.cb-33fw {
  flex: 0 0 33%;
  max-width: 33%;
}

.cb-33mw {
  max-width: 33%;
}

.cb-40w {
  width: 40%;
}

.cb-40fw {
  flex: 0 0 40%;
  max-width: 40%;
}

.cb-40mw {
  max-width: 40%;
}

.cb-50w {
  width: 50%;
}

.cb-50fw {
  flex: 0 0 50%;
  max-width: 50%;
}

.cb-50mw {
  max-width: 50%;
}

.cb-60w {
  width: 60%;
}

.cb-60fw {
  flex: 0 0 60%;
  max-width: 60%;
}

.cb-60mw {
  max-width: 60%;
}

.cb-66w {
  width: 66%;
}

.cb-66fw {
  flex: 0 0 66%;
  max-width: 66%;
}

.cb-66mw {
  max-width: 66%;
}

.cb-70w {
  width: 70%;
}

.cb-70fw {
  flex: 0 0 70%;
  max-width: 70%;
}

.cb-70mw {
  max-width: 70%;
}

.cb-75w {
  width: 75%;
}

.cb-75fw {
  flex: 0 0 75%;
  max-width: 75%;
}

.cb-75mw {
  max-width: 75%;
}

.cb-80w {
  width: 80%;
}

.cb-80fw {
  flex: 0 0 80%;
  max-width: 80%;
}

.cb-80mw {
  max-width: 80%;
}

.cb-90w {
  width: 90%;
}

.cb-90fw {
  flex: 0 0 90%;
  max-width: 90%;
}

.cb-90mw {
  max-width: 90%;
}

.cb-100w {
  width: 100%;
}

.cb-100fw {
  flex: 0 0 100%;
  max-width: 100%;
}

.cb-100mw {
  max-width: 100%;
}

@media (min-width: 768px) {
  .cb-10w--md {
    width: 10%;
  }
  .cb-10fw--md {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .cb-10mw--md {
    max-width: 10%;
  }
  .cb-20w--md {
    width: 20%;
  }
  .cb-20fw--md {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cb-20mw--md {
    max-width: 20%;
  }
  .cb-25w--md {
    width: 25%;
  }
  .cb-25fw--md {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cb-25mw--md {
    max-width: 25%;
  }
  .cb-30w--md {
    width: 30%;
  }
  .cb-30fw--md {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cb-30mw--md {
    max-width: 30%;
  }
  .cb-33w--md {
    width: 33%;
  }
  .cb-33fw--md {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .cb-33mw--md {
    max-width: 33%;
  }
  .cb-40w--md {
    width: 40%;
  }
  .cb-40fw--md {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cb-40mw--md {
    max-width: 40%;
  }
  .cb-50w--md {
    width: 50%;
  }
  .cb-50fw--md {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cb-50mw--md {
    max-width: 50%;
  }
  .cb-60w--md {
    width: 60%;
  }
  .cb-60fw--md {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cb-60mw--md {
    max-width: 60%;
  }
  .cb-66w--md {
    width: 66%;
  }
  .cb-66fw--md {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .cb-66mw--md {
    max-width: 66%;
  }
  .cb-70w--md {
    width: 70%;
  }
  .cb-70fw--md {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cb-70mw--md {
    max-width: 70%;
  }
  .cb-75w--md {
    width: 75%;
  }
  .cb-75fw--md {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cb-75mw--md {
    max-width: 75%;
  }
  .cb-80w--md {
    width: 80%;
  }
  .cb-80fw--md {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .cb-80mw--md {
    max-width: 80%;
  }
  .cb-90w--md {
    width: 90%;
  }
  .cb-90fw--md {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .cb-90mw--md {
    max-width: 90%;
  }
  .cb-100w--md {
    width: 100%;
  }
  .cb-100fw--md {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cb-100mw--md {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .cb-10w--lg {
    width: 10%;
  }
  .cb-10fw--lg {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .cb-10mw--lg {
    max-width: 10%;
  }
  .cb-20w--lg {
    width: 20%;
  }
  .cb-20fw--lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cb-20mw--lg {
    max-width: 20%;
  }
  .cb-25w--lg {
    width: 25%;
  }
  .cb-25fw--lg {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cb-25mw--lg {
    max-width: 25%;
  }
  .cb-30w--lg {
    width: 30%;
  }
  .cb-30fw--lg {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cb-30mw--lg {
    max-width: 30%;
  }
  .cb-33w--lg {
    width: 33%;
  }
  .cb-33fw--lg {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .cb-33mw--lg {
    max-width: 33%;
  }
  .cb-40w--lg {
    width: 40%;
  }
  .cb-40fw--lg {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cb-40mw--lg {
    max-width: 40%;
  }
  .cb-50w--lg {
    width: 50%;
  }
  .cb-50fw--lg {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cb-50mw--lg {
    max-width: 50%;
  }
  .cb-60w--lg {
    width: 60%;
  }
  .cb-60fw--lg {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cb-60mw--lg {
    max-width: 60%;
  }
  .cb-66w--lg {
    width: 66%;
  }
  .cb-66fw--lg {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .cb-66mw--lg {
    max-width: 66%;
  }
  .cb-70w--lg {
    width: 70%;
  }
  .cb-70fw--lg {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cb-70mw--lg {
    max-width: 70%;
  }
  .cb-75w--lg {
    width: 75%;
  }
  .cb-75fw--lg {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cb-75mw--lg {
    max-width: 75%;
  }
  .cb-80w--lg {
    width: 80%;
  }
  .cb-80fw--lg {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .cb-80mw--lg {
    max-width: 80%;
  }
  .cb-90w--lg {
    width: 90%;
  }
  .cb-90fw--lg {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .cb-90mw--lg {
    max-width: 90%;
  }
  .cb-100w--lg {
    width: 100%;
  }
  .cb-100fw--lg {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cb-100mw--lg {
    max-width: 100%;
  }
}
.cb-p--0 {
  padding: 0;
}
@media (min-width: 768px) {
  .cb-p--0--md {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .cb-p--0--lg {
    padding: 0;
  }
}

.cb-pt--0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .cb-pt--0--md {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pt--0--lg {
    padding-top: 0;
  }
}

.cb-pb--0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cb-pb--0--md {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pb--0--lg {
    padding-bottom: 0;
  }
}

.cb-ptb--0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cb-ptb--0--md {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cb-pl--0 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .cb-pl--0--md {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pl--0--lg {
    padding-left: 0;
  }
}

.cb-pr--0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .cb-pr--0--md {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pr--0--lg {
    padding-right: 0;
  }
}

.cb-plr--0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cb-plr--0--md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-plr--0--lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.cb-p--1x {
  padding: 2em;
}
@media (min-width: 768px) {
  .cb-p--1x--md {
    padding: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-p--1x--lg {
    padding: 2em;
  }
}

.cb-pt--1x {
  padding-top: 2em;
}
@media (min-width: 768px) {
  .cb-pt--1x--md {
    padding-top: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--1x--lg {
    padding-top: 2em;
  }
}

.cb-pb--1x {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-pb--1x--md {
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--1x--lg {
    padding-bottom: 2em;
  }
}

.cb-ptb--1x {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-ptb--1x--md {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--1x--lg {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.cb-pl--1x {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .cb-pl--1x--md {
    padding-left: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--1x--lg {
    padding-left: 2em;
  }
}

.cb-pr--1x {
  padding-right: 2em;
}
@media (min-width: 768px) {
  .cb-pr--1x--md {
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--1x--lg {
    padding-right: 2em;
  }
}

.cb-plr--1x {
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 768px) {
  .cb-plr--1x--md {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--1x--lg {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.cb-p--2x {
  padding: 3em;
}
@media (min-width: 768px) {
  .cb-p--2x--md {
    padding: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-p--2x--lg {
    padding: 3em;
  }
}

.cb-pt--2x {
  padding-top: 3em;
}
@media (min-width: 768px) {
  .cb-pt--2x--md {
    padding-top: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--2x--lg {
    padding-top: 3em;
  }
}

.cb-pb--2x {
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-pb--2x--md {
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--2x--lg {
    padding-bottom: 3em;
  }
}

.cb-ptb--2x {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-ptb--2x--md {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--2x--lg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.cb-pl--2x {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .cb-pl--2x--md {
    padding-left: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--2x--lg {
    padding-left: 3em;
  }
}

.cb-pr--2x {
  padding-right: 3em;
}
@media (min-width: 768px) {
  .cb-pr--2x--md {
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--2x--lg {
    padding-right: 3em;
  }
}

.cb-plr--2x {
  padding-left: 3em;
  padding-right: 3em;
}
@media (min-width: 768px) {
  .cb-plr--2x--md {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--2x--lg {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.cb-p--3x {
  padding: 4em;
}
@media (min-width: 768px) {
  .cb-p--3x--md {
    padding: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-p--3x--lg {
    padding: 4em;
  }
}

.cb-pt--3x {
  padding-top: 4em;
}
@media (min-width: 768px) {
  .cb-pt--3x--md {
    padding-top: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--3x--lg {
    padding-top: 4em;
  }
}

.cb-pb--3x {
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-pb--3x--md {
    padding-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--3x--lg {
    padding-bottom: 4em;
  }
}

.cb-ptb--3x {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-ptb--3x--md {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--3x--lg {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.cb-pl--3x {
  padding-left: 4em;
}
@media (min-width: 768px) {
  .cb-pl--3x--md {
    padding-left: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--3x--lg {
    padding-left: 4em;
  }
}

.cb-pr--3x {
  padding-right: 4em;
}
@media (min-width: 768px) {
  .cb-pr--3x--md {
    padding-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--3x--lg {
    padding-right: 4em;
  }
}

.cb-plr--3x {
  padding-left: 4em;
  padding-right: 4em;
}
@media (min-width: 768px) {
  .cb-plr--3x--md {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--3x--lg {
    padding-left: 4em;
    padding-right: 4em;
  }
}

.cb-p--4x {
  padding: 5em;
}
@media (min-width: 768px) {
  .cb-p--4x--md {
    padding: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-p--4x--lg {
    padding: 5em;
  }
}

.cb-pt--4x {
  padding-top: 5em;
}
@media (min-width: 768px) {
  .cb-pt--4x--md {
    padding-top: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--4x--lg {
    padding-top: 5em;
  }
}

.cb-pb--4x {
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-pb--4x--md {
    padding-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--4x--lg {
    padding-bottom: 5em;
  }
}

.cb-ptb--4x {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-ptb--4x--md {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--4x--lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.cb-pl--4x {
  padding-left: 5em;
}
@media (min-width: 768px) {
  .cb-pl--4x--md {
    padding-left: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--4x--lg {
    padding-left: 5em;
  }
}

.cb-pr--4x {
  padding-right: 5em;
}
@media (min-width: 768px) {
  .cb-pr--4x--md {
    padding-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--4x--lg {
    padding-right: 5em;
  }
}

.cb-plr--4x {
  padding-left: 5em;
  padding-right: 5em;
}
@media (min-width: 768px) {
  .cb-plr--4x--md {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--4x--lg {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.cb-p--5x {
  padding: 6em;
}
@media (min-width: 768px) {
  .cb-p--5x--md {
    padding: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-p--5x--lg {
    padding: 6em;
  }
}

.cb-pt--5x {
  padding-top: 6em;
}
@media (min-width: 768px) {
  .cb-pt--5x--md {
    padding-top: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--5x--lg {
    padding-top: 6em;
  }
}

.cb-pb--5x {
  padding-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-pb--5x--md {
    padding-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--5x--lg {
    padding-bottom: 6em;
  }
}

.cb-ptb--5x {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-ptb--5x--md {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--5x--lg {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

.cb-pl--5x {
  padding-left: 6em;
}
@media (min-width: 768px) {
  .cb-pl--5x--md {
    padding-left: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--5x--lg {
    padding-left: 6em;
  }
}

.cb-pr--5x {
  padding-right: 6em;
}
@media (min-width: 768px) {
  .cb-pr--5x--md {
    padding-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--5x--lg {
    padding-right: 6em;
  }
}

.cb-plr--5x {
  padding-left: 6em;
  padding-right: 6em;
}
@media (min-width: 768px) {
  .cb-plr--5x--md {
    padding-left: 6em;
    padding-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--5x--lg {
    padding-left: 6em;
    padding-right: 6em;
  }
}

.cb-m--auto {
  margin: auto;
}
@media (min-width: 768px) {
  .cb-m--auto--md {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .cb-m--auto--lg {
    margin: auto;
  }
}

.cb-mt--auto {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cb-mt--auto--md {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mt--auto--lg {
    margin-top: auto;
  }
}

.cb-mb--auto {
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-mb--auto--md {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mb--auto--lg {
    margin-bottom: auto;
  }
}

.cb-mtb--auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-mtb--auto--md {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--auto--lg {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.cb-ml--auto {
  margin-left: auto;
}
@media (min-width: 768px) {
  .cb-ml--auto--md {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .cb-ml--auto--lg {
    margin-left: auto;
  }
}

.cb-mr--auto {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cb-mr--auto--md {
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mr--auto--lg {
    margin-right: auto;
  }
}

.cb-mlr--auto {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cb-mlr--auto--md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--auto--lg {
    margin-left: auto;
    margin-right: auto;
  }
}

.cb-m--0 {
  margin: 0;
}
@media (min-width: 768px) {
  .cb-m--0--md {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cb-m--0--lg {
    margin: 0;
  }
}

.cb-mt--0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cb-mt--0--md {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mt--0--lg {
    margin-top: 0;
  }
}

.cb-mb--0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-mb--0--md {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mb--0--lg {
    margin-bottom: 0;
  }
}

.cb-mtb--0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-mtb--0--md {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--0--lg {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cb-ml--0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cb-ml--0--md {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .cb-ml--0--lg {
    margin-left: 0;
  }
}

.cb-mr--0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cb-mr--0--md {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mr--0--lg {
    margin-right: 0;
  }
}

.cb-mlr--0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cb-mlr--0--md {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--0--lg {
    margin-left: 0;
    margin-right: 0;
  }
}

.cb-m--1x {
  margin: 2em;
}
@media (min-width: 768px) {
  .cb-m--1x--md {
    margin: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-m--1x--lg {
    margin: 2em;
  }
}

.cb-mt--1x {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .cb-mt--1x--md {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--1x--lg {
    margin-top: 2em;
  }
}

.cb-mb--1x {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-mb--1x--md {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--1x--lg {
    margin-bottom: 2em;
  }
}

.cb-mtb--1x {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-mtb--1x--md {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--1x--lg {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.cb-ml--1x {
  margin-left: 2em;
}
@media (min-width: 768px) {
  .cb-ml--1x--md {
    margin-left: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--1x--lg {
    margin-left: 2em;
  }
}

.cb-mr--1x {
  margin-right: 2em;
}
@media (min-width: 768px) {
  .cb-mr--1x--md {
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--1x--lg {
    margin-right: 2em;
  }
}

.cb-mlr--1x {
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 768px) {
  .cb-mlr--1x--md {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--1x--lg {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.cb-m--2x {
  margin: 3em;
}
@media (min-width: 768px) {
  .cb-m--2x--md {
    margin: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-m--2x--lg {
    margin: 3em;
  }
}

.cb-mt--2x {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .cb-mt--2x--md {
    margin-top: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--2x--lg {
    margin-top: 3em;
  }
}

.cb-mb--2x {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-mb--2x--md {
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--2x--lg {
    margin-bottom: 3em;
  }
}

.cb-mtb--2x {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-mtb--2x--md {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--2x--lg {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.cb-ml--2x {
  margin-left: 3em;
}
@media (min-width: 768px) {
  .cb-ml--2x--md {
    margin-left: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--2x--lg {
    margin-left: 3em;
  }
}

.cb-mr--2x {
  margin-right: 3em;
}
@media (min-width: 768px) {
  .cb-mr--2x--md {
    margin-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--2x--lg {
    margin-right: 3em;
  }
}

.cb-mlr--2x {
  margin-left: 3em;
  margin-right: 3em;
}
@media (min-width: 768px) {
  .cb-mlr--2x--md {
    margin-left: 3em;
    margin-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--2x--lg {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.cb-m--3x {
  margin: 4em;
}
@media (min-width: 768px) {
  .cb-m--3x--md {
    margin: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-m--3x--lg {
    margin: 4em;
  }
}

.cb-mt--3x {
  margin-top: 4em;
}
@media (min-width: 768px) {
  .cb-mt--3x--md {
    margin-top: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--3x--lg {
    margin-top: 4em;
  }
}

.cb-mb--3x {
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-mb--3x--md {
    margin-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--3x--lg {
    margin-bottom: 4em;
  }
}

.cb-mtb--3x {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-mtb--3x--md {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--3x--lg {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

.cb-ml--3x {
  margin-left: 4em;
}
@media (min-width: 768px) {
  .cb-ml--3x--md {
    margin-left: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--3x--lg {
    margin-left: 4em;
  }
}

.cb-mr--3x {
  margin-right: 4em;
}
@media (min-width: 768px) {
  .cb-mr--3x--md {
    margin-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--3x--lg {
    margin-right: 4em;
  }
}

.cb-mlr--3x {
  margin-left: 4em;
  margin-right: 4em;
}
@media (min-width: 768px) {
  .cb-mlr--3x--md {
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--3x--lg {
    margin-left: 4em;
    margin-right: 4em;
  }
}

.cb-m--4x {
  margin: 5em;
}
@media (min-width: 768px) {
  .cb-m--4x--md {
    margin: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-m--4x--lg {
    margin: 5em;
  }
}

.cb-mt--4x {
  margin-top: 5em;
}
@media (min-width: 768px) {
  .cb-mt--4x--md {
    margin-top: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--4x--lg {
    margin-top: 5em;
  }
}

.cb-mb--4x {
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-mb--4x--md {
    margin-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--4x--lg {
    margin-bottom: 5em;
  }
}

.cb-mtb--4x {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-mtb--4x--md {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--4x--lg {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}

.cb-ml--4x {
  margin-left: 5em;
}
@media (min-width: 768px) {
  .cb-ml--4x--md {
    margin-left: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--4x--lg {
    margin-left: 5em;
  }
}

.cb-mr--4x {
  margin-right: 5em;
}
@media (min-width: 768px) {
  .cb-mr--4x--md {
    margin-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--4x--lg {
    margin-right: 5em;
  }
}

.cb-mlr--4x {
  margin-left: 5em;
  margin-right: 5em;
}
@media (min-width: 768px) {
  .cb-mlr--4x--md {
    margin-left: 5em;
    margin-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--4x--lg {
    margin-left: 5em;
    margin-right: 5em;
  }
}

.cb-m--5x {
  margin: 6em;
}
@media (min-width: 768px) {
  .cb-m--5x--md {
    margin: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-m--5x--lg {
    margin: 6em;
  }
}

.cb-mt--5x {
  margin-top: 6em;
}
@media (min-width: 768px) {
  .cb-mt--5x--md {
    margin-top: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--5x--lg {
    margin-top: 6em;
  }
}

.cb-mb--5x {
  margin-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-mb--5x--md {
    margin-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--5x--lg {
    margin-bottom: 6em;
  }
}

.cb-mtb--5x {
  margin-top: 6em;
  margin-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-mtb--5x--md {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--5x--lg {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}

.cb-ml--5x {
  margin-left: 6em;
}
@media (min-width: 768px) {
  .cb-ml--5x--md {
    margin-left: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--5x--lg {
    margin-left: 6em;
  }
}

.cb-mr--5x {
  margin-right: 6em;
}
@media (min-width: 768px) {
  .cb-mr--5x--md {
    margin-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--5x--lg {
    margin-right: 6em;
  }
}

.cb-mlr--5x {
  margin-left: 6em;
  margin-right: 6em;
}
@media (min-width: 768px) {
  .cb-mlr--5x--md {
    margin-left: 6em;
    margin-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--5x--lg {
    margin-left: 6em;
    margin-right: 6em;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .cb-text--left--md {
    text-align: left;
  }
  .cb-text--center--md {
    text-align: center;
  }
  .cb-text--right--md {
    text-align: right;
  }
  .cb-text--justify--md {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .cb-text--left--lg {
    text-align: left;
  }
  .cb-text--center--lg {
    text-align: center;
  }
  .cb-text--right--lg {
    text-align: right;
  }
  .cb-text--justify--lg {
    text-align: justify;
  }
}
.cb-float--left {
  float: left;
  margin: 0 2em 2em 0;
}

.cb-float--center {
  margin: 0 auto 2em;
}

.cb-float--right {
  float: right;
  margin: 0 0 2em 2em;
}

@media (min-width: 768px) {
  .cb-float--left--md {
    float: left;
    margin: 0 2em 2em 0;
  }
  .cb-float--center--md {
    margin: 0 auto 2em;
  }
  .cb-float--right--md {
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media (min-width: 1024px) {
  .cb-float--left--lg {
    float: left;
    margin: 0 2em 2em 0;
  }
  .cb-float--center--lg {
    margin: 0 auto 2em;
  }
  .cb-float--right--lg {
    float: right;
    margin: 0 0 2em 2em;
  }
}
.cb-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cb-bw--0 {
  border-width: 0;
}
.cb-bw--1x {
  border-width: 1px;
}
.cb-bw--2x {
  border-width: 2px;
}
.cb-bw--3x {
  border-width: 3px;
}
.cb-bw--4x {
  border-width: 4px;
}
.cb-bw--5x {
  border-width: 5px;
}

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

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

.cb-bg--white--hover:hover, .cb-bg--white--hover:focus {
  background-color: #ffffff !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #ffffff !important;
}

.cb-c--white {
  color: #ffffff !important;
}

.cb-c--white--hover:hover, .cb-c--white--hover:focus {
  color: #ffffff !important;
}

.cb-bc--white {
  border-color: #ffffff !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--white--hover:hover, .cb-bc--white--hover:focus {
  border-color: #ffffff !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--white > th {
  background-color: #ffffff !important;
}

.cb-table-row--white > :not(caption) > * > * {
  background-color: #ffffff !important;
}

.cb-table-row-alt--white > tbody > tr:nth-of-type(even) > * {
  background-color: #ffffff !important;
}

.cb-table-bc--white {
  border-color: #ffffff !important;
}

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

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

.cb-bg--light--hover:hover, .cb-bg--light--hover:focus {
  background-color: #ECF0F0 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #ECF0F0 !important;
}

.cb-c--light {
  color: #ECF0F0 !important;
}

.cb-c--light--hover:hover, .cb-c--light--hover:focus {
  color: #ECF0F0 !important;
}

.cb-bc--light {
  border-color: #ECF0F0 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--light--hover:hover, .cb-bc--light--hover:focus {
  border-color: #ECF0F0 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--light > th {
  background-color: #ECF0F0 !important;
}

.cb-table-row--light > :not(caption) > * > * {
  background-color: #ECF0F0 !important;
}

.cb-table-row-alt--light > tbody > tr:nth-of-type(even) > * {
  background-color: #ECF0F0 !important;
}

.cb-table-bc--light {
  border-color: #ECF0F0 !important;
}

.cb-bg--dark {
  background-color: #303030 !important;
}

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

.cb-bg--dark--hover:hover, .cb-bg--dark--hover:focus {
  background-color: #303030 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #303030 !important;
}

.cb-c--dark {
  color: #303030 !important;
}

.cb-c--dark--hover:hover, .cb-c--dark--hover:focus {
  color: #303030 !important;
}

.cb-bc--dark {
  border-color: #303030 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--dark--hover:hover, .cb-bc--dark--hover:focus {
  border-color: #303030 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--dark > th {
  background-color: #303030 !important;
}

.cb-table-row--dark > :not(caption) > * > * {
  background-color: #303030 !important;
}

.cb-table-row-alt--dark > tbody > tr:nth-of-type(even) > * {
  background-color: #303030 !important;
}

.cb-table-bc--dark {
  border-color: #303030 !important;
}

.cb-bg--black {
  background-color: #19212B !important;
}

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

.cb-bg--black--hover:hover, .cb-bg--black--hover:focus {
  background-color: #19212B !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #19212B !important;
}

.cb-c--black {
  color: #19212B !important;
}

.cb-c--black--hover:hover, .cb-c--black--hover:focus {
  color: #19212B !important;
}

.cb-bc--black {
  border-color: #19212B !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--black--hover:hover, .cb-bc--black--hover:focus {
  border-color: #19212B !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--black > th {
  background-color: #19212B !important;
}

.cb-table-row--black > :not(caption) > * > * {
  background-color: #19212B !important;
}

.cb-table-row-alt--black > tbody > tr:nth-of-type(even) > * {
  background-color: #19212B !important;
}

.cb-table-bc--black {
  border-color: #19212B !important;
}

.cb-bg--blue {
  background-color: #003399 !important;
}

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

.cb-bg--blue--hover:hover, .cb-bg--blue--hover:focus {
  background-color: #003399 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #003399 !important;
}

.cb-c--blue {
  color: #003399 !important;
}

.cb-c--blue--hover:hover, .cb-c--blue--hover:focus {
  color: #003399 !important;
}

.cb-bc--blue {
  border-color: #003399 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--blue--hover:hover, .cb-bc--blue--hover:focus {
  border-color: #003399 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--blue > th {
  background-color: #003399 !important;
}

.cb-table-row--blue > :not(caption) > * > * {
  background-color: #003399 !important;
}

.cb-table-row-alt--blue > tbody > tr:nth-of-type(even) > * {
  background-color: #003399 !important;
}

.cb-table-bc--blue {
  border-color: #003399 !important;
}

.cb-bg--blue-light {
  background-color: #0D8ADE !important;
}

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

.cb-bg--blue-light--hover:hover, .cb-bg--blue-light--hover:focus {
  background-color: #0D8ADE !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #0D8ADE !important;
}

.cb-c--blue-light {
  color: #0D8ADE !important;
}

.cb-c--blue-light--hover:hover, .cb-c--blue-light--hover:focus {
  color: #0D8ADE !important;
}

.cb-bc--blue-light {
  border-color: #0D8ADE !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--blue-light--hover:hover, .cb-bc--blue-light--hover:focus {
  border-color: #0D8ADE !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--blue-light > th {
  background-color: #0D8ADE !important;
}

.cb-table-row--blue-light > :not(caption) > * > * {
  background-color: #0D8ADE !important;
}

.cb-table-row-alt--blue-light > tbody > tr:nth-of-type(even) > * {
  background-color: #0D8ADE !important;
}

.cb-table-bc--blue-light {
  border-color: #0D8ADE !important;
}

.cb-bg--blue-dark {
  background-color: #132E61 !important;
}

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

.cb-bg--blue-dark--hover:hover, .cb-bg--blue-dark--hover:focus {
  background-color: #132E61 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #132E61 !important;
}

.cb-c--blue-dark {
  color: #132E61 !important;
}

.cb-c--blue-dark--hover:hover, .cb-c--blue-dark--hover:focus {
  color: #132E61 !important;
}

.cb-bc--blue-dark {
  border-color: #132E61 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--blue-dark--hover:hover, .cb-bc--blue-dark--hover:focus {
  border-color: #132E61 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--blue-dark > th {
  background-color: #132E61 !important;
}

.cb-table-row--blue-dark > :not(caption) > * > * {
  background-color: #132E61 !important;
}

.cb-table-row-alt--blue-dark > tbody > tr:nth-of-type(even) > * {
  background-color: #132E61 !important;
}

.cb-table-bc--blue-dark {
  border-color: #132E61 !important;
}

.cb-bg--blue-alt {
  background-color: #2E58A8 !important;
}

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

.cb-bg--blue-alt--hover:hover, .cb-bg--blue-alt--hover:focus {
  background-color: #2E58A8 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #2E58A8 !important;
}

.cb-c--blue-alt {
  color: #2E58A8 !important;
}

.cb-c--blue-alt--hover:hover, .cb-c--blue-alt--hover:focus {
  color: #2E58A8 !important;
}

.cb-bc--blue-alt {
  border-color: #2E58A8 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--blue-alt--hover:hover, .cb-bc--blue-alt--hover:focus {
  border-color: #2E58A8 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--blue-alt > th {
  background-color: #2E58A8 !important;
}

.cb-table-row--blue-alt > :not(caption) > * > * {
  background-color: #2E58A8 !important;
}

.cb-table-row-alt--blue-alt > tbody > tr:nth-of-type(even) > * {
  background-color: #2E58A8 !important;
}

.cb-table-bc--blue-alt {
  border-color: #2E58A8 !important;
}

.cb-bg--green {
  background-color: #33B85B !important;
}

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

.cb-bg--green--hover:hover, .cb-bg--green--hover:focus {
  background-color: #33B85B !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #33B85B !important;
}

.cb-c--green {
  color: #33B85B !important;
}

.cb-c--green--hover:hover, .cb-c--green--hover:focus {
  color: #33B85B !important;
}

.cb-bc--green {
  border-color: #33B85B !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--green--hover:hover, .cb-bc--green--hover:focus {
  border-color: #33B85B !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--green > th {
  background-color: #33B85B !important;
}

.cb-table-row--green > :not(caption) > * > * {
  background-color: #33B85B !important;
}

.cb-table-row-alt--green > tbody > tr:nth-of-type(even) > * {
  background-color: #33B85B !important;
}

.cb-table-bc--green {
  border-color: #33B85B !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  max-width: 1200px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, .fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-action=ipr_sidebarOpenPanel]:hover {
  outline: 1px solid #04c077;
  outline-offset: 5px;
  border-radius: 5px;
}

#ipr_sideToolBar_settings_title .ipr_settingsTabs-panelBody .ipr_form-group:last-child,
#ipr_sideToolBar_settings_subheadline .ipr_settingsTabs-panelBody .ipr_form-group:last-child,
#ipr_sideToolBar_settings_taxonomy .ipr_optionsList,
#ipr_sideToolBar_settings_multimedia .ipr_optionsList {
  display: none;
}

.ipr_contentArea-container .ipr_cb-code {
  min-height: 60px;
  background: #eee;
  position: relative;
  border-radius: 10px;
  padding: 20px;
}
.ipr_contentArea-container .ipr_cb-code:after {
  content: "Embed Code (launch preview to see code rendered)";
  font-family: monospace;
}

.filter-wrapper-all-industries-page-casestudies {
  min-width: -moz-max-content;
  min-width: max-content;
}

.content-header .container-content .search-form .cb-grid {
  grid-column-gap: 5px;
}
.content-header .container-content .search-form select {
  min-width: -moz-max-content;
  min-width: max-content;
}

.press-releases-page.filter-wrappers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.press-releases-page.filter-wrappers > div {
  width: 100% !important;
}

.content-header .container-content .search-form.Press.Releases .searchbar-div {
  min-width: 265px !important;
}

@media (max-width: 768px) {
  .press-releases-page.filter-wrappers {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-header .container-content {
    min-height: 28.05vw;
  }
}
@media (min-width: 500px) and (max-width: 1024px) {
  .content-header .container-content .search-form {
    max-width: 67%;
  }
  .content-header .container-content .search-form .cb-grid {
    grid-column-gap: 5px;
  }
}
@media (max-width: 500px) {
  .content-header .container-content .search-form {
    max-width: 80%;
  }
  .content-header .container-content .search-form.Press.Releases {
    max-width: 100%;
    width: 100%;
  }
  .content-header .container-content .search-form.Press.Releases select {
    min-width: unset;
    width: 100%;
  }
  .content-header .container-content .search-form.Press.Releases .searchbar-div {
    min-width: unset !important;
  }
}/*# sourceMappingURL=theme.css.map */