/*!
   * 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)
   */
/*@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");*/
@font-face {
    font-family: "SourceHanSans";
    src: url('../fonts/SourceHanSansSC-Normal.otf');
    src: url('../fonts/SourceHanSansSC-Normal.otf') format('woff'),
         url('../fonts/SourceHanSansSC-Normal.otf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: "SourceHanSans";
    src: url('../fonts/SourceHanSansSC-VF.otf');
    src: url('../fonts/SourceHanSansSC-VF.ttf') format('ttf'),
         url('../fonts/SourceHanSansSC-VF.woff2') format('woff2'),
         url('../fonts/SourceHanSansSC-VF.woff2') format('truetype'),
    font-weight: normal;
    font-style: normal;
}*/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "SourceHanSans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "SourceHanSans",;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 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: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

@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(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

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

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

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

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

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

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

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

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

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

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

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

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

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

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

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

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

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

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

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

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

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 5; }

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

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

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

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

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

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

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

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  /*font-family: var(--bs-btn-font-family);*/
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd; }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d; }

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

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

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

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

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

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group {
  border-radius: 0.375rem; }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

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

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

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

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

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

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

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

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem; }

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

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

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

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

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

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

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

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

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

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

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

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

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

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

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

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

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

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

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

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

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

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

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.carousel {
  position: relative; }

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

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

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

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

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

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

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

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

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

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

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

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

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

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #0d6efd !important; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca !important; }

.link-secondary {
  color: #6c757d !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important; }

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !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: #f8f9fa !important; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb !important; }

.link-dark {
  color: #212529 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21 !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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

.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(0, 0, 0, 0.15) !important; }

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: 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(0, 0, 0, 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 {
  user-select: all !important; }

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

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

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

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

.rounded {
  border-radius: 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; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?kj2qsx") format("truetype"), url("../fonts/icomoon.woff?kj2qsx") format("woff"), url("../fonts/icomoon.svg?kj2qsx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.text-link-primary a {
  color: #0d6efd; }
  .text-link-primary a:hover, .text-link-primary a:focus {
    color: #0a58ca; }

.text-link-secondary a {
  color: #6c757d; }
  .text-link-secondary a:hover, .text-link-secondary a:focus {
    color: #565e64; }

.text-link-success a {
  color: #198754; }
  .text-link-success a:hover, .text-link-success a:focus {
    color: #146c43; }

.text-link-info a {
  color: #0dcaf0; }
  .text-link-info a:hover, .text-link-info a:focus {
    color: #3dd5f3; }

.text-link-warning a {
  color: #ffc107; }
  .text-link-warning a:hover, .text-link-warning a:focus {
    color: #ffcd39; }

.text-link-danger a {
  color: #dc3545; }
  .text-link-danger a:hover, .text-link-danger a:focus {
    color: #b02a37; }

.text-link-light a {
  color: #f8f9fa; }
  .text-link-light a:hover, .text-link-light a:focus {
    color: #f9fafb; }

.text-link-dark a {
  color: #212529; }
  .text-link-dark a:hover, .text-link-dark a:focus {
    color: #1a1e21; }

@keyframes minusBefore {
  0% {
    transform: rotate(0deg); }
  70% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(0); } }

@keyframes minusAfter {
  0% {
    transform: rotate(90deg); }
  70% {
    transform: rotate(135deg); }
  100% {
    transform: rotate(180deg); } }

@keyframes minusBeforeReverse {
  0% {
    transform: rotate(0deg); }
  70% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(0); } }

@keyframes minusAfterReverse {
  0% {
    transform: rotate(180deg); }
  70% {
    transform: rotate(135deg); }
  100% {
    transform: rotate(90deg); } }

.block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link,
.bs-text-center.layout-section .block-cards-wrapper .view-more-link, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link,
.bs-text-center.layout-section .recently-viewed-wrapper .view-more-link, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link,
.block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link,
.block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link,
.block-views-blockevents-webinars.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link, .button,
.primary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a, .secondary-button, .eu-cookie-compliance-buttons .button, .cc_banner-wrapper .cc_btn_accept_all, .tertiary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download, a.download-button, .software-release-files-wrapper a, .outline-tertiary-button {
  display: inline-block;
  vertical-align: middle;
  /*/*font-family: "DM Sans", sans-serif;*/*/
  font-weight: 700;
  font-style: normal;
  min-height: 3.125rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-style: solid;
  border-radius: 0 0.625rem 0 0.625rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.625rem 2.5rem; }
  .block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link::after,
  .bs-text-center.layout-section .block-cards-wrapper .view-more-link::after, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link::after,
  .bs-text-center.layout-section .recently-viewed-wrapper .view-more-link::after, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link::after,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link::after,
  .block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link::after,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link::after,
  .block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link::after,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link::after,
  .block-views-blockevents-webinars.bs-text-center .view-more-link::after,
  .bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link::after, .button::after,
  .primary-button::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link::after, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link::after, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a::after, .secondary-button::after, .eu-cookie-compliance-buttons .button::after, .cc_banner-wrapper .cc_btn_accept_all::after, .tertiary-button::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download::after, a.download-button::after, .software-release-files-wrapper a::after, .outline-tertiary-button::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e958';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125rem 0 0.125rem 0.8125rem; }
    @media (hover: hover) and (pointer: fine) {
      .block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link::after,
      .bs-text-center.layout-section .block-cards-wrapper .view-more-link::after, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link::after,
      .bs-text-center.layout-section .recently-viewed-wrapper .view-more-link::after, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link::after,
      .block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link::after,
      .block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link::after,
      .block-views-blockevents-webinars.bs-text-center .view-more-link::after,
      .bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link::after, .button::after,
      .primary-button::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link::after, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link::after, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a::after, .secondary-button::after, .eu-cookie-compliance-buttons .button::after, .cc_banner-wrapper .cc_btn_accept_all::after, .tertiary-button::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download::after, a.download-button::after, .software-release-files-wrapper a::after, .outline-tertiary-button::after {
        display: none; } }
  .block-cards-wrapper.bs-text-center.block-layout-builder .small.view-more-link,
  .bs-text-center.layout-section .block-cards-wrapper .small.view-more-link, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .small.view-more-link,
  .bs-text-center.layout-section .recently-viewed-wrapper .small.view-more-link, .block-views-blockevents-upcoming-events.bs-text-center .small.view-more-link,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-events .small.view-more-link,
  .block-views-blockevents-upcoming-tradeshows.bs-text-center .small.view-more-link,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .small.view-more-link,
  .block-views-blockevents-upcoming-webinars.bs-text-center .small.view-more-link,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .small.view-more-link,
  .block-views-blockevents-webinars.bs-text-center .small.view-more-link,
  .bs-text-center.layout-section .block-views-blockevents-webinars .small.view-more-link, .small.button,
  .small.primary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .small.hero-banner-link-type-link, .related-products-wrapper.bs-text-center.block-layout-builder .small.view-more-link, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a.small, .small.secondary-button, .cc_banner-wrapper .small.cc_btn_accept_all, .small.tertiary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .small.hero-banner-link-type-download, a.small.download-button, .software-release-files-wrapper a.small, .small.outline-tertiary-button {
    min-height: 2.75rem;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.3125rem; }
    @media (min-width: 576px) {
      .block-cards-wrapper.bs-text-center.block-layout-builder .small.view-more-link,
      .bs-text-center.layout-section .block-cards-wrapper .small.view-more-link, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .small.view-more-link,
      .bs-text-center.layout-section .recently-viewed-wrapper .small.view-more-link, .block-views-blockevents-upcoming-events.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-events .small.view-more-link,
      .block-views-blockevents-upcoming-tradeshows.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .small.view-more-link,
      .block-views-blockevents-upcoming-webinars.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .small.view-more-link,
      .block-views-blockevents-webinars.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-webinars .small.view-more-link, .small.button,
      .small.primary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .small.hero-banner-link-type-link, .related-products-wrapper.bs-text-center.block-layout-builder .small.view-more-link, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a.small, .small.secondary-button, .cc_banner-wrapper .small.cc_btn_accept_all, .small.tertiary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .small.hero-banner-link-type-download, a.small.download-button, .software-release-files-wrapper a.small, .small.outline-tertiary-button {
        padding: 0.625rem 1.75rem; } }
    @media (min-width: 992px) {
      .block-cards-wrapper.bs-text-center.block-layout-builder .small.view-more-link,
      .bs-text-center.layout-section .block-cards-wrapper .small.view-more-link, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .small.view-more-link,
      .bs-text-center.layout-section .recently-viewed-wrapper .small.view-more-link, .block-views-blockevents-upcoming-events.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-events .small.view-more-link,
      .block-views-blockevents-upcoming-tradeshows.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .small.view-more-link,
      .block-views-blockevents-upcoming-webinars.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .small.view-more-link,
      .block-views-blockevents-webinars.bs-text-center .small.view-more-link,
      .bs-text-center.layout-section .block-views-blockevents-webinars .small.view-more-link, .small.button,
      .small.primary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .small.hero-banner-link-type-link, .related-products-wrapper.bs-text-center.block-layout-builder .small.view-more-link, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a.small, .small.secondary-button, .cc_banner-wrapper .small.cc_btn_accept_all, .small.tertiary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .small.hero-banner-link-type-download, a.small.download-button, .software-release-files-wrapper a.small, .small.outline-tertiary-button {
        padding: 0.625rem 2.375rem; } }
  .block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link:hover,
  .bs-text-center.layout-section .block-cards-wrapper .view-more-link:hover, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link:hover,
  .bs-text-center.layout-section .recently-viewed-wrapper .view-more-link:hover, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link:hover,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link:hover,
  .block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link:hover,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link:hover,
  .block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link:hover,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link:hover,
  .block-views-blockevents-webinars.bs-text-center .view-more-link:hover,
  .bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link:hover, .button:hover,
  .primary-button:hover, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link:hover, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link:hover, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a:hover, .secondary-button:hover, .cc_banner-wrapper .cc_btn_accept_all:hover, .tertiary-button:hover, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover, a.download-button:hover, .software-release-files-wrapper a:hover, .outline-tertiary-button:hover {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    border-color: #5a762b;
    padding: 0.625rem 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    background: #5a762b;
    text-decoration: none;
    text-transform: uppercase; }
    @media (hover: hover) and (pointer: fine) {
      .block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link:hover::after,
      .bs-text-center.layout-section .block-cards-wrapper .view-more-link:hover::after, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link:hover::after,
      .bs-text-center.layout-section .recently-viewed-wrapper .view-more-link:hover::after, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link:hover::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link:hover::after,
      .block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link:hover::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link:hover::after,
      .block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link:hover::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link:hover::after,
      .block-views-blockevents-webinars.bs-text-center .view-more-link:hover::after,
      .bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link:hover::after, .button:hover::after,
      .primary-button:hover::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link:hover::after, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link:hover::after, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a:hover::after, .secondary-button:hover::after, .cc_banner-wrapper .cc_btn_accept_all:hover::after, .tertiary-button:hover::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover::after, a.download-button:hover::after, .software-release-files-wrapper a:hover::after, .outline-tertiary-button:hover::after {
        display: inline-block; } }
    .block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link:hover.small,
    .bs-text-center.layout-section .block-cards-wrapper .view-more-link:hover.small, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link:hover.small,
    .bs-text-center.layout-section .recently-viewed-wrapper .view-more-link:hover.small, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link:hover.small,
    .bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link:hover.small,
    .block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link:hover.small,
    .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link:hover.small,
    .block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link:hover.small,
    .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link:hover.small,
    .block-views-blockevents-webinars.bs-text-center .view-more-link:hover.small,
    .bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link:hover.small, .button:hover.small,
    .primary-button:hover.small, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link:hover.small, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link:hover.small, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a:hover.small, .secondary-button:hover.small, .cc_banner-wrapper .cc_btn_accept_all:hover.small, .tertiary-button:hover.small, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover.small, a.download-button:hover.small, .software-release-files-wrapper a:hover.small, .outline-tertiary-button:hover.small {
      padding: 0.625rem 1.25rem; }
      .block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link:hover.small::after,
      .bs-text-center.layout-section .block-cards-wrapper .view-more-link:hover.small::after, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link:hover.small::after,
      .bs-text-center.layout-section .recently-viewed-wrapper .view-more-link:hover.small::after, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link:hover.small::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link:hover.small::after,
      .block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link:hover.small::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link:hover.small::after,
      .block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link:hover.small::after,
      .bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link:hover.small::after,
      .block-views-blockevents-webinars.bs-text-center .view-more-link:hover.small::after,
      .bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link:hover.small::after, .button:hover.small::after,
      .primary-button:hover.small::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link:hover.small::after, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link:hover.small::after, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a:hover.small::after, .secondary-button:hover.small::after, .cc_banner-wrapper .cc_btn_accept_all:hover.small::after, .tertiary-button:hover.small::after, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover.small::after, a.download-button:hover.small::after, .software-release-files-wrapper a:hover.small::after, .outline-tertiary-button:hover.small::after {
        margin: -0.3125rem 0 0 0.75rem; }

.block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link,
.bs-text-center.layout-section .block-cards-wrapper .view-more-link, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link,
.bs-text-center.layout-section .recently-viewed-wrapper .view-more-link, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link,
.block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link,
.block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link,
.block-views-blockevents-webinars.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link, .button,
.primary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a, .secondary-button, .eu-cookie-compliance-buttons .button, .cc_banner-wrapper .cc_btn_accept_all, .tertiary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download, a.download-button, .software-release-files-wrapper a {
  border-width: 0.1875rem; }

.block-cards-wrapper.bs-text-center.block-layout-builder .view-more-link,
.bs-text-center.layout-section .block-cards-wrapper .view-more-link, .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .view-more-link,
.bs-text-center.layout-section .recently-viewed-wrapper .view-more-link, .block-views-blockevents-upcoming-events.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-events .view-more-link,
.block-views-blockevents-upcoming-tradeshows.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-tradeshows .view-more-link,
.block-views-blockevents-upcoming-webinars.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-upcoming-webinars .view-more-link,
.block-views-blockevents-webinars.bs-text-center .view-more-link,
.bs-text-center.layout-section .block-views-blockevents-webinars .view-more-link, .button,
.primary-button, .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link, .related-products-wrapper.bs-text-center.block-layout-builder .view-more-link, .node--type-resource.node--view-mode-full .field--name-field-download-file .file a {
  background: #5a762b;
  border-color: #5a762b;
  color: #fff; }

.outline-tertiary-button {
  background-color: transparent !important;
  border-width: 0.1875rem; }

@media (max-width: 575.98px) {
  .secondary-button, .eu-cookie-compliance-buttons .button, .cc_banner-wrapper .cc_btn_accept_all, .tertiary-button {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.3125rem; } }

.card-item-wrapper span.arrow-link, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link, a.arrow-link, a.arrow-link-reset, .ping-pong-wrapper__content__inner span.arrow-link, .quicklink-wrapper span.arrow-link, .search-result-item-wrapper span.arrow-link, .tile-item span.arrow-link, .node--type-event.node--view-mode-snippet span.arrow-link, .node--type-product.node--view-mode-snippet span.arrow-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  /*/*font-family: "DM Sans", sans-serif;*/*/
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #5a762b;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .card-item-wrapper span.arrow-link, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link, a.arrow-link, a.arrow-link-reset, .ping-pong-wrapper__content__inner span.arrow-link, .quicklink-wrapper span.arrow-link, .search-result-item-wrapper span.arrow-link, .tile-item span.arrow-link, .node--type-event.node--view-mode-snippet span.arrow-link, .node--type-product.node--view-mode-snippet span.arrow-link {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  @media print {
    .card-item-wrapper span.arrow-link, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link, a.arrow-link, a.arrow-link-reset, .ping-pong-wrapper__content__inner span.arrow-link, .quicklink-wrapper span.arrow-link, .search-result-item-wrapper span.arrow-link, .tile-item span.arrow-link, .node--type-event.node--view-mode-snippet span.arrow-link, .node--type-product.node--view-mode-snippet span.arrow-link {
      font-size: 0.875rem; } }
  .card-item-wrapper span.arrow-link::after, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link::after, a.arrow-link::after, a.arrow-link-reset::after, .ping-pong-wrapper__content__inner span.arrow-link::after, .quicklink-wrapper span.arrow-link::after, .search-result-item-wrapper span.arrow-link::after, .tile-item span.arrow-link::after, .node--type-event.node--view-mode-snippet span.arrow-link::after, .node--type-product.node--view-mode-snippet span.arrow-link::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e958';
    color: #5a762b;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0.125rem 0 0.125rem 0.8125rem; }
    @media (hover: hover) and (pointer: fine) {
      .card-item-wrapper span.arrow-link::after, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link::after, a.arrow-link::after, a.arrow-link-reset::after, .ping-pong-wrapper__content__inner span.arrow-link::after, .quicklink-wrapper span.arrow-link::after, .search-result-item-wrapper span.arrow-link::after, .tile-item span.arrow-link::after, .node--type-event.node--view-mode-snippet span.arrow-link::after, .node--type-product.node--view-mode-snippet span.arrow-link::after {
        display: none; } }
  .card-item-wrapper span.arrow-link:hover, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link:hover, a.arrow-link:hover, a.arrow-link-reset:hover, .ping-pong-wrapper__content__inner span.arrow-link:hover, .quicklink-wrapper span.arrow-link:hover, .search-result-item-wrapper span.arrow-link:hover, .tile-item span.arrow-link:hover, .node--type-event.node--view-mode-snippet span.arrow-link:hover, .node--type-product.node--view-mode-snippet span.arrow-link:hover {
    font-weight: 700;
    font-style: normal;
    line-height: 1.625rem;
    color: #5a762b;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.9; }
    @media (hover: hover) and (pointer: fine) {
      .card-item-wrapper span.arrow-link:hover, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link:hover, a.arrow-link:hover, a.arrow-link-reset:hover, .ping-pong-wrapper__content__inner span.arrow-link:hover, .quicklink-wrapper span.arrow-link:hover, .search-result-item-wrapper span.arrow-link:hover, .tile-item span.arrow-link:hover, .node--type-event.node--view-mode-snippet span.arrow-link:hover, .node--type-product.node--view-mode-snippet span.arrow-link:hover {
        opacity: 1; }
        .card-item-wrapper span.arrow-link:hover::after, .block--cta-icons .card .cta-icon-content-wrapper .arrow-link:hover::after, a.arrow-link:hover::after, a.arrow-link-reset:hover::after, .ping-pong-wrapper__content__inner span.arrow-link:hover::after, .quicklink-wrapper span.arrow-link:hover::after, .search-result-item-wrapper span.arrow-link:hover::after, .tile-item span.arrow-link:hover::after, .node--type-event.node--view-mode-snippet span.arrow-link:hover::after, .node--type-product.node--view-mode-snippet span.arrow-link:hover::after {
          display: inline-block; } }

.icon-animated-plus-minus, .search-filter-collapsible h3, .search-filter-collapsible .h3 {
  position: relative;
  position: relative;
  appearance: none; }
  .icon-animated-plus-minus::before, .search-filter-collapsible h3::before, .search-filter-collapsible .h3::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    content: '';
    height: 1.5rem;
    left: initial;
    position: absolute;
    right: 0;
    top: calc(50% - 0.75rem);
    transition: .25s all;
    width: 1.5rem; }
  .icon-animated-plus-minus::after, .search-filter-collapsible h3::after, .search-filter-collapsible .h3::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    content: '';
    height: 1.5rem;
    left: initial;
    position: absolute;
    right: 0;
    top: calc(50% - 0.75rem);
    transition: .25s all;
    width: 1.5rem; }
  .icon-animated-plus-minus::before, .search-filter-collapsible h3::before, .search-filter-collapsible .h3::before, .icon-animated-plus-minus::after, .search-filter-collapsible h3::after, .search-filter-collapsible .h3::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E03D954E7-1C9E-4827-92AD-E754D7F604E9%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Onset---UI-KIT' transform='translate(-337.000000  -6579.000000)' stroke='%23005487' stroke-width='1.73169008'%3E%3Cg id='ICON_Minus_Blue' transform='translate(346.000000  6588.002678) rotate(-315.000000) translate(-346.000000  -6588.002678) translate(341.000000  6583.002678)'%3E%3Cline x1='0' y1='10' x2='10' y2='0' id='Line-2-Copy-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    animation-duration: .5s; }
  .icon-animated-plus-minus[aria-expanded=false]::before, .search-filter-collapsible h3[aria-expanded=false]::before, .search-filter-collapsible .h3[aria-expanded=false]::before {
    animation-name: minusBeforeReverse;
    transform: rotate(0); }
  .icon-animated-plus-minus[aria-expanded=false]::after, .search-filter-collapsible h3[aria-expanded=false]::after, .search-filter-collapsible .h3[aria-expanded=false]::after {
    animation-name: minusAfterReverse;
    transform: rotate(90deg); }
  .icon-animated-plus-minus[aria-expanded=true]::before, .search-filter-collapsible h3[aria-expanded=true]::before, .search-filter-collapsible .h3[aria-expanded=true]::before {
    animation-name: minusBefore;
    transform: rotate(0deg); }
  .icon-animated-plus-minus[aria-expanded=true]::after, .search-filter-collapsible h3[aria-expanded=true]::after, .search-filter-collapsible .h3[aria-expanded=true]::after {
    animation-name: minusAfter;
    transform: rotate(180deg); }

.node--type-product.node--view-mode-full .recently-viewed-wrapper, .save-cart-wrapper, .expand-container {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100vw; }

.field--name-field-media-document .file a, .block--cta-icons .card .cta-icon-content-wrapper .download-link, a.download-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  /*/*font-family: "DM Sans", sans-serif;*/*/
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #5a762b;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .field--name-field-media-document .file a, .block--cta-icons .card .cta-icon-content-wrapper .download-link, a.download-link {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  .field--name-field-media-document .file a::after, .block--cta-icons .card .cta-icon-content-wrapper .download-link::after, a.download-link::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e921';
    color: #5a762b;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125rem 0 0.125rem 0.8125rem; }
    @media (hover: hover) and (pointer: fine) {
      .field--name-field-media-document .file a::after, .block--cta-icons .card .cta-icon-content-wrapper .download-link::after, a.download-link::after {
        display: none; } }
  .field--name-field-media-document .file a:hover, .block--cta-icons .card .cta-icon-content-wrapper .download-link:hover, a.download-link:hover {
    font-weight: 700;
    font-style: normal;
    line-height: 1.625rem;
    color: #5a762b;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.9; }
    @media (hover: hover) and (pointer: fine) {
      .field--name-field-media-document .file a:hover, .block--cta-icons .card .cta-icon-content-wrapper .download-link:hover, a.download-link:hover {
        opacity: 1; }
        .field--name-field-media-document .file a:hover::after, .block--cta-icons .card .cta-icon-content-wrapper .download-link:hover::after, a.download-link:hover::after {
          display: inline-block; } }

.message-box--error, .message-box--notice, .onset-cart-form .cart-empty {
  border-style: solid;
  border-width: 0.125rem;
  padding: 1.5rem; }

.messages.messages--info {
  background-color: #ddf2ff;
  background-position: 10px;
  background-repeat: no-repeat;
  color: #005487;
  background-image: url("../images/info.svg");
  border-color: #40b4e5 #40b4e5 #40b4e5 transparent;
  box-shadow: -8px 0 0 #40b4e5; }

.messages.messages--notice {
  background-color: #ddf2ff;
  border-color: #005487;
  border-width: 2px; }

.node__content > .layout-section:not(:first-child),
.term__content > .layout-section:not(:first-child),
.taxonomy-term > .content > .layout-section:not(:first-child) {
  padding-top: 1.5rem; }

.node__content > .layout-section:not(:last-child),
.term__content > .layout-section:not(:last-child),
.taxonomy-term > .content > .layout-section:not(:last-child) {
  padding-bottom: 1.5rem; }

.node__content > .layout-section[class^='bs-bg-'],
.term__content > .layout-section[class^='bs-bg-'],
.taxonomy-term > .content > .layout-section[class^='bs-bg-'] {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.node__content > .layout-section .block-layout-builder,
.term__content > .layout-section .block-layout-builder,
.taxonomy-term > .content > .layout-section .block-layout-builder {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.node__content > .layout-section .col-6 .block-layout-builder,
.term__content > .layout-section .col-6 .block-layout-builder,
.taxonomy-term > .content > .layout-section .col-6 .block-layout-builder {
  padding-bottom: 0;
  padding-top: 0; }

.bs-bg-light-green {
  background-color: #c9d8be !important; }

.bs-bg-light-grey {
  background-color: #f3f3f3 !important; }

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

.bs-text-dark-blue {
  color: #003453 !important; }

.bs-text-dark-grey {
  color: #2e3030 !important; }

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

.color--dark-blue {
  color: #003453; }

.color--onset-blue {
  color: #005487; }

.color--onset-light-blue {
  color: #40b4e5; }

.color--dark-green {
  color: #5a762b; }

.color--onset-green {
  color: #7ba03b; }

.color--light-green {
  color: #c9d8be; }

.color--light-green-2 {
  color: #d7e2ce; }

.color--dark-grey {
  color: #2e3030; }

.color--grey-1 {
  color: #cacaca; }

.color--grey-2 {
  color: #d5d5d5; }

.color--grey-3 {
  color: #b2b2b2; }

.color--grey-4 {
  color: #626262; }

.color--light-grey {
  color: #f3f3f3; }

.color--light-grey-2 {
  color: #f4f4f4; }

.color--white {
  color: #fff; }

.color--black {
  color: #171717; }

.color--orange {
  color: #e15100; }

.icon-menu::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e934';
  color: #003453; }

.icon-close::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e936';
  color: #003453; }

.icon-prev-arrow::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93a';
  color: #5a762b; }

.icon-next-arrow::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93d';
  color: #5a762b; }

.icon-left-arrow::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e957';
  color: #5a762b; }

.icon-right-arrow::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e958';
  color: #5a762b; }

.icon-location::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e938';
  color: #2e3030; }

.icon-cart-trolley::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93c';
  color: #2e3030; }

.icon-filter::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e940';
  color: #5a762b; }

.icon-bullet-point::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e95d';
  color: #2e3030; }

.icon-facebook-square::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e95e';
  color: #5a762b; }

.icon-twitter-square::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e960';
  color: #5a762b; }

.icon-youtube-square::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e962';
  color: #5a762b; }

.icon-linkedin-square::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e922';
  color: #5a762b; }

.icon-software::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e965';
  color: #5a762b; }

.icon-pdf::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e966';
  color: #5a762b; }

.icon-download::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e921';
  color: #5a762b; }

.icon-double-quotes::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e967';
  color: #c9d8be; }

.icon-play::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e942';
  color: #c9d8be; }

.icon-pause::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94b';
  color: #c9d8be; }

.icon-software::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e965';
  color: #c9d8be; }

.icon-minus::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e941';
  color: #003453;
  width: 1.125rem;
  height: 1.125rem; }

.icon-exclamation-mark-in-triangle::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  color: #ea4a03;
  width: 1.125rem;
  height: 1.125rem; }

.icon-plus::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93f';
  color: #003453;
  width: 1.125rem;
  height: 1.125rem; }

.icon-film::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e951' !important;
  color: #003453; }

.icon-image::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94f' !important;
  color: #003453; }

.icon-link::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9cb' !important;
  color: #003453; }

.icon-file-pdf::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eadf' !important;
  color: #003453; }

.icon-file-ppt::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e99b' !important;
  color: #003453; }

.icon-enlarge::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e989' !important;
  color: #003453; }

.icon-shrink::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e98a' !important;
  color: #003453; }

.icon--filter--white::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23fff%3B%7D%3C/style%3E%3Cpath class='st0' d='M10 18h4v-2h-4V18z M3 6v2h18V6H3z M6 13h12v-2H6V13z'/%3E%3C/svg%3E"); }

.icon--close-in-circle--onset-blue::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-591.000000  -6510.000000)'%3E%3Cg id='ICON_CloseCompareBar' transform='translate(591.000000  6510.000000)'%3E%3Ccircle id='Oval' fill='%23F3F3F3' cx='20' cy='20' r='20'%3E%3C/circle%3E%3Cg id='Group-3-Copy-7' transform='translate(20.500000  20.500000) rotate(-360.000000) translate(-20.500000  -20.500000) translate(13.000000  13.000000)' stroke='%23005487' stroke-linecap='round' stroke-width='3'%3E%3Cline x1='0' y1='15' x2='15' y2='8.52651283e-13' id='Line-2-Copy-5'%3E%3C/line%3E%3Cline x1='0' y1='8.52651283e-13' x2='15' y2='15' id='Line-2-Copy-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--arrow-left--dark-green::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.8 17' style='enable-background:new 0 0 10.8 17%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none%3Bstroke:%235a762b%3Bstroke-width:2%3Bstroke-linecap:round%3B%7D %3C/style%3E%3Cg id='Designs'%3E%3Cg id='Onset---UI-KIT' transform='translate(-937.000000  -6582.000000)'%3E%3Cpolyline id='ICON_ArrowDown_White' class='st0' points='946.8 6583 938.5 6590.7 946.8 6598 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--arrow-right--dark-green::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.8 17' style='enable-background:new 0 0 10.8 17%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none%3Bstroke:%235a762b%3Bstroke-width:2%3Bstroke-linecap:round%3B%7D %3C/style%3E%3Cg id='Designs'%3E%3Cg id='Onset---UI-KIT' transform='translate(-937.000000  -6582.000000)'%3E%3Cpolyline id='ICON_ArrowDown_White' class='st0' points='938 6598 946.3 6590.3 938 6583 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--check-in-circle--onset-green::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECheck%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-542.000000  -6523.000000)'%3E%3Cg id='ICON_CheckCircle_Green' transform='translate(542.000000  6523.000000)'%3E%3Ccircle id='Oval' fill='%237ba03b' cx='12.5' cy='12.5' r='12.5'%3E%3C/circle%3E%3Cpolyline id='Path-9-Copy-12' stroke='%23FFFFFF' stroke-width='2.20371465' points='5.42279665 11.568675 10.3179518 16.8756706 19.5143509 7.74131534'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--size--lg {
  position: relative;
  text-indent: -9999px; }
  .icon--size--lg::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    content: '';
    height: 1.5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .25s all;
    width: 1.5rem; }

.icon-generic-file::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94d';
  color: #7ba03b; }

.toggle-wrapper {
  transition: max-height 0.3s ease-in-out;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.message-box--error {
  background-color: #ffd5c3;
  border-color: #ea4a03; }
  .message-box--error.empty {
    display: none; }

.message-box--notice {
  background-color: #b2d7e6;
  border-color: #005487; }

.message-box--blocked {
  color: #ea4a03;
  font-weight: 700; }

[data-drupal-messages] .placeholder,
[data-drupal-messages-fallback] .placeholder {
  display: initial;
  min-height: initial;
  vertical-align: initial;
  cursor: initial;
  background-color: initial;
  opacity: initial; }

.bg-white {
  background: #fff; }

.bg-blue {
  background: #005487; }

.bg-dark-blue {
  background: #003453; }

.bg-light-blue {
  background: #40b4e5; }

.bg-green {
  background: #7ba03b; }

.bg-dark-green {
  background: #5a762b; }

.bg-light-green {
  background: #c9d8be; }

.bg-gradient-black {
  background: linear-gradient(0deg, rgba(41, 41, 41, 0.2) 0%, rgba(27, 27, 27, 0.6) 100%); }

.container-narrow, .node--type-blog .container, .container-tiny {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .container-narrow .container, .node--type-blog .container .container, .container-tiny .container {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 576px) {
  .container-narrow, .node--type-blog .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-narrow, .node--type-blog .container {
    max-width: 728px; } }

@media (min-width: 576px) {
  .container-tiny {
    max-width: 505px; } }

.field--name-field-media-document .file {
  background: none;
  display: inline; }
  .field--name-field-media-document .file a {
    display: flex;
    align-items: center; }
    .field--name-field-media-document .file a::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e94e';
      color: #5a762b;
      font-size: 2.5rem;
      margin: 0 0.625rem; }
  .field--name-field-media-document .file.file--mime-application-pdf a::before {
    content: '\e966'; }

body {
  overflow-x: hidden; }

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

dl,
dd {
  margin: 0; }

#header-site-notice {
  color: #c1e8ff;
  font-size: 1rem;
  padding: 0.6rem 0.9rem;
  margin-bottom: 10px;
  background-color: #414141;
  line-height: 1.3rem; }
  #header-site-notice p {
    margin-bottom: 0.4rem; }
    #header-site-notice p.last {
      margin-bottom: 0; }
  #header-site-notice a {
    color: #c1e8ff; }

.sticky-top {
  z-index: 100; }

.webform-flexbox {
  margin: 0; }
  .webform-flexbox .webform-flex--container {
    margin: 0; }

a.tabledrag-handle .handle {
  height: 1.5rem;
  width: 1.5rem; }

body {
  font-size: 100%;
/*/*font-family: "DM Sans", sans-serif;*/*/
}

h1, .h1,
.h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 700;
  /*font-family: "Outfit", sans-serif;*/
  color: #003453; }
  @media (min-width: 992px) {
    h1, .h1,
    .h1 {
      font-size: 3.75rem;
      line-height: 4.875rem; } }

h2, .h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2.875rem;
  font-weight: 700;
  /*/*font-family: "Outfit", sans-serif;*/*/
  color: #003453;
  margin: 0 0 1.625rem; }
  @media (min-width: 992px) {
    h2, .h2,
    .h2 {
      font-size: 2.25rem;
      line-height: 3.25rem; } }

h3, .h3,
.h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  /*/*font-family: "Outfit", sans-serif;*/*/
  color: #003453;
  margin: 0 0 1.25rem; }
  @media (min-width: 992px) {
    h3, .h3,
    .h3 {
      font-size: 2rem;
      line-height: 2.5rem; } }

h4, .h4,
.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  /*/*font-family: "Outfit", sans-serif;*/*/
  color: #003453;
  margin: 0 0 1.25rem; }
  @media (min-width: 992px) {
    h4, .h4,
    .h4 {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

h5, .h5,
.h5 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  /*/*font-family: "Outfit", sans-serif;*/*/
  color: #003453; }
  @media (min-width: 992px) {
    h5, .h5,
    .h5 {
      font-size: 1.5rem;
      line-height: 2rem; } }

h6, .h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  /*/*font-family: "Outfit", sans-serif;*/*/
  color: #003453; }
  @media (min-width: 992px) {
    h6, .h6,
    .h6 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.p1 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    .p1 {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.p2 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    .p2 {
      font-size: 1.125rem;
      line-height: 1.625rem; } }

.p3 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    .p3 {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.p4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    .p4 {
      font-size: 1rem;
      line-height: 1.5rem; } }

.p5 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400; }

strong {
  font-weight: 700; }

blockquote {
  color: #2e3030;
  background: transparent;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: none;
  text-align: center; }
  blockquote::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e967';
    color: #d7e2ce;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 0 0 1.5625rem;
    font-size: 2.6875rem; }
    @media (min-width: 992px) {
      blockquote::before {
        font-size: 3.75rem; } }

.tag {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.3125rem 0.9375rem;
  display: inline-block;
  vertical-align: top; }
  .tag.blue {
    background: #003453;
    color: #fff; }
  .tag.orange {
    background: #e15100;
    color: #fff; }
  .tag.green {
    background: #c9d8be;
    color: #003453; }
  .tag:hover {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.8; }

table,
.table {
  width: 100%;
  background: transparent;
  color: #2e3030;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  border: 0;
  display: table; }
  table > :not(caption) > * > *,
  .table > :not(caption) > * > * {
    padding: 0.625rem 1rem;
    background-color: transparent;
    border-bottom-width: 0;
    box-shadow: none; }
  table > :not(:first-child),
  .table > :not(:first-child) {
    border-top: 0; }
  table tr,
  .table tr {
    display: table-row;
    vertical-align: middle; }
    table tr:nth-child(even),
    .table tr:nth-child(even) {
      background: #f4f4f4; }
    table tr:nth-child(odd),
    .table tr:nth-child(odd) {
      background: #fff; }
  table.table-no-striping tr:nth-child(even),
  .table.table-no-striping tr:nth-child(even) {
    background: none; }
  table.table-no-striping tr:nth-child(odd),
  .table.table-no-striping tr:nth-child(odd) {
    background: none; }
  table.table-no-decoration tr:nth-child(even),
  .table.table-no-decoration tr:nth-child(even) {
    background: none; }
  table.table-no-decoration tr:nth-child(odd),
  .table.table-no-decoration tr:nth-child(odd) {
    background: none; }
  table.table-no-decoration td,
  .table.table-no-decoration td {
    border-right: 0; }
  table th,
  .table th {
    background: #d5d5d5;
    color: #2e3030;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0.625rem 1rem;
    border-right: 0.0625rem solid #b2b2b2;
    display: table-cell; }
    table th:last-child,
    .table th:last-child {
      border-right: 0; }
  table td,
  .table td {
    display: table-cell;
    padding: 0.625rem 1rem;
    border-right: 0.0625rem solid #b2b2b2; }
    table td:last-child,
    .table td:last-child {
      border-right: 0; }
  table td p:last-child,
  table td h1:last-child,
  table td .h1:last-child,
  table td h2:last-child,
  table td .h2:last-child,
  table td h3:last-child,
  table td .h3:last-child,
  table td h4:last-child,
  table td .h4:last-child,
  table td a:last-child,
  table td pre:last-child,
  table th p:last-child,
  table th h1:last-child,
  table th .h1:last-child,
  table th h2:last-child,
  table th .h2:last-child,
  table th h3:last-child,
  table th .h3:last-child,
  table th h4:last-child,
  table th .h4:last-child,
  table th a:last-child,
  table th pre:last-child,
  .table td p:last-child,
  .table td h1:last-child,
  .table td .h1:last-child,
  .table td h2:last-child,
  .table td .h2:last-child,
  .table td h3:last-child,
  .table td .h3:last-child,
  .table td h4:last-child,
  .table td .h4:last-child,
  .table td a:last-child,
  .table td pre:last-child,
  .table th p:last-child,
  .table th h1:last-child,
  .table th .h1:last-child,
  .table th h2:last-child,
  .table th .h2:last-child,
  .table th h3:last-child,
  .table th .h3:last-child,
  .table th h4:last-child,
  .table th .h4:last-child,
  .table th a:last-child,
  .table th pre:last-child {
    margin-bottom: 0; }
  table caption,
  .table caption {
    display: table-caption;
    text-align: center;
    background: transparent;
    color: #2e3030;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375rem; }
  table.pipe-bullets,
  .table.pipe-bullets {
    width: auto;
    text-align: left;
    border-spacing: 1.25rem;
    border-collapse: separate;
    margin: 0 auto; }
    @media (max-width: 575.98px) {
      table.pipe-bullets,
      .table.pipe-bullets {
        border-spacing: 0; } }
    table.pipe-bullets tr:nth-child(2n),
    table.pipe-bullets tr:nth-child(odd),
    .table.pipe-bullets tr:nth-child(2n),
    .table.pipe-bullets tr:nth-child(odd) {
      background: transparent; }
    table.pipe-bullets td,
    .table.pipe-bullets td {
      border: 0;
      border-left: solid 0.125rem #40b4e5;
      padding: 0;
      padding-left: 0.75rem;
      min-width: 12.5rem; }
      @media (max-width: 575.98px) {
        table.pipe-bullets td,
        .table.pipe-bullets td {
          display: block;
          margin-top: 1.25rem; } }
      table.pipe-bullets td a,
      .table.pipe-bullets td a {
        text-decoration: none; }

h2, .h2,
.h2 {
  position: relative;
  padding: 1.5rem 0 0;
  margin: 0 0 2rem; }
  h2::before, .h2::before,
  .h2::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4.375rem;
    height: 0.125rem;
    border-top: 0.1875rem solid #40b4e5; }
  h2.text-align-center, .text-align-center.h2,
  .bs-text-center h2,
  .bs-text-center .h2,
  .h2.text-align-center,
  .bs-text-center
  .h2 {
    padding: 0 0 1.375rem;
    text-align: center; }
    h2.text-align-center::before, .text-align-center.h2::before,
    .bs-text-center h2::before,
    .bs-text-center .h2::before,
    .h2.text-align-center::before,
    .bs-text-center
    .h2::before {
      top: inherit;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }

.cke_editable ul,
.cke_editable ol,
.text-formatted ul,
.text-formatted ol {
  padding-left: 2rem; }
  .cke_editable ul.inline-items h3, .cke_editable ul.inline-items .h3,
  .cke_editable ul.inline-items h4,
  .cke_editable ul.inline-items .h4,
  .cke_editable ol.inline-items h3,
  .cke_editable ol.inline-items .h3,
  .cke_editable ol.inline-items h4,
  .cke_editable ol.inline-items .h4,
  .text-formatted ul.inline-items h3,
  .text-formatted ul.inline-items .h3,
  .text-formatted ul.inline-items h4,
  .text-formatted ul.inline-items .h4,
  .text-formatted ol.inline-items h3,
  .text-formatted ol.inline-items .h3,
  .text-formatted ol.inline-items h4,
  .text-formatted ol.inline-items .h4 {
    display: inline;
    font-size: inherit;
    font-family: inherit;
    margin-right: 0.5rem;
    line-height: inherit; }
  .cke_editable ul.inline-items p,
  .cke_editable ol.inline-items p,
  .text-formatted ul.inline-items p,
  .text-formatted ol.inline-items p {
    display: inline; }
  .cke_editable ul li,
  .cke_editable ol li,
  .text-formatted ul li,
  .text-formatted ol li {
    margin-bottom: 0.75rem; }

.cke_editable ul li,
.text-formatted ul li {
  list-style: none;
  position: relative; }
  .cke_editable ul li::before,
  .text-formatted ul li::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e95d';
    color: #40b4e5;
    font-size: 0.375rem;
    line-height: 1.5rem;
    position: absolute;
    top: 0;
    left: -1.375rem; }

.cke_editable ol,
.text-formatted ol {
  list-style-position: outside; }

.cke_editable figure,
.cke_editable .media,
.text-formatted figure,
.text-formatted .media {
  font-size: 0;
  line-height: 0; }
  .cke_editable figure button,
  .cke_editable figure figcaption,
  .cke_editable .media button,
  .cke_editable .media figcaption,
  .text-formatted figure button,
  .text-formatted figure figcaption,
  .text-formatted .media button,
  .text-formatted .media figcaption {
    font-size: 1rem;
    line-height: 1.5rem; }
  .cke_editable figure video,
  .cke_editable .media video,
  .text-formatted figure video,
  .text-formatted .media video {
    width: 100%;
    height: auto; }
  .cke_editable figure.align-left,
  .cke_editable .media.align-left,
  .text-formatted figure.align-left,
  .text-formatted .media.align-left {
    margin: 0 1rem 0.5rem 0; }
  .cke_editable figure.align-right,
  .cke_editable .media.align-right,
  .text-formatted figure.align-right,
  .text-formatted .media.align-right {
    margin: 0 0 0.5rem 1rem; }
  .cke_editable figure.align-center,
  .cke_editable .media.align-center,
  .text-formatted figure.align-center,
  .text-formatted .media.align-center {
    width: 100%;
    text-align: center;
    margin: 0 auto 0.5rem; }

.media--type-video video {
  width: 100%;
  height: auto; }

.accordion .accordion-item,
.field--name-field-content-paragraphs .accordion-item {
  background-color: transparent;
  border: 0; }
  .accordion .accordion-item .accordion-header,
  .field--name-field-content-paragraphs .accordion-item .accordion-header {
    font-size: 1.5rem;
    line-height: 1.5rem; }
    .accordion .accordion-item .accordion-header .accordion-button,
    .field--name-field-content-paragraphs .accordion-item .accordion-header .accordion-button {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #b2b2b2;
      border-radius: 0;
      color: #005487;
      /*/*font-family: "Outfit", sans-serif;*/*/
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.75rem;
      padding: 1rem 2rem 1rem 0;
      position: relative; }
      @media (min-width: 992px) {
        .accordion .accordion-item .accordion-header .accordion-button,
        .field--name-field-content-paragraphs .accordion-item .accordion-header .accordion-button {
          font-size: 1.5rem;
          line-height: 2.25rem; } }
      .accordion .accordion-item .accordion-header .accordion-button:focus,
      .field--name-field-content-paragraphs .accordion-item .accordion-header .accordion-button:focus {
        box-shadow: none; }
  .accordion .accordion-item .accordion-body,
  .field--name-field-content-paragraphs .accordion-item .accordion-body {
    background-color: transparent;
    padding: 1rem; }
    @media (min-width: 992px) {
      .accordion .accordion-item .accordion-body,
      .field--name-field-content-paragraphs .accordion-item .accordion-body {
        padding: 1.5rem; } }
  .accordion .accordion-item.always-open .accordion-button::after,
  .field--name-field-content-paragraphs .accordion-item.always-open .accordion-button::after {
    content: unset; }

.blog-item-wrapper .container {
  max-width: 45.5rem; }
  .blog-item-wrapper .container .tags-wrapper {
    margin: 0.625rem 0 1rem; }
  .blog-item-wrapper .container .card-item-date h6, .blog-item-wrapper .container .card-item-date .h6 {
    float: right; }
  .blog-item-wrapper .container .card-item-image-wrapper img {
    width: 100%; }

.block-cards-wrapper {
  position: relative; }
  .block-cards-wrapper .block-cards-head-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .block-cards-wrapper .block-cards-head-wrapper {
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center; } }
    .bs-text-left.block-cards-wrapper .block-cards-head-wrapper {
      display: grid;
      grid-column-gap: 1.5rem;
      grid-template-columns: 1fr auto;
      margin-bottom: 1.5rem; }
    .block-cards-wrapper .block-cards-head-wrapper h2, .block-cards-wrapper .block-cards-head-wrapper .h2 {
      margin: 0 0 1rem;
      text-transform: capitalize; }
      .bs-text-left.block-cards-wrapper .block-cards-head-wrapper h2, .bs-text-left.block-cards-wrapper .block-cards-head-wrapper .h2 {
        grid-column: 1 / span 1;
        order: 1; }
    .bs-text-left.block-cards-wrapper .block-cards-head-wrapper .link-wrapper {
      grid-column: 2 / span 1;
      order: 2;
      text-align: right; }
    .bs-text-left.block-cards-wrapper .block-cards-head-wrapper .block-cards-head-text {
      grid-column: 1 / span 2;
      order: 3; }
  .block-cards-wrapper.bs-text-center.block-layout-builder.block-cards-has-link,
  .bs-text-center.layout-section .block-cards-wrapper.block-cards-has-link {
    padding-bottom: 5.5rem; }
  .block-cards-wrapper.bs-text-center.block-layout-builder .block-cards-head-wrapper,
  .bs-text-center.layout-section .block-cards-wrapper .block-cards-head-wrapper {
    align-content: center;
    justify-content: center;
    align-items: center; }
  .block-cards-wrapper.bs-text-center.block-layout-builder .block-cards-head-text,
  .bs-text-center.layout-section .block-cards-wrapper .block-cards-head-text {
    display: inline-block;
    width: 100%;
    margin: 1rem 0; }
    .block-cards-wrapper.bs-text-center.block-layout-builder .block-cards-head-text h3, .block-cards-wrapper.bs-text-center.block-layout-builder .block-cards-head-text .h3,
    .bs-text-center.layout-section .block-cards-wrapper .block-cards-head-text h3,
    .bs-text-center.layout-section .block-cards-wrapper .block-cards-head-text .h3 {
      font-size: 1.75rem;
      line-height: 2.25rem; }
  .block-cards-wrapper.bs-text-center.block-layout-builder .cards-wrapper,
  .bs-text-center.layout-section .block-cards-wrapper .cards-wrapper {
    justify-content: center; }
  .block-cards-wrapper.bs-text-center.block-layout-builder .link-wrapper,
  .bs-text-center.layout-section .block-cards-wrapper .link-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }
  .block-cards-wrapper.block-cards-summary-hidden .card-item-text-wrapper {
    display: none; }

@media (min-width: 768px) {
  .block-modal-cloned-area-button {
    display: none; }
    .layout-builder__region .block-modal-cloned-area-button {
      display: block; } }

.block-modal-cloned-area-button button.trigger-modal {
  position: relative;
  background-color: #005487;
  border: 0;
  color: #fff;
  padding: 0.75rem;
  text-align: left;
  transition: all 0.25s ease-in-out;
  width: 100%; }
  .block-modal-cloned-area-button button.trigger-modal::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2rem 2rem;
    content: '';
    height: 3rem;
    left: initial;
    position: absolute;
    right: 0;
    top: 0;
    transition: .25s all;
    width: 3rem; }
  @media (max-width: 767.98px) {
    .block-modal-cloned-area-button button.trigger-modal {
      margin-bottom: 1.5rem; } }

.recently-viewed-wrapper {
  background: #f3f3f3;
  padding: 3rem 0; }
  .layout-section .recently-viewed-wrapper {
    background: transparent;
    padding: 0; }
    .layout-section .recently-viewed-wrapper .container {
      max-width: inherit;
      padding: 0;
      margin: 0; }
  .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper.block-cards-wrapper,
  .bs-text-center.layout-section .recently-viewed-wrapper.block-cards-wrapper {
    padding-bottom: 5.5rem; }
  .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .block-cards-head-wrapper,
  .bs-text-center.layout-section .recently-viewed-wrapper .block-cards-head-wrapper {
    align-content: center;
    justify-content: center;
    align-items: center; }
  .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .block-cards-head-text,
  .bs-text-center.layout-section .recently-viewed-wrapper .block-cards-head-text {
    display: inline-block;
    width: 100%;
    margin: 1rem 0; }
  .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .cards-wrapper,
  .bs-text-center.layout-section .recently-viewed-wrapper .cards-wrapper {
    justify-content: center; }
  .bs-text-center.block-views-blockrecently-viewed-products-block .recently-viewed-wrapper .link-wrapper,
  .bs-text-center.layout-section .recently-viewed-wrapper .link-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }
  .node--type-product.node--view-mode-full .recently-viewed-wrapper {
    margin-bottom: -1.5rem; }

.block-inline-blockbasic.bs-text-center h2, .block-inline-blockbasic.bs-text-center .h2,
.block-inline-blockbasic.bs-text-center .h2 {
  padding: 0 0 1.375rem; }
  .block-inline-blockbasic.bs-text-center h2::before, .block-inline-blockbasic.bs-text-center .h2::before,
  .block-inline-blockbasic.bs-text-center .h2::before {
    top: inherit;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

.block-views-blockevents-upcoming-events,
.block-views-blockevents-upcoming-tradeshows,
.block-views-blockevents-upcoming-webinars,
.block-views-blockevents-webinars {
  position: relative;
  padding-bottom: 2.25rem; }
  .block-views-blockevents-upcoming-events .view-display-id-webinars .view-header,
  .block-views-blockevents-upcoming-events .block-header-wrapper,
  .block-views-blockevents-upcoming-tradeshows .view-display-id-webinars .view-header,
  .block-views-blockevents-upcoming-tradeshows .block-header-wrapper,
  .block-views-blockevents-upcoming-webinars .view-display-id-webinars .view-header,
  .block-views-blockevents-upcoming-webinars .block-header-wrapper,
  .block-views-blockevents-webinars .view-display-id-webinars .view-header,
  .block-views-blockevents-webinars .block-header-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .block-views-blockevents-upcoming-events .view-display-id-webinars .view-header,
      .block-views-blockevents-upcoming-events .block-header-wrapper,
      .block-views-blockevents-upcoming-tradeshows .view-display-id-webinars .view-header,
      .block-views-blockevents-upcoming-tradeshows .block-header-wrapper,
      .block-views-blockevents-upcoming-webinars .view-display-id-webinars .view-header,
      .block-views-blockevents-upcoming-webinars .block-header-wrapper,
      .block-views-blockevents-webinars .view-display-id-webinars .view-header,
      .block-views-blockevents-webinars .block-header-wrapper {
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center; } }
    .block-views-blockevents-upcoming-events .view-display-id-webinars .view-header h2, .block-views-blockevents-upcoming-events .view-display-id-webinars .view-header .h2,
    .block-views-blockevents-upcoming-events .block-header-wrapper h2,
    .block-views-blockevents-upcoming-events .block-header-wrapper .h2,
    .block-views-blockevents-upcoming-tradeshows .view-display-id-webinars .view-header h2,
    .block-views-blockevents-upcoming-tradeshows .view-display-id-webinars .view-header .h2,
    .block-views-blockevents-upcoming-tradeshows .block-header-wrapper h2,
    .block-views-blockevents-upcoming-tradeshows .block-header-wrapper .h2,
    .block-views-blockevents-upcoming-webinars .view-display-id-webinars .view-header h2,
    .block-views-blockevents-upcoming-webinars .view-display-id-webinars .view-header .h2,
    .block-views-blockevents-upcoming-webinars .block-header-wrapper h2,
    .block-views-blockevents-upcoming-webinars .block-header-wrapper .h2,
    .block-views-blockevents-webinars .view-display-id-webinars .view-header h2,
    .block-views-blockevents-webinars .view-display-id-webinars .view-header .h2,
    .block-views-blockevents-webinars .block-header-wrapper h2,
    .block-views-blockevents-webinars .block-header-wrapper .h2 {
      margin: 0 0 1rem;
      text-transform: capitalize; }
  .block-views-blockevents-upcoming-events.bs-text-center,
  .bs-text-center.layout-section .block-views-blockevents-upcoming-events,
  .block-views-blockevents-upcoming-tradeshows.bs-text-center,
  .bs-text-center.layout-section
  .block-views-blockevents-upcoming-tradeshows,
  .block-views-blockevents-upcoming-webinars.bs-text-center,
  .bs-text-center.layout-section
  .block-views-blockevents-upcoming-webinars,
  .block-views-blockevents-webinars.bs-text-center,
  .bs-text-center.layout-section
  .block-views-blockevents-webinars {
    padding-bottom: 5.5rem; }
    .block-views-blockevents-upcoming-events.bs-text-center .block-header-wrapper,
    .bs-text-center.layout-section .block-views-blockevents-upcoming-events .block-header-wrapper,
    .block-views-blockevents-upcoming-tradeshows.bs-text-center .block-header-wrapper,
    .bs-text-center.layout-section
    .block-views-blockevents-upcoming-tradeshows .block-header-wrapper,
    .block-views-blockevents-upcoming-webinars.bs-text-center .block-header-wrapper,
    .bs-text-center.layout-section
    .block-views-blockevents-upcoming-webinars .block-header-wrapper,
    .block-views-blockevents-webinars.bs-text-center .block-header-wrapper,
    .bs-text-center.layout-section
    .block-views-blockevents-webinars .block-header-wrapper {
      align-content: center;
      justify-content: center;
      align-items: center; }
    .block-views-blockevents-upcoming-events.bs-text-center .link-wrapper,
    .bs-text-center.layout-section .block-views-blockevents-upcoming-events .link-wrapper,
    .block-views-blockevents-upcoming-tradeshows.bs-text-center .link-wrapper,
    .bs-text-center.layout-section
    .block-views-blockevents-upcoming-tradeshows .link-wrapper,
    .block-views-blockevents-upcoming-webinars.bs-text-center .link-wrapper,
    .bs-text-center.layout-section
    .block-views-blockevents-upcoming-webinars .link-wrapper,
    .block-views-blockevents-webinars.bs-text-center .link-wrapper,
    .bs-text-center.layout-section
    .block-views-blockevents-webinars .link-wrapper {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center; }

.view-events.view-display-id-upcoming_events .grid-wrapper,
.view-events.view-display-id-upcoming_webinars .grid-wrapper,
.view-events.view-display-id-upcoming_tradeshows .grid-wrapper {
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  row-gap: 1.5625rem; }

.path-frontpage .block-views-blockevents-upcoming-events {
  padding-top: 1.5rem; }

#webinars.layout-section {
  margin-bottom: 2rem; }

.block-views-blockbrands-brand-switcher {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  height: 1.9375rem; }
  @media (min-width: 576px) {
    .block-views-blockbrands-brand-switcher {
      height: 2.625rem; } }
  .block-views-blockbrands-brand-switcher h6, .block-views-blockbrands-brand-switcher .h6 {
    font-size: 0.625rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 576px) {
      .block-views-blockbrands-brand-switcher h6, .block-views-blockbrands-brand-switcher .h6 {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
  .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .view-content {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
  .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row {
    display: inline-block;
    vertical-align: top;
    padding: 0.125rem 0.5rem;
    margin: -0.0625rem 0 0;
    border-right: 0.125rem solid rgba(255, 255, 255, 0.75);
    font-size: 0;
    line-height: 0; }
    @media (min-width: 576px) {
      .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row {
        margin: -0.25rem 0 0;
        padding: 0.125rem 1.25rem; } }
    .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row img {
      width: auto;
      height: 1.125rem; }
      @media (min-width: 576px) {
        .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row img {
          height: 1.375rem; } }
    .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row a {
      opacity: 0.75; }
      .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row a:hover, .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row a.is-active {
        opacity: 1; }
    .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row:first-child {
      padding-left: 0;
      margin-left: 1.25rem; }
      @media (min-width: 576px) {
        .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row:first-child {
          margin-left: 2rem; } }
    .block-views-blockbrands-brand-switcher .view-display-id-brand_switcher .views-row:last-child {
      border-right: 0;
      padding-right: 0; }

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: baseline; }
  .breadcrumb .breadcrumb-item {
    display: inline-block;
    vertical-align: top; }
    .breadcrumb .breadcrumb-item .breadcrumb-content {
      /*font-family: "DM Sans", sans-serif;*/
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #2e3030;
      font-weight: 400; }
    .breadcrumb .breadcrumb-item a.breadcrumb-content {
      color: #005487;
      font-weight: 600;
      text-decoration: none; }

.secondary-button,
.eu-cookie-compliance-buttons .button,
.cc_banner-wrapper .cc_btn_accept_all {
  border-color: #005487;
  background: #005487;
  color: #fff; }
  .secondary-button::after,
  .eu-cookie-compliance-buttons .button::after,
  .cc_banner-wrapper .cc_btn_accept_all::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e958';
    color: #fff; }
  .secondary-button:hover,
  .eu-cookie-compliance-buttons .button:hover,
  .cc_banner-wrapper .cc_btn_accept_all:hover {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    border-color: #005487;
    background: #005487;
    text-decoration: none;
    text-transform: uppercase; }

.tertiary-button {
  border-color: #2e3030;
  background: #2e3030;
  color: #fff; }
  .tertiary-button::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e958';
    color: #fff; }
  .tertiary-button:hover {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    border-color: #2e3030;
    background: #2e3030;
    text-decoration: none;
    text-transform: uppercase; }

.outline-tertiary-button {
  background-color: transparent !important;
  border-color: #2e3030;
  color: #2e3030; }
  .outline-tertiary-button::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e958';
    color: #2e3030; }
  .outline-tertiary-button:hover {
    border-color: #2e3030;
    color: #2e3030; }
  .outline-tertiary-button:disabled {
    color: #474a4a !important; }

.cards-wrapper {
  display: grid;
  width: 100%;
  justify-content: center;
  justify-items: center;
  column-gap: 2rem;
  row-gap: 2rem;
  align-items: stretch;
  align-content: stretch;
  grid-template-columns: minmax(auto, 1fr);
  margin: 1rem 0; }
  @media (min-width: 576px) {
    .cards-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(auto, calc(50% - 1rem))); } }
  @media (min-width: 768px) {
    .cards-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(auto, calc(25% - 1.5rem))); } }
  @media (min-width: 992px) {
    .cards-wrapper {
      justify-content: flex-start; }
      .bs-text-center .cards-wrapper {
        justify-content: center; } }

@media (min-width: 768px) {
  .col-6 .cards-wrapper,
  .col-lg-6 .cards-wrapper,
  .col-md-6 .cards-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(auto, calc(50% - 1rem))); } }

.card-item-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  border-radius: 0 0.625rem 0 0.625rem;
  overflow: hidden;
  text-align: left; }
  .card-item-wrapper span.arrow-link {
    font-size: 1rem;
    margin: 1rem 0 0; }
    @media (min-width: 992px) {
      .card-item-wrapper span.arrow-link {
        font-size: 1rem; } }
  .card-item-wrapper .card-item-link {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .card-item-wrapper .card-item-image-wrapper {
    font-size: 0;
    line-height: 0; }
    .card-item-wrapper .card-item-image-wrapper img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
    .card-item-wrapper .card-item-image-wrapper:empty {
      background-color: #fbfbfb;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 6.25rem;
      aspect-ratio: 1 / 1; }
      .node--type-resource.card-item-wrapper .card-item-image-wrapper:empty {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none%3B%7D .st1%7Bfill:%23c9d8be%3B%7D %3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpath class='st1' d='M20 22H4c-0.6 0-1-0.4-1-1V3c0-0.6 0.4-1 1-1h16c0.6 0 1 0.4 1 1v18C21 21.6 20.6 22 20 22z M19 20V4H5v16H19z M7 6h4v4H7V6z M7 12h10v2H7V12z M7 16h10v2H7V16z M13 7h4v2h-4V7z'/%3E%3C/svg%3E"); }
    .node--type-product.card-item-wrapper .card-item-image-wrapper {
      padding: 1.5rem 1.5rem 0; }
  .card-item-wrapper .card-item-top-wrapper {
    width: 100%; }
  .card-item-wrapper .card-item-type-wrapper {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 1;
    display: inline-block;
    background: #003453;
    color: #fff;
    padding: 0.3125rem 1rem;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
  /*/*font-family: "DM Sans", sans-serif;*/*/}
  .card-item-wrapper .card-item-title-wrapper {
    padding: 1rem 1rem 0; }
  .card-item-wrapper .card-item-date h6, .card-item-wrapper .card-item-date .h6,
  .card-item-wrapper .card-item-date .h6 {
    /*font-family: "DM Sans", sans-serif;*/
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #2e3030;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0.5rem; }
  .card-item-wrapper .card-item-title {
    /*/*font-family: "DM Sans", sans-serif;*/*/
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin: 0; }
  .card-item-wrapper .card-item-info-wrapper {
    padding: 0 1rem 1rem;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between; }
  .card-item-wrapper .card-item-text-wrapper {
    padding: 1rem 0 0; }
  .card-item-wrapper:hover::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.375rem solid #7ba03b; }
  @media (min-width: 992px) {
    .card-item-wrapper:hover span.arrow-link {
      display: inline-block; }
      .card-item-wrapper:hover span.arrow-link::after {
        display: inline-block; } }

.bs-bg-light-green .cards-wrapper .card-item-wrapper,
.bs-bg-light-grey .cards-wrapper .card-item-wrapper {
  box-shadow: none; }

.block-inline-blockcarousel.carousel-wrapper button.carousel-control.carousel-control-prev {
  left: 4%;
  transform: translateY(-50%); }
  @media (min-width: 992px) {
    .block-inline-blockcarousel.carousel-wrapper button.carousel-control.carousel-control-prev {
      left: 0;
      transform: translateY(-50%); } }

.block-inline-blockcarousel.carousel-wrapper button.carousel-control.carousel-control-next {
  right: 4%;
  transform: translateY(-50%); }
  @media (min-width: 992px) {
    .block-inline-blockcarousel.carousel-wrapper button.carousel-control.carousel-control-next {
      right: 0;
      transform: translateY(-50%); } }

.paragraph--type--carousel-item .quicklink-wrapper a {
  line-height: 1.3125rem; }

.paragraph--type--carousel-item .quicklink-wrapper .quicklink-item-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin: 0 0 1.5rem; }
  @media (min-width: 992px) {
    .paragraph--type--carousel-item .quicklink-wrapper .quicklink-item-title {
      font-size: 2.25rem;
      line-height: 2.75rem;
      margin: 0 0 2rem; } }

.paragraph--type--carousel-item .quicklink-wrapper .quicklink-item-description {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: -0.5rem 0 1rem; }
  @media (min-width: 992px) {
    .paragraph--type--carousel-item .quicklink-wrapper .quicklink-item-description {
      font-size: 1.125rem;
      line-height: 1.5rem;
      max-height: 6.25rem;
      overflow: hidden; } }

.paragraph--type--carousel-item .quicklink-wrapper span.arrow-link {
  margin-top: auto; }

.carousel-wrapper {
  background: transparent;
  display: inline-block;
  width: 100%; }
  .carousel-wrapper.testimonials-carousel-no-navigation {
    padding: 2.5rem 0; }
    @media (min-width: 992px) {
      .carousel-wrapper.testimonials-carousel-no-navigation {
        padding: 2.5rem; } }
  .carousel-wrapper > .carousel {
    padding: 0 0 2rem; }
    @media (min-width: 992px) {
      .carousel-wrapper > .carousel {
        padding: 0 1.875rem 2.25rem; } }

.carousel-inner {
  border-radius: 0 0.625rem 0 0.625rem; }
  @media (max-width: 991.98px) {
    .carousel-inner {
      padding-bottom: 1.5rem; } }
  .carousel-wrapper--testimonials .carousel-inner {
    background-color: #fff; }

.carousel-indicators {
  bottom: 0;
  margin: 0; }
  .table-comparison__controls .carousel-indicators {
    position: relative; }
  .carousel-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    border: 0.125rem solid #003453;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    position: relative; }
    .table-comparison__controls .carousel-indicators [data-bs-target] {
      pointer-events: all; }
  .carousel-indicators .active {
    background: #003453; }

button.carousel-control {
  background: #7ba03b;
  color: #fff;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0 0.625rem 0 0.625rem;
  top: inherit;
  bottom: 0;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3; }
  @media (min-width: 992px) {
    button.carousel-control {
      width: 3.75rem;
      height: 3.75rem;
      bottom: inherit;
      top: calc(50% - (2.25rem / 2)); } }
  button.carousel-control.carousel-control-prev {
    left: 0;
    bottom: -2.25rem; }
    @media (min-width: 992px) {
      button.carousel-control.carousel-control-prev {
        left: 0;
        bottom: inherit; } }
    button.carousel-control.carousel-control-prev .carousel-control-prev-icon {
      background: transparent; }
      button.carousel-control.carousel-control-prev .carousel-control-prev-icon::before {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e957';
        color: #fff;
        font-size: 1.0625rem;
        line-height: 2rem; }
        @media (min-width: 992px) {
          button.carousel-control.carousel-control-prev .carousel-control-prev-icon::before {
            font-size: 1.375rem; } }
  button.carousel-control.carousel-control-next {
    right: 0;
    bottom: -2.25rem; }
    @media (min-width: 992px) {
      button.carousel-control.carousel-control-next {
        right: 0;
        bottom: inherit; } }
    button.carousel-control.carousel-control-next .carousel-control-next-icon {
      background: transparent; }
      button.carousel-control.carousel-control-next .carousel-control-next-icon::before {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e958';
        color: #fff;
        font-size: 1.0625rem;
        line-height: 2rem; }
        @media (min-width: 992px) {
          button.carousel-control.carousel-control-next .carousel-control-next-icon::before {
            font-size: 1.375rem; } }

.ping-pong-wrapper.reverse-layout .ping-pong-media-wrapper.carousel-block-ping-pong-media-wrapper {
  text-align: right; }

@media (min-width: 992px) {
  .ping-pong-wrapper.reverse-layout .ping-pong-quicklink-wrapper {
    left: 0;
    right: auto; } }

.block-inline-blockcollaborators .cards-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(auto, 18.75rem)); }

.view.grid-wrapper.view-onset-ambassadors .view-content {
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  margin-bottom: 2rem; }
  @media (min-width: 576px) {
    .view.grid-wrapper.view-onset-ambassadors .view-content {
      grid-template-columns: repeat(2, minmax(auto, 1fr));
      column-gap: 1.5rem;
      row-gap: 1.5rem; } }
  @media (min-width: 768px) {
    .view.grid-wrapper.view-onset-ambassadors .view-content {
      grid-template-columns: repeat(2, minmax(auto, 1fr));
      column-gap: 4rem;
      row-gap: 2.5rem; } }
  @media (min-width: 992px) {
    .view.grid-wrapper.view-onset-ambassadors .view-content {
      grid-template-columns: repeat(2, minmax(auto, 1fr));
      column-gap: 4rem;
      row-gap: 2.5rem; } }
  @media (min-width: 1200px) {
    .view.grid-wrapper.view-onset-ambassadors .view-content {
      grid-template-columns: repeat(3, minmax(auto, 1fr));
      column-gap: 4rem;
      row-gap: 2.5rem; } }
  @media (min-width: 1400px) {
    .view.grid-wrapper.view-onset-ambassadors .view-content {
      grid-template-columns: repeat(4, minmax(auto, 1fr));
      column-gap: 4rem;
      row-gap: 2.5rem; } }
  .view.grid-wrapper.view-onset-ambassadors .view-content > div {
    margin-bottom: 2rem; }

.view.grid-wrapper.view-onset-ambassadors .node--type-collaborator {
  width: 100%; }
  @media (max-width: 575.98px) {
    .view.grid-wrapper.view-onset-ambassadors .node--type-collaborator {
      margin-bottom: 2rem; } }

.view.grid-wrapper.view-onset-ambassadors .field--name-field-title {
  font-weight: 700;
  font-size: 2rem; }
  @media (min-width: 576px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-title {
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-title {
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-title {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-title {
      font-size: 1rem; } }

.view.grid-wrapper.view-onset-ambassadors .field--name-field-subtitle {
  font-size: 1.875rem; }
  @media (min-width: 576px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-subtitle {
      font-size: 1.375rem; } }
  @media (min-width: 768px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-subtitle {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-subtitle {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .view.grid-wrapper.view-onset-ambassadors .field--name-field-subtitle {
      font-size: 0.875rem; } }

.compatible-items .compatible-item-category__products, .compatible-items .compatible-item-product-sub-items-container {
  display: grid;
  row-gap: 0.75rem;
  justify-items: stretch;
  align-items: stretch; }
  .compatible-items .collapse.compatible-item-category__products:not(.show), .compatible-items .collapse.compatible-item-product-sub-items-container:not(.show) {
    display: none; }

.compatible-items__header h2, .compatible-items__header .h2 {
  margin: 0 0 1rem;
  text-transform: capitalize;
  padding: 0; }
  .compatible-items__header h2::before, .compatible-items__header .h2::before {
    display: none; }

.compatible-items .compatible-item-relationship-title.accordion-header {
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-size: 1.5rem;
  line-height: 3rem;
  color: #005487;
  font-weight: 600; }

.compatible-items .compatible-item-category {
  width: 100%; }
  .compatible-items .compatible-item-category a {
    text-decoration: none; }
  .compatible-items .compatible-item-category:last-child__products {
    border-bottom: 0;
    padding-bottom: 0; }
  .compatible-items .compatible-item-category__title {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1.25rem;
    line-height: 2rem;
    color: #2e3030;
    font-weight: 700; }
  .compatible-items .compatible-item-category__products {
    padding-bottom: 1.25rem;
    padding: 0 0 0 1.5rem; }
  .compatible-items .compatible-item-category__product {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: start;
    column-gap: 1.25rem; }
    @media (max-width: 991.98px) {
      .compatible-items .compatible-item-category__product {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 0.375rem; } }
    @media (min-width: 992px) {
      .compatible-items .compatible-item-category__product {
        grid-template-columns: 3fr 1fr 0.6fr 1.2fr; } }
    @media (min-width: 1200px) {
      .compatible-items .compatible-item-category__product {
        grid-template-columns: 3fr 1fr 0.6fr 1fr; } }
    @media (min-width: 992px) {
      body.z-hide-price .compatible-items .compatible-item-category__product {
        grid-template-columns: 1fr 3.6fr 1.2fr; } }
    @media (min-width: 1200px) {
      body.z-hide-price .compatible-items .compatible-item-category__product {
        grid-template-columns: 1fr 3.6fr 1fr; } }
    .compatible-items .compatible-item-category__product.grouped-variant {
      background-color: #fff; }
      @media (max-width: 991.98px) {
        .compatible-items .compatible-item-category__product.grouped-variant {
          padding: 0.75rem; } }
    .compatible-items .compatible-item-category__product .compatible-item-product-info-wrapper.grouped-variant {
      padding-left: 1.5rem; }
      @media (max-width: 991.98px) {
        .compatible-items .compatible-item-category__product .compatible-item-product-info-wrapper.grouped-variant {
          padding-left: 0; } }
    .compatible-items .compatible-item-category__product.group-header .compatible-item-product-price-wrapper,
    .compatible-items .compatible-item-category__product.group-header .compatible-item-category__sku {
      display: none; }
  @media (max-width: 991.98px) {
    .compatible-items .compatible-item-category__sku {
      grid-column: 1 / 3; } }
  .compatible-items .compatible-item-category__sku h5, .compatible-items .compatible-item-category__sku .h5 {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #005487;
    font-weight: normal;
    margin: 0; }
  .compatible-items .compatible-item-category + .compatible-item-category {
    padding-top: 0; }

.compatible-items .compatible-item-product-sub-items-container {
  padding-left: 1.5rem; }

@media (max-width: 991.98px) {
  .compatible-items .compatible-item-product-info-wrapper {
    grid-column: 1 / 3; } }

.compatible-items .compatible-item-product-title {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2e3030;
  font-weight: 600;
  margin: 0; }

.compatible-items .field--name-field-compat-product-note {
  font-size: 0.875rem;
  line-height: 1.125rem; }

.compatible-items .compatible-item-product-price-wrapper {
  display: inline-block;
  width: 100%;
  text-align: left; }
  @media (min-width: 992px) {
    .compatible-items .compatible-item-product-price-wrapper {
      text-align: right; } }
  .compatible-items .compatible-item-product-price-wrapper span,
  .compatible-items .compatible-item-product-price-wrapper .field--name-field-price,
  .compatible-items .compatible-item-product-price-wrapper .field--name-field-product-price,
  .compatible-items .compatible-item-product-price-wrapper .field--name-field-starting-at-price {
    display: inline-block;
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1.125rem;
    line-height: 2rem;
    color: #2e3030;
    font-weight: 700; }
  .compatible-items .compatible-item-product-price-wrapper span {
    line-height: 1rem; }
  body.z-hide-price .compatible-items .compatible-item-product-price-wrapper {
    display: none !important; }

.compatible-items .compatible-item-product-cta-wrapper {
  display: inline-block;
  width: 100%;
  text-align: right; }
  .compatible-items .compatible-item-product-cta-wrapper form .form-item-quantity {
    display: none; }
  .compatible-items .compatible-item-product-cta-wrapper form .form-submit {
    min-height: 2.75rem;
    padding: 0.625rem 0.625rem;
    line-height: 1.3125rem; }
    @media (min-width: 576px) {
      .compatible-items .compatible-item-product-cta-wrapper form .form-submit {
        font-size: 1rem;
        padding: 0.625rem 1.125rem;
        width: 12.5rem; } }
    @media (max-width: 575.98px) {
      .compatible-items .compatible-item-product-cta-wrapper form .form-submit::after {
        margin-left: 0.25rem; } }

.compatible-items .compatible-item-product-sub-items-link {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1.125rem;
  line-height: 2rem;
  color: #2e3030;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  padding: 0 0 0 1.25rem;
  position: relative; }
  .compatible-items .compatible-item-product-sub-items-link::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e93f';
    color: #005487;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1.125rem;
    position: absolute;
    top: 0.1875rem;
    left: 0; }
  .compatible-items .compatible-item-product-sub-items-link:not(.collapsed)::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e941';
    color: #005487;
    width: 1.125rem;
    height: 1.125rem; }

@media (max-width: 767.98px) {
  .compatible-items .button {
    font-size: 0.875rem; } }

@media (max-width: 575.98px) {
  .compatible-items .button {
    font-size: 0.75rem; } }

.compatible-items.form-type-onset-product-quantity {
  padding-bottom: 1.25rem; }
  .compatible-items.form-type-onset-product-quantity .description {
    margin-top: 0; }

.form-item.form-type-onset-product-select .description {
  margin-top: 0; }

.configurator__form {
  background-color: #fff;
  border-top-right-radius: 0.75rem;
  order: 1;
  padding: 1.5rem; }
  .configurator__form div.included-product {
    margin-bottom: 0.75rem; }
    .configurator__form div.included-product.form-item select {
      border: 0; }
  .configurator__form fieldset.radios--wrapper,
  .configurator__form fieldset.configurator-product-item {
    margin-bottom: 0.75rem; }
    .configurator__form fieldset.radios--wrapper.included-product .fieldset-wrapper,
    .configurator__form fieldset.configurator-product-item.included-product .fieldset-wrapper {
      padding-left: 0.75rem; }
    .configurator__form fieldset.radios--wrapper.included-product input,
    .configurator__form fieldset.configurator-product-item.included-product input {
      display: none; }
    .configurator__form fieldset.radios--wrapper legend,
    .configurator__form fieldset.configurator-product-item legend {
      margin-bottom: 0.75rem; }

.configurator__subtotal {
  background-color: #fff;
  order: 2;
  padding: 1.5rem; }
  .configurator__subtotal .subtotal-content {
    border-top: solid 0.0625rem #40b4e5;
    padding: 0.75rem 0 0;
    text-align: right; }
    .configurator__subtotal .subtotal-content__label {
      font-size: 1.25rem;
      margin-right: 1.5rem;
      text-transform: uppercase; }
    .configurator__subtotal .subtotal-content__price {
      color: #005487;
      font-size: 1.5rem;
      font-weight: 700; }
  body.z-hide-price .configurator__subtotal {
    display: none !important; }

.configurator__actions {
  background-color: #fff;
  border-bottom-left-radius: 0.75rem;
  order: 3;
  padding: 1.5rem;
  justify-content: space-between; }
  .configurator__actions .quantity-wrapper {
    flex: 0 1 12.5rem;
    margin-left: auto; }

.configurator .layout-region {
  row-gap: 0; }

.configurator .webform-progress {
  margin-bottom: 0; }

.configurator h4, .configurator .h4 {
  margin-bottom: 0; }

.configurator .step-title__label {
  font-size: 1.125rem;
  margin-right: 1.5rem;
  text-transform: uppercase; }

.configurator .step-title__content {
  color: #005487;
  font-size: 1.5rem; }

.configurator .prod-info {
  display: flex;
  flex-direction: row; }
  .configurator .prod-info__sku {
    font-size: 1rem;
    line-height: inherit;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .configurator .prod-info__sku {
        flex: 0 0 20%; } }
    .configurator .prod-info__sku a {
      color: #626262;
      text-decoration: none;
      color: #005487;
      font-weight: normal; }
  .configurator .prod-info__title {
    font-weight: 700;
    color: #171717; }
    @media (min-width: 768px) {
      .configurator .prod-info__title {
        flex: 0 0 60%; } }
    .configurator .prod-info__title .option-extra-info {
      font-weight: normal;
      font-size: 0.8125rem;
      padding-left: 0.75rem; }
  @media (min-width: 768px) {
    .configurator .prod-info__price {
      flex: 0 0 20%;
      text-align: right; } }
  body.z-hide-price .configurator .prod-info__price {
    display: none !important; }

.configurator details .details-wrapper {
  border-left: solid 0.125rem #ddf2ff;
  padding-left: 0.75rem;
  margin-left: 0.4375rem; }

.configurator .onset-configurator-table td,
.configurator .onset-configurator-table th {
  border-right: 0;
  padding: 0; }
  body.z-hide-price .configurator .onset-configurator-table td.onset-configurator-unit-price, body.z-hide-price .configurator .onset-configurator-table td.onset-configurator-total-price, body.z-hide-price
  .configurator .onset-configurator-table th.onset-configurator-unit-price, body.z-hide-price
  .configurator .onset-configurator-table th.onset-configurator-total-price {
    display: none !important; }

.configurator .onset-configurator-table thead th {
  background-color: #fff;
  border-bottom: solid 0.0625rem #40b4e5;
  color: #005487;
  font-size: 1.125rem;
  text-align: center; }
  .configurator .onset-configurator-table thead th.onset-configurator-product-details {
    text-align: left; }

.configurator .onset-configurator-table tbody tr {
  background-color: #fff !important; }
  .configurator .onset-configurator-table tbody tr.onset-configurator-page td {
    border-top: solid 0.0625rem #cacaca;
    padding-top: 1.5rem; }
  .configurator .onset-configurator-table tbody tr.onset-configurator-page--empty td {
    padding-bottom: 1.5rem; }
  .configurator .onset-configurator-table tbody tr.onset-configurator-main-product {
    visibility: hidden; }
  .configurator .onset-configurator-table tbody tr.onset-configurator-component--last td {
    padding-bottom: 1.5rem; }

.configurator .onset-configurator-table tbody td.onset-configurator-model, .configurator .onset-configurator-table tbody td.onset-configurator-unit-price, .configurator .onset-configurator-table tbody td.onset-configurator-quantity, .configurator .onset-configurator-table tbody td.onset-configurator-total-price {
  text-align: center; }

.configurator .onset-configurator-table tbody td.indented {
  padding-left: 3rem; }

.configurator .onset-configurator-table tbody td .onset-configurator-product-details__title {
  column-gap: 0.75rem;
  display: flex;
  flex-direction: row; }

.configurator .webform-message {
  margin-bottom: 0.75rem; }

.configurator fieldset.onset-image-radios--wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .configurator fieldset.onset-image-radios--wrapper div.fieldset-wrapper {
    flex-direction: row;
    display: flex;
    justify-content: center; }
    .configurator fieldset.onset-image-radios--wrapper div.fieldset-wrapper div.form-radios {
      display: flex; }
      @media (max-width: 991.98px) {
        .configurator fieldset.onset-image-radios--wrapper div.fieldset-wrapper div.form-radios {
          flex-direction: column; } }
      .configurator fieldset.onset-image-radios--wrapper div.fieldset-wrapper div.form-radios .form-item {
        width: 18rem;
        margin: 0 2rem;
        text-align: center;
        display: block; }
        @media (max-width: 991.98px) {
          .configurator fieldset.onset-image-radios--wrapper div.fieldset-wrapper div.form-radios .form-item {
            margin: 1rem auto; } }

.configurator .form-item.form-type-onset-product-select select {
  width: auto;
  padding-right: 3rem; }

.configurator .configurator-image-item img {
  background-size: cover;
  max-width: 12rem;
  margin: .5rem 0; }

.configurator .onset-configurator-summary-wrapper .onset-image-radios .label,
.configurator .onset-configurator-summary-wrapper .onset-image-radios .value,
.configurator .onset-configurator-summary-wrapper .radios .label,
.configurator .onset-configurator-summary-wrapper .radios .value {
  display: block;
  width: 100%; }

.configurator .shadow-outline {
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  background: #fff;
  padding: 1.25rem;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 0 0.625rem;
  position: relative; }

.eu-cookie-compliance-banner {
  border-top: 2px solid #2e3030; }

.eu-cookie-compliance-buttons {
  text-align: right;
  margin-top: 1em; }
  .eu-cookie-compliance-buttons .button {
    width: auto;
    max-width: 19.5rem;
    min-height: auto;
    margin: 1em;
    box-shadow: none;
    text-shadow: none; }

.eu-cookie-compliance-message h2, .eu-cookie-compliance-message .h2 {
  font-size: 1rem;
  color: #2e3030;
  flex: 1 1 100%;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0; }

.eu-cookie-compliance-message p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    .eu-cookie-compliance-message p {
      margin-bottom: 0.75rem; } }
  @media (min-width: 576px) {
    .eu-cookie-compliance-message p {
      font-size: 1rem;
      line-height: 1.5rem; } }

.cc_banner-wrapper {
  background-color: #fff; }
  .cc_banner-wrapper .cc_container {
    color: #2e3030;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .cc_banner-wrapper .cc_container__title {
      font-size: 1rem;
      color: #2e3030;
      flex: 1 1 100%;
      font-weight: 700;
      padding-bottom: 0;
      margin-bottom: 0; }
    .cc_banner-wrapper .cc_container__content {
      flex: 1 1 100%; }
      @media (min-width: 768px) {
        .cc_banner-wrapper .cc_container__content {
          flex: 1 1 50%; } }
      @media (min-width: 1200px) {
        .cc_banner-wrapper .cc_container__content {
          flex: 1 1 70%; } }
    @media (max-width: 767.98px) {
      .cc_banner-wrapper .cc_container__action {
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .cc_banner-wrapper .cc_container__action {
        flex: 1 1 50%; } }
    @media (min-width: 1200px) {
      .cc_banner-wrapper .cc_container__action {
        flex: 1 1 30%; } }
  .cc_banner-wrapper .cc_btn_accept_all {
    width: auto;
    margin: 0;
    max-width: 19.5rem;
    min-height: auto; }
  .cc_banner-wrapper .cc_message {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .cc_banner-wrapper .cc_message {
        margin-bottom: 0.75rem; } }
    @media (min-width: 576px) {
      .cc_banner-wrapper .cc_message {
        font-size: 1rem;
        line-height: 1.5rem; } }
    .cc_banner-wrapper .cc_message .cc_more_info {
      color: #003453;
      display: block;
      width: 100%; }
      .cc_banner-wrapper .cc_message .cc_more_info:hover {
        color: #005487; }

.block--cta-icons h2, .block--cta-icons .h2 {
  margin-bottom: 1rem; }
  .layout-section.bs-text-center .block--cta-icons h2, .layout-section.bs-text-center .block--cta-icons .h2 {
    text-align: center; }

.block--cta-icons .field--name-body {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 2.25rem;
  max-width: 43.75rem; }
  .layout-section.bs-text-center .block--cta-icons .field--name-body {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.layout-section.bs-text-left .block--cta-icons .row {
  justify-content: flex-start; }

.layout-section.bs-text-center .block--cta-icons .row {
  justify-content: center; }

.block--cta-icons .card {
  border-radius: 0 0.75rem 0 0.75rem;
  transition: all 0.25s ease-in-out; }
  .block--cta-icons .card h3.card-title, .block--cta-icons .card .card-title.h3 {
    color: #003453;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    transition: all 0.25s ease-in-out; }
  .block--cta-icons .card p {
    font-size: 1.125rem; }
  .block--cta-icons .card img {
    max-height: 4.0625rem;
    max-width: 5.9375rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    min-height: 3.4375rem;
    min-width: 4.0625rem;
    object-fit: contain; }
  .block--cta-icons .card .cta-icon-icon-wrapper {
    margin-bottom: 1.5rem; }
    .block--cta-icons .card .cta-icon-icon-wrapper .icon-generic-file::before {
      font-size: 2.5rem; }
  .block--cta-icons .card .cta-icon-content-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start; }
    .block--cta-icons .card .cta-icon-content-wrapper.no-description-text {
      justify-content: flex-end; }
  .block--cta-icons .card.cta_icon-item-link:hover {
    box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
    .block--cta-icons .card.cta_icon-item-link:hover h3.card-title, .block--cta-icons .card.cta_icon-item-link:hover .card-title.h3 {
      color: #005487; }
  .block--cta-icons .card .card-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }

.layout-section.bs-text-center .block--cta-icons .field--name-field-link {
  text-align: center; }

/* Digital Asset Manager */
.digital-asset-tags {
  margin: 0.5rem 0;
  line-height: 1rem; }
  .digital-asset-tags span {
    display: inline-block;
    border: 1px solid #aaa;
    padding: 0 .2em;
    background-color: #f7f7f7;
    border-radius: 6px;
    list-style: none;
    margin: 0 .3em .3em 0;
    font-size: 0.625rem;
    list-style: none; }

/* Search Page */
.view-digital-asset-management-system .view-header {
  margin-top: 1rem;
  text-align: right; }

.view-digital-asset-management-system .view-content .views-row {
  height: 100%;
  margin: 0;
  padding: 1.5rem 0 3rem; }

.view-digital-asset-management-system .view-content .views-row {
  height: 100%;
  margin: 0;
  padding: 1.5rem; }

.view-digital-asset-management-system .view-content .views-col a {
  line-height: 0rem;
  text-decoration: none; }

.view-digital-asset-management-system .view-content .views-col.col-1 {
  padding-right: 1rem; }

.view-digital-asset-management-system .view-content .views-col.col-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.view-digital-asset-management-system .view-content .views-col.col-3 {
  padding-left: 1rem; }

.view-digital-asset-management-system .view-content .views-field-title {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0 0.75rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  height: 25rem;
  overflow: clip; }
  .view-digital-asset-management-system .view-content .views-field-title .digital-asset-title {
    line-height: 1.25rem;
    margin-top: 0.5rem; }
  .view-digital-asset-management-system .view-content .views-field-title .digital-asset-thumbnail {
    height: 15.125rem;
    text-align: center; }
    .view-digital-asset-management-system .view-content .views-field-title .digital-asset-thumbnail.media-type-Image img {
      background-image: linear-gradient(to right, rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.95)), linear-gradient(to right, #000 50%, #fff 50%), linear-gradient(to bottom, #000 50%, #fff 50%);
      background-blend-mode: normal, difference, normal;
      background-size: 1.5em 1.5em; }
  .view-digital-asset-management-system .view-content .views-field-title > .field-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

.view-digital-asset-management-system .view-content .digital-asset-image img {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0.95)), to(rgba(250, 250, 250, 0.95))), -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), color-stop(50%, #fff));
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.95)), linear-gradient(to right, #000 50%, #fff 50%), linear-gradient(to bottom, #000 50%, #fff 50%);
  background-blend-mode: normal, difference, normal;
  background-size: 1.5em 1.5em;
  max-height: 20rem;
  width: auto; }

.view-digital-asset-management-system .view-content .tags-wrapper {
  position: absolute;
  top: 0.75rem;
  left: 0; }
  .view-digital-asset-management-system .view-content .tags-wrapper .tag {
    background: #003453;
    color: #fff;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.3125rem 0.9375rem;
    display: inline-block;
    vertical-align: top; }

#views-exposed-form-digital-asset-management-system-dams-search #edit-category,
#views-exposed-form-digital-asset-management-system-licor-dams-search #edit-category,
#views-exposed-form-digital-asset-management-system-licor-dams-search #edit-category--2,
#views-exposed-form-digital-asset-management-system-da-collections-search #edit-collection--2 {
  padding: 1.5rem 0; }
  #views-exposed-form-digital-asset-management-system-dams-search #edit-category ul,
  #views-exposed-form-digital-asset-management-system-licor-dams-search #edit-category ul,
  #views-exposed-form-digital-asset-management-system-licor-dams-search #edit-category--2 ul,
  #views-exposed-form-digital-asset-management-system-da-collections-search #edit-collection--2 ul {
    list-style: none; }

/* Search Page Filters */
#views-exposed-form-digital-asset-management-system-dams-search .form-item,
#views-exposed-form-digital-asset-management-system-licor-dams-search .form-item,
#views-exposed-form-digital-asset-management-system-da-collections-search .form-item {
  margin-bottom: 1rem; }

/* Asset Page */
article.node--type-digital-asset.node--view-mode-full h1.page-title, article.node--type-digital-asset.node--view-mode-full .page-title.h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem; }

article.node--type-digital-asset.node--view-mode-full #download-controls {
  width: 25%;
  float: right;
  margin-bottom: 1rem;
  text-align: right; }

article.node--type-digital-asset.node--view-mode-full .node__content {
  width: 75%; }

article.node--type-digital-asset.node--view-mode-full .field--name-field-digital-asset-image {
  margin: 2rem 0; }

article.node--type-digital-asset.node--view-mode-full .field--name-field-digital-asset-image img,
article.node--type-digital-asset.node--view-mode-full .field--name-field-media-image img {
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.95)), linear-gradient(to right, #000 50%, #fff 50%), linear-gradient(to bottom, #000 50%, #fff 50%);
  background-blend-mode: normal, difference, normal;
  background-size: 1.5em 1.5em;
  max-height: 20rem;
  width: auto; }

article.node--type-digital-asset.node--view-mode-full .field--name-field-media-document,
article.node--type-digital-asset.node--view-mode-full .field--name-body,
article.node--type-digital-asset.node--view-mode-full .field--name-field-digital-asset-keywords,
article.node--type-digital-asset.node--view-mode-full .field--name-field-dams-thumbnail {
  margin: 0 0 2rem; }

article.node--type-digital-asset.node--view-mode-full .field--name-field-dams-thumbnail,
article.node--type-digital-asset.node--view-mode-full .field--name-field-media-image {
  text-align: center; }

article.node--type-digital-asset.node--view-mode-full fieldset {
  position: relative;
  display: inline-block;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0.625rem 0 0.625rem;
  margin: 0 0 2rem;
  padding: 1rem;
  box-sizing: content-box;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
  @media (min-width: 576px) {
    article.node--type-digital-asset.node--view-mode-full fieldset {
      flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    article.node--type-digital-asset.node--view-mode-full fieldset {
      padding: 1.5rem; } }
  article.node--type-digital-asset.node--view-mode-full fieldset div.field {
    width: auto;
    float: left;
    margin-right: 3rem; }

div.form-item-category a,
div.form-item-collection a {
  text-decoration: none; }

div.form-item-category .bef-link--selected,
div.form-item-collection .bef-link--selected {
  background-color: #d5d5d5;
  color: #000;
  padding: 0 0.25rem; }

div.form-item-category .form-select,
div.form-item-collection .form-select {
  --bs-form-select-bg-img: none; }

/* Digital Asset Collection */
body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section-DISABLE {
  position: relative;
  display: inline-block;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0.625rem 0 0.625rem;
  margin: 0 0 2rem;
  padding: 1rem;
  box-sizing: content-box;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }

body.page-node-type-digital-asset-collection h1.page-title, body.page-node-type-digital-asset-collection .page-title.h1 {
  margin: 0 0 -3.25rem;
  font-size: 1.25rem; }

body.page-node-type-digital-asset-collection div.field--name-body {
  margin: 0 0 2rem; }

body.page-node-type-digital-asset-collection #collection-container {
  padding-bottom: 4rem;
  border-top: 1px solid #b5c8d7;
  display: flex;
  width: 100%; }
  body.page-node-type-digital-asset-collection #collection-container #section-container {
    border-left: 1px solid #b5c8d7;
    border-bottom: 1px solid #b5c8d7;
    flex: 1;
    background: #f0f4f7;
    padding: 1.5rem 0.75rem 0.75rem;
    overflow: visible; }
  body.page-node-type-digital-asset-collection #collection-container #preview-container {
    border-right: 1px solid #b5c8d7;
    border-bottom: 1px solid #b5c8d7;
    flex: 4;
    background: #f0f4f7;
    position: relative; }
    @media (min-width: 1200px) {
      body.page-node-type-digital-asset-collection #collection-container #preview-container {
        flex: 7; } }
    body.page-node-type-digital-asset-collection #collection-container #preview-container #splash-image {
      padding: 3rem 4rem;
      text-align: center; }
    body.page-node-type-digital-asset-collection #collection-container #preview-container #iframe-spinner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      background: rgba(100, 100, 100, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10; }
    body.page-node-type-digital-asset-collection #collection-container #preview-container #iframe-download-notice {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
      font-size: 2rem; }

body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section {
  margin: 0 0 1.75rem; }
  body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section .field--name-field-collection-section-assets .field__item {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    background-color: #fff;
    border: 1px solid #d6d8da;
    border-bottom: 0;
    padding: 0.25rem; }
    body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section .field--name-field-collection-section-assets .field__item.field__item__last {
      border: 1px solid #d6d8da; }
    body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section .field--name-field-collection-section-assets .field__item.selected {
      background-color: #eee; }
    body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section .field--name-field-collection-section-assets .field__item a {
      text-decoration: none;
      font-size: 0.875rem; }
    body.page-node-type-digital-asset-collection .paragraph--type--digital-asset-collection-section .field--name-field-collection-section-assets .field__item .asset-icon {
      flex-shrink: 0; }

body.page-node-type-digital-asset-collection div.field--name-field-da-section-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem; }

body.page-node-type-digital-asset-collection #viewport-mode-toggle {
  cursor: pointer;
  float: right;
  margin-right: -2.1%; }
  body.page-node-type-digital-asset-collection #viewport-mode-toggle #viewport-mode-text {
    font-size: 1.25rem;
    color: #005487;
    /*font-family: Arial, Helvetica, sans-serif;*/
    display: inline-block;
    transform: scaleX(0.8);
    transform-origin: left; }

.container-wide {
  margin: 0 2rem; }

.footer-wrapper {
  background: #003453;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .footer-wrapper {
      padding: 3rem 0 1.5rem; } }
  .footer-wrapper .text-formatted {
    text-align: center; }
    @media (min-width: 992px) {
      .footer-wrapper .text-formatted {
        text-align: left; } }
    .footer-wrapper .text-formatted a {
      color: #fff; }
    .footer-wrapper .text-formatted p:last-child {
      margin-bottom: 0; }

.footer-logo-wrapper {
  margin: 1.5rem 0; }
  @media (min-width: 992px) {
    .footer-logo-wrapper {
      margin: 0.625rem 0 0 0; } }
  .footer-logo-wrapper img {
    width: 14rem; }
    @media (min-width: 992px) {
      .footer-logo-wrapper img {
        width: 12.5rem; } }
    @media (min-width: 1200px) {
      .footer-logo-wrapper img {
        width: 17rem; } }

.footer-section-wrapper {
  width: 100%; }
  @media (min-width: 992px) {
    .footer-section-wrapper.col-3 {
      width: 25%; }
      .footer-section-wrapper.col-3.footer-three-wrapper {
        width: 20%; }
      .footer-section-wrapper.col-3.footer-four-wrapper {
        width: 30%; }
    .footer-section-wrapper.col-4 {
      width: 33.33333333%; } }

.footer-columns-wrapper {
  row-gap: 1.5rem; }

.footer-one-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-one-wrapper {
      text-align: left; } }

.social-media-links--platforms {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  list-style: none; }
  @media (min-width: 992px) {
    .social-media-links--platforms {
      justify-content: flex-start; } }
  .social-media-links--platforms li {
    padding: 0 1rem 0 0; }
    .social-media-links--platforms li:last-child {
      padding: 0; }
  .social-media-links--platforms a {
    text-decoration: none;
    font-size: 0;
    display: inline-block;
    vertical-align: top; }
    .social-media-links--platforms a span {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      line-height: 0; }
      .social-media-links--platforms a span::before {
        font-size: 1.75rem;
        line-height: 1.75rem;
        color: #fff; }
        .bs-text-dark-blue .social-media-links--platforms a span::before {
          color: #003453; }
    .social-media-links--platforms a:hover {
      text-decoration: none;
      opacity: 0.8; }

.footer-two-wrapper .region-footer-two {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  height: 100%;
  justify-content: space-evenly;
  position: relative; }
  @media (max-width: 991.98px) {
    .footer-two-wrapper .region-footer-two {
      align-items: center; } }
  @media (min-width: 992px) {
    .footer-two-wrapper .region-footer-two {
      flex-direction: column;
      justify-content: space-between; } }

.trustpilot-widget-review-mini-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin: 0; }
  @media (min-width: 992px) {
    .trustpilot-widget-review-mini-wrapper {
      text-align: left;
      width: auto; } }
  .trustpilot-widget-review-mini-wrapper iframe {
    height: 5.625rem !important;
    width: 8.125rem !important; }
    @media (min-width: 992px) {
      .trustpilot-widget-review-mini-wrapper iframe {
        height: 5.625rem !important;
        width: 8.75rem !important; } }

@media (min-width: 992px) {
  .footer-three-wrapper {
    border-top: 0;
    margin-top: 0; } }

.footer-three-wrapper .region {
  border-top: 0.0625rem solid #fff;
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .footer-three-wrapper .region {
      border-top: 0;
      padding-top: 0; } }

.footer-four-wrapper .block + .block {
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .footer-four-wrapper .block + .block {
      margin-top: 1rem; } }

.footer-bottom-wrapper {
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-bottom-wrapper {
      margin: 1.5rem 0 0;
      border-top: 0;
      padding-top: 0;
      text-align: left; } }
  .footer-bottom-wrapper .region {
    border-top: 0.0625rem solid #fff;
    padding-top: 1rem; }
    @media (min-width: 992px) {
      .footer-bottom-wrapper .region {
        border-top: 0;
        padding-top: 0; } }

.full-image-ping-pong .ping-pong-quicklink-wrapper {
  right: auto;
  left: 5%; }
  .full-image-ping-pong .ping-pong-quicklink-wrapper.reversed {
    right: 5%;
    left: auto; }

.slick-slider img {
  width: 100%;
  height: auto; }

.slick-slider .slick-track {
  display: flex; }

.slick-slider .slick-slide {
  height: auto; }

.slick-slider .field--name-field-media-oembed-video {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.slick-slider.slider-nav {
  margin: 1.5rem 1.5rem 0; }
  .slick-slider.slider-nav img {
    box-sizing: border-box;
    padding: 0.375rem; }
    @media (min-width: 992px) {
      .slick-slider.slider-nav img {
        padding: 0.75rem; } }
  .slick-slider.slider-nav .slick-slide {
    margin: 0 0.3125rem; }
    .slick-slider.slider-nav .slick-slide:hover img, .slick-slider.slider-nav .slick-slide.is-active img {
      border: 0.0625rem solid #40b4e5; }
  .slick-slider.slider-nav .slick-slide-video-thumbnail {
    position: relative; }
    .slick-slider.slider-nav .slick-slide-video-thumbnail::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e942';
      color: #003453;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 1;
      font-size: 1.25rem;
      padding: 0.625rem;
      border-radius: 50%; }

.slick-prev,
.slick-next {
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 0; }

.slick-prev {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  z-index: 2;
  transform: translateY(-50%); }
  .slick-prev::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e93a';
    color: #7ba03b;
    font-size: 1.75rem; }

.slick-next {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  z-index: 2;
  transform: translateY(-50%); }
  .slick-next::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e93d';
    color: #7ba03b;
    font-size: 1.75rem; }

.header-top-wrapper {
  background: rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 5; }

header.header-wrapper {
  color: #171717;
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-weight: 600;
  vertical-align: top;
  width: 100%;
  z-index: 50; }
  body.scroll-on-top:not(.navbar-opened) header.header-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(11, 11, 11, 0) 100%); }
    @media (min-width: 992px) {
      body.scroll-on-top:not(.navbar-opened) header.header-wrapper {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(11, 11, 11, 0.3) 100%); } }
  header.header-wrapper.sticky-mode {
    position: relative; }
    @media (max-width: 991.98px) {
      body:not(.scroll-on-top) header.header-wrapper.sticky-mode {
        box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); } }
    body:not(.disable-sticky-header) header.header-wrapper.sticky-mode {
      position: sticky;
      top: 0; }
    body.toolbar-horizontal:not(.disable-sticky-header) header.header-wrapper.sticky-mode {
      top: 4.9375rem; }
    body.toolbar-vertical:not(.disable-sticky-header) header.header-wrapper.sticky-mode {
      top: 2.4375rem; }

.navbar-wrapper {
  background-color: transparent;
  transition: background-color .7s, ease-in-out .3s; }
  @media (max-width: 991.98px) {
    .navbar-wrapper {
      padding-bottom: 0.40625rem;
      padding-top: 0.40625rem;
      position: relative;
      overflow: hidden; } }
  body.scroll-on-top.navbar-opened .navbar-wrapper {
    background-color: #fff;
    box-shadow: 0 1.5rem 1rem rgba(23, 23, 23, 0.075); }
  body:not(.scroll-on-top) .navbar-wrapper {
    background-color: #fff;
    box-shadow: 0 1.5rem 1rem rgba(23, 23, 23, 0.075); }
  .navbar-wrapper::before {
    background-color: transparent;
    content: '';
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .7s, ease-in-out .3s;
    height: 3.375rem;
    z-index: 5; }
    @media (max-width: 991.98px) {
      body:not(.scroll-on-top) .navbar-wrapper::before {
        background-color: #fff;
        opacity: 1; } }

.navbar-brand {
  z-index: 10; }
  a:hover.navbar-brand {
    text-decoration: none; }
  body.scroll-on-top:not(.navbar-opened) .navbar-brand svg polyline,
  body.scroll-on-top:not(.navbar-opened) .navbar-brand svg polygon,
  body.scroll-on-top:not(.navbar-opened) .navbar-brand svg circle,
  body.scroll-on-top:not(.navbar-opened) .navbar-brand svg path {
    fill: #fff;
    transition: color 0.3s; }
  .navbar-brand img,
  .navbar-brand svg {
    width: auto;
    height: 1.75rem; }
    @media (min-width: 992px) {
      .navbar-brand img,
      .navbar-brand svg {
        height: 3.25rem; } }
  .navbar-brand svg polyline,
  .navbar-brand svg polygon,
  .navbar-brand svg circle,
  .navbar-brand svg path {
    fill: #003453;
    transition: color 0.3s; }
  .navbar-brand #holiday-ornament {
    height: 5.0625rem;
    margin-top: -0.6875rem; }
    @media (max-width: 991.98px) {
      .navbar-brand #holiday-ornament {
        height: 3rem; } }

.navbar {
  padding: 0; }

.navbar-toggler {
  padding: 0;
  border: 0;
  z-index: 10; }
  body.scroll-on-top:not(.navbar-opened) .navbar-toggler .navbar-toggler-icon::before {
    color: #fff; }
  body.scroll-on-top:not(.navbar-opened) .navbar-toggler.collapsed .navbar-toggler-icon::before {
    color: #fff; }
  .navbar-toggler .navbar-toggler-icon {
    background: transparent;
    width: 1.5rem;
    height: 1.25rem; }
    .navbar-toggler .navbar-toggler-icon::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e936';
      color: #005487; }
  .navbar-toggler:focus, .navbar-toggler:focus-within, .navbar-toggler:focus-visible {
    outline: none;
    border: 0;
    box-shadow: none; }
  .navbar-toggler.collapsed .navbar-toggler-icon::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e934';
    color: #005487; }

.region-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 991.98px) {
    .region-navigation {
      padding-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .region-navigation {
      padding-top: 0.5rem; } }
  .region-navigation .block-block-content.contextual-region {
    position: initial; }
  .region-navigation .distributors-link {
    color: #171717;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-decoration: none;
    margin: 0;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    padding: 0 1rem 0 0;
    position: absolute;
    bottom: 1rem;
    left: 0; }
    @media (min-width: 992px) {
      .region-navigation .distributors-link {
        position: initial;
        bottom: inherit;
        left: inherit;
        margin: 0 1rem;
        border-right: 0.0625rem solid #171717; } }
    body.scroll-on-top:not(.navbar-opened) .region-navigation .distributors-link {
      color: #fff; }
      @media (min-width: 992px) {
        body.scroll-on-top:not(.navbar-opened) .region-navigation .distributors-link {
          border-right: 0.0625rem solid #fff; } }
      body.scroll-on-top:not(.navbar-opened) .region-navigation .distributors-link::before {
        color: #fff; }
    .region-navigation .distributors-link::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e938';
      color: #171717;
      margin: 0 0.5rem 0 0;
      font-size: 1.625rem;
      line-height: 1.875rem;
      text-decoration: none; }
    .region-navigation .distributors-link:hover {
      opacity: 0.8; }
  .region-navigation .block-views-exposed-filter-blockglobal-search-global-search,
  .region-navigation .block-views-exposed-filter-blocksearch-products-header-search {
    position: relative; }
    @media (max-width: 991.98px) {
      .region-navigation .block-views-exposed-filter-blockglobal-search-global-search,
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search {
        display: flex;
        flex-direction: column;
        flex: 1; } }
    body.scroll-on-top:not(.navbar-opened) .region-navigation .block-views-exposed-filter-blockglobal-search-global-search, body.scroll-on-top:not(.navbar-opened)
    .region-navigation .block-views-exposed-filter-blocksearch-products-header-search {
      color: #fff; }
    .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-item,
    .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-item {
      float: none;
      margin-right: 0; }
      .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-item label,
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-item label {
        display: none; }
    .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text,
    .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text {
      border: 0;
      border-bottom: 0.0625rem solid #fff;
      border-radius: 0;
      background: transparent;
      color: #171717;
      font-size: 1.125rem;
      line-height: 1.5rem;
      /*font-family: "DM Sans", sans-serif;*/
      font-weight: 400;
      text-decoration: none;
      padding: 0.125rem 1.875rem 0.1875rem 0;
      max-width: 12.5rem;
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      -webkit-appearance: none; }
      @media (min-width: 992px) {
        .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text,
        .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text {
          max-width: 6.25rem;
          border-bottom: 0.0625rem solid transparent; } }
      body.scroll-on-top:not(.navbar-opened) .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text, body.scroll-on-top:not(.navbar-opened)
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text {
        color: #fff;
        border-bottom: 0.0625rem solid #fff; }
        @media (min-width: 992px) {
          body.scroll-on-top:not(.navbar-opened) .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text, body.scroll-on-top:not(.navbar-opened)
          .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text {
            border-bottom: 0.0625rem solid transparent; } }
        body.scroll-on-top:not(.navbar-opened) .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text::placeholder, body.scroll-on-top:not(.navbar-opened)
        .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text::placeholder {
          color: #fff; }
        body.scroll-on-top:not(.navbar-opened) .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text:focus, body.scroll-on-top:not(.navbar-opened)
        .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text:focus {
          border-bottom: 0.0625rem solid #fff; }
      .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text:focus-visible,
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text:focus-visible {
        outline: none;
        border-radius: 0;
        border: 0; }
      .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text:focus,
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text:focus {
        border-bottom: 0.0625rem solid #171717;
        max-width: 12.5rem;
        outline: none;
        transition: max-width .7s; }
      .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-text::placeholder,
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-text::placeholder {
        color: #171717;
        opacity: 1;
        /*font-family: "DM Sans", sans-serif;*/
        font-weight: 400; }
    .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-submit,
    .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-submit {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESite search%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-268.000000  -6527.000000)' stroke='%23003453' stroke-width='1.72071921'%3E%3Cg id='ICON_Search' transform='translate(268.000000  6527.000000)'%3E%3Ccircle id='Oval' cx='10' cy='10' r='9.1396404'%3E%3C/circle%3E%3Cline x1='16' y1='16' x2='23.9487847' y2='23.4496528' id='Path-4'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: contain;
      border: 0;
      height: 1.375rem;
      line-height: 1.5rem;
      min-height: 0;
      position: absolute;
      right: 0;
      padding: 0;
      text-indent: -624.9375rem;
      top: 0.3125rem;
      width: 1.375rem;
      z-index: 10; }
      @media (min-width: 992px) {
        .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-submit,
        .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-submit {
          top: 0.125rem; } }
      body.scroll-on-top:not(.navbar-opened) .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-submit, body.scroll-on-top:not(.navbar-opened)
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-submit {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESite search%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-268.000000  -6527.000000)' stroke='%23fff' stroke-width='1.72071921'%3E%3Cg id='ICON_Search' transform='translate(268.000000  6527.000000)'%3E%3Ccircle id='Oval' cx='10' cy='10' r='9.1396404'%3E%3C/circle%3E%3Cline x1='16' y1='16' x2='23.9487847' y2='23.4496528' id='Path-4'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .region-navigation .block-views-exposed-filter-blockglobal-search-global-search .form-submit:hover,
      .region-navigation .block-views-exposed-filter-blocksearch-products-header-search .form-submit:hover {
        opacity: 0.8; }

.cart-trolley-wrapper,
.cart-trolley-wrapper-mobile {
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 0 0 0 1rem;
  position: relative; }
  body.scroll-on-top:not(.navbar-opened) .cart-trolley-wrapper::before, body.scroll-on-top:not(.navbar-opened)
  .cart-trolley-wrapper-mobile::before {
    border-left: 0.0625rem solid #fff; }
  body.scroll-on-top:not(.navbar-opened) .cart-trolley-wrapper .icon-cart-trolley::before, body.scroll-on-top:not(.navbar-opened)
  .cart-trolley-wrapper-mobile .icon-cart-trolley::before {
    color: #fff; }
  @media (max-width: 991.98px) {
    .cart-trolley-wrapper:not(.cart-trolley-wrapper-mobile),
    .cart-trolley-wrapper-mobile:not(.cart-trolley-wrapper-mobile) {
      display: none; } }
  .cart-trolley-wrapper:not(.cart-trolley-wrapper-mobile)::before,
  .cart-trolley-wrapper-mobile:not(.cart-trolley-wrapper-mobile)::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 0.0625rem solid #171717; }
  .cart-trolley-wrapper .cart-trolley-link,
  .cart-trolley-wrapper .cart-trolley-link-mobile,
  .cart-trolley-wrapper-mobile .cart-trolley-link,
  .cart-trolley-wrapper-mobile .cart-trolley-link-mobile {
    text-decoration: none;
    display: inline-block;
    position: relative; }
    .cart-trolley-wrapper .cart-trolley-link.cart-trolley-empty,
    .cart-trolley-wrapper .cart-trolley-link-mobile.cart-trolley-empty,
    .cart-trolley-wrapper-mobile .cart-trolley-link.cart-trolley-empty,
    .cart-trolley-wrapper-mobile .cart-trolley-link-mobile.cart-trolley-empty {
      cursor: initial; }
    .cart-trolley-wrapper .cart-trolley-link::after,
    .cart-trolley-wrapper .cart-trolley-link-mobile::after,
    .cart-trolley-wrapper-mobile .cart-trolley-link::after,
    .cart-trolley-wrapper-mobile .cart-trolley-link-mobile::after {
      content: '';
      position: absolute;
      top: -0.5rem;
      left: 0;
      right: -1rem;
      bottom: -0.5rem; }
    .cart-trolley-wrapper .cart-trolley-link:not(.collapsed)::after,
    .cart-trolley-wrapper .cart-trolley-link-mobile:not(.collapsed)::after,
    .cart-trolley-wrapper-mobile .cart-trolley-link:not(.collapsed)::after,
    .cart-trolley-wrapper-mobile .cart-trolley-link-mobile:not(.collapsed)::after {
      bottom: -2rem; }
  .cart-trolley-wrapper .icon-cart-trolley::before,
  .cart-trolley-wrapper-mobile .icon-cart-trolley::before {
    font-size: 1.625rem;
    line-height: 1.875rem; }
  .cart-trolley-wrapper .cart-trolley-total-items,
  .cart-trolley-wrapper-mobile .cart-trolley-total-items {
    background: #7ba03b;
    border-radius: 1.5625rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    height: 1rem;
    line-height: 1rem;
    max-width: 2.5rem;
    min-width: 1rem;
    padding: 0 0.1875rem;
    position: absolute;
    right: -0.3125rem;
    text-align: center;
    top: -0.3125rem; }

.cart-trolley-wrapper-mobile {
  margin: 0.15rem 0 0;
  z-index: 10;
  margin: 0.15rem 0 0 13rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .cart-trolley-wrapper-mobile {
      margin: 0.15rem 0 0 30rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .cart-trolley-wrapper-mobile {
      margin: 0.15rem 0 0 18.75rem; } }
  @media (max-width: 575.98px) {
    .cart-trolley-wrapper-mobile {
      position: absolute;
      right: 2.5rem;
      top: 0.25rem; } }
  @media (min-width: 992px) {
    .cart-trolley-wrapper-mobile {
      display: none; } }
  .cart-trolley-wrapper-mobile:focus, .cart-trolley-wrapper-mobile:focus-within, .cart-trolley-wrapper-mobile:focus-visible {
    outline: none;
    border: 0;
    box-shadow: none; }
  .cart-trolley-wrapper-mobile .cart-trolley-total-items {
    display: none; }

.cart-trolley-window {
  background: #fff;
  border-radius: 0 0.75rem 0 0.75rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  max-height: 31.25rem;
  padding-top: 0.75rem;
  position: absolute;
  right: -1.5rem;
  top: 3.4375rem;
  width: 32.1875rem;
  z-index: 1010; }
  .cart-trolley-window .cart-link {
    margin-bottom: 1rem; }
    .cart-trolley-window .cart-link .button {
      padding: 0.3125rem 1.25rem;
      min-height: 0; }
  .cart-trolley-window:empty {
    display: none; }
  .cart-trolley-window .cart-trolley-window__content__total, .cart-trolley-window .cart-trolley-list-item {
    border-bottom: 0.0625rem solid transparent;
    position: relative; }
    .cart-trolley-window .cart-trolley-window__content__total::after, .cart-trolley-window .cart-trolley-list-item::after {
      background-color: #40b4e5;
      bottom: 0;
      content: '';
      height: 0.0625rem;
      left: 0.75rem;
      position: absolute;
      right: 0.75rem; }
  .cart-trolley-window::before {
    background-color: #fff;
    content: '';
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    height: 1.5rem;
    right: 1.125rem;
    position: absolute;
    top: 0;
    transition: .25s all;
    width: 2.25rem; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .cart-trolley-window::before {
        right: 1.5rem; } }
    .show.cart-trolley-window::before {
      top: -1.25rem; }
  .cart-trolley-window__content {
    max-height: 30.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.75rem 1.5rem; }
    .cart-trolley-window__content::-webkit-scrollbar {
      border-radius: 1.25rem;
      width: 0.625rem; }
    .cart-trolley-window__content::-webkit-scrollbar-track {
      background: #f3f3f3; }
    .cart-trolley-window__content::-webkit-scrollbar-thumb {
      background-color: #d5d5d5;
      border-radius: 20px;
      border: 0.125rem solid #f4f4f4; }
    .cart-trolley-window__content__extra {
      background-color: #f3f3f3;
      margin-top: -0.125rem;
      padding: 1.5rem;
      position: relative;
      text-align: center;
      z-index: 5; }
      .cart-trolley-window__content__extra a {
        color: #2e3030;
        text-decoration: none; }
    .cart-trolley-window__content__total {
      padding-bottom: 0.75rem;
      padding-top: 0.75rem; }
      body.z-hide-price .cart-trolley-window__content__total {
        display: none; }
      .cart-trolley-window__content__total__label {
        font-size: 1.125rem;
        font-weight: 400; }
      .cart-trolley-window__content__total__amount {
        color: #005487;
        font-size: 1.5rem; }
    .cart-trolley-window__content__footer {
      padding-top: 1.5rem; }
  .cart-trolley-window .cart-trolley-list-item {
    padding-bottom: 0.75rem; }
    .cart-trolley-window .cart-trolley-list-item:not(:first-child) {
      padding-top: 0.75rem; }
    .cart-trolley-window .cart-trolley-list-item__info a {
      color: #005487;
      font-weight: 700;
      text-decoration: none; }
    .cart-trolley-window .cart-trolley-list-item__info .model {
      font-size: 0.875rem;
      font-weight: 400; }
    .cart-trolley-window .cart-trolley-list-item__info__title {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y);
      flex: 0 0 auto;
      width: 66.66667%; }
      body.z-hide-price .cart-trolley-window .cart-trolley-list-item__info__title {
        flex: 0 0 auto;
        width: 100%; }
      .cart-trolley-window .cart-trolley-list-item__info__title .title {
        font-size: 0.9375rem;
        line-height: 1.125rem; }
      .cart-trolley-window .cart-trolley-list-item__info__title .service-plan-info {
        font-size: 0.875rem;
        font-weight: 400; }
        .cart-trolley-window .cart-trolley-list-item__info__title .service-plan-info .z-product-price {
          font-weight: 700; }
    .cart-trolley-window .cart-trolley-list-item__info__cart {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y);
      flex: 0 0 auto;
      width: 33.33333%; }
      body.z-hide-price .cart-trolley-window .cart-trolley-list-item__info__cart {
        display: none; }
      .cart-trolley-window .cart-trolley-list-item__info__cart .quantity {
        font-weight: 400; }
    .cart-trolley-window .cart-trolley-list-item__image a,
    .cart-trolley-window .cart-trolley-list-item__image img {
      display: block; }

@keyframes mobile-menu-fade {
  0% {
    opacity: 0; }
  35% {
    opacity: 0; }
  100% {
    opacity: 100; } }

.hero-banner {
  margin-bottom: 1.5rem; }
  @media screen {
    .hero-banner {
      margin-top: -5.3125rem; } }
  @media screen and (min-width: 576px) {
    .hero-banner {
      margin-top: -6rem; } }
  @media screen and (min-width: 992px) {
    .hero-banner {
      margin-top: -8.4375rem; } }

.hero-banner-blue-wrapper {
  background: #003453;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  vertical-align: top;
  width: 100%; }
  @media screen {
    .hero-banner-blue-wrapper {
      min-height: 29.1875rem; } }
  .hero-banner-blue-wrapper a {
    color: #fff; }
    .hero-banner-blue-wrapper a:hover {
      color: #b2d7e6; }
  .hero-banner-blue-wrapper h1, .hero-banner-blue-wrapper .h1,
  .hero-banner-blue-wrapper .h1,
  .hero-banner-blue-wrapper h2,
  .hero-banner-blue-wrapper .h2,
  .hero-banner-blue-wrapper .h2 {
    color: #fff; }
  .hero-banner-blue-wrapper h1, .hero-banner-blue-wrapper .h1,
  .hero-banner-blue-wrapper .h1 {
    font-size: 3.375rem;
    line-height: 4rem; }
    @media screen {
      .hero-banner-blue-wrapper h1, .hero-banner-blue-wrapper .h1,
      .hero-banner-blue-wrapper .h1 {
        position: relative;
        padding: 1.5rem 0 0;
        margin: 0 0 1.5rem; }
        .hero-banner-blue-wrapper h1::before, .hero-banner-blue-wrapper .h1::before,
        .hero-banner-blue-wrapper .h1::before {
          content: ' ';
          position: absolute;
          top: 0;
          left: 0;
          width: 4.375rem;
          height: 0.125rem;
          border-top: 0.1875rem solid #40b4e5; }
        .hero-banner-blue-wrapper h1::before, .hero-banner-blue-wrapper .h1::before,
        .hero-banner-blue-wrapper .h1::before {
          width: 4.375rem; } }
    @media screen and (min-width: 992px) {
      .hero-banner-blue-wrapper h1::before, .hero-banner-blue-wrapper .h1::before,
      .hero-banner-blue-wrapper .h1::before {
        width: 6.25rem; } }
  
  .hero-banner-blue-wrapper h2,
  .hero-banner-blue-wrapper .h2,
  .hero-banner-blue-wrapper .h2 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.875rem;
    padding: 0; }
    .hero-banner-blue-wrapper h2::before, .hero-banner-blue-wrapper .h2::before,
    .hero-banner-blue-wrapper .h2::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 0; }
  .hero-banner-blue-wrapper::after {
    content: ' ';
    background: url("../images/content-border-bottom--model-01.svg") left bottom no-repeat transparent;
    background-size: 100% 100%;
    bottom: 0;
    height: 1.875rem;
    left: 0;
    position: absolute;
    width: 100%; }
  .hero-banner-blue-wrapper .hero-banner-wrapper-content {
    position: relative; }
    @media screen {
      .hero-banner-blue-wrapper .hero-banner-wrapper-content {
        padding-bottom: 3rem;
        padding-top: 11.4375rem; } }
    .hero-banner-blue-wrapper .hero-banner-wrapper-content .summary {
      font-size: 1.25rem;
      line-height: 1.625rem;
      max-width: 43.75rem; }
    .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link {
      margin: 1.5rem 0 0; }
    .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link {
      background: transparent;
      border-color: #fff;
      color: #fff; }
      .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-link:hover {
        background-color: transparent;
        border-color: #fff; }
    .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download {
      padding: 0.625rem 1.0625rem;
      background: transparent;
      border-color: #fff;
      color: #fff; }
      @media (min-width: 992px) {
        .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download {
          padding: 0.625rem 1.96875rem; } }
      .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download::after {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e921';
        color: #fff;
        font-size: 1.25rem;
        display: inline-block;
        vertical-align: middle;
        margin: -0.125rem 0 0.125rem 0.8125rem; }
        @media (hover: hover) and (pointer: fine) {
          .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download::after {
            display: none; } }
      .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover {
        opacity: 0.9;
        padding: 0.625rem 1.0625rem; }
        @media (min-width: 992px) {
          .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover {
            opacity: 1; } }
        .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover::after {
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e921';
          color: #fff; }
          @media (hover: hover) and (pointer: fine) {
            .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover::after {
              display: inline-block; } }
      .hero-banner-blue-wrapper .hero-banner-wrapper-content .hero-banner-link-type-download:hover {
        background-color: transparent;
        border-color: #fff; }
    .hero-banner-blue-wrapper .hero-banner-wrapper-content .video-player {
      margin-top: 1.5rem; }
  .hero-banner-blue-wrapper.hero-banner-type-media-image, .hero-banner-blue-wrapper.hero-banner-type-media-video {
    padding: 0;
    position: relative;
    width: 100%; }
    .hero-banner-blue-wrapper.hero-banner-type-media-image .hero-banner-media-wrapper, .hero-banner-blue-wrapper.hero-banner-type-media-video .hero-banner-media-wrapper {
      display: inline-block;
      height: 100%;
      left: 50%;
      overflow: hidden;
      position: absolute;
      vertical-align: top;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 100%; }
      .hero-banner-blue-wrapper.hero-banner-type-media-image .hero-banner-media-wrapper::before, .hero-banner-blue-wrapper.hero-banner-type-media-video .hero-banner-media-wrapper::before {
        background: linear-gradient(90deg, rgba(41, 41, 41, 0.4) 0%, rgba(41, 41, 41, 0.4) 100%);
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5; }
    .hero-banner-blue-wrapper.hero-banner-type-media-image .media, .hero-banner-blue-wrapper.hero-banner-type-media-video .media {
      height: 100%;
      position: inherit;
      width: 100%; }
      .hero-banner-blue-wrapper.hero-banner-type-media-image .media > .field, .hero-banner-blue-wrapper.hero-banner-type-media-video .media > .field {
        height: 100%;
        width: 100%; }
        .hero-banner-blue-wrapper.hero-banner-type-media-image .media > .field video,
        .hero-banner-blue-wrapper.hero-banner-type-media-image .media > .field img, .hero-banner-blue-wrapper.hero-banner-type-media-video .media > .field video,
        .hero-banner-blue-wrapper.hero-banner-type-media-video .media > .field img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .hero-banner-blue-wrapper.hero-banner-type-media-image::after, .hero-banner-blue-wrapper.hero-banner-type-media-video::after {
      background-image: url("../images/content-border-bottom--model-02.svg");
      bottom: -0.0625rem; }
  .hero-banner-blue-wrapper.hero-banner-size-medium {
    min-height: 33.25rem; }
  .hero-banner-blue-wrapper.hero-banner-size-large {
    min-height: 37.5rem; }
  body.path-user .hero-banner-blue-wrapper {
    min-height: 0; }

.hero-banner-hidden {
  background: #003453; }
  @media screen {
    .hero-banner-hidden {
      min-height: 5.3125rem; } }
  @media screen and (min-width: 576px) {
    .hero-banner-hidden {
      min-height: 6rem; } }
  @media screen and (min-width: 992px) {
    .hero-banner-hidden {
      min-height: 8.4375rem; } }

.horizontal-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0.625rem 0 0.625rem;
  margin: 0 0 2rem;
  padding: 1rem;
  box-sizing: content-box;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
  @media (min-width: 576px) {
    .horizontal-card-wrapper {
      flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .horizontal-card-wrapper {
      padding: 1.5rem; } }

.horizontal-card-image-wrapper {
  flex-basis: 100%;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center; }
  @media (min-width: 576px) {
    .horizontal-card-image-wrapper {
      flex-basis: 9.375rem; } }
  @media (min-width: 992px) {
    .horizontal-card-image-wrapper {
      flex-basis: 12.5rem; } }
  .horizontal-card-image-wrapper img {
    width: 100%;
    height: auto;
    margin: 0 0 1.5rem;
    max-width: 13.75rem;
    max-height: 13.75rem;
    object-fit: contain; }
    @media (min-width: 576px) {
      .horizontal-card-image-wrapper img {
        margin: 0;
        max-width: none;
        max-height: none;
        object-fit: inherit; } }

.horizontal-card-info-wrapper {
  flex-basis: 100%;
  width: 100%; }
  @media (min-width: 576px) {
    .horizontal-card-info-wrapper {
      flex-basis: calc(100% - 170px); } }
  @media (min-width: 992px) {
    .horizontal-card-info-wrapper {
      flex-basis: calc(100% - 230px); } }

.horizontal-card-item-title {
  color: #171717;
  font-size: 1.125rem;
  line-height: 1.375rem;
  /*font-family: "DM Sans", sans-serif;*/
  margin: 0 0 0.5rem;
  padding: 0; }
  .horizontal-card-item-title a {
    color: #40b4e5;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    text-decoration: none; }
    .horizontal-card-item-title a:hover {
      color: #40b4e5;
      font-weight: 700;
      opacity: 0.8;
      text-decoration: none; }
  .horizontal-card-item-title::before {
    display: none; }

@media (max-width: 991.98px) {
  .interactive-info-wrapper .interactive-info {
    display: flex;
    flex-direction: column;
    row-gap: 1.125rem; } }

@media (min-width: 992px) {
  .interactive-info-wrapper .interactive-info {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 4.0625rem));
    grid-column-gap: 8.125rem; } }

.interactive-info-wrapper .interactive-info-title {
  padding-top: 0;
  margin-bottom: 1.3125rem;
  line-height: 2.75rem; }
  @media (max-width: 991.98px) {
    .interactive-info-wrapper .interactive-info-title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  .interactive-info-wrapper .interactive-info-title::before {
    display: none; }

.interactive-info-wrapper .interactive-info-description {
  margin-bottom: 1.3125rem; }
  .interactive-info-wrapper .interactive-info-description h3, .interactive-info-wrapper .interactive-info-description .h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem; }

@media (max-width: 991.98px) {
  .interactive-info-wrapper .slider-nav-wrapper {
    position: relative;
    order: 2; } }

@media (min-width: 992px) {
  .interactive-info-wrapper .slider-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.interactive-info-wrapper .slider-nav-wrapper .counter {
  bottom: 0;
  color: #40b4e5;
  flex: 0 0 3.125rem;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125rem; }

.interactive-info-wrapper .slider-nav {
  margin: 0; }
  @media (max-width: 991.98px) {
    .interactive-info-wrapper .slider-nav {
      margin-left: 3.125rem; } }
  @media (min-width: 992px) {
    .interactive-info-wrapper .slider-nav {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .interactive-info-wrapper .slider-nav .slick-list {
    height: auto !important;
    padding: 0 !important; }
  .interactive-info-wrapper .slider-nav .slick-track {
    height: auto !important; }
    @media (min-width: 992px) {
      .interactive-info-wrapper .slider-nav .slick-track {
        display: flex !important;
        flex-direction: column;
        transform: none !important; } }
  .interactive-info-wrapper .slider-nav .paragraph--view-mode--teaser {
    border: 0;
    cursor: pointer;
    font-size: 1.125rem;
    min-height: initial; }
    @media (min-width: 992px) {
      .interactive-info-wrapper .slider-nav .paragraph--view-mode--teaser {
        margin: 0.75rem 0;
        padding-left: 0.9375rem;
        position: relative; }
        .interactive-info-wrapper .slider-nav .paragraph--view-mode--teaser::before {
          background-color: #2e3030;
          bottom: 0;
          content: '';
          position: absolute;
          left: 0;
          width: 0.0625rem;
          top: 0; } }
    .interactive-info-wrapper .slider-nav .paragraph--view-mode--teaser.slick-current {
      color: #005487; }
      .interactive-info-wrapper .slider-nav .paragraph--view-mode--teaser.slick-current::before {
        background-color: #40b4e5;
        width: 0.1875rem; }
      .interactive-info-wrapper .slider-nav .paragraph--view-mode--teaser.slick-current p {
        color: #005487; }
  .interactive-info-wrapper .slider-nav .field--name-field-label {
    font-weight: 600; }

@media (max-width: 991.98px) {
  .interactive-info-wrapper .slider {
    order: 1;
    max-width: 100%; } }

@media (min-width: 992px) {
  .interactive-info-wrapper .slider {
    justify-self: center;
    max-width: 46rem; } }

@media (max-width: 575.98px) {
  .interactive-info-wrapper .slider .paragraph--view-mode--default {
    width: 17.5rem; } }

@media (min-width: 576px) {
  .interactive-info-wrapper .slider .paragraph--view-mode--default {
    width: 21.25rem; } }

@media (min-width: 768px) {
  .interactive-info-wrapper .slider .paragraph--view-mode--default {
    width: 26.25rem; } }

.interactive-info-wrapper .slider .paragraph--view-mode--default:not(.slick-current) {
  opacity: 0.45; }

.interactive-info-wrapper .slider .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.interactive-info-wrapper .slider .carousel-indicators {
  bottom: -1.5rem;
  list-style-type: none; }
  .interactive-info-wrapper .slider .carousel-indicators li.slick-active {
    background-color: #005487; }

.interactive-info-wrapper img {
  object-fit: contain;
  margin: 0 auto;
  max-height: 42.5rem;
  max-width: 24rem; }

@media (min-width: 992px) {
  .interactive-info-wrapper.small-image .slider {
    max-width: 20rem; } }

.interactive-info-wrapper.medium-image img {
  max-height: 36rem; }
  @media (min-width: 1200px) {
    .interactive-info-wrapper.medium-image img {
      max-width: 30rem; } }
  @media (min-width: 1400px) {
    .interactive-info-wrapper.medium-image img {
      max-width: 46rem; } }

@media (min-width: 992px) {
  .interactive-info-wrapper.large-image .interactive-info {
    grid-template-columns: calc(30% - 4.0625rem) calc(70% - 4.0625rem); } }

@media (min-width: 768px) {
  .interactive-info-wrapper.large-image .slider .paragraph--view-mode--default {
    width: 30rem; } }

@media (min-width: 992px) {
  .interactive-info-wrapper.large-image .slider .paragraph--view-mode--default {
    width: 96.5rem; } }

.interactive-info-wrapper.large-image img {
  max-height: 36rem; }
  @media (min-width: 768px) {
    .interactive-info-wrapper.large-image img {
      max-width: 34rem; } }
  @media (min-width: 1200px) {
    .interactive-info-wrapper.large-image img {
      max-width: 43.75rem; } }
  @media (min-width: 1400px) {
    .interactive-info-wrapper.large-image img {
      max-width: 46rem; } }

a {
  color: #003453;
  background: transparent;
  text-decoration: underline;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  text-transform: none; }
  a:hover {
    color: #005487;
    background: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none; }
  a.read-more-link {
    color: #5a762b;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1.625rem;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none; }
    @media (min-width: 992px) {
      a.read-more-link {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    a.read-more-link:hover {
      color: #5a762b;
      background: transparent;
      font-weight: 700;
      font-style: normal;
      text-decoration: underline;
      text-transform: none; }
  a.arrow-link-reset {
    text-transform: none;
    font-size: inherit; }
    a.arrow-link-reset:hover {
      text-transform: none;
      font-size: inherit; }
  a.link-always-display-icon::after {
    display: inline-block; }
  a.link-always-display-icon:hover {
    text-decoration: underline; }
  a.download-button {
    padding: 0.625rem 1.0625rem; }
    @media (min-width: 992px) {
      a.download-button {
        padding: 0.625rem 1.96875rem; } }
    a.download-button::after {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e921';
      color: #fff;
      font-size: 1.25rem;
      display: inline-block;
      vertical-align: middle;
      margin: -0.125rem 0 0.125rem 0.8125rem; }
      @media (hover: hover) and (pointer: fine) {
        a.download-button::after {
          display: none; } }
    a.download-button:hover {
      opacity: 0.9;
      padding: 0.625rem 1.0625rem; }
      @media (min-width: 992px) {
        a.download-button:hover {
          opacity: 1; } }
      a.download-button:hover::after {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e921';
        color: #fff; }
        @media (hover: hover) and (pointer: fine) {
          a.download-button:hover::after {
            display: inline-block; } }
  a.arrow-reveal {
    color: #005487;
    display: inline-block;
    font-weight: bolder;
    padding-right: 1.25rem;
    vertical-align: middle; }
    @media (min-width: 992px) {
      a.arrow-reveal::after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='18px' viewBox='0 0 27 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E741CC048-BB9C-4107-8698-4CE91BCCAEEC%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-618.000000  -6577.000000)' fill='%23005487' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(631.500000  6586.000000) rotate(-90.000000) translate(-631.500000  -6586.000000) translate(622.500000  6572.500000)'%3E%3Cpolygon id='Path' points='8.13577876 2.02637906e-12 8.13577876 23.7090151 1.22200883 16.8339594 0 18.0492774 9 27 18 18.0492774 16.7779912 16.8339594 9.86422124 23.7090151 9.86422124 2.02637906e-12'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: right center;
        background-size: auto 0.75rem;
        background-repeat: no-repeat;
        content: '';
        display: inline-block;
        height: 0.875rem;
        margin-right: -1.25rem;
        opacity: 0;
        position: relative;
        top: 0.125rem;
        transform: translateX(0.3125rem);
        transition: .25s all;
        width: 1.25rem; } }
    a.arrow-reveal:hover {
      color: #7ba03b !important;
      text-decoration: none; }
      @media (min-width: 992px) {
        a.arrow-reveal:hover::after {
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='18px' viewBox='0 0 27 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E741CC048-BB9C-4107-8698-4CE91BCCAEEC%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-618.000000  -6577.000000)' fill='%237ba03b' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(631.500000  6586.000000) rotate(-90.000000) translate(-631.500000  -6586.000000) translate(622.500000  6572.500000)'%3E%3Cpolygon id='Path' points='8.13577876 2.02637906e-12 8.13577876 23.7090151 1.22200883 16.8339594 0 18.0492774 9 27 18 18.0492774 16.7779912 16.8339594 9.86422124 23.7090151 9.86422124 2.02637906e-12'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          opacity: 1;
          transform: translateX(0.625rem);
          width: 1.25rem; } }
    a.arrow-reveal.highlight::after, a.arrow-reveal.is-active::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='18px' viewBox='0 0 27 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E741CC048-BB9C-4107-8698-4CE91BCCAEEC%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-618.000000  -6577.000000)' fill='%237ba03b' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(631.500000  6586.000000) rotate(-90.000000) translate(-631.500000  -6586.000000) translate(622.500000  6572.500000)'%3E%3Cpolygon id='Path' points='8.13577876 2.02637906e-12 8.13577876 23.7090151 1.22200883 16.8339594 0 18.0492774 9 27 18 18.0492774 16.7779912 16.8339594 9.86422124 23.7090151 9.86422124 2.02637906e-12'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      opacity: 1 !important; }
    a.arrow-reveal.is-external::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='21px' viewBox='0 0 21 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E500C7E87-1860-4D25-B7E2-ACF52FEDF396%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-411.000000  -6527.000000)' stroke='%237ba03b' stroke-width='2'%3E%3Cg id='ICON_ExternalLink_Green' transform='translate(412.412058  6528.576426)'%3E%3Cpolyline id='Path-6' points='9.12171669 4.48407674 0 4.48407674 0 18.0856317 13.8716217 18.0856317 13.8716217 9.39391931'%3E%3C/polyline%3E%3Cpolyline id='Path-7' points='9.54770731 1.13711535e-13 17.7358398 1.13711535e-13 17.7358398 8.15301456'%3E%3C/polyline%3E%3Cline x1='17.7358398' y1='0' x2='6.93581087' y2='11.2848542' id='Path-8'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: auto 1rem;
      height: 1rem;
      opacity: 1;
      top: 0; }
  a.highlight, a.arrow-reveal.is-active {
    color: #7ba03b !important;
    text-transform: uppercase; }
  a.invisible-cover-all {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -624.9375rem;
    z-index: 4; }

.modal button.close {
  position: relative;
  background-color: transparent;
  border: 0;
  height: 2rem;
  width: 2rem; }
  .modal button.close::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2rem 2rem;
    content: '';
    height: 3rem;
    left: initial;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    transition: .25s all;
    width: 3rem; }

.modal .modal-content {
  border-radius: 0 0.75rem 0 0.75rem; }

.page-node-type-product .modal .modal-header {
  border-bottom: 0;
  padding: 0.75rem; }

.modal .modal-body {
  padding: 0 2.125rem 2.125rem; }
  .modal .modal-body .messages__item + .messages__item {
    margin-top: 0.25rem; }
  .modal .modal-body div.messages {
    margin-top: 0.5rem;
    margin-bottom: -1rem; }
  .modal .modal-body .modal-message-wrapper {
    margin-top: 1.5rem; }
    .modal .modal-body .modal-message-wrapper .primary-button.small {
      display: block;
      width: fit-content;
      margin: 1.25rem auto 0 auto; }

form.product-add-on-form #add-on-submit,
form.product-add-on-form #warranty-submit,
form.product-warranty-form #add-on-submit,
form.product-warranty-form #warranty-submit {
  padding: 0 1em; }
  form.product-add-on-form #add-on-submit button.btn-secondary,
  form.product-add-on-form #warranty-submit button.btn-secondary,
  form.product-warranty-form #add-on-submit button.btn-secondary,
  form.product-warranty-form #warranty-submit button.btn-secondary {
    margin-left: 1em; }

form.product-add-on-form > fieldset,
form.product-warranty-form > fieldset {
  padding: 1rem 1rem 0; }
  form.product-add-on-form > fieldset div.form-item.form-type-radio.form-item-warranty-options input[type=radio],
  form.product-warranty-form > fieldset div.form-item.form-type-radio.form-item-warranty-options input[type=radio] {
    float: left; }
  form.product-add-on-form > fieldset div.form-item.form-type-radio.form-item-warranty-options label,
  form.product-warranty-form > fieldset div.form-item.form-type-radio.form-item-warranty-options label {
    color: #000;
    float: left;
    width: 27rem;
    padding-left: 1rem;
    margin-top: -0.25rem;
    margin-bottom: 0.625rem; }

nav.pager {
  margin: 1.5rem 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  nav.pager ul.pager__items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0; }
    nav.pager ul.pager__items .pager__item {
      flex: 0 1 2.375rem;
      height: 2.375rem;
      padding: 0;
      margin: 0 0.25rem 0 0; }
      nav.pager ul.pager__items .pager__item a {
        background-color: transparent;
        border-radius: 0 0.375rem 0 0.375rem;
        color: #2e3030;
        display: block;
        font-size: 1.125rem;
        line-height: 2.375rem;
        max-height: 100%;
        text-decoration: none;
        transition: all 0.25s ease-in-out; }
        nav.pager ul.pager__items .pager__item a:hover {
          background-color: #b2b2b2;
          color: #fff; }
        nav.pager ul.pager__items .pager__item a[rel=prev], nav.pager ul.pager__items .pager__item a[rel=next] {
          position: relative; }
          nav.pager ul.pager__items .pager__item a[rel=prev]::after, nav.pager ul.pager__items .pager__item a[rel=next]::after {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: block;
            height: 0.75rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 0.75rem; }
          nav.pager ul.pager__items .pager__item a[rel=prev] span[aria-hidden=true], nav.pager ul.pager__items .pager__item a[rel=next] span[aria-hidden=true] {
            visibility: hidden; }
        nav.pager ul.pager__items .pager__item a[rel=prev]::after {
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.8 17' style='enable-background:new 0 0 10.8 17%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none%3Bstroke:%232e3030%3Bstroke-width:2%3Bstroke-linecap:round%3B%7D %3C/style%3E%3Cg id='Designs'%3E%3Cg id='Onset---UI-KIT' transform='translate(-937.000000  -6582.000000)'%3E%3Cpolyline id='ICON_ArrowDown_White' class='st0' points='946.8 6583 938.5 6590.7 946.8 6598 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        nav.pager ul.pager__items .pager__item a[rel=next]::after {
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.8 17' style='enable-background:new 0 0 10.8 17%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none%3Bstroke:%232e3030%3Bstroke-width:2%3Bstroke-linecap:round%3B%7D %3C/style%3E%3Cg id='Designs'%3E%3Cg id='Onset---UI-KIT' transform='translate(-937.000000  -6582.000000)'%3E%3Cpolyline id='ICON_ArrowDown_White' class='st0' points='938 6598 946.3 6590.3 938 6583 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      nav.pager ul.pager__items .pager__item.is-active a {
        background-color: #7ba03b;
        color: #fff; }
      nav.pager ul.pager__items .pager__item--first, nav.pager ul.pager__items .pager__item--last {
        display: none; }

.ping-pong-wrapper {
  position: relative; }
  @media (max-width: 991.98px) {
    .ping-pong-wrapper {
      display: flex;
      flex-direction: column; } }
  .ping-pong-wrapper .ping-pong-quicklink-wrapper {
    box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
    height: auto;
    margin: -2.5rem 4% 0;
    width: 92%; }
    @media (max-width: 991.98px) {
      .ping-pong-wrapper .ping-pong-quicklink-wrapper {
        flex: 1 0 auto; } }
    @media (min-width: 992px) {
      .ping-pong-wrapper .ping-pong-quicklink-wrapper {
        padding: 4rem;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 2;
        width: 100%;
        height: auto;
        max-width: 37.5rem;
        transform: translateY(-50%); } }
  .ping-pong-wrapper .ping-pong-media-wrapper {
    text-align: left; }
  .ping-pong-wrapper.paragraph--reversed .ping-pong-media-wrapper {
    text-align: right; }
  .ping-pong-wrapper.paragraph--reversed .ping-pong-quicklink-wrapper {
    left: 0;
    right: inherit; }
  .ping-pong-wrapper + .ping-pong-wrapper {
    margin: 3.75rem 0 0; }
  .full-image-ping-pong .ping-pong-wrapper {
    overflow: hidden; }
  .ping-pong-wrapper__content {
    padding: 2.375rem 0.75rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 575.98px) {
      .ping-pong-wrapper__content {
        padding: 1.5rem; } }
    .ping-pong-wrapper__content__inner {
      background-color: #fff;
      border-radius: 0 0.75rem 0 0.75rem;
      padding: 3rem;
      position: relative;
      transition: all 0.25s ease-in-out; }
      @media (min-width: 992px) {
        .ping-pong-wrapper__content__inner {
          min-height: 34.375rem; } }
      .ping-pong-wrapper__content__inner:hover {
        background-color: #e4eed2; }
      .ping-pong-wrapper__content__inner a {
        text-decoration: none; }
      .ping-pong-wrapper__content__inner h2, .ping-pong-wrapper__content__inner .h2 {
        line-height: 2.75rem;
        margin-bottom: 1.375rem; }
      .ping-pong-wrapper__content__inner span.arrow-link {
        margin-top: 1.5rem; }
      .ping-pong-wrapper__content__inner a.invisible-cover-all:hover + span.arrow-link::after {
        display: inline-block; }
      .ping-pong-wrapper__content__inner .field--name-field-description {
        color: #2e3030;
        font-size: 1.125rem; }
        @media (min-width: 768px) {
          .ping-pong-wrapper__content__inner .field--name-field-description {
            max-width: 20.1875rem; } }
        .full-image-ping-pong.bs-text-center .ping-pong-wrapper__content__inner .field--name-field-description {
          margin: 0 auto; }
  .ping-pong-wrapper__background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .ping-pong-wrapper__background img {
      display: block;
      height: 100%;
      min-height: 39.0625rem;
      object-fit: cover;
      width: 100%; }
    .ping-pong-wrapper__background.flip-image img {
      transform: scaleX(-1); }

.related-products-wrapper {
  position: relative; }
  .related-products-wrapper .related-products-header-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .related-products-wrapper .related-products-header-wrapper {
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center; } }
    .related-products-wrapper .related-products-header-wrapper h2, .related-products-wrapper .related-products-header-wrapper .h2 {
      margin: 0 0 1rem;
      text-transform: capitalize; }
  .related-products-wrapper.bs-text-center.block-layout-builder {
    padding-bottom: 5rem; }
    .related-products-wrapper.bs-text-center.block-layout-builder .related-products-header-wrapper {
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center; }
    .related-products-wrapper.bs-text-center.block-layout-builder .cards-wrapper {
      justify-content: center; }
    .related-products-wrapper.bs-text-center.block-layout-builder .link-wrapper {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center; }

.quicklink-wrapper {
  width: 100%;
  background: #fff;
  padding: 1.25rem;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 0 0.625rem 0 0.625rem;
  position: relative; }
  @media (max-width: 991.98px) {
    .quicklink-wrapper {
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .quicklink-wrapper {
      padding: 2rem;
      height: 100%; } }
  .block.bs-text-left .quicklink-wrapper .quicklink-item-title {
    position: relative;
    padding: 1.5rem 0 0;
    margin: 0 0 2rem; }
    .block.bs-text-left .quicklink-wrapper .quicklink-item-title::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 4.375rem;
      height: 0.125rem;
      border-top: 0.1875rem solid #40b4e5; }
  .block.bs-text-center .quicklink-wrapper .quicklink-item-title {
    padding: 0 0 1.375rem; }
    .block.bs-text-center .quicklink-wrapper .quicklink-item-title::before {
      top: inherit;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .quicklink-wrapper .quicklink-item-description {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: -0.5rem 0 0.5rem; }
  @media (min-width: 992px) {
    .quicklink-wrapper span.arrow-link::after {
      display: none; } }
  .quicklink-wrapper > a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .quicklink-wrapper > a .quicklink-item-title:hover {
      opacity: 0.8; }
  .quicklink-wrapper:hover {
    box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
    @media (min-width: 992px) {
      .quicklink-wrapper:hover span.arrow-link {
        display: inline-block; } }
    .quicklink-wrapper:hover span.arrow-link::after {
      display: inline-block; }

.block-inline-blockquicklinks .field--name-field-quicklink-items {
  display: grid;
  width: 100%;
  justify-content: space-between;
  justify-items: stretch;
  column-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
  align-content: space-between;
  grid-template-columns: auto; }
  @media (min-width: 992px) {
    .block-inline-blockquicklinks .field--name-field-quicklink-items {
      grid-template-columns: 48% 48%; } }

@media (min-width: 992px) {
  #search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity .15s linear; }
    #search-overlay.open {
      display: block;
      opacity: 1; }
      #search-overlay.open .search-exit {
        position: fixed;
        top: 6rem;
        right: -10px;
        z-index: 1;
        display: block; }
        #search-overlay.open .search-exit button {
          padding: 1rem 5rem;
          border-radius: 5px; }
      #search-overlay.open form {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        #search-overlay.open form .form--inline {
          display: flex;
          align-items: end;
          font-size: 1.5rem; }
        #search-overlay.open form .form-type-textfield {
          display: block; }
          #search-overlay.open form .form-type-textfield label {
            color: #fff; }
          #search-overlay.open form .form-type-textfield .form-text {
            padding: 0.5rem 0.75rem; }
          #search-overlay.open form .form-type-textfield::after {
            bottom: 0.75rem; }
        #search-overlay.open form .form-actions {
          margin: 0 1rem; }
          #search-overlay.open form .form-actions .form-submit {
            display: block;
            padding: 0.5rem 1rem;
            font-size: 1.5rem;
            border-radius: 0.3rem; } }

#search-overlay .search-exit {
  display: none; }

#search-overlay form {
  margin: 1rem 0; }
  @media (max-width: 991.98px) {
    #search-overlay form label {
      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; } }
  #search-overlay form .form-type-textfield {
    position: relative;
    display: flex;
    float: none;
    margin: 0; }
    #search-overlay form .form-type-textfield::after {
      display: inline-block;
      font-family: 'Material Icons';
      font-size: 24px;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      font-feature-settings: 'liga';
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 0.5rem;
      bottom: 0.25rem;
      color: #0d6efd;
      content: 'search'; }
  #search-overlay form .form-text {
    width: 100%;
    padding: 0.25rem 0.5rem;
    margin: 0;
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.5); }
  #search-overlay form .form-submit {
    display: none; }

.search-filter-collapsible {
  padding-top: 2.75rem; }
  @media (max-width: 991.98px) {
    .search-filter-collapsible {
      margin-bottom: 3rem; } }
  .search-filter-collapsible > .block {
    padding: 1rem 0 !important;
    position: relative; }
    .search-filter-collapsible > .block:not(:last-child) {
      border-bottom: solid 0.0625rem #40b4e5; }
  .search-filter-collapsible h2, .search-filter-collapsible .h2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    padding: 0; }
    .search-filter-collapsible h2::before, .search-filter-collapsible .h2::before {
      display: none; }
  .search-filter-collapsible h3, .search-filter-collapsible .h3 {
    border: 0;
    color: #2e3030;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    padding: 0; }
  .search-filter-collapsible h5, .search-filter-collapsible .h5 {
    position: relative;
    appearance: none;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding-right: 2.25rem; }
    .search-filter-collapsible h5::after, .search-filter-collapsible .h5::after {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 1rem 1rem;
      content: '';
      height: 1.5rem;
      left: initial;
      position: absolute;
      right: 0;
      top: 0;
      transition: .25s all;
      width: 1.5rem; }
    .search-filter-collapsible h5::after, .search-filter-collapsible .h5::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='12px' viewBox='0 0 17 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECA6A2738-0652-406A-A7F5-F865CCC8CA47%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-411.000000  -6581.000000)' stroke='%232e3030' stroke-width='2'%3E%3Cpolyline id='ICON_ArrowDown_Green' points='412 6582.32807 419.682736 6590.65718 427 6582.32807'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      transform: rotate(0deg); }
    .search-filter-collapsible h5[aria-expanded=true]::after, .search-filter-collapsible .h5[aria-expanded=true]::after {
      transform: rotate(180deg); }
  .search-filter-collapsible ul.input-options-list {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    row-gap: 0.75rem; }
    .search-filter-collapsible ul.input-options-list > li.input-option {
      column-gap: 0.75rem;
      display: flex;
      flex-direction: row; }
      .search-filter-collapsible ul.input-options-list > li.input-option--has-children {
        flex-direction: column; }
      .search-filter-collapsible ul.input-options-list > li.input-option input[type=checkbox] {
        flex: 0 0 0.9375rem;
        margin-top: 0.3125rem; }
      .search-filter-collapsible ul.input-options-list > li.input-option label {
        margin: 0; }
      .search-filter-collapsible ul.input-options-list > li.input-option > ul {
        margin-left: 0.75rem; }
  .search-filter-collapsible .clear-all {
    position: absolute;
    right: 0;
    top: 1rem; }
    .search-filter-collapsible .clear-all__link {
      color: #005487;
      font-size: 0.875rem;
      text-decoration: none; }
      .search-filter-collapsible .clear-all__link:hover {
        text-decoration: underline; }

.search-toggle {
  display: none; }
  @media (min-width: 992px) {
    .search-toggle {
      display: flex;
      align-items: center; }
      .search-toggle::before {
        display: inline-block;
        font-family: 'Material Icons';
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        font-feature-settings: 'liga';
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.25rem;
        content: 'search'; } }

.search-result-item-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 2rem;
  position: relative; }
  .node--type-event.search-result-item-wrapper {
    margin-bottom: 0; }
    .node--type-event.search-result-item-wrapper .field--name-field-date-range-time-zone {
      margin: 0 0 1rem; }
    .node--type-event.search-result-item-wrapper .link-wrapper {
      margin-top: 0;
      text-align: left; }
  .node--type-blog.search-result-item-wrapper {
    margin-bottom: 0; }
    .node--type-blog.search-result-item-wrapper .field--type-datetime {
      font-weight: 700;
      margin: 0 0 1rem; }
    .node--type-blog.search-result-item-wrapper .link-wrapper {
      margin-top: 0;
      text-align: left; }
  .search-result-item-wrapper a.search-result-link {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .search-result-item-wrapper span.arrow-link {
    font-size: 1rem;
    margin: 1rem 0 0; }
    @media (min-width: 992px) {
      .search-result-item-wrapper span.arrow-link {
        font-size: 1rem; } }
  @media (min-width: 992px) {
    .search-result-item-wrapper:hover span.arrow-link {
      display: inline-block; }
      .search-result-item-wrapper:hover span.arrow-link::after {
        display: inline-block; } }

.search-result-title {
  line-height: 1.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #003453;
  margin-bottom: 0;
  padding-top: 0; }
  .search-result-title::before {
    display: none; }

.search__container--form {
  padding-bottom: 2.625rem !important; }
  .search__container--form form > .views-form {
    column-gap: 1.5rem;
    display: flex;
    flex-direction: row; }
    .search__container--form form > .views-form > .js-form-type-textfield {
      flex: 1;
      margin: 0; }
      .search__container--form form > .views-form > .js-form-type-textfield label {
        display: none; }
      .search__container--form form > .views-form > .js-form-type-textfield .form-text {
        background-color: #f3f3f3;
        border: 0;
        border-radius: 0 0.625rem 0 0.625rem;
        box-sizing: border-box;
        font-size: 1rem;
        line-height: 3.4375rem;
        margin: 0;
        outline-color: #7ba03b;
        padding: 0 1.5rem;
        width: 100%; }
        @media (min-width: 992px) {
          .search__container--form form > .views-form > .js-form-type-textfield .form-text {
            line-height: 4.0625rem;
            font-size: 1.25rem; } }
        .search__container--form form > .views-form > .js-form-type-textfield .form-text:focus, .search__container--form form > .views-form > .js-form-type-textfield .form-text:focus-visible, .search__container--form form > .views-form > .js-form-type-textfield .form-text:focus-within, .search__container--form form > .views-form > .js-form-type-textfield .form-text:active {
          outline: 0.1875rem solid #7ba03b; }
    .search__container--form form > .views-form > .form-actions {
      margin: 0; }
      @media (max-width: 991.98px) {
        .search__container--form form > .views-form > .form-actions {
          flex: 0 0 10rem; } }
      @media (min-width: 992px) {
        .search__container--form form > .views-form > .form-actions {
          flex: 0 0 12.5rem; } }
      .search__container--form form > .views-form > .form-actions button {
        border: 0;
        line-height: 3.4375rem;
        padding-bottom: 0;
        padding-top: 0;
        white-space: nowrap;
        width: 100%; }
        @media (max-width: 991.98px) {
          .search__container--form form > .views-form > .form-actions button {
            font-size: 1rem;
            padding-left: 0.75rem;
            padding-right: 0.75rem; } }
        @media (min-width: 992px) {
          .search__container--form form > .views-form > .form-actions button {
            line-height: 4.0625rem; } }
  .search__container--form form > .search-help-link {
    display: none; }

.search__container--results {
  margin-bottom: -1.5rem;
  padding-bottom: 3rem !important;
  padding-top: 3rem !important; }
  @media (max-width: 767.98px) {
    .search__container--results__filters.search-filter-collapsible {
      display: none; } }

.view-search-results.view-search-results .view-header {
  margin: 1rem 0;
  text-align: right; }

.view-documents.view-search-results.view-search-results .view-header h4, .view-documents.view-search-results.view-search-results .view-header .h4 {
  display: none; }

.view-search-results .view-header h6, .view-search-results .view-header .h6 {
  color: #2e3030;
  font-weight: 400;
  margin-bottom: 0; }
  .view-search-results.view-search-results .view-header h6, .view-search-results.view-search-results .view-header .h6 {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem; }

.view-search-results--products.view-search-results .view-content {
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  align-content: center;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  row-gap: 1.5rem;
  column-gap: 1.5rem; }
  @media (min-width: 768px) {
    .view-search-results--products.view-search-results .view-content {
      grid-template-columns: repeat(2, minmax(auto, 1fr)); } }
  @media (min-width: 992px) {
    .view-search-results--products.view-search-results .view-content {
      grid-template-columns: repeat(3, minmax(auto, 1fr)); } }

.view-search-results .view-content .views-row {
  padding: 1.5rem 0; }
  .view-search-results--products.view-search-results .view-content .views-row {
    padding: 0; }
  .view-search-results .view-content .views-row:not(:last-child) {
    border-bottom: solid 0.0625rem #40b4e5; }
    .view-search-results--products.view-search-results .view-content .views-row:not(:last-child) {
      border-bottom: 0; }

.block-product-resources-header #header-container,
.block-product-documentation-header #header-container {
  display: flex;
  justify-content: left; }
  .block-product-resources-header #header-container #product-image,
  .block-product-documentation-header #header-container #product-image {
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .block-product-resources-header #header-container h2, .block-product-resources-header #header-container .h2,
  .block-product-documentation-header #header-container h2,
  .block-product-documentation-header #header-container .h2 {
    margin: 0; }

.block-product-resources-header #context-links,
.block-product-documentation-header #context-links {
  width: 100%;
  text-align: right; }
  .block-product-resources-header #context-links a,
  .block-product-documentation-header #context-links a {
    margin-left: 1rem;
    margin-bottom: 1rem; }

.view-search-results.view-display-id-product_documents,
.view-search-results.view-display-id-product_featured_documents,
.view-search-results.view-display-id-product_resources {
  padding: 0 2rem 1rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative; }

.view-search-results.view-display-id-product_featured_documents {
  padding: 2rem 2rem 1rem 2rem;
  background-color: #f3f3f3;
  border-radius: 0 0.625rem 0 0.625rem;
  margin-bottom: 2rem; }
  .view-search-results.view-display-id-product_featured_documents h4, .view-search-results.view-display-id-product_featured_documents .h4 {
    margin: 0; }

.resources-search__container--results {
  padding-top: 0 !important; }

.table-comparison-wrapper .field--name-field-description {
  margin-bottom: 1.5rem; }

.table-comparison-wrapper div.table-comparison {
  position: relative; }
  @media (max-width: 767.98px) {
    .table-comparison-wrapper div.table-comparison {
      margin-bottom: 1.5rem;
      padding-bottom: 2.8125rem; } }
  .table-comparison-wrapper div.table-comparison .table-comparison__controls {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0; }
    @media (max-width: 767.98px) {
      .table-comparison-wrapper div.table-comparison .table-comparison__controls {
        bottom: 0;
        height: auto !important;
        margin-left: 0 !important; } }
    @media (min-width: 768px) {
      .table-comparison-wrapper div.table-comparison .table-comparison__controls {
        top: 0; } }
    .table-comparison-wrapper div.table-comparison .table-comparison__controls.hidden {
      display: none; }
    @media (min-width: 768px) {
      .table-comparison-wrapper div.table-comparison .table-comparison__controls .carousel-indicators {
        display: none; } }
    .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-left,
    .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-right {
      position: relative;
      background-color: transparent;
      border: 0;
      height: 3rem;
      pointer-events: all;
      width: 3rem;
      transition: all 0.25s ease-in-out;
      z-index: 10; }
      .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-left::after,
      .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-right::after {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.75rem 1.75rem;
        content: '';
        height: 3rem;
        left: initial;
        position: absolute;
        right: 0;
        top: 0;
        transition: .25s all;
        width: 3rem; }
      .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-left.visibility-hidden,
      .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-right.visibility-hidden {
        opacity: 0;
        pointer-events: none; }
    .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-left {
      left: 0; }
      @media (min-width: 768px) {
        .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-left {
          left: -3.5rem; } }
    .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-right {
      right: 0; }
      @media (min-width: 768px) {
        .table-comparison-wrapper div.table-comparison .table-comparison__controls button.button-right {
          right: -3.5rem; } }
  .table-comparison-wrapper div.table-comparison .table-comparison__content::-webkit-scrollbar {
    -webkit-appearance: none; }
  .table-comparison-wrapper div.table-comparison .table-comparison__content::-webkit-scrollbar:horizontal {
    height: 12px; }
  .table-comparison-wrapper div.table-comparison .table-comparison__content::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    border-radius: 0.625rem;
    border: 0.125rem solid #fff; }
  .table-comparison-wrapper div.table-comparison .table-comparison__content::-webkit-scrollbar-track {
    border-radius: 0.625rem;
    background-color: #fff; }
  .table-comparison-wrapper div.table-comparison table {
    margin-bottom: 0; }
    .table-comparison-wrapper div.table-comparison table h4, .table-comparison-wrapper div.table-comparison table .h4 {
      font-size: 1.25rem;
      line-height: 1.375rem;
      text-align: center;
      overflow-wrap: anywhere; }
      .table-comparison-wrapper div.table-comparison table h4 a, .table-comparison-wrapper div.table-comparison table .h4 a {
        text-decoration: none;
        font-weight: 600;
        transition: all 0.25s ease-in-out; }
    .table-comparison-wrapper div.table-comparison table thead {
      background-color: #fff; }
      .table-comparison-wrapper div.table-comparison table thead th {
        background-color: #fff; }
        .table-comparison-wrapper div.table-comparison table thead th.column-label {
          box-shadow: inset 0 -0.0625rem 0 #b2b2b2; }
        .table-comparison-wrapper div.table-comparison table thead th.column-data {
          padding-bottom: 1.5rem;
          text-align: center;
          box-shadow: inset 0 -0.0625rem 0 #b2b2b2; }
    .table-comparison-wrapper div.table-comparison table tr.even > td {
      background-color: rgba(244, 244, 244, 0.95); }
    .table-comparison-wrapper div.table-comparison table tr.odd td {
      background-color: rgba(255, 255, 255, 0.95); }
    .table-comparison-wrapper div.table-comparison table td,
    .table-comparison-wrapper div.table-comparison table th {
      min-width: 11.25rem;
      vertical-align: top;
      width: 40%; }
      @media (min-width: 768px) {
        .table-comparison-wrapper div.table-comparison table td,
        .table-comparison-wrapper div.table-comparison table th {
          min-width: 13.75rem;
          width: 25%; } }
      @media (min-width: 992px) {
        .table-comparison-wrapper div.table-comparison table td,
        .table-comparison-wrapper div.table-comparison table th {
          width: 20%; } }
      .table-comparison-wrapper div.table-comparison table td.column-label,
      .table-comparison-wrapper div.table-comparison table th.column-label {
        border-right: 0;
        box-shadow: inset -0.0625rem 0 0 #b2b2b2;
        color: #2e3030;
        left: 0;
        opacity: 1;
        position: sticky;
        text-align: left;
        z-index: 5; }
        @media screen and (max-width: 390px) {
          .table-comparison-wrapper div.table-comparison table td.column-label,
          .table-comparison-wrapper div.table-comparison table th.column-label {
            min-width: 7.5rem; } }
        @media (min-width: 992px) {
          .table-comparison-wrapper div.table-comparison table td.column-label,
          .table-comparison-wrapper div.table-comparison table th.column-label {
            min-width: 20rem;
            width: 28%; } }
        .table-comparison-wrapper div.table-comparison table td.column-label--wide,
        .table-comparison-wrapper div.table-comparison table th.column-label--wide {
          min-width: 10rem;
          width: 50%; }
          @media screen and (min-width: 390px) {
            .table-comparison-wrapper div.table-comparison table td.column-label--wide,
            .table-comparison-wrapper div.table-comparison table th.column-label--wide {
              min-width: 17.5rem; } }
          @media (min-width: 576px) and (max-width: 767.98px) {
            .table-comparison-wrapper div.table-comparison table td.column-label--wide,
            .table-comparison-wrapper div.table-comparison table th.column-label--wide {
              min-width: 20rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .table-comparison-wrapper div.table-comparison table td.column-label--wide,
            .table-comparison-wrapper div.table-comparison table th.column-label--wide {
              min-width: 30rem; } }
          @media (min-width: 992px) {
            .table-comparison-wrapper div.table-comparison table td.column-label--wide,
            .table-comparison-wrapper div.table-comparison table th.column-label--wide {
              min-width: 38.75rem; } }
          .table-comparison-wrapper div.table-comparison table td.column-label--wide ~ td.column-data,
          .table-comparison-wrapper div.table-comparison table th.column-label--wide ~ td.column-data {
            min-width: 8.75rem; }
            @media (min-width: 992px) {
              .table-comparison-wrapper div.table-comparison table td.column-label--wide ~ td.column-data,
              .table-comparison-wrapper div.table-comparison table th.column-label--wide ~ td.column-data {
                width: 12.5%; } }
      .table-comparison-wrapper div.table-comparison table td.column-data,
      .table-comparison-wrapper div.table-comparison table th.column-data {
        color: #003453;
        width: 18%; }
      .table-comparison-wrapper div.table-comparison table td.last-row-column,
      .table-comparison-wrapper div.table-comparison table th.last-row-column {
        font-size: 0.875rem;
        vertical-align: middle; }
        .table-comparison-wrapper div.table-comparison table td.last-row-column--separator-top,
        .table-comparison-wrapper div.table-comparison table th.last-row-column--separator-top {
          padding-top: 1.5rem; }
          .bs-text-left.table-comparison-wrapper div.table-comparison table td.last-row-column--separator-top, .table-comparison-wrapper div.table-comparison table th.last-row-column--separator-top {
            position: relative; }
            .bs-text-left.table-comparison-wrapper div.table-comparison table td.last-row-column--separator-top::before, .table-comparison-wrapper div.table-comparison table th.last-row-column--separator-top::before {
              background-color: #b2b2b2;
              content: '';
              position: absolute;
              bottom: initial;
              height: 0.0625rem;
              top: 0.75rem;
              width: 4.8125rem; }
          .bs-text-center.table-comparison-wrapper div.table-comparison table td.last-row-column--separator-top, .table-comparison-wrapper div.table-comparison table th.last-row-column--separator-top {
            position: relative; }
            .bs-text-center.table-comparison-wrapper div.table-comparison table td.last-row-column--separator-top::after, .table-comparison-wrapper div.table-comparison table th.last-row-column--separator-top::after {
              background-color: #b2b2b2;
              content: '';
              position: absolute;
              bottom: initial;
              height: 0.0625rem;
              top: 0.75rem;
              width: 4.8125rem;
              left: 50%;
              transform: translateX(-50%); }
    .table-comparison-wrapper div.table-comparison table td a {
      font-size: 1rem; }
      @media (max-width: 767.98px) {
        .table-comparison-wrapper div.table-comparison table td a {
          font-size: 0.875rem; } }
    .table-comparison-wrapper div.table-comparison table .icon::after {
      margin-right: auto;
      margin-left: auto; }

.table-comparison-wrapper .title-sku {
  color: #171717;
  font-weight: normal;
  font-size: 0.9375rem;
  /*/*font-family: "Outfit", sans-serif;*/*/
  margin: 0 0 0.625rem;
  display: none; }

.table-comparison-wrapper .field--name-field-comparison-fields-note {
  font-size: 0.875rem;
  margin-top: 0.75rem;
  text-align: left; }

.tabs-navigation-wrapper {
  align-items: center;
  background: #fff;
  column-gap: 1.5rem;
  top: 0;
  width: 100%; }
  .tabs-navigation-wrapper li.dropdown-item {
    padding: 0; }
  .tabs-navigation-wrapper .hidden {
    display: none; }
  .tabs-navigation-wrapper .cta-button {
    display: none;
    margin-left: auto;
    z-index: 10; }
    @media (max-width: 1199.98px) {
      .tabs-navigation-wrapper .cta-button {
        position: absolute;
        right: 0; } }
    .sticky.tabs-navigation-wrapper .cta-button {
      display: inline-block; }
    .tabs-navigation-wrapper .cta-button a.product-cta-button,
    .tabs-navigation-wrapper .cta-button button.form-submit {
      background: #003453;
      border-color: #fff;
      color: #fff;
      font-size: 1rem;
      line-height: 1.3125rem;
      min-height: 0;
      padding: 0.5rem 0.5rem;
      transition: .1s transform; }
      .tabs-navigation-wrapper .cta-button a.product-cta-button:hover,
      .tabs-navigation-wrapper .cta-button button.form-submit:hover {
        transform: scale(105%); }
        .tabs-navigation-wrapper .cta-button a.product-cta-button:hover::after,
        .tabs-navigation-wrapper .cta-button button.form-submit:hover::after {
          display: none; }

@media (max-width: 1199.98px) {
  .mobile-jump-menu {
    flex: 1 0 auto;
    height: 4.0625rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem; } }

@media (max-width: 1199.98px) {
  .mobile-jump-menu__label {
    position: relative;
    border-bottom: solid 0.0625rem #40b4e5;
    border-radius: 0;
    max-width: 10rem;
    padding-left: 0;
    padding-right: 3.75rem;
    text-align: left; }
    .mobile-jump-menu__label::after {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 1rem 1rem;
      content: '';
      height: 1.5rem;
      left: initial;
      position: absolute;
      right: 0;
      top: 50%;
      transition: .25s all;
      width: 1.5rem; }
    :not(.sticky) .mobile-jump-menu__label {
      color: #005487; }
    .sticky .mobile-jump-menu__label {
      color: #fff; }
    .mobile-jump-menu__label::after {
      border: 0;
      transform: translateY(-50%); }
      .sticky.mobile-jump-menu__label::after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='12px' viewBox='0 0 17 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECA6A2738-0652-406A-A7F5-F865CCC8CA47%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-411.000000  -6581.000000)' stroke='%23fff' stroke-width='2'%3E%3Cpolyline id='ICON_ArrowDown_Green' points='412 6582.32807 419.682736 6590.65718 427 6582.32807'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      :not(.sticky).mobile-jump-menu__label::after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='12px' viewBox='0 0 17 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECA6A2738-0652-406A-A7F5-F865CCC8CA47%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-411.000000  -6581.000000)' stroke='%23005487' stroke-width='2'%3E%3Cpolyline id='ICON_ArrowDown_Green' points='412 6582.32807 419.682736 6590.65718 427 6582.32807'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    :not(.sticky).mobile-jump-menu__label:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 84, 135, 0.25); } }

.mobile-jump-menu a {
  display: block;
  line-height: 3;
  text-decoration: none; }
  @media (max-width: 1199.98px) {
    .mobile-jump-menu a {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media (min-width: 1200px) {
    .mobile-jump-menu a {
      /*/*font-family: "Outfit", sans-serif;*/*/
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 2.1875rem;
      color: #003453;
      transition: all 0.25s ease-in-out;
      position: relative;
      line-height: 4.0625rem; }
      .mobile-jump-menu a.active, .mobile-jump-menu a.is-active, .mobile-jump-menu a:hover {
        color: #005487; }
        .mobile-jump-menu a.active::after, .mobile-jump-menu a.is-active::after, .mobile-jump-menu a:hover::after {
          content: ' ';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          border-bottom: 0.125rem solid #40b4e5; } }
  @media (max-width: 1199.98px) {
    .mobile-jump-menu a:hover {
      background-color: #f3f3f3; } }
  @media (max-width: 1199.98px) {
    .mobile-jump-menu a.active, .mobile-jump-menu a.is-active {
      background-color: #005487;
      color: #fff; } }
  @media (min-width: 1200px) {
    .sticky.mobile-jump-menu a {
      color: #fff;
      font-size: 1rem; } }

@media (max-width: 1199.98px) {
  ul.tabs-navigation {
    top: 1.125rem !important; } }

@media (min-width: 1200px) {
  ul.tabs-navigation {
    align-items: center;
    column-gap: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    min-height: 4.0625rem;
    padding: 0;
    list-style: none; } }

@media (max-width: 1199.98px) {
  ul.tabs-navigation:not(.show) {
    display: none; } }

@media (max-width: 1199.98px) {
  .products-anchor-menu-wrapperul.tabs-navigation.show {
    margin-top: -0.5rem !important; }
  .block-tabs-navigation-wrapperul.tabs-navigation.show {
    margin-top: -1.25rem !important; } }

.paragraph--type--testimonial {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  background: #fff; }
  .paragraph--type--testimonial .field--name-field-description {
    max-width: 45rem;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .paragraph--type--testimonial .author-info-wrapper {
    position: relative;
    padding: 0.5rem 0 0;
    margin: 0.5rem 0 0;
    color: #2e3030;
    bottom: inherit;
    right: inherit;
    left: inherit; }
    .paragraph--type--testimonial .author-info-wrapper::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 4.0625rem;
      height: 0.125rem;
      border-top: 0.125rem solid #40b4e5; }
    .paragraph--type--testimonial .author-info-wrapper .author-name {
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: 700;
      font-style: italic;
      margin: 0; }
    .paragraph--type--testimonial .author-info-wrapper .author-sub-title {
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: 400;
      font-style: italic; }

.tiles-wrapper {
  display: grid;
  width: 100%;
  justify-content: space-between;
  justify-items: center;
  column-gap: 2rem;
  row-gap: 4rem;
  align-items: start;
  align-content: space-between;
  grid-template-columns: 1fr;
  padding: 0 0 2rem; }
  @media (min-width: 576px) {
    .tiles-wrapper {
      grid-template-columns: repeat(2, minmax(auto, 1fr)); } }
  @media (min-width: 992px) {
    .tiles-wrapper {
      grid-template-columns: repeat(3, minmax(auto, 1fr)); } }

.tile-item {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  .tile-item .tile-info-wrapper {
    position: absolute;
    bottom: -2rem;
    left: 3%;
    width: 94%;
    background: #fff;
    padding: 1.25rem;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 0 0.625rem 0 0.625rem;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
    overflow: hidden; }
    @media (min-width: 992px) {
      .tile-item .tile-info-wrapper {
        padding: 1.25rem 1.25rem 3.875rem; } }
  .tile-item .title {
    margin: 0; }
  .tile-item span.arrow-link {
    font-size: 1rem;
    margin: 1rem 0 0; }
    @media (min-width: 992px) {
      .tile-item span.arrow-link {
        font-size: 1rem;
        display: none; } }
  .tile-item a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .tile-item .image {
    font-size: 0;
    line-height: 0; }
    .tile-item .image img {
      width: 100%;
      height: auto; }
  @media (min-width: 992px) {
    .tile-item:hover span.arrow-link {
      display: inline-block; } }
  .tile-item:hover span.arrow-link::after {
    display: inline-block; }
    @media (min-width: 992px) {
      .tile-item:hover span.arrow-link::after {
        display: inline-block; } }
  @media (min-width: 992px) {
    .tile-item:hover .tile-info-wrapper {
      padding: 1.25rem; } }
  .tile-item:hover .tile-info-wrapper::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.375rem solid #7ba03b; }
  @media (min-width: 992px) {
    .tile-item:hover.no-link .tile-info-wrapper {
      padding: 1.25rem 1.25rem 3.875rem; } }
  .tile-item:hover.no-link .tile-info-wrapper::before {
    display: none; }

.video-player {
  display: flex;
  column-gap: 0.75rem;
  cursor: pointer;
  flex-direction: row;
  opacity: 0;
  transition: .25s all; }
  .video-player:hover {
    opacity: 1; }
    .video-player:hover > .video-player--button {
      transform: scale(1.15, 1.15); }
  .video-player--loaded {
    opacity: 0.8; }
  .video-player--button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
    height: 1.625rem;
    padding: 0;
    transition: .15s all;
    width: 1.625rem; }
  .video-player--text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-transform: uppercase; }
  .video-player--playing > .video-player--button {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E9CB0A88E-DB89-46FC-A85B-3253E6A8ED4E%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.802391416'%3E%3Cg id='Onset---UI-Kit-Components-6' transform='translate(-164.000000  -1641.000000)'%3E%3Cg id='ICON_Play_White-Copy-2' transform='translate(164.000000  1641.000000)'%3E%3Ccircle id='Oval' fill-opacity='0.899011145' fill='%23FFFFFF' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cg id='Group-2' transform='translate(8.000000  6.000000)' fill='%23005487'%3E%3Crect id='Rectangle' x='0' y='0' width='3' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-3' x='5' y='0' width='3' height='12'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .video-player--paused > .video-player--button {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EF1BCAF75-8A10-47D7-B7F8-E3C0C8F4ED99%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.802391416'%3E%3Cg id='Onset---UI-Kit-Components-6' transform='translate(-164.000000  -969.000000)'%3E%3Cg id='ICON_Play_SMALL' transform='translate(164.000000  969.000000)'%3E%3Ccircle id='Oval' fill-opacity='0.899011145' fill='%23FFFFFF' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cg id='Triangle-2' transform='translate(8.000000  6.000000)' fill='%23005487'%3E%3Cpolygon id='Triangle' transform='translate(6.000000  6.000000) rotate(-270.000000) translate(-6.000000  -6.000000) ' points='6 1.46549439e-14 12 12 -8.15614768e-14 12'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.view-taxonomy-term .view-content {
  padding: 0.75rem;
  background: #f3f3f3;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 1rem 0 2rem; }

.view-taxonomy-term .views-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.125rem solid #40b4e5; }
  .view-taxonomy-term .views-row.views-row--last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.view.grid-wrapper .view-content {
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
  align-content: stretch; }
  @media (min-width: 576px) {
    .view.grid-wrapper .view-content {
      grid-template-columns: repeat(2, minmax(auto, 1fr)); } }
  @media (min-width: 992px) {
    .view.grid-wrapper .view-content {
      grid-template-columns: repeat(4, minmax(auto, 1fr)); } }

.block-views-exposed-filter-blocknews-listing form .form--inline {
  display: inline-block;
  vertical-align: top; }

.block-views-exposed-filter-blocknews-listing form .form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }
  .block-views-exposed-filter-blocknews-listing form .form-item label {
    /*/*font-family: "Outfit", sans-serif;*/*/
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding: 0 0.5rem 0 0; }
    .block-views-exposed-filter-blocknews-listing form .form-item label::after {
      content: ':';
      display: inline; }

.block-views-exposed-filter-blocknews-listing form .form-select {
  display: inline-block;
  width: auto; }

div.view.pipe-bullets-view .view-content > table {
  width: auto;
  text-align: left;
  border-spacing: 1.25rem;
  border-collapse: separate;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    div.view.pipe-bullets-view .view-content > table {
      border-spacing: 0; } }
  div.view.pipe-bullets-view .view-content > table th {
    border-right: 0;
    border-radius: 0 0.75rem 0 0.75rem; }
    @media (max-width: 991.98px) {
      div.view.pipe-bullets-view .view-content > table th {
        display: none; } }
  @media (max-width: 991.98px) {
    div.view.pipe-bullets-view .view-content > table tr {
      margin-bottom: 3.125rem;
      display: block; } }
  div.view.pipe-bullets-view .view-content > table tr:nth-child(2n), div.view.pipe-bullets-view .view-content > table tr:nth-child(odd) {
    background: transparent; }
  div.view.pipe-bullets-view .view-content > table td {
    border: 0;
    padding: 0;
    padding-left: 0.75rem;
    min-width: 12.5rem; }
    @media (max-width: 991.98px) {
      div.view.pipe-bullets-view .view-content > table td {
        display: block;
        margin-top: 1.25rem; } }
    div.view.pipe-bullets-view .view-content > table td:nth-child(1) {
      border-left: solid 0.125rem #40b4e5; }
    div.view.pipe-bullets-view .view-content > table td:nth-child(1), div.view.pipe-bullets-view .view-content > table td:nth-child(2) {
      min-width: 15.625rem; }

.block-webform .form-wrapper > .form-item {
  margin-bottom: 1rem; }

/* Sign Up section on InTemp homepage */
.layout.layout--onecol > .layout__region--content > .block-webform {
  padding: 1.5rem 0; }

@media (min-width: 30rem) {
  #zonos {
    bottom: 0 !important;
    position: relative !important; } }

footer #zonos {
  z-index: 5 !important; }

@media (max-width: 29.9375rem) {
  #zonos:not(.op) {
    bottom: 0 !important;
    position: relative !important; } }

@media (max-width: 29.9375rem) {
  #zonos.op {
    height: calc(100% - 5.8125rem) !important; } }

#zonos.left {
  left: 0 !important; }

#zonos > .z-flag {
  bottom: 0 !important;
  position: relative !important;
  transition-delay: 0s !important;
  transition-duration: .2s !important; }
  @media (hover: hover) and (pointer: fine) {
    #zonos > .z-flag {
      transform: scale(115%); } }
  .left#zonos > .z-flag {
    left: 0 !important; }

@media (min-width: 30rem) {
  #zonos > .z-info.show {
    bottom: 4.5rem !important;
    max-height: initial !important;
    max-width: initial !important;
    position: absolute; } }

@media (min-width: 992px) {
  #zonos > .z-info.show {
    margin-left: -3rem;
    margin-right: -3rem; } }

@media (max-width: 991.98px) {
  div:not(.op)#zonos > .z-info.show {
    min-width: 28.5rem; } }

#zonos .z-brand {
  display: flex;
  flex-direction: row;
  column-gap: 0.375rem;
  justify-content: space-between; }
  #zonos .z-brand .powered {
    top: initial; }
  #zonos .z-brand svg {
    height: auto !important;
    width: 4.75rem !important; }

.footer-wrapper nav.navigation {
  align-content: center;
  align-items: center;
  display: inline-flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%; }
  .footer-wrapper nav.navigation ul.nav {
    align-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    row-gap: 1rem;
    width: 100%; }
    @media (min-width: 992px) {
      .footer-wrapper nav.navigation ul.nav {
        justify-content: flex-start;
        align-items: flex-start; } }
  .footer-wrapper nav.navigation .nav-link {
    padding: 0;
    margin: 0;
    color: #fff; }

@media (max-width: 991.98px) {
  .header-wrapper {
    max-height: 100vh;
    overflow: auto; } }

.header-wrapper nav.navigation {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.5rem;
  width: 100%; }
  @media (min-width: 992px) {
    .header-wrapper nav.navigation {
      display: inline-flex; } }
  @media (max-width: 991.98px) {
    .header-wrapper nav.navigation .nav-wrapper > hr {
      display: none; } }
  @media (min-width: 992px) {
    .header-wrapper nav.navigation .nav-wrapper > hr {
      background-color: #171717;
      color: #171717;
      margin: 0;
      opacity: 1;
      width: 100%; }
      body.scroll-on-top:not(.navbar-opened) .header-wrapper nav.navigation .nav-wrapper > hr {
        background-color: #fff;
        color: #fff; } }

.header-wrapper ul.nav.menu-level-1 {
  display: flex;
  flex-direction: column; }
  @media (max-width: 991.98px) {
    .header-wrapper ul.nav.menu-level-1 {
      width: 100%; } }
  @media (min-width: 992px) {
    .header-wrapper ul.nav.menu-level-1 {
      flex-direction: row;
      margin-top: -0.0625rem;
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }
  .header-wrapper ul.nav.menu-level-1 .dropdown-toggle {
    position: relative; }
    @media (max-width: 991.98px) {
      .header-wrapper ul.nav.menu-level-1 .dropdown-toggle::after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='12px' viewBox='0 0 17 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECA6A2738-0652-406A-A7F5-F865CCC8CA47%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-411.000000  -6581.000000)' stroke='%237ba03b' stroke-width='2'%3E%3Cpolyline id='ICON_ArrowDown_Green' points='412 6582.32807 419.682736 6590.65718 427 6582.32807'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 3rem;
        transition: .25s all ease-in-out;
        width: 3rem;
        border: 0; } }
    .header-wrapper ul.nav.menu-level-1 .dropdown-toggle.show::after {
      transform: rotate(180deg); }

.dropdown-menu {
  border: 0;
  border-radius: 0; }
  @media (min-width: 992px) {
    .dropdown-menu {
      box-shadow: 0 1.5rem 1rem rgba(23, 23, 23, 0.075);
      display: block;
      left: 0;
      margin-left: 50%;
      margin-top: -0.0625rem !important;
      max-height: 0;
      opacity: 0;
      overflow-y: hidden;
      padding: 0;
      transform: translateX(-50vw);
      width: 100vw;
      transition: 0.15s opacity ease-in-out, 0.3s max-height ease-in-out;
      z-index: 1000; } }
  @media (max-width: 1399.98px) {
    .dropdown-menu[data-bs-popper] {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 991.98px) {
    .dropdown-menu[data-bs-popper] {
      padding: 0;
      position: relative; } }
  @media (min-width: 992px) {
    .dropdown-menu:not(.show) {
      transition: 0.3s max-height ease-in-out, 0.15s opacity ease-in-out;
      transition-delay: 0.18s; } }
  @media (min-width: 992px) {
    .dropdown-menu.show {
      max-height: 50rem;
      opacity: 1;
      transition-delay: 0.15s; } }
  .dropdown-menu > .dropdown-menu__container {
    column-gap: 1.5rem;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .dropdown-menu > .dropdown-menu__container {
        flex-direction: row;
        padding-bottom: 3.5625rem;
        padding-top: 2.5rem; } }
    .main-navigation--products.dropdown-menu > .dropdown-menu__container {
      column-gap: 8.75rem !important; }
      @media (min-width: 992px) {
        .main-navigation--products.dropdown-menu > .dropdown-menu__container {
          column-gap: 6.25rem !important; } }
      .main-navigation--products.dropdown-menu > .dropdown-menu__container .menu-item__title--has-children {
        color: #171717;
        font-weight: 400; }

.menu-item {
  align-self: flex-start;
  column-gap: 1.5rem;
  padding: 0;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .menu-item {
      width: 100%; } }
  @media (min-width: 992px) {
    .menu-item {
      row-gap: 1.5rem; } }
  .menu-item__title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
    text-decoration: none; }
    @media (max-width: 991.98px) {
      .menu-item__title {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
        width: 100%; } }
    @media (min-width: 992px) {
      .menu-item__title:not(:last-child) {
        margin-bottom: 1rem; } }
    @media (min-width: 992px) {
      .dropdown-menu:not(.main-navigation--products) .menu-item__title {
        border-left: solid 0.125rem #40b4e5;
        padding-left: 0.75rem; } }
    .menu-item__title.arrow-reveal {
      color: #003453; }
    .menu-item__title[data-children=true] {
      padding-right: 3rem; }
      @media (max-width: 991.98px) {
        .menu-item__title[data-children=true]::before {
          background-color: #f6f6f6;
          content: '';
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          margin-left: 50%;
          transform: translateX(-50vw);
          width: 100vw;
          z-index: -1; } }
      @media (max-width: 991.98px) {
        .menu-item__title[data-children=true] > .menu-item__title__toggler {
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='12px' viewBox='0 0 17 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECA6A2738-0652-406A-A7F5-F865CCC8CA47%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-411.000000  -6581.000000)' stroke='%237ba03b' stroke-width='2'%3E%3Cpolyline id='ICON_ArrowDown_Green' points='412 6582.32807 419.682736 6590.65718 427 6582.32807'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: center center;
          content: '';
          pointer-events: none;
          position: absolute;
          top: 0;
          right: -0.75rem;
          height: 3rem;
          transition: .25s all ease-in-out;
          width: 3rem; } }
      @media (min-width: 992px) {
        .menu-item__title[data-children=true] > .menu-item__title__toggler {
          display: none; } }
      .menu-item__title[data-children=true].show > .menu-item__title__toggler {
        transform: rotate(180deg); }
  .main-navigation--products > .dropdown-menu__container > .menu-item {
    position: relative; }
    .main-navigation--products > .dropdown-menu__container > .menu-item:not(:first-child)::before {
      left: -4.375rem; }
      @media (min-width: 992px) {
        .main-navigation--products > .dropdown-menu__container > .menu-item:not(:first-child)::before {
          background-color: #40b4e5;
          content: '';
          height: 100%;
          left: -3.125rem;
          position: absolute;
          top: 0;
          width: 0.125rem; } }
    @media (max-width: 991.98px) {
      .main-navigation--products > .dropdown-menu__container > .menu-item .level-3 {
        margin-left: -0.625rem; } }
  .menu-item.main-navigation--products--right-group--top-tier {
    column-gap: 6.25rem; }
    @media (max-width: 575.98px) {
      .menu-item.main-navigation--products--right-group--top-tier {
        row-gap: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .menu-item.main-navigation--products--right-group--top-tier {
        column-gap: 1.5rem; } }
    @media (min-width: 992px) {
      .menu-item.main-navigation--products--right-group--top-tier {
        column-gap: 3.125rem; } }
  .main-navigation--applications > .dropdown-menu__container > .menu-item {
    flex: 1; }
  .main-navigation--who-we-are > .dropdown-menu__container > .menu-item {
    flex: 1; }

.header-wrapper ul.nav.menu-level-1 > .nav-item {
  background: transparent;
  margin: 0; }
  @media (max-width: 991.98px) {
    .header-wrapper ul.nav.menu-level-1 > .nav-item {
      border-top: 0.0625rem solid #40b4e5;
      width: 100%; } }

@media (max-width: 991.98px) {
  .header-wrapper .menu-item__title + .nav-links {
    background-color: #cacaca;
    flex-wrap: nowrap;
    position: relative;
    transition: 3s all; }
    .header-wrapper .menu-item__title + .nav-links:not(.show) {
      display: none !important;
      opacity: 0; }
    .header-wrapper .menu-item__title + .nav-links.show {
      display: block;
      opacity: 1;
      padding-bottom: 0.75rem;
      padding-top: 0.75rem; } }

@media (max-width: 991.98px) {
  .header-wrapper .menu-item__title + .nav-links::before {
    background-color: #e9e9e9;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
    z-index: 0; } }

.header-wrapper .menu-item__title + .nav-links li {
  z-index: 10; }

.nav-link {
  padding: 0.375rem 0; }
  .nav-link:focus-visible {
    outline: none; }
  .header-wrapper ul.nav.menu-level-1 > .nav-item > .nav-link {
    padding: 0.5rem 0;
    color: #005487;
    /*/*font-family: "Outfit", sans-serif;*/*/
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    transition: all 0.25s ease-in-out; }
    @media (min-width: 992px) {
      .header-wrapper ul.nav.menu-level-1 > .nav-item > .nav-link {
        padding: 0.5rem 1.875rem;
        font-size: 1.375rem;
        line-height: 1.75rem; } }
    body.scroll-on-top:not(.navbar-opened) .header-wrapper ul.nav.menu-level-1 > .nav-item > .nav-link:not(:hover) {
      color: #fff; }
    .header-wrapper ul.nav.menu-level-1 > .nav-item > .nav-link:hover {
      text-decoration: none;
      color: #005487;
      opacity: 0.8; }
      body.scroll-on-top:not(.navbar-opened) .header-wrapper ul.nav.menu-level-1 > .nav-item > .nav-link:hover {
        background: #fff;
        color: #005487;
        opacity: 1; }
    body.scroll-on-top:not(.navbar-opened) .header-wrapper ul.nav.menu-level-1 > .nav-item > .nav-link.show {
      background-color: #fff;
      color: #005487; }
  .header-wrapper .nav-links .nav-link {
    color: #005487;
    line-height: 1.375rem; }
  @media (min-width: 992px) {
    .dropdown-menu:not(.main-navigation--products) .nav-link {
      padding-left: 0.875rem; } }

.taxonomy-term.vocabulary-applications .tile-item .title {
  font-size: 1.5rem;
  line-height: 2.375rem; }

.view-applications {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 2rem 0; }
  .view-applications.view-display-id-attachment_1 {
    margin: 1.5rem 0; }
    .view-applications.view-display-id-attachment_1 h4, .view-applications.view-display-id-attachment_1 .h4 {
      /*font-family: "DM Sans", sans-serif;*/
      font-size: 1.25rem;
      line-height: 2.1875rem;
      font-weight: 600;
      color: #2e3030;
      margin: 0;
      width: 100%;
      text-align: center; }
    .view-applications.view-display-id-attachment_1 h5, .view-applications.view-display-id-attachment_1 .h5 {
      /*font-family: "DM Sans", sans-serif;*/
      font-size: 1.25rem;
      line-height: 2.1875rem;
      font-weight: 400;
      color: #2e3030;
      width: auto;
      margin: 0;
      display: inline-block; }
    .view-applications.view-display-id-attachment_1 ul {
      width: 100%;
      columns: 1;
      text-align: center;
      margin: 0 auto;
      max-width: 60rem; }
      @media (min-width: 768px) {
        .view-applications.view-display-id-attachment_1 ul {
          columns: 2; } }
      .view-applications.view-display-id-attachment_1 ul li {
        list-style: none;
        margin: 0;
        padding: 0; }
        .view-applications.view-display-id-attachment_1 ul li::before {
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e95d';
          color: #40b4e5;
          display: inline-block;
          vertical-align: middle;
          margin: -0.125rem 0.9375rem 0 0;
          font-size: 0.375rem; }

.block-field-blocktaxonomy-termapplicationsdescription {
  max-width: 790px;
  margin: auto; }

.node--type-blog .layout-section .col-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start; }
  @media (min-width: 576px) {
    .node--type-blog .layout-section .col-12 {
      flex-direction: row;
      justify-content: space-between; } }
  .node--type-blog .layout-section .col-12 div.field--name-body > h2, .node--type-blog .layout-section .col-12 div.field--name-body > .h2 {
    margin-top: 2rem; }
    .node--type-blog .layout-section .col-12 div.field--name-body > h2.text-align-center, .node--type-blog .layout-section .col-12 div.field--name-body > .text-align-center.h2 {
      margin-top: 0; }
  .node--type-blog .layout-section .col-12 div.field--name-body > h3, .node--type-blog .layout-section .col-12 div.field--name-body > .h3,
  .node--type-blog .layout-section .col-12 div.field--name-body > h4,
  .node--type-blog .layout-section .col-12 div.field--name-body > .h4,
  .node--type-blog .layout-section .col-12 div.field--name-body > h5,
  .node--type-blog .layout-section .col-12 div.field--name-body > .h5 {
    color: #003453;
    margin: 2rem 0 1rem; }
  .node--type-blog .layout-section .col-12 div.field--name-body > h3, .node--type-blog .layout-section .col-12 div.field--name-body > .h3 {
    font-size: 1.5rem; }
  
  .node--type-blog .layout-section .col-12 div.field--name-body > h4,
  .node--type-blog .layout-section .col-12 div.field--name-body > .h4,
  .node--type-blog .layout-section .col-12 div.field--name-body > h5,
  .node--type-blog .layout-section .col-12 div.field--name-body > .h5 {
    font-size: 1.25rem; }
  .node--type-blog .layout-section .col-12 a.secondary-button {
    margin: 1rem 0; }

.node--type-blog .layout-section .block {
  padding: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .node--type-blog .layout-section .block {
      width: auto; } }

.node--type-blog .layout-section.products-used-wrapper {
  margin-bottom: 6rem !important;
  margin-top: 0; }
  .node--type-blog .layout-section.products-used-wrapper .field--name-field-products-used {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem; }

.node--type-blog .block-block-content {
  margin: 1.5rem 0 0; }

.node--type-blog .block.block-field-blocknodeblogbody {
  padding: 2rem 0 3rem 0; }

.node--type-blog img {
  width: 100%;
  height: auto; }

.node--type-blog .text-formatted .media.align-center img {
  width: auto; }

@media (max-width: 991.98px) {
  .node--type-blog .text-formatted .media.align-right,
  .node--type-blog .text-formatted .media.align-left {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .node--type-blog .text-formatted .media.align-right img,
    .node--type-blog .text-formatted .media.align-left img {
      width: auto; } }

.node--type-blog .block-field-blocknodeblogfield-tags,
.node--type-blog .block-field-blocknodeblogfield-date {
  font-size: 1rem;
  line-height: 1.25rem;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  font-style: normal;
  color: #2e3030;
  text-transform: uppercase;
  margin: 0 0 0.75rem; }
  @media (min-width: 576px) {
    .node--type-blog .block-field-blocknodeblogfield-tags,
    .node--type-blog .block-field-blocknodeblogfield-date {
      width: auto;
      font-size: 1.125rem;
      line-height: 1.375rem; } }

.node--type-blog .field--name-field-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }
  .node--type-blog .field--name-field-tags .field__item {
    margin: 0 1rem 0 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.3125rem 0.9375rem;
    display: inline-block;
    vertical-align: top;
    background: #c9d8be;
    color: #003453; }
    .node--type-blog .field--name-field-tags .field__item:last-child {
      margin: 0; }

.onset-cart-form .cart-items-table {
  border-collapse: separate;
  border-spacing: 0 1rem; }
  @media (max-width: 767.98px) {
    .onset-cart-form .cart-items-table {
      font-size: 0.75rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .onset-cart-form .cart-items-table {
      font-size: 0.875rem; } }
  @media print {
    .onset-cart-form .cart-items-table tr {
      color-adjust: exact;
      -webkit-print-color-adjust: exact !important; } }
  .onset-cart-form .cart-items-table tr.cart-item-product-wrapper {
    background-color: unset; }
    .onset-cart-form .cart-items-table tr.cart-item-product-wrapper td {
      border-top: solid 1px #f3f3f3; }
      .onset-cart-form .cart-items-table tr.cart-item-product-wrapper td.first {
        border-left: solid 1px #f3f3f3; }
      .onset-cart-form .cart-items-table tr.cart-item-product-wrapper td.last {
        border-radius: 0 0.75rem 0 0;
        border-right: solid 1px #f3f3f3; }
    .onset-cart-form .cart-items-table tr.cart-item-product-wrapper.bottom-row td {
      border-bottom: solid 1px #f3f3f3; }
  .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper {
    position: relative; }
    .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td {
      border: 0; }
      .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td.first::before, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td.first::before {
        content: '';
        clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
        height: 1rem;
        left: calc(50% - 0.75rem);
        position: absolute;
        top: -1.5625rem;
        width: 1.5rem; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td.first::before, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td.first::before {
            left: 5.875rem; } }
        @media (min-width: 992px) {
          .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td.first::before, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td.first::before {
            left: 8.875rem; } }
      .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td.first .description, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td.first .description {
        color: #005487;
        font-size: 0.875rem;
        font-weight: 600; }
        @media (min-width: 992px) {
          .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td.first .description, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td.first .description {
            padding-left: 9.5rem; } }
      .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td.quantity, .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td.quantity {
        text-align: center; }
  .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper {
    background-color: #b2d7e6 !important; }
    .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td {
      box-shadow: 0 -1.0625rem 0 #b2d7e6; }
      .onset-cart-form .cart-items-table tr.cart-item-warranty-wrapper td::before {
        background-color: #b2d7e6 !important; }
  .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper {
    background-color: #c9d8be !important; }
    .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td {
      box-shadow: 0 -1.0625rem 0 #c9d8be; }
      .onset-cart-form .cart-items-table tr.cart-item-service-plan-wrapper td::before {
        background-color: #c9d8be !important; }
  .onset-cart-form .cart-items-table tr.bottom-row td.first {
    border-radius: 0 0 0 0.75rem; }
  @media (max-width: 767.98px) {
    .onset-cart-form .cart-items-table th,
    .onset-cart-form .cart-items-table td {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  .onset-cart-form .cart-items-table th.hidden,
  .onset-cart-form .cart-items-table td.hidden {
    display: none !important; }
  .onset-cart-form .cart-items-table th {
    background-color: transparent;
    color: #005487;
    border: 0; }
    @media print {
      .onset-cart-form .cart-items-table th {
        white-space: nowrap; } }
  .onset-cart-form .cart-items-table td {
    position: relative; }
    .onset-cart-form .cart-items-table td:not(.last) {
      border-right: 0; }
      .onset-cart-form .cart-items-table td:not(.last)::after {
        background-color: #40b4e5;
        bottom: 0.75rem;
        content: '';
        position: absolute;
        right: 0;
        top: 0.75rem;
        width: 0.0625rem; }
    @media (max-width: 767.98px) {
      .onset-cart-form .cart-items-table td label {
        font-size: 0.75rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .onset-cart-form .cart-items-table td label {
        font-size: 0.875rem; } }

.onset-cart-form .error {
  color: #ea4a03; }
  .onset-cart-form .error select {
    border: 2px solid #ea4a03; }

.onset-cart-form .application-required-prefix {
  display: inline-block;
  line-height: 2.5rem; }

.onset-cart-form .form-item-info-application-application,
.onset-cart-form .sub-application-wrapper > td > div.form-item {
  max-width: 100%;
  width: 20rem;
  float: right; }

.onset-cart-form .product-details {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 0.75rem; }
  @media (min-width: 992px) {
    .onset-cart-form .product-details {
      flex-direction: row; } }
  .onset-cart-form .product-details .image {
    text-align: center; }
    @media (min-width: 992px) {
      .onset-cart-form .product-details .image {
        margin: 0 1.5rem 0 0; } }
    .onset-cart-form .product-details .image img {
      max-width: 4rem; }
      @media (min-width: 992px) {
        .onset-cart-form .product-details .image img {
          max-width: 8rem; } }
  .onset-cart-form .product-details .title a {
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    color: #005487;
    font-size: 1rem;
    line-height: 1.375rem;
    text-decoration: none; }
  .onset-cart-form .product-details .inline-model {
    border-top: solid 1px #b2b2b2;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }
  .onset-cart-form .product-details .form-type-select .warranty-select-list {
    margin-top: 0.5rem; }
  .onset-cart-form .product-details .form-type-select .description {
    margin-top: 0.5rem; }
    .onset-cart-form .product-details .form-type-select .description .messages {
      margin-left: .5rem; }

@media (max-width: 767.98px) {
  .onset-cart-form .model {
    display: none; } }

@media print {
  .onset-cart-form .model {
    width: 10rem; } }

.onset-cart-form .price {
  color: #171717;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  text-align: right; }

@media screen and (min-width: 576px) {
  .onset-cart-form .quantity {
    width: 7.5rem; } }

@media screen and (min-width: 768px) {
  .onset-cart-form .quantity {
    width: 12rem; } }

@media (max-width: 575.98px) {
  .onset-cart-form .quantity .quantity-wrapper {
    flex-direction: column; } }

.onset-cart-form .quantity .form-type-number {
  width: 1.875rem; }
  @media (max-width: 575.98px) {
    .onset-cart-form .quantity .form-type-number {
      flex: auto;
      margin: 0.25rem 0; } }
  @media (min-width: 768px) {
    .onset-cart-form .quantity .form-type-number {
      width: 2.5rem; } }
  .onset-cart-form .quantity .form-type-number input {
    padding: 0.125rem 0;
    text-align: center;
    -moz-appearance: textfield; }
    @media (min-width: 768px) {
      .onset-cart-form .quantity .form-type-number input {
        padding: 0.5rem 0; } }
    @media print {
      .onset-cart-form .quantity .form-type-number input {
        border: 0; } }
    .onset-cart-form .quantity .form-type-number input::-webkit-outer-spin-button, .onset-cart-form .quantity .form-type-number input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.onset-cart-form .remove-button,
.onset-cart-form .remove-warranty-button,
.onset-cart-form .clear-cart-button {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-height: auto;
  text-transform: none;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  color: #005487;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.75rem 0 0;
  flex-basis: 100%;
  text-align: right; }
  @media (min-width: 992px) {
    .onset-cart-form .remove-button,
    .onset-cart-form .remove-warranty-button,
    .onset-cart-form .clear-cart-button {
      font-size: 1rem; } }
  .onset-cart-form .remove-button::after,
  .onset-cart-form .remove-warranty-button::after,
  .onset-cart-form .clear-cart-button::after {
    display: none; }
  .onset-cart-form .remove-button:hover::after,
  .onset-cart-form .remove-warranty-button:hover::after,
  .onset-cart-form .clear-cart-button:hover::after {
    display: none; }

.onset-cart-form .remove-warranty-button {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
  text-align: center; }

.onset-cart-form .clear-cart-wrapper {
  display: inline-block;
  margin: 1.5rem 0 2.5rem;
  text-align: right;
  width: 100%; }

.onset-cart-form td.total {
  text-align: right; }

@media (max-width: 767.98px) {
  .onset-cart-form .cart-order-total {
    font-size: 0.875rem; } }

@media print {
  .onset-cart-form .cart-order-total {
    border-radius: 0 0.75rem 0 0.75rem;
    border: solid 1px #f3f3f3; } }

.onset-cart-form .cart-order-total tr.cart-total-wrapper td {
  background-color: #005487;
  border: 0;
  color: #fff;
  font-weight: 600; }
  .onset-cart-form .cart-order-total tr.cart-total-wrapper td:first-child {
    text-align: left;
    text-transform: uppercase; }
  .onset-cart-form .cart-order-total tr.cart-total-wrapper td:last-child {
    text-align: right; }

@media print {
  .onset-cart-form .cart-order-total tr:not(.cart-total-wrapper) td {
    border: solid 1px #f3f3f3; } }

.onset-cart-form .cart-order-total tr td:first-child {
  border-left: 0;
  padding-right: 1.75rem; }

.onset-cart-form .cart-order-total tr td:last-child {
  border-right: 0;
  padding-left: 1.75rem;
  padding-right: 1.75rem; }

.onset-cart-form .cart-order-total tr:nth-child(even) {
  background-color: #fff; }

.onset-cart-form .cart-order-total tr:nth-child(odd) {
  background-color: #f3f3f3; }

.onset-cart-form .ctas-wrapper {
  column-gap: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  @media (max-width: 991.98px) {
    .onset-cart-form .ctas-wrapper {
      flex-wrap: wrap; } }
  .onset-cart-form .ctas-wrapper .button {
    margin: 0; }
    @media (max-width: 767.98px) {
      .onset-cart-form .ctas-wrapper .button {
        font-size: 0.875rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .onset-cart-form .ctas-wrapper .button.save-cart-button, .onset-cart-form .ctas-wrapper .button.save-quote-button {
      min-width: 8.75rem; }
      @media (min-width: 768px) {
        .onset-cart-form .ctas-wrapper .button.save-cart-button, .onset-cart-form .ctas-wrapper .button.save-quote-button {
          min-width: 12.5rem; } }
      @media (max-width: 991.98px) {
        .onset-cart-form .ctas-wrapper .button.save-cart-button, .onset-cart-form .ctas-wrapper .button.save-quote-button {
          order: 2; } }
    .onset-cart-form .ctas-wrapper .button.submit-quote-request-button, .onset-cart-form .ctas-wrapper .button.checkout-button {
      min-width: 8.75rem; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .onset-cart-form .ctas-wrapper .button.submit-quote-request-button, .onset-cart-form .ctas-wrapper .button.checkout-button {
          min-width: 13.75rem; } }
      @media (min-width: 768px) {
        .onset-cart-form .ctas-wrapper .button.submit-quote-request-button, .onset-cart-form .ctas-wrapper .button.checkout-button {
          min-width: 16.875rem; } }
      @media (max-width: 991.98px) {
        .onset-cart-form .ctas-wrapper .button.submit-quote-request-button, .onset-cart-form .ctas-wrapper .button.checkout-button {
          order: 3; } }
    .onset-cart-form .ctas-wrapper .button.hide {
      display: none; }
  .onset-cart-form .ctas-wrapper #submit-blocker-disclaimer {
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .onset-cart-form .ctas-wrapper #submit-blocker-disclaimer {
        order: 1;
        flex: 0 1 100%;
        margin-bottom: 1.5rem;
        justify-content: center; } }
  .onset-cart-form .ctas-wrapper .ajax-progress {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%); }

.onset-cart-form #submit-blocker-disclaimer {
  margin-left: auto; }

.onset-cart-form .cart-empty {
  background-color: #ffd5c3;
  border-color: #ea4a03; }

.save-cart-wrapper {
  background-color: #f3f3f3;
  margin-bottom: -3rem;
  margin-top: 2.25rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative; }
  .save-cart-wrapper .close-link {
    position: absolute;
    right: 3rem;
    text-indent: -624.9375rem;
    top: 1.5rem; }
    .save-cart-wrapper .close-link::after {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2.125rem 2.125rem;
      content: '';
      height: 2.125rem;
      left: initial;
      position: absolute;
      right: 0;
      top: 0;
      transition: .25s all;
      width: 2.125rem; }
    .save-cart-wrapper .close-link::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EClose%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Onset---UI-KIT' transform='translate(-179.000000  -6527.000000)' stroke='%232e3030' stroke-width='3'%3E%3Cg id='ICON_Close_Blue' transform='translate(182.000000  6530.000000)'%3E%3Cline x1='0' y1='17.3241161' x2='17.3241161' y2='0' id='Line-2-Copy-5'%3E%3C/line%3E%3Cline x1='0' y1='1.8189894e-12' x2='17.3241161' y2='17.3241161' id='Line-2-Copy-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.save-cart-wrapper {
  background-color: #f3f3f3;
  margin-bottom: -3rem;
  margin-top: 2.25rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative; }
  .save-cart-wrapper .close-link {
    position: absolute;
    right: 3rem;
    text-indent: -624.9375rem;
    top: 1.5rem; }
    .save-cart-wrapper .close-link::after {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2.125rem 2.125rem;
      content: '';
      height: 2.125rem;
      left: initial;
      position: absolute;
      right: 0;
      top: 0;
      transition: .25s all;
      width: 2.125rem; }
    .save-cart-wrapper .close-link::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EClose%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Onset---UI-KIT' transform='translate(-179.000000  -6527.000000)' stroke='%232e3030' stroke-width='3'%3E%3Cg id='ICON_Close_Blue' transform='translate(182.000000  6530.000000)'%3E%3Cline x1='0' y1='17.3241161' x2='17.3241161' y2='0' id='Line-2-Copy-5'%3E%3C/line%3E%3Cline x1='0' y1='1.8189894e-12' x2='17.3241161' y2='17.3241161' id='Line-2-Copy-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.plan-renewals-table .product-details .image,
.sro-items-table .product-details .image {
  display: flex;
  align-items: center;
  margin: 0 1rem 0 0;
  justify-content: center; }
  .plan-renewals-table .product-details .image img,
  .sro-items-table .product-details .image img {
    max-width: 70px; }

#customers-also-bought-wrapper {
  margin-bottom: 2rem;
  background-color: #f3f3f3;
  padding: 1rem 2rem; }
  #customers-also-bought-wrapper.mid-placement {
    margin-bottom: 2rem; }
  #customers-also-bought-wrapper.bottom-placement {
    margin-top: 2rem;
    margin-bottom: 0; }
  #customers-also-bought-wrapper.compact .card-item-wrapper .card-item-top-wrapper {
    padding-bottom: 1rem; }
    #customers-also-bought-wrapper.compact .card-item-wrapper .card-item-top-wrapper .card-item-type-wrapper {
      display: none; }
    #customers-also-bought-wrapper.compact .card-item-wrapper .card-item-top-wrapper .card-item-image-wrapper {
      width: 70%;
      margin: 0 auto; }
    #customers-also-bought-wrapper.compact .card-item-wrapper .card-item-top-wrapper .card-item-title {
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-size: 1.125rem;
      line-height: 1.5rem; }
  #customers-also-bought-wrapper.compact .card-item-info-wrapper {
    display: none; }

.ui-dialog {
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5) !important;
  border-radius: 0 0.75rem 0 0.75rem !important;
  padding: 0.5rem 0 1rem 0 !important; }
  .ui-dialog.ui-widget {
    /*/*font-family: "Outfit", sans-serif;*/*/ }
  .ui-dialog .ui-dialog-titlebar,
  .ui-dialog #add-on-products-title {
    border-color: transparent !important;
    background: transparent !important;
    font-size: 1.25rem;
    padding: 0.25rem 0.625rem !important;
    color: #005487; }
  .ui-dialog #add-on-products-title {
    background-color: #f3f3f3 !important;
    font-size: 1.375rem;
    font-weight: bold;
    color: #005487;
    margin-bottom: 1rem;
    padding: 0 0.625rem !important; }
  .ui-dialog .ui-button-icon.ui-icon.ui-icon-closethick {
    background-image: none !important; }
  .ui-dialog button.form-submit {
    float: right;
    margin-right: 0; }
  .ui-dialog .product-details .image,
  .ui-dialog .form-item-product-add-on {
    text-align: center; }

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #005487 !important;
  font-family: "DM Sans", sans-serif !important; }
  .embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #003453 !important; }

.embeddedServiceSidebar {
  font-family: "DM Sans", sans-serif !important; }
  .embeddedServiceSidebar h2, .embeddedServiceSidebar .h2 {
    padding: 0 !important;
    color: #fff !important; }
    .embeddedServiceSidebar h2::before, .embeddedServiceSidebar .h2::before {
      content: none !important; }
  .embeddedServiceSidebar .embeddedServiceSidebarButton {
    font-family: "DM Sans", sans-serif !important; }

.distributor-wrapper {
  border-bottom: 0.125rem solid #40b4e5;
  margin: 0 0 2.25rem;
  padding: 0 0 2.25rem; }
  @media (max-width: 575.98px) {
    .distributor-wrapper {
      display: flex;
      flex-direction: column;
      row-gap: 1.5rem; } }
  @media (min-width: 576px) {
    .distributor-wrapper {
      display: grid;
      grid-gap: 1.5rem;
      grid-template-areas: 'logo logo' 'information countries' 'offices offices';
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .distributor-wrapper {
      grid-template-columns: 1fr 2fr 1fr;
      grid-template-areas: 'logo information countries' 'logo offices offices'; } }
  .views-row--last .distributor-wrapper {
    padding: 0;
    border-bottom: 0; }
  .distributor-wrapper a {
    color: #40b4e5;
    text-decoration: none; }
    .distributor-wrapper a:hover {
      text-decoration: none;
      opacity: 0.8; }
  .distributor-wrapper .info-wrapper {
    width: 100%; }
  .distributor-wrapper .logo-wrapper {
    font-size: 0;
    line-height: 0;
    grid-area: logo;
    text-align: center; }
    @media (max-width: 575.98px) {
      .distributor-wrapper .logo-wrapper {
        margin-bottom: 1.5rem; } }
    .distributor-wrapper .logo-wrapper img {
      display: block;
      height: 100%;
      margin: 0 auto;
      max-height: 9.375rem;
      max-width: 70%;
      object-fit: contain; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .distributor-wrapper .logo-wrapper img {
          max-width: 55%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .distributor-wrapper .logo-wrapper img {
          max-width: 45%; } }
  .distributor-wrapper .information-wrapper {
    grid-area: information; }
  .distributor-wrapper .distributor-title {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 0.5rem; }
  .distributor-wrapper .countries-wrapper {
    grid-area: countries; }
  .distributor-wrapper .countries-list ul {
    list-style: none;
    margin: 0 0 0.75rem; }
    .distributor-wrapper .countries-list ul li {
      margin: 0;
      padding: 0;
      display: inline;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 700;
      color: #003453; }
      .distributor-wrapper .countries-list ul li::after {
        content: ',';
        display: inline;
        padding: 0 0.1875rem 0 0; }
      .distributor-wrapper .countries-list ul li:last-child::after {
        content: none; }
  .distributor-wrapper .toggle-wrapper {
    width: 100%;
    vertical-align: top; }
    .distributor-wrapper .toggle-wrapper > .field--name-field-offices {
      background-color: #f0f0f0;
      padding: 1.5rem; }
  .distributor-wrapper .distributors-offices-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem;
    min-width: 12.5rem; }
  .distributor-wrapper .offices-wrapper {
    grid-area: offices; }

.paragraph--type--office {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 0.0625rem solid #40b4e5;
  width: 100%; }
  @media (max-width: 575.98px) {
    .paragraph--type--office {
      display: flex;
      flex-direction: column;
      row-gap: 1.5rem; } }
  @media (min-width: 576px) {
    .paragraph--type--office {
      display: grid;
      grid-column-gap: 1.5rem;
      grid-template-columns: 2fr 1fr; } }
  .paragraph--type--office .office-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 0.5rem; }
  .paragraph--type--office .contact-details-wrapper {
    width: 100%; }
    .paragraph--type--office .contact-details-wrapper .field--label-inline .field__label,
    .paragraph--type--office .contact-details-wrapper .field--label-inline > .field__item,
    .paragraph--type--office .contact-details-wrapper .field--label-inline .field__items {
      display: inline-block;
      vertical-align: top; }
    .paragraph--type--office .contact-details-wrapper .field--label-inline .field__label,
    .paragraph--type--office .contact-details-wrapper .field--label-inline .field__items {
      float: none;
      width: 4.75rem;
      overflow: hidden; }
    .paragraph--type--office .contact-details-wrapper .field--label-inline > .field__item,
    .paragraph--type--office .contact-details-wrapper .field--label-inline .field__items {
      width: calc(100% - 88px); }
  .paragraph--type--office:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0; }

.services-wrapper {
  row-gap: 1.5rem;
  display: flex;
  flex-direction: column;
  max-width: 70%;
  margin: 1.5rem auto 0 auto; }
  @media (max-width: 575.98px) {
    .services-wrapper {
      flex-direction: row;
      column-gap: 1.5rem; } }
  .services-wrapper .icon {
    align-items: center;
    column-gap: 0.75rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem; }
    @media (max-width: 575.98px) {
      .services-wrapper .icon {
        flex: 0 1 50%; } }
    @media (min-width: 992px) {
      .services-wrapper .icon {
        flex-direction: row; } }
    .services-wrapper .icon__icon {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: 1.5rem; }
      @media (max-width: 991.98px) {
        .services-wrapper .icon__icon {
          display: block;
          width: 1.5rem; } }
      @media (min-width: 992px) {
        .services-wrapper .icon__icon {
          flex: 0 0 2rem;
          height: 2rem; } }
      .services-wrapper .icon__icon--gold-star {
        background-image: url("../images/gold-star.png"); }
      .services-wrapper .icon__icon--authorized-battery-replacement {
        background-image: url("../images/battery-replacement.png"); }
    .services-wrapper .icon__label {
      font-size: 0.75rem;
      line-height: 1.25;
      text-align: left; }
      @media (max-width: 991.98px) {
        .services-wrapper .icon__label {
          text-align: center;
          flex: 0 1 auto;
          font-size: 0.875rem; } }

.block-views-exposed-filter-blockdistributors-listing form .form--inline {
  display: inline-block;
  vertical-align: top; }

.block-views-exposed-filter-blockdistributors-listing form .form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }
  .block-views-exposed-filter-blockdistributors-listing form .form-item label {
    /*/*font-family: "Outfit", sans-serif;*/*/
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding: 0 0.5rem 0 0; }
    .block-views-exposed-filter-blockdistributors-listing form .form-item label::after {
      content: ':';
      display: inline; }

.block-views-exposed-filter-blockdistributors-listing form .form-select {
  display: inline-block;
  width: auto; }

.node--type-event .container {
  max-width: 45.5rem; }

.node--type-event .event-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between; }
  .node--type-event .event-header h6, .node--type-event .event-header .h6,
  .node--type-event .event-header .h6 {
    font-size: 1rem;
    line-height: 1.25rem;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    font-style: normal;
    color: #2e3030;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 992px) {
      .node--type-event .event-header h6, .node--type-event .event-header .h6,
      .node--type-event .event-header .h6 {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
  .node--type-event .event-header .event-info-wrapper {
    max-width: 100%;
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 0.75rem; }
    .node--type-event .event-header .event-info-wrapper .event-type {
      margin: 0 1.5rem 0 0; }
  .node--type-event .event-header .event-address h6, .node--type-event .event-header .event-address .h6,
  .node--type-event .event-header .event-address .h6,
  .node--type-event .event-header .event-booth h6,
  .node--type-event .event-header .event-booth .h6,
  .node--type-event .event-header .event-booth .h6 {
    margin: 0; }
  .node--type-event .event-header .field--name-field-detail-image,
  .node--type-event .event-header .field--name-field-media-image {
    line-height: 0;
    font-size: 0;
    width: 100%; }
    .node--type-event .event-header .field--name-field-detail-image img,
    .node--type-event .event-header .field--name-field-media-image img {
      width: 100%;
      height: auto;
      margin: 0 0 1rem; }

.node--type-event .event-tradeshow-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 0.75rem; }
  .node--type-event .event-tradeshow-wrapper > div {
    margin: 0 0 0.75rem; }

.node--type-event .link-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 2.25rem 0 0.75rem; }

.node--type-event.node--view-mode-snippet {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 0 2.5rem 0 0;
  border-radius: 0 0.75rem 0 0.75rem;
  position: relative;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
  .node--type-event.node--view-mode-snippet .event-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0.75rem; }
    @media (min-width: 992px) {
      .node--type-event.node--view-mode-snippet .event-info {
        margin: 0 0 0.25rem; } }
  .node--type-event.node--view-mode-snippet .event-image-wrapper {
    flex-basis: 7.375rem;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 992px) {
      .node--type-event.node--view-mode-snippet .event-image-wrapper {
        flex-basis: 5.4375rem; } }
    .node--type-event.node--view-mode-snippet .event-image-wrapper img {
      width: 100%;
      height: auto; }
  .node--type-event.node--view-mode-snippet .event-info-wrapper {
    flex-basis: calc(100% - 130px);
    width: 100%;
    padding: 0.75rem 0 0; }
    @media (min-width: 992px) {
      .node--type-event.node--view-mode-snippet .event-info-wrapper {
        flex-basis: calc(100% - 100px); } }
  .node--type-event.node--view-mode-snippet .event-info h6, .node--type-event.node--view-mode-snippet .event-info .h6,
  .node--type-event.node--view-mode-snippet .event-info .h6 {
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    text-transform: uppercase;
    color: #2e3030; }
  .node--type-event.node--view-mode-snippet .event-type {
    display: inline; }
  .node--type-event.node--view-mode-snippet .event-date {
    display: inline-block;
    width: 100%; }
    @media (min-width: 992px) {
      .node--type-event.node--view-mode-snippet .event-date {
        display: inline;
        width: auto; } }
    .node--type-event.node--view-mode-snippet .event-date .daterange {
      display: inline; }
  .node--type-event.node--view-mode-snippet .event-title {
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    max-height: 3.4375rem;
    overflow: hidden;
    width: 100%;
    margin: 0; }
  .node--type-event.node--view-mode-snippet span.arrow-link {
    font-size: 1rem;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    margin: 0;
    display: inline-block; }
    @media (min-width: 992px) {
      .node--type-event.node--view-mode-snippet span.arrow-link {
        font-size: 1rem;
        display: none; } }
    .node--type-event.node--view-mode-snippet span.arrow-link::after {
      display: inline-block; }
  .node--type-event.node--view-mode-snippet .hover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .node--type-event.node--view-mode-snippet:hover::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.375rem solid #7ba03b; }
  @media (min-width: 992px) {
    .node--type-event.node--view-mode-snippet:hover span.arrow-link {
      display: inline-block; }
      .node--type-event.node--view-mode-snippet:hover span.arrow-link::after {
        display: inline-block; } }

.node--type-event.node--view-mode-full .daterange {
  margin-bottom: 1.5rem; }

.node--type-event.node--view-mode-full #event-details-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 3rem; }

.node--type-event.node--view-mode-full #products-used-wrapper {
  margin-bottom: 3rem;
  margin-top: 3rem; }
  .node--type-event.node--view-mode-full #products-used-wrapper .field--name-field-products-used {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem; }

.node--type-event.node--view-mode-full #presenters-wrapper {
  margin-bottom: 3rem; }
  .node--type-event.node--view-mode-full #presenters-wrapper .horizontal-card-wrapper {
    padding: 0;
    border: 0;
    box-sizing: unset;
    box-shadow: none; }
    .node--type-event.node--view-mode-full #presenters-wrapper .horizontal-card-wrapper img {
      border: 1px solid #005487; }

.block-views-exposed-filter-blockevents-listing form .form--inline {
  display: inline-block;
  vertical-align: top; }

.block-views-exposed-filter-blockevents-listing form .form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }
  .block-views-exposed-filter-blockevents-listing form .form-item label {
    /*/*font-family: "Outfit", sans-serif;*/*/
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding: 0 0.5rem 0 0; }
    .block-views-exposed-filter-blockevents-listing form .form-item label::after {
      content: ':';
      display: inline; }

.block-views-exposed-filter-blockevents-listing form .form-select {
  display: inline-block;
  width: auto; }

.view-events .grid-wrapper {
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
  align-content: stretch; }
  @media (min-width: 576px) {
    .view-events .grid-wrapper {
      grid-template-columns: repeat(2, minmax(auto, 1fr)); } }
  @media (min-width: 992px) {
    .view-events .grid-wrapper {
      grid-template-columns: repeat(4, minmax(auto, 1fr)); } }

.bs-bg-light-green .node--view-mode-snippet,
.bs-bg-light-grey .node--view-mode-snippet {
  box-shadow: none; }

.node--type-job-opening .job-application-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem 0; }

.node--type-job-opening.node--view-mode-teaser a {
  text-decoration: none; }

.node--type-job-opening.node--view-mode-teaser .job-opportunity-title {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin: 0 0 0.75rem; }

.node--type-job-opening.node--view-mode-teaser .read-more-link {
  margin: 0.75rem 0 0;
  font-size: 1rem; }

.vocabulary-department.taxonomy-term--view-mode-full .field--name-field-summary {
  font-size: 1.25rem;
  line-height: 1.625rem; }

.page-taxonomy-vocabulary--department .view-taxonomy-term .view-content {
  margin: 0 0 2rem; }

.page-taxonomy-vocabulary--department .department-title-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 2rem 0 0; }
  .page-taxonomy-vocabulary--department .department-title-wrapper h2, .page-taxonomy-vocabulary--department .department-title-wrapper .h2 {
    text-transform: capitalize; }

.node--type-live-system {
  background: #f3f3f3;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start; }
  @media (min-width: 576px) {
    .node--type-live-system {
      padding: 2rem; } }
  @media (min-width: 992px) {
    .node--type-live-system {
      flex-direction: row;
      flex-wrap: wrap;
      align-content: flex-start;
      justify-content: space-between; } }
  .node--type-live-system .media-wrapper,
  .node--type-live-system .info-wrapper {
    flex-basis: 100%;
    width: 100%; }
    @media (min-width: 992px) {
      .node--type-live-system .media-wrapper,
      .node--type-live-system .info-wrapper {
        flex-basis: 48%; } }
    .node--type-live-system .media-wrapper .field--name-body,
    .node--type-live-system .info-wrapper .field--name-body {
      margin-bottom: 1.5rem; }
  .node--type-live-system .media-wrapper {
    font-size: 0;
    line-height: 0;
    margin: 0 0 1.5rem; }
    @media (min-width: 992px) {
      .node--type-live-system .media-wrapper {
        margin: 0; } }
    .node--type-live-system .media-wrapper img {
      width: 100%;
      height: auto; }
    .node--type-live-system .media-wrapper .link-wrapper {
      margin: 1.5rem 0 0; }
      @media (min-width: 992px) {
        .node--type-live-system .media-wrapper .link-wrapper {
          margin-top: 2rem; } }
  .node--type-live-system .location-info-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 0 0 2rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    box-sizing: border-box;
    position: relative;
    min-height: 36px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start; }
    .node--type-live-system .location-info-wrapper::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e938';
      color: #003453;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      font-size: 2rem; }
  .node--type-live-system .field--name-field-organization {
    font-weight: 700;
    font-size: 1.125rem; }
  .node--type-live-system .title-wrapper h2, .node--type-live-system .title-wrapper .h2 {
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0;
    margin: 0 0 1rem; }
    .node--type-live-system .title-wrapper h2::before, .node--type-live-system .title-wrapper .h2::before {
      display: none; }
  .node--type-live-system .links-wrapper {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .node--type-live-system .links-wrapper .link-wrapper {
      margin-bottom: 1rem; }
      .node--type-live-system .links-wrapper .link-wrapper.link-wrapper--last {
        margin-bottom: 0; }
    .node--type-live-system .links-wrapper h4, .node--type-live-system .links-wrapper .h4 {
      /*font-family: "DM Sans", sans-serif;*/
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.25rem;
      margin: 0 0 0.5rem; }
    .node--type-live-system .links-wrapper .read-more-link {
      font-size: 1rem;
      line-height: 1.3125rem; }

.view-live-systems {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 2rem 0 3rem; }
  .view-live-systems .views-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 3rem; }
    .view-live-systems .views-row:last-child {
      margin: 0; }

.node--type-news-item.node--view-mode-full .container {
  max-width: 45.5rem; }

.node--type-news-item.node--view-mode-full .node__content.col-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start; }
  @media (min-width: 576px) {
    .node--type-news-item.node--view-mode-full .node__content.col-12 {
      flex-direction: row;
      justify-content: space-between; } }

.node--type-news-item.node--view-mode-full .node__content > .field {
  padding: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .node--type-news-item.node--view-mode-full .node__content > .field {
      width: auto; } }
  .node--type-news-item.node--view-mode-full .node__content > .field:not(:last-child) {
    padding-bottom: 1.5rem; }

.node--type-news-item.node--view-mode-full img {
  width: 100%;
  height: auto; }

.node--type-news-item.node--view-mode-full .field--name-field-media-image {
  width: 100%;
  margin: 0 auto; }
  .node--type-news-item.node--view-mode-full .field--name-field-media-image img {
    margin: 0 0 1rem; }

.node--type-news-item.node--view-mode-full .field--name-field-news-type,
.node--type-news-item.node--view-mode-full .field--name-field-date {
  font-size: 1rem;
  line-height: 1.25rem;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  font-style: normal;
  color: #2e3030;
  text-transform: uppercase;
  margin: 0 0 0.75rem; }
  @media (min-width: 576px) {
    .node--type-news-item.node--view-mode-full .field--name-field-news-type,
    .node--type-news-item.node--view-mode-full .field--name-field-date {
      width: auto;
      font-size: 1.125rem;
      line-height: 1.375rem; } }

.node--type-news-item.node--view-mode-full .press-release-footer {
  margin: 1rem 0 2rem; }
  .node--type-news-item.node--view-mode-full .press-release-footer .field--name-body.field--type-text-with-summary {
    margin: 0 0 2.5rem; }

#layout-container {
  position: relative; }
  #layout-container .content-top-wrapper,
  #layout-container main {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
  #layout-container .layout-section.last-section,
  #layout-container .layout-section:last-child {
    margin-bottom: -1.5rem; }

.field--name-field-message-boxes {
  margin-bottom: 2rem; }

.product-part-number-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.5rem; }
  .product-part-number-wrapper h3, .product-part-number-wrapper .h3 {
    display: inline-block; }
  .product-part-number-wrapper .product-part-number-title,
  .product-part-number-wrapper .product-part-number {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #626262;
    margin: 0;
    text-transform: uppercase; }

.product-title {
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 2.875rem;
  margin: 0 0 0.5rem;
  color: #003453; }
  @media (min-width: 992px) {
    .product-title {
      font-size: 2.75rem;
      line-height: 3.25rem; } }

.product-subtitle {
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #005487; }
  @media (min-width: 992px) {
    .product-subtitle {
      font-size: 1.5rem;
      line-height: 3rem; } }

.product-price {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #003453;
  margin: 0 0 0.75rem; }
  .product-price span {
    font-weight: 400; }

.product-description,
.product-important-information {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.75rem; }

.product-important-information-title {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #2e3030;
  margin: 0 0 0.3125rem;
  text-transform: uppercase; }

.product-compatibility-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem; }
  .product-compatibility-wrapper .product-compatibility {
    background: #f3f3f3;
    padding: 0.75rem 1rem 0.75rem 3.125rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #626262;
    display: inline-block;
    position: relative; }
    .product-compatibility-wrapper .product-compatibility::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e965';
      color: #7ba03b;
      font-size: 2.875rem;
      position: absolute;
      top: 50%;
      left: 0.75rem;
      transform: translateY(-50%); }
    .product-compatibility-wrapper .product-compatibility p {
      margin: 0; }
    .product-compatibility-wrapper .product-compatibility .product-software {
      /*font-family: "DM Sans", sans-serif;*/
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: 700;
      color: #005487;
      margin: 0; }

.product-cta {
  display: inline-block;
  width: 100%; }

.products-anchor-menu-wrapper {
  align-items: center;
  background: #fff;
  border-top: 0.0625rem solid #40b4e5;
  column-gap: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 0;
  width: 100%; }
  body.toolbar-horizontal.toolbar-tray-open .products-anchor-menu-wrapper {
    top: 4.9375rem; }
  body.toolbar-vertical.toolbar-tray-open .products-anchor-menu-wrapper {
    top: 2.4375rem; }
  .products-anchor-menu-wrapper::before {
    background-color: transparent;
    bottom: 0;
    content: '';
    margin-left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50vw);
    transition: background-color .25s, opacity .25s;
    top: -0.125rem;
    width: 100vw; }
    .sticky.products-anchor-menu-wrapper::before {
      background-color: #003453;
      opacity: 1; }
  @media (max-width: 1199.98px) {
    .products-anchor-menu-wrapper ul.products-anchor-menu {
      top: 1.125rem !important; } }
  @media (min-width: 1200px) {
    .products-anchor-menu-wrapper ul.products-anchor-menu {
      align-items: center;
      column-gap: 3rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: 0;
      min-height: 4.0625rem;
      padding: 0;
      list-style: none; } }
  .products-anchor-menu-wrapper li.dropdown-item {
    padding: 0; }
  .products-anchor-menu-wrapper a {
    display: block;
    line-height: 2;
    text-decoration: none; }
    @media (max-width: 1199.98px) {
      .products-anchor-menu-wrapper a {
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }
    @media (min-width: 1200px) {
      .products-anchor-menu-wrapper a {
        /*/*font-family: "Outfit", sans-serif;*/*/
        font-size: 1.25rem;
        line-height: 2.1875rem;
        color: #003453;
        transition: all 0.25s ease-in-out;
        position: relative;
        line-height: 4.0625rem; }
        .products-anchor-menu-wrapper a.is-active, .products-anchor-menu-wrapper a:hover {
          color: #005487; }
          .products-anchor-menu-wrapper a.is-active::after, .products-anchor-menu-wrapper a:hover::after {
            content: ' ';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            border-bottom: 0.125rem solid #40b4e5; } }
    @media (max-width: 1199.98px) {
      .products-anchor-menu-wrapper a.is-active {
        background-color: #005487;
        color: #fff; } }
    @media (min-width: 1200px) {
      .sticky.products-anchor-menu-wrapper a {
        color: #fff;
        font-size: 1rem; } }
  .products-anchor-menu-wrapper .hidden {
    display: none; }

.product-topic-wrapper {
  margin: 2rem 0; }

.documents-wrapper {
  margin: 2rem 0; }
  .documents-wrapper .documents-header-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .documents-wrapper .documents-header-wrapper {
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center; } }
  .documents-wrapper .documents-content-wrapper .col {
    flex: 1 0 100%;
    padding: calc(var(--bs-gutter-x) * .5); }
    @media (min-width: 992px) {
      .documents-wrapper .documents-content-wrapper .col {
        flex: 1 0 0; } }

.compatible-items-wrapper {
  margin: 2rem 0; }

.product-faqs-wrapper {
  margin-bottom: 2rem; }
  .product-faqs-wrapper .paragraph--type--faq + .paragraph--type--simple-text {
    margin-top: 2rem; }

.node--type-product.node--view-mode-search-result {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0 0.75rem 0 0.75rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
  .node--type-product.node--view-mode-search-result .tags-wrapper {
    position: absolute;
    top: 0.75rem;
    left: 0; }
    .node--type-product.node--view-mode-search-result .tags-wrapper .tag {
      background: #003453;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.25rem; }
  .node--type-product.node--view-mode-search-result .image-wrapper img {
    margin: 0 0 1.5rem; }
  .node--type-product.node--view-mode-search-result .product-price {
    color: #2e3030;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem; }
  .node--type-product.node--view-mode-search-result .title {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #005487; }
    .node--type-product.node--view-mode-search-result .title .title-sku {
      color: #171717;
      font-weight: normal;
      font-size: 0.9375rem;
      /*/*font-family: "Outfit", sans-serif;*/*/ }
  .node--type-product.node--view-mode-search-result.search-result-item-wrapper {
    height: 100%;
    margin: 0;
    padding: 1.5rem 1.5rem 3rem; }
    .node--type-product.node--view-mode-search-result.search-result-item-wrapper .link-wrapper {
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem; }

.software-release-version-wrapper,
.software-release-description-wrapper {
  padding: 2rem 0; }
  .software-release-version-wrapper .software-release-label,
  .software-release-description-wrapper .software-release-label {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 0; }
    @media (min-width: 992px) {
      .software-release-version-wrapper .software-release-label,
      .software-release-description-wrapper .software-release-label {
        font-size: 1.75rem;
        line-height: 1.75rem; } }
    .software-release-version-wrapper .software-release-label::before,
    .software-release-description-wrapper .software-release-label::before {
      border: 0; }

.software-release-files-wrapper a {
  padding: 0.625rem 1.0625rem;
  margin: 0 0 1.5rem 0; }
  @media (min-width: 992px) {
    .software-release-files-wrapper a {
      padding: 0.625rem 1.96875rem; } }
  .software-release-files-wrapper a::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e921';
    color: #fff;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125rem 0 0.125rem 0.8125rem; }
    @media (hover: hover) and (pointer: fine) {
      .software-release-files-wrapper a::after {
        display: none; } }
  .software-release-files-wrapper a:hover {
    opacity: 0.9;
    padding: 0.625rem 1.0625rem; }
    @media (min-width: 992px) {
      .software-release-files-wrapper a:hover {
        opacity: 1; } }
    .software-release-files-wrapper a:hover::after {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e921';
      color: #fff; }
      @media (hover: hover) and (pointer: fine) {
        .software-release-files-wrapper a:hover::after {
          display: inline-block; } }

.software-releases-listing .view-header {
  margin: 1.5rem 0; }
  .software-releases-listing .view-header h2, .software-releases-listing .view-header .h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin: 0 0 1.5rem 0; }
    .software-releases-listing .view-header h2::before, .software-releases-listing .view-header .h2::before {
      border: 0; }

.solution-products-listing .view-content {
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  align-content: center;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  row-gap: 1.5rem;
  column-gap: 1.5rem; }
  @media (min-width: 768px) {
    .solution-products-listing .view-content {
      grid-template-columns: repeat(3, minmax(auto, 1fr)); } }
  @media (min-width: 992px) {
    .solution-products-listing .view-content {
      grid-template-columns: repeat(4, minmax(auto, 1fr)); } }
  .solution-products-listing .view-content .views-row {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 0; }

.user-pass-reset .placeholder {
  background: transparent; }

.field--name-field-channel-manager-countries {
  margin: 1rem 0; }
  .field--name-field-channel-manager-countries .row {
    display: flex;
    gap: 20px; }
  .field--name-field-channel-manager-countries .column {
    flex: 1; }

input[type=checkbox] {
  position: relative;
  appearance: none;
  cursor: pointer;
  height: 0.9375rem;
  width: 0.9375rem; }
  input[type=checkbox]::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.9375rem 0.9375rem;
    content: '';
    height: 0.9375rem;
    left: initial;
    position: absolute;
    right: 0;
    top: 0;
    transition: .25s all;
    width: 0.9375rem; }
  input[type=checkbox]::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='15px' viewBox='0 0 15 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EA743F6C5-72C3-429B-A50D-E59C3CAB616F%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-172.000000  -6581.000000)' stroke='%232E3030' stroke-width='2'%3E%3Crect id='ICON_CheckBox_Empty' x='173' y='6582.00268' width='13' height='13'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  input[type=checkbox]:hover:not(:checked)::before {
    opacity: .75; }
  input[type=checkbox]:checked::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='15px' viewBox='0 0 15 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E3B1A6D0D-5D5E-48B6-903D-EAB413ADAC1E%3C/title%3E%3Cg id='Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Onset---UI-KIT' transform='translate(-133.000000  -6581.000000)'%3E%3Cg id='ICON_CheckBox_Filled' transform='translate(133.000000  6581.002678)'%3E%3Crect id='Rectangle' fill='%23005487' x='0' y='0' width='15' height='15'%3E%3C/rect%3E%3Cpolyline id='Path-9-Copy-4' stroke='%23FFFFFF' stroke-width='1.75' points='2.44086924 7.09760043 6.19221074 11.1645508 13.2397573 4.16455078'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

input + label {
  cursor: pointer;
  margin-left: 0.75rem; }

form .layout-region {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem; }

form fieldset.form-composite > legend {
  display: block;
  margin: 0 0 0.75rem;
  padding: 0;
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2e3030; }

form fieldset.fieldset--flex-column, form fieldset.fieldset--block {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem; }
  form fieldset.fieldset--flex-column legend,
  form fieldset.fieldset--flex-column h2,
  form fieldset.fieldset--flex-column .h2, form fieldset.fieldset--block legend,
  form fieldset.fieldset--block h2,
  form fieldset.fieldset--block .h2 {
    margin-bottom: 0; }
  form fieldset.fieldset--flex-column .fieldset-wrapper, form fieldset.fieldset--block .fieldset-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem; }

form fieldset.fieldset--block {
  padding: 1.5rem; }
  .bs-bg-light-green form fieldset.fieldset--block {
    background-color: #d7e2ce; }
  .bs-bg-white form fieldset.fieldset--block {
    background-color: #f3f3f3; }

form fieldset.fieldset--subheadline legend {
  border-bottom: solid 0.0625rem #003453;
  color: #003453;
  font-size: 1.25rem;
  padding: 0.375rem 0; }

form details {
  margin: 0 0 1rem;
  padding: 0;
  border: 0; }
  form details summary {
    display: block;
    width: 100%;
    margin: 0 0 0.25rem;
    padding: 0 0 0 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMC41IiBoZWlnaHQ9IjE2LjQiIHZpZXdCb3g9IjAgMCAxMC41IDE2LjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KICA8ZyBpZD0iRGVzaWducyI+DQogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMS4wMDAwMDAsIC02NTgxLjAwMDAwMCkiPg0KICAgICAgPHBvbHlsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM0MEI0RTU7c3Ryb2tlLXdpZHRoOjI7IiBwb2ludHM9IjQxMS43LDY1OTYuNyA0MjAsNjU4OSA0MTEuNyw2NTgxLjcgIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==") 0 0.25rem no-repeat transparent;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #2e3030;
    transition: 0.2s ease-in-out; }
  form details[open] summary {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjEwLjUiIHZpZXdCb3g9IjAgMCAxNi41IDEwLjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KICA8ZyBpZD0iRGVzaWducyI+DQogICAgPGcgaWQ9Ik9uc2V0LS0tVUktS0lUIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDExLjAwMDAwMCwgLTY1ODEuMDAwMDAwKSI+DQogICAgICA8cG9seWxpbmUgaWQ9IklDT05fQXJyb3dEb3duX0dyZWVuIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNDBCNEU1O3N0cm9rZS13aWR0aDoyOyIgcG9pbnRzPSI0MTEuNyw2NTgxLjcgNDE5LjQsNjU5MCA0MjYuNyw2NTgxLjciLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K") 0 0.4375rem no-repeat transparent;
    transition: 0.2s ease-in-out; }
  form details .details-wrapper {
    padding: 0; }

form .captcha .form-item input {
  width: auto; }

form .webform-progress-tracker {
  margin-top: 1.5rem; }
  form .webform-progress-tracker .progress-step {
    flex-grow: 1; }
    form .webform-progress-tracker .progress-step:last-child {
      flex: 0 1 auto; }
    form .webform-progress-tracker .progress-step .progress-marker::before {
      border-style: solid;
      border-width: 0.0625rem;
      height: 2.625rem;
      width: 2.625rem; }
    form .webform-progress-tracker .progress-step .progress-marker::after {
      background-color: #ddf2ff;
      border-radius: 0.625rem;
      height: 0.3125rem;
      right: 0;
      top: 1.3125rem;
      width: calc(100% - 2.625rem);
      transform: scaleX(0.8); }
    form .webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before {
      border-color: #b2d7e6;
      background-color: #fff; }
    form .webform-progress-tracker .progress-step.is-complete .progress-marker::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e943' !important;
      color: #7ba03b;
      background-color: #fff;
      border-color: #7ba03b;
      font-size: 2.625rem; }
    form .webform-progress-tracker .progress-step.is-complete .progress-marker::after {
      background-color: #7ba03b; }
    form .webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before {
      background-color: #f3f3f3 !important; }
    form .webform-progress-tracker .progress-step.is-active .progress-marker::before {
      background-color: #005487;
      border-color: #40b4e5;
      box-shadow: inset 0 0 0 0.3125rem #fff; }
    form .webform-progress-tracker .progress-step.is-active .progress-marker::after {
      background-color: #005487; }
    form .webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
      background-color: #40b4e5; }
    form .webform-progress-tracker .progress-step .progress-title {
      transition: all 0.25s ease-in-out;
      text-decoration: none !important; }
      form .webform-progress-tracker .progress-step .progress-title__info {
        color: #2e3030;
        text-transform: uppercase;
        font-size: 0.875rem; }
      form .webform-progress-tracker .progress-step .progress-title__title {
        color: #005487;
        font-weight: 700; }

form .webform-element--title-inline.js-form-type-checkbox {
  display: flex;
  flex-direction: row;
  column-gap: 0.75rem; }

form .layout-region-content-entity-footer {
  margin-top: 1.5rem; }

form .webform-flexbox {
  display: flex;
  column-gap: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1.5rem; }
  @media (min-width: 768px) {
    form .webform-flexbox {
      flex-direction: row; } }

form ::placeholder {
  color: #b2b2b2; }

form.webform-submission-form div.form-actions {
  display: flex;
  flex-direction: row; }
  form.webform-submission-form div.form-actions button.form-submit {
    min-width: 12.5rem; }
  form.webform-submission-form div.form-actions .webform-button--next {
    margin-left: auto;
    margin-right: 0; }

form.webform-submission-form .form-type-radio, form.webform-submission-form .form-type-checkbox {
  display: flex;
  flex-direction: row;
  column-gap: 0.75rem; }
  form.webform-submission-form .form-type-radio > label, form.webform-submission-form .form-type-checkbox > label {
    flex: 0 1 100%; }

form.webform-submission-form .form-type-radio > input {
  flex: 0 0 1.375rem; }

form.webform-submission-form .form-type-checkbox > input {
  flex: 0 0 1rem; }

form .webform-multiple-table thead th {
  background-color: #003453;
  color: #fff; }

form .webform-multiple-table tbody tr:nth-child(odd) {
  background-color: #fbfbfb; }

form.model-light input:not(.error),
form.model-light textarea:not(.error),
form.model-light select:not(.error) {
  transition: .25s all; }

form.model-light input:not([type=checkbox]):focus {
  background-color: #fbfbfb; }

.form-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .form-item label {
    display: block;
    margin: 0 0 0.25rem;
    padding: 0;
    background: transparent;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #2e3030; }
    form.webform-submission-onset-cart-form .form-item label {
      font-weight: 400; }
  .form-item input,
  .form-item textarea {
    background: #fff;
    border: 0.0625rem solid #003453;
    border-radius: 0 0.75rem 0 0.75rem;
    color: #005487;
    display: inline-block;
    /*font-family: "DM Sans", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
    padding: 0.5rem 1rem;
    vertical-align: top;
    width: 100%; }
    .form-item input:focus, .form-item input:focus-visible, .form-item input:focus-within, .form-item input:active,
    .form-item textarea:focus,
    .form-item textarea:focus-visible,
    .form-item textarea:focus-within,
    .form-item textarea:active {
      outline: 0.0625rem solid #005487;
      border: 0.0625rem solid #005487;
      box-shadow: none; }
    .form-item input.error,
    .form-item textarea.error {
      border-width: 0.0625rem; }
    form.webform-submission-onset-cart-form .form-item input, form.webform-submission-onset-cart-form
    .form-item textarea {
      border: solid 1px #cacaca;
      line-height: 2.375rem; }
  .form-item select,
  .form-item .select2-selection.select2-selection--single {
    appearance: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjEwLjUiIHZpZXdCb3g9IjAgMCAxNi41IDEwLjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KICA8ZyBpZD0iRGVzaWducyI+DQogICAgPGcgaWQ9Ik9uc2V0LS0tVUktS0lUIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDExLjAwMDAwMCwgLTY1ODEuMDAwMDAwKSI+DQogICAgICA8cG9seWxpbmUgaWQ9IklDT05fQXJyb3dEb3duX0dyZWVuIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNDBCNEU1O3N0cm9rZS13aWR0aDoyOyIgcG9pbnRzPSI0MTEuNyw2NTgxLjcgNDE5LjQsNjU5MCA0MjYuNyw2NTgxLjciLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K") calc(100% - 0.75rem) 50% no-repeat #fff;
    border: 0.0625rem solid #003453;
    border-radius: 0 0.75rem 0 0.75rem;
    color: #005487;
    display: inline-block;
    /*font-family: "DM Sans", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    height: inherit;
    line-height: 2.375rem;
    margin: 0;
    padding: 0 1rem;
    vertical-align: top;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .form-item select:focus, .form-item select:focus-visible, .form-item select:focus-within, .form-item select:active,
    .form-item .select2-selection.select2-selection--single:focus,
    .form-item .select2-selection.select2-selection--single:focus-visible,
    .form-item .select2-selection.select2-selection--single:focus-within,
    .form-item .select2-selection.select2-selection--single:active {
      outline: 0.0625rem solid #005487;
      border: 0.0625rem solid #005487;
      box-shadow: none; }
    .form-item select:disabled,
    .form-item .select2-selection.select2-selection--single:disabled {
      background-color: #f3f3f3;
      opacity: 0.5; }
    form.webform-submission-onset-cart-form .form-item select, form.webform-submission-onset-cart-form
    .form-item .select2-selection.select2-selection--single {
      border: solid 1px #cacaca;
      line-height: 2.375rem; }
  .form-item .select2-container .selection {
    display: block; }
  .form-item .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: inherit; }
  .form-item .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    display: none; }
  .form-item .form-type-radio,
  .form-item .form-type-checkbox, .form-item.form-type-checkbox {
    margin: 0 0 0.375rem; }
    .form-item .form-type-radio label,
    .form-item .form-type-checkbox label, .form-item.form-type-checkbox label {
      display: inline-block;
      margin: 0;
      padding: 0;
      /*font-family: "DM Sans", sans-serif;*/
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375rem;
      color: #005487; }
  .form-item .form-type-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.375rem;
    height: 1.375rem;
    margin: 0;
    padding: 0;
    background: #fff !important;
    border: 0.0625rem solid #2e3030;
    border-radius: 50%;
    font: inherit;
    color: #005487; }
    .form-item .form-type-radio input::before {
      content: none; }
    .form-item .form-type-radio input:checked::before {
      content: '';
      display: block;
      width: 0.875rem;
      height: 0.875rem;
      margin: 0.1875rem auto 0;
      padding: 0;
      background: #005487 !important;
      border: 0.0625rem solid #2e3030;
      border-radius: 50%; }
    .form-item .form-type-radio input:focus, .form-item .form-type-radio input:focus-visible, .form-item .form-type-radio input:focus-within, .form-item .form-type-radio input:active {
      outline: none; }
  .form-item .form-type-checkbox input, .form-item.form-type-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin: 0.25rem 0 0;
    padding: 0;
    background: #fff !important;
    border: 0.125rem solid #2e3030;
    border-radius: 0;
    font: inherit;
    color: inherit; }
    .form-item .form-type-checkbox input::before, .form-item.form-type-checkbox input::before {
      content: none; }
    .form-item .form-type-checkbox input:checked, .form-item.form-type-checkbox input:checked {
      border: 0.0625rem solid #005487;
      background: #005487 !important; }
      .form-item .form-type-checkbox input:checked::before, .form-item.form-type-checkbox input:checked::before {
        content: '';
        display: block;
        width: 0.75rem;
        height: 0.625rem;
        margin: 0.1875rem 0.0625rem 0 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #fff;
        background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMi4xIiBoZWlnaHQ9IjguOSIgdmlld0JveD0iMCAwIDEyLjEgOC45IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCiAgPGc+DQogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyNC4wMDAwMDAsIC02NTgzLjAwMDAwMCkiPg0KICAgICAgPHBvbHlsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNzU7IiBwb2ludHM9IjgyNC42LDY1ODYuNiA4MjguNCw2NTkwLjYgODM1LjQsNjU4My42Ii8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==") no-repeat transparent !important; }
    .form-item .form-type-checkbox input:focus, .form-item .form-type-checkbox input:focus-visible, .form-item .form-type-checkbox input:focus-within, .form-item .form-type-checkbox input:active, .form-item.form-type-checkbox input:focus, .form-item.form-type-checkbox input:focus-visible, .form-item.form-type-checkbox input:focus-within, .form-item.form-type-checkbox input:active {
      outline: none; }
  .form-item.form-type-webform-markup {
    margin-top: 0.75rem; }
  .form-item .description {
    margin-top: 0.75rem; }
  .form-item.form-item-product-add-on .description {
    margin-top: 0;
    margin-left: 0; }

span.ui-dialog-title a {
  font-size: 0.875rem;
  color: #5a762b;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  margin-left: 1rem; }

.ui-dialog .modal-content-wrapper {
  clear: left;
  padding: 1rem; }

.ui-dialog .modal-actions {
  padding: 0 1rem 1rem; }
  .ui-dialog .modal-actions button.form-submit.dialog-cancel {
    margin-right: 1rem; }

form.product-add-on-form #add-col-header {
  color: #171717;
  width: 10%;
  float: right;
  margin-bottom: -0.5rem;
  margin-right: 0.875rem;
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center; }

form.product-add-on-form .warranty-details,
form.product-add-on-form .product-details {
  clear: left;
  padding: 0 1rem; }
  form.product-add-on-form .warranty-details .modal-item-title-wrapper,
  form.product-add-on-form .product-details .modal-item-title-wrapper {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #003453;
    margin: 0;
    border-bottom: 1px solid #b2b2b2;
    width: 90%; }
  form.product-add-on-form .warranty-details .modal-item-title,
  form.product-add-on-form .product-details .modal-item-title {
    max-width: 80%;
    display: inline-block; }
  form.product-add-on-form .warranty-details .form-type-checkbox,
  form.product-add-on-form .product-details .form-type-checkbox {
    float: left;
    padding: 0.375rem 0 0 0;
    width: 10%;
    text-align: center; }

form.product-add-on-form .warranty-details {
  width: 100%; }
  form.product-add-on-form .warranty-details.populated {
    margin: 0 0 0.5rem 0;
    display: inline-block;
    width: 100%; }
    form.product-add-on-form .warranty-details.populated .modal-item-title a {
      font-size: 0.875rem;
      color: #5a762b;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      margin-left: 0.5rem; }
  form.product-add-on-form .warranty-details .summary {
    float: left;
    padding: 0.25rem 0 1rem 0;
    width: 90%; }

form.product-add-on-form .product-details .product-header {
  width: 100%;
  position: relative; }
  form.product-add-on-form .product-details .product-header .product-sku,
  form.product-add-on-form .product-details .product-header .product-price {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #626262;
    text-transform: uppercase; }
  form.product-add-on-form .product-details .product-header .product-sku {
    margin: 0 0 0 0.5rem; }
  form.product-add-on-form .product-details .product-header .product-price {
    position: absolute;
    right: 3rem;
    top: 0; }

form.product-add-on-form .product-details .image {
  float: left;
  width: 20%;
  padding: 1rem; }

form.product-add-on-form .product-details .summary {
  float: left;
  padding: 0.5rem 0 1.25rem 1rem;
  width: 70%; }
  form.product-add-on-form .product-details .summary a {
    font-size: 0.875rem;
    color: #5a762b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-left: 0.5rem; }

form.product-add-on-form .product-link {
  float: right;
  margin-top: .3rem;
  font-size: 1.5rem;
  margin-right: 1rem; }

form.product-add-on-form .warranty-footer {
  clear: both; }

.form-actions {
  margin: 0; }
  .layout-section.bs-bg-light-green .form-actions button.button {
    border-color: #005487;
    background-color: #005487; }

.webform-confirmation {
  background-color: #f3f3f3;
  border-top: solid 0.0625rem #c9d8be;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  text-align: center; }
  .webform-confirmation__back {
    margin-bottom: 0; }

.quantity-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }
  .quantity-wrapper .decrease-button::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e941';
    color: #40b4e5;
    width: 1.125rem;
    height: 1.125rem; }
  .quantity-wrapper .increase-button::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e93f';
    color: #40b4e5;
    width: 1.125rem;
    height: 1.125rem; }
  .quantity-wrapper .decrease-button,
  .quantity-wrapper .increase-button {
    border-radius: 1.5625rem;
    background: #fff;
    border: 0.125rem solid #005487;
    cursor: pointer;
    font-size: 0;
    height: 1.75rem;
    line-height: 0;
    min-height: auto;
    padding: 0;
    width: 1.75rem; }
    @media (min-width: 768px) {
      .quantity-wrapper .decrease-button,
      .quantity-wrapper .increase-button {
        width: 2.375rem;
        height: 2.375rem; } }
    .quantity-wrapper .decrease-button::before,
    .quantity-wrapper .increase-button::before {
      font-size: 1rem;
      line-height: 1.5rem; }
      @media (min-width: 768px) {
        .quantity-wrapper .decrease-button::before,
        .quantity-wrapper .increase-button::before {
          font-size: 1.25rem;
          line-height: 2.125rem; } }
    .quantity-wrapper .decrease-button::after,
    .quantity-wrapper .increase-button::after {
      display: none; }
    .quantity-wrapper .decrease-button.disabled,
    .quantity-wrapper .increase-button.disabled {
      border-color: #cacaca;
      cursor: auto; }
      .quantity-wrapper .decrease-button.disabled::before,
      .quantity-wrapper .increase-button.disabled::before {
        color: #cacaca; }
    .quantity-wrapper .decrease-button:hover::after,
    .quantity-wrapper .increase-button:hover::after {
      display: none; }
  .quantity-wrapper .form-type-number,
  .quantity-wrapper > input[type=number] {
    flex: 0 1 2.5rem;
    margin: 0 0.25rem; }
    @media (min-width: 768px) {
      .quantity-wrapper .form-type-number,
      .quantity-wrapper > input[type=number] {
        flex: 0 1 3.125rem;
        margin: 0 0.5rem; } }
    @media (min-width: 992px) {
      .quantity-wrapper .form-type-number,
      .quantity-wrapper > input[type=number] {
        margin: 0 0.75rem; } }
  .quantity-wrapper > input[type=number] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield; }
    .quantity-wrapper > input[type=number]::-webkit-outer-spin-button, .quantity-wrapper > input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none; }

#block-hobo-exposedformsearch-productsdocumentation form > .views-form {
  column-gap: 1.5rem;
  display: flex;
  flex-direction: row; }
  #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete {
    flex: 1;
    margin: 0; }
    #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete label {
      display: none; }
    #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete .form-text {
      background-color: #f3f3f3;
      border: 0;
      border-radius: 0 0.625rem 0 0.625rem;
      box-sizing: border-box;
      font-size: 1rem;
      line-height: 3.4375rem;
      margin: 0;
      outline-color: #7ba03b;
      padding: 0 1.5rem;
      width: 100%; }
      @media (min-width: 992px) {
        #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete .form-text {
          line-height: 4.0625rem;
          font-size: 1.25rem; } }
      #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete .form-text:focus, #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete .form-text:focus-visible, #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete .form-text:focus-within, #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-type-search-api-autocomplete .form-text:active {
        outline: 0.1875rem solid #7ba03b; }
  #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-actions {
    display: none;
    margin: 0; }
    @media (max-width: 991.98px) {
      #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-actions {
        flex: 0 0 10rem; } }
    @media (min-width: 992px) {
      #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-actions {
        flex: 0 0 12.5rem; } }
    #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-actions button {
      border: 0;
      line-height: 3.4375rem;
      padding-bottom: 0;
      padding-top: 0;
      white-space: nowrap;
      width: 100%; }
      @media (max-width: 991.98px) {
        #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-actions button {
          font-size: 1rem;
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
      @media (min-width: 992px) {
        #block-hobo-exposedformsearch-productsdocumentation form > .views-form > .form-actions button {
          line-height: 4.0625rem; } }

#block-hobo-exposedformsearch-productsdocumentation form > .search-help-link {
  display: none; }

.ui-widget.search-api-autocomplete-search {
  font-size: 1.25rem; }

.ui-widget.ui-widget-content {
  background-color: #f3f3f3 !important;
  padding-top: 0 !important; }

.ui-front.ui-dialog-content.ui-widget-content {
  background-color: #fff; }

.ui-dialog .ui-dialog-content {
  padding: 0 0 1rem !important; }

.layout-section:not(._none) .webform-submission-sign-up-for-updates-form input,
.layout-section:not(._none) .webform-submission-sign-up-for-updates-form select {
  border: 0; }

body.page-node-type-collaborator .hero-banner {
  margin-top: -15.4rem !important; }

body.page-node-type-collaborator .hero-banner-blue-wrapper .hero-banner-wrapper-content {
  padding-top: 17.4rem !important; }

body.page-node-type-collaborator .intro {
  font-size: 1.25rem;
  text-align: center;
  width: 100%; }
  body.page-node-type-collaborator .intro a {
    color: #40b4e5;
    text-decoration: none; }

body.page-node-type-collaborator h1, body.page-node-type-collaborator .h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 3.5rem; }
  body.page-node-type-collaborator h1::before, body.page-node-type-collaborator .h1::before {
    border-top: 0; }

body.page-node-type-collaborator .summary {
  margin-top: .5rem;
  text-align: center;
  width: 100%;
  max-width: none !important; }

body.page-node-type-collaborator .block-system-breadcrumb-block {
  display: none; }

body.page-node-type-collaborator .node--type-collaborator {
  margin: 0 0 2rem; }
  body.page-node-type-collaborator .node--type-collaborator .container-wide {
    text-align: center; }
    body.page-node-type-collaborator .node--type-collaborator .container-wide .field--name-field-collaborator-hero img {
      width: 90%;
      max-width: 120rem; }
  body.page-node-type-collaborator .node--type-collaborator h1, body.page-node-type-collaborator .node--type-collaborator .h1,
  body.page-node-type-collaborator .node--type-collaborator .collaborator-summary h3,
  body.page-node-type-collaborator .node--type-collaborator .collaborator-summary .h3 {
    text-align: center;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: normal;
    padding: 0 0 2.65rem;
    color: inherit;
    line-height: inherit; }
  
  body.page-node-type-collaborator .node--type-collaborator .collaborator-summary h3,
  body.page-node-type-collaborator .node--type-collaborator .collaborator-summary .h3 {
    position: relative;
    padding: 1.5rem 0 0;
    margin: 0 0 2rem;
    padding: 0 0 1.375rem;
    margin: 2rem 0 1rem;
    padding: 0 0 1.65rem; }
    body.page-node-type-collaborator .node--type-collaborator .collaborator-summary h3::before, body.page-node-type-collaborator .node--type-collaborator .collaborator-summary .h3::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 4.375rem;
      height: 0.125rem;
      border-top: 0.1875rem solid #40b4e5; }
    body.page-node-type-collaborator .node--type-collaborator .collaborator-summary h3::before, body.page-node-type-collaborator .node--type-collaborator .collaborator-summary .h3::before {
      top: inherit;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  body.page-node-type-collaborator .node--type-collaborator div.field--name-body,
  body.page-node-type-collaborator .node--type-collaborator div.link-wrapper {
    margin-bottom: 2rem; }
  body.page-node-type-collaborator .node--type-collaborator #products-used-wrapper {
    margin-bottom: 3rem;
    margin-top: 3rem; }
    body.page-node-type-collaborator .node--type-collaborator #products-used-wrapper .field--name-field-products-used {
      display: flex;
      flex-direction: column;
      row-gap: 1.5rem; }
  body.page-node-type-collaborator .node--type-collaborator .field--name-field-media-image {
    font-size: 0;
    line-height: 0;
    text-align: center; }
    body.page-node-type-collaborator .node--type-collaborator .field--name-field-media-image img {
      max-width: 15.625rem;
      max-height: 15.625rem;
      margin: 0 0 1.5rem;
      object-fit: contain;
      width: auto;
      height: auto; }
      @media (min-width: 992px) {
        body.page-node-type-collaborator .node--type-collaborator .field--name-field-media-image img {
          max-width: 25rem;
          max-height: 25rem; } }
  body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper {
    padding: 1rem;
    margin: 0; }
    @media (min-width: 576px) {
      body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper {
        padding: 1.5rem; } }
    body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper .field--name-field-media-image img {
      max-width: 12.5rem;
      height: 6.875rem;
      width: 100%;
      margin: 0 auto; }
    body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper .card-item-info-wrapper {
      padding: 0;
      text-align: center; }
    body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper .card-item-text-wrapper {
      position: relative;
      padding: 1.5rem 0 0;
      margin: 0 0 2rem;
      padding: 1.5rem 0 0;
      margin: 1.5rem 0 0; }
      body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper .card-item-text-wrapper::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 4.375rem;
        height: 0.125rem;
        border-top: 0.1875rem solid #40b4e5; }
      body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper .card-item-text-wrapper::before {
        left: 50%;
        transform: translateX(-50%); }
    body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper:hover {
      box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
      body.page-node-type-collaborator .node--type-collaborator.card-item-wrapper:hover::before {
        display: none; }
  body.page-node-type-collaborator .node--type-collaborator .primary-button {
    margin: 2.25rem 0; }
  body.page-node-type-collaborator .node--type-collaborator .ambassador-question {
    margin-top: 2.25rem;
    margin-bottom: 0.375rem;
    font-weight: 700;
    font-style: italic; }

.node--type-product.page-format-simplified .field--name-body {
  margin-top: 1rem; }

.node--type-product .messages.highlight-on {
  margin-bottom: 1rem; }

.node--type-product #product-page-cta {
  margin-top: 1.75rem; }

.node--type-product .field--name-field-what-does-it-monitor,
.node--type-product .field--name-field-who-is-this-for {
  margin-top: 1.5rem; }
  .node--type-product .field--name-field-what-does-it-monitor .field__label,
  .node--type-product .field--name-field-who-is-this-for .field__label {
    color: #003453;
    font-size: 1.25rem;
    margin-bottom: 0.75rem; }

.node--type-product h5.product-topic, .node--type-product .product-topic.h5 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: capitalize;
  padding: 0;
  line-height: 3.25rem; }
  .node--type-product h5.product-topic::before, .node--type-product .product-topic.h5::before {
    display: none; }

.node--type-product.node--view-mode-teaser {
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  border-radius: 0 0.75rem 0 0.75rem;
  padding: 1.5rem; }

.node--type-product .product-base-info-wrapper {
  margin-bottom: 2rem; }
  @media (max-width: 991.98px) {
    .node--type-product .product-base-info-wrapper {
      row-gap: 3rem; } }

.node--type-product .product-part-number-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.5rem; }
  .node--type-product .product-part-number-wrapper .product-part-number-title,
  .node--type-product .product-part-number-wrapper .product-part-number {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #626262;
    margin: 0;
    text-transform: uppercase; }
  .node--type-product .product-part-number-wrapper .product-part-number {
    white-space: nowrap; }
    .node--type-product .product-part-number-wrapper .product-part-number.variants {
      font-size: 0.8125rem; }

.node--type-product .product-title {
  position: relative;
  padding: 1.5rem 0 0;
  margin: 0 0 2rem;
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 2.875rem;
  margin: 0 0 0.5rem;
  color: #003453; }
  .node--type-product .product-title::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4.375rem;
    height: 0.125rem;
    border-top: 0.1875rem solid #40b4e5; }
  @media (min-width: 992px) {
    .node--type-product .product-title {
      font-size: 2.75rem;
      line-height: 3.25rem; } }

.node--type-product .product-status-description {
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin: 0.9375rem 0 1.25rem;
  color: #003453; }

.node--view-mode-teaser.node--type-product h3, .node--view-mode-teaser.node--type-product .h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0; }
  .node--view-mode-teaser.node--type-product h3 > a, .node--view-mode-teaser.node--type-product .h3 > a {
    color: #005487;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease-in-out; }
    .node--view-mode-teaser.node--type-product h3 > a:hover, .node--view-mode-teaser.node--type-product .h3 > a:hover {
      color: #40b4e5; }

.node--view-mode-teaser.redirect.node--type-product h3, .node--view-mode-teaser.redirect.node--type-product .h3 {
  margin: 0 0 0.75rem; }

.node--type-product h4, .node--type-product .h4 {
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (min-width: 768px) {
    .node--type-product h4, .node--type-product .h4 {
      font-size: 1.25rem; } }
  .node--type-product h4.product-software a, .node--type-product .product-software.h4 a {
    color: #005487; }
  .node--type-product h4 a, .node--type-product .h4 a {
    font-weight: 700;
    text-decoration: none; }

.node--type-product .product-subtitle {
  /*/*font-family: "Outfit", sans-serif;*/*/
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #005487;
  padding-top: 0; }
  @media (min-width: 992px) {
    .node--type-product .product-subtitle {
      font-size: 1.5rem;
      line-height: 2rem; } }
  .node--type-product .product-subtitle::before {
    content: none; }

.node--type-product .product-description,
.node--type-product .product-summary-cta,
.node--type-product .product-important-information {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.75rem; }

.node--type-product .product-important-information-title {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #2e3030;
  margin: 0 0 0.3125rem;
  text-transform: uppercase; }

.node--type-product .product-compatibility-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem; }
  .node--type-product .product-compatibility-wrapper .product-compatibility {
    background: #f3f3f3;
    padding: 0.75rem 1rem 0.75rem 3.125rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #626262;
    display: inline-block;
    position: relative; }
    .node--type-product .product-compatibility-wrapper .product-compatibility::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e965';
      color: #7ba03b;
      font-size: 2.875rem;
      position: absolute;
      top: 50%;
      left: 0.75rem;
      transform: translateY(-50%); }
    .node--type-product .product-compatibility-wrapper .product-compatibility p {
      margin: 0; }
    .node--type-product .product-compatibility-wrapper .product-compatibility .product-software {
      /*font-family: "DM Sans", sans-serif;*/
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: 700;
      color: #005487;
      margin: 0; }

.node--type-product .product-cta {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem; }
  .node--type-product .product-cta .product-add-to-cart-form {
    align-items: flex-end;
    column-gap: 0.75rem;
    display: flex;
    flex-direction: row; }
    .node--type-product .product-cta .product-add-to-cart-form .form-item-quantity {
      flex: 0 0 7.5rem; }
      .node--type-product .product-cta .product-add-to-cart-form .form-item-quantity input[name=quantity] {
        font-size: 1.5rem; }
    .node--type-product .product-cta .product-add-to-cart-form .form-actions {
      flex: 1 0 15.625rem; }
      .node--type-product .product-cta .product-add-to-cart-form .form-actions button {
        min-width: 12.5rem; }
  .node--type-product .product-cta .quote-button {
    margin-left: 0.25rem; }

.node--type-product .product-secondary-cta {
  display: inline-block;
  margin: 0 0 1rem;
  width: 100%; }

.node--type-product .product-added-to-cart-button {
  position: relative;
  padding-left: 3.125rem !important;
  white-space: nowrap; }
  .node--type-product .product-added-to-cart-button::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    content: '';
    height: 1.5rem;
    left: 0.75rem;
    position: absolute;
    right: initial;
    top: 50%;
    transition: .25s all;
    width: 1.5rem; }
  .node--type-product .product-added-to-cart-button::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e943' !important;
    color: #fff;
    line-height: inherit;
    transform: translateY(-50%); }

.node--type-product .product-price {
  /*font-family: "DM Sans", sans-serif;*/
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #003453;
  margin: 0 0 0.75rem; }
  .node--type-product .product-price .product-price-value {
    font-weight: 600; }
  .node--view-mode-teaser.node--type-product .product-price {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .node--view-mode-teaser.node--type-product .product-price {
        font-size: 1rem; } }
  .node--view-mode-comparison.node--type-product .product-price {
    color: #2e3030;
    font-size: 1rem;
    margin-bottom: 0; }

.node--type-product.node--view-mode-teaser {
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  border-radius: 0 0.75rem 0 0.75rem;
  padding: 1.5rem; }
  .node--type-product.node--view-mode-teaser .col-image a {
    display: block; }
  .node--type-product.node--view-mode-teaser .product-price span {
    font-weight: 700; }
  .node--type-product.node--view-mode-teaser .field--name-field-summary {
    margin-bottom: 0.75rem; }
    @media (max-width: 575.98px) {
      .node--type-product.node--view-mode-teaser .field--name-field-summary {
        font-size: 0.875rem; } }

.node--view-mode-modal.node--type-product h3, .node--view-mode-modal.node--type-product .h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0; }
  .node--view-mode-modal.node--type-product h3 > a, .node--view-mode-modal.node--type-product .h3 > a {
    color: #005487;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease-in-out; }
    .node--view-mode-modal.node--type-product h3 > a:hover, .node--view-mode-modal.node--type-product .h3 > a:hover {
      color: #40b4e5; }

.node--view-mode-modal.node--type-product .col-image {
  margin-bottom: 1.5rem; }

@media (max-width: 575.98px) {
  .node--type-product .col-image img {
    display: block;
    margin: 0 auto;
    width: 25rem; } }

.node--view-mode-modal.node--type-product .product-price {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 576px) {
    .node--view-mode-modal.node--type-product .product-price {
      font-size: 1rem; } }

.node--type-product .vertical-align-bottom {
  margin-top: auto; }
  .node--view-mode-teaser.node--type-product .vertical-align-bottom {
    margin-top: auto;
    padding-top: 0.75rem; }
  .node--type-product .vertical-align-bottom a {
    display: inline-block;
    margin-top: 1.5rem; }
    .node--view-mode-modal.node--type-product .vertical-align-bottom a {
      font-weight: 700;
      text-decoration: none; }

.node--view-mode-teaser.node--type-product .arrow-link {
  font-size: 1rem; }

.node--type-product .product-topic-wrapper {
  margin: 2rem 0;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.node--type-product #product-information-tab > div > div.block-block-content:not(:first-child) {
  margin-top: 2rem; }

.node--type-product.node--view-mode-search-result {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0 0.75rem 0 0.75rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5); }
  .node--type-product.node--view-mode-search-result .tags-wrapper {
    position: absolute;
    top: 0.75rem;
    left: 0; }
    .node--type-product.node--view-mode-search-result .tags-wrapper .tag {
      background: #003453;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.25rem; }
  .node--type-product.node--view-mode-search-result .image-wrapper img {
    margin: 0 0 1.5rem; }
  .node--type-product.node--view-mode-search-result .product-price {
    color: #2e3030;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem; }
  .node--type-product.node--view-mode-search-result .title {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #005487; }
  .node--type-product.node--view-mode-search-result.search-result-item-wrapper {
    height: 100%;
    margin: 0;
    padding: 1.5rem 1.5rem 3rem; }
    .node--type-product.node--view-mode-search-result.search-result-item-wrapper .link-wrapper {
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem; }

.node--type-product.node--view-mode-snippet {
  position: relative;
  background: #fff;
  border-radius: 0 0.75rem 0 0.75rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5);
  overflow: hidden; }
  .node--type-product.node--view-mode-snippet .node__content {
    margin: 0;
    padding: 0.75rem 0;
    justify-content: flex-start;
    align-items: center;
    align-content: center; }
  .node--type-product.node--view-mode-snippet .col-image {
    padding: 0; }
  .node--type-product.node--view-mode-snippet .product-sku {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #005487;
    margin: 0; }
  .node--type-product.node--view-mode-snippet .product-name {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #2e3030;
    margin: 0; }
  .node--type-product.node--view-mode-snippet .product-price {
    /*font-family: "DM Sans", sans-serif;*/
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #2e3030;
    margin: 0; }
    .node--type-product.node--view-mode-snippet .product-price span {
      font-weight: 700;
      text-transform: uppercase; }
  .node--type-product.node--view-mode-snippet span.arrow-link {
    font-size: 1rem;
    margin: 1rem 0 0; }
    @media (min-width: 992px) {
      .node--type-product.node--view-mode-snippet span.arrow-link {
        font-size: 1rem; } }
  .node--type-product.node--view-mode-snippet .hover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    margin: 0; }
  .node--type-product.node--view-mode-snippet:hover::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.375rem solid #7ba03b; }
  @media (min-width: 992px) {
    .node--type-product.node--view-mode-snippet:hover span.arrow-link {
      display: inline-block; }
      .node--type-product.node--view-mode-snippet:hover span.arrow-link::after {
        display: inline-block; } }

.node--type-product .product-wrapper-full-width {
  margin-bottom: -1.5rem;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }
  .node--type-product .product-wrapper-full-width.bg-gray {
    background: #f3f3f3; }

.node--type-product .zonos-notice {
  background-color: #ddf2ff;
  border: 0.125rem solid #40b4e5;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.625rem;
  width: fit-content; }

.ui-dialog {
  box-shadow: 0 0.125rem 0.5rem 0 rgba(170, 170, 170, 0.5) !important;
  border-radius: 0 0.75rem 0 0.75rem !important;
  padding: 0.5rem 0 1rem 0 !important; }
  .ui-dialog.ui-widget {
    /*font-family: "Outfit", sans-serif;*/ }
  .ui-dialog .ui-dialog-titlebar,
  .ui-dialog #add-on-products-title {
    border-color: transparent !important;
    background: transparent !important;
    font-size: 1.25rem;
    padding: 0.25rem 0.625rem !important;
    color: #005487; }
  .ui-dialog #add-on-products-title {
    background-color: #f3f3f3 !important;
    font-size: 1.375rem;
    font-weight: bold;
    color: #005487;
    margin-bottom: 1rem;
    padding: 0 0.625rem !important; }
  .ui-dialog .ui-button-icon.ui-icon.ui-icon-closethick {
    background-image: none !important; }
  .ui-dialog button.form-submit {
    float: right;
    margin-right: 0; }
  .ui-dialog .product-details .image,
  .ui-dialog .form-item-product-add-on {
    text-align: center; }

.ui-widget-overlay.ui-front {
  opacity: .6 !important; }

.product-topic-wrapper {
  margin: 2rem 0; }

.documents-wrapper {
  margin: 2rem 0; }
  .documents-wrapper .documents-header-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .documents-wrapper .documents-header-wrapper {
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center; } }
  .documents-wrapper .documents-content-wrapper .col {
    flex: 1 0 100%;
    padding: calc(var(--bs-gutter-x) * .5); }
    @media (min-width: 992px) {
      .documents-wrapper .documents-content-wrapper .col {
        flex: 1 0 0; } }

.products-collapsible-section-wrapper {
  background: #f3f3f3;
  padding: 3rem 0 5rem;
  margin-left: 50%;
  text-align: center;
  display: block;
  position: relative;
  transform: translateX(-50%);
  width: 100vw; }
  .products-collapsible-section-wrapper .container {
    max-width: 30rem; }
  .products-collapsible-section-wrapper .products-collapsible-section-title {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #005487;
    padding: 0; }
    .products-collapsible-section-wrapper .products-collapsible-section-title::before {
      content: none; }
  .products-collapsible-section-wrapper .products-collapsible-section-close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    text-decoration: none; }
    .products-collapsible-section-wrapper .products-collapsible-section-close::before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e936';
      color: #2e3030;
      font-size: 2rem; }
  .products-collapsible-section-wrapper .form-item {
    margin: 1.25rem 0rem; }
    .products-collapsible-section-wrapper .form-item:first-child {
      margin-top: 0; }
  .products-collapsible-section-wrapper button {
    margin-top: 0.625rem; }

.specifications-wrapper {
  font-size: 1.25rem; }
  .specifications-wrapper .field--name-field-compliance-marks {
    margin-top: 1rem; }
    .specifications-wrapper .field--name-field-compliance-marks div {
      float: left;
      margin-right: .8rem; }
    .specifications-wrapper .field--name-field-compliance-marks .vocabulary-certification h5, .specifications-wrapper .field--name-field-compliance-marks .vocabulary-certification .h5,
    .specifications-wrapper .field--name-field-compliance-marks .vocabulary-certification a {
      display: none; }
    .specifications-wrapper .field--name-field-compliance-marks .vocabulary-certification img {
      width: 3rem; }
  .specifications-wrapper .field--name-field-specification-label {
    font-weight: 700;
    padding-right: 1rem; }
  .specifications-wrapper .indent-level-1 {
    margin-left: 1.5rem; }
  .specifications-wrapper .indent-level-2 {
    margin-left: 3rem; }
  .specifications-wrapper .indent-level-3 {
    margin-left: 4.5rem; }

.field--name-field-product-specifications {
  position: relative;
  overflow: hidden; }
  @media (prefers-reduced-motion: no-preference) {
    .field--name-field-product-specifications {
      transition: .5s all; } }
  .field--name-field-product-specifications h3, .field--name-field-product-specifications .h3 {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #005487; }
  .field--name-field-product-specifications .field--name-field-specification-group-descri {
    margin: -1.25rem 0 1.25rem; }
  .field--name-field-product-specifications > .field-inner {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    padding: 1.5rem 1.5rem 3rem; }
  .field--name-field-product-specifications .field--name-field-specification-items {
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 992px) {
      .field--name-field-product-specifications .field--name-field-specification-items {
        grid-row-gap: 1.5rem;
        grid-template-columns: 18.75rem auto; } }
    .field--name-field-product-specifications .field--name-field-specification-items.blank-specification-label {
      grid-template-columns: 0 auto; }
    @media (min-width: 992px) {
      .field--name-field-product-specifications .field--name-field-specification-items.indented {
        grid-template-columns: 40rem auto; } }
    .field--name-field-product-specifications .field--name-field-specification-items .field--name-field-specification-label {
      font-weight: 700; }
  @media (max-width: 991.98px) {
    .field--name-field-product-specifications .field--name-field-specification-values {
      margin-bottom: 1.5rem; } }
  .field--name-field-product-specifications .paragraph--type--product-specification-value,
  .field--name-field-product-specifications .paragraph--type--product-specification-measuremen {
    display: flex;
    flex-direction: row; }
    .field--name-field-product-specifications .paragraph--type--product-specification-value > .field,
    .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field {
      display: inline-block; }
      .field--name-field-product-specifications .paragraph--type--product-specification-value > .field + .field--name-field-specification-measurement,
      .field--name-field-product-specifications .paragraph--type--product-specification-value > .field + .field--name-field-spec-metric-value,
      .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field + .field--name-field-specification-measurement,
      .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field + .field--name-field-spec-metric-value {
        margin-left: 1.5rem;
        position: relative; }
        .field--name-field-product-specifications .paragraph--type--product-specification-value > .field + .field--name-field-specification-measurement::before,
        .field--name-field-product-specifications .paragraph--type--product-specification-value > .field + .field--name-field-spec-metric-value::before,
        .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field + .field--name-field-specification-measurement::before,
        .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field + .field--name-field-spec-metric-value::before {
          content: '|';
          position: absolute;
          left: -0.75rem; }
      .field--name-field-product-specifications .paragraph--type--product-specification-value > .field .field--name-field-specification-measurement > div.field__item,
      .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field .field--name-field-specification-measurement > div.field__item {
        width: 100%; }
      .field--name-field-product-specifications .paragraph--type--product-specification-value > .field > .field__item,
      .field--name-field-product-specifications .paragraph--type--product-specification-measuremen > .field > .field__item {
        display: inline-block; }
    .field--name-field-product-specifications .paragraph--type--product-specification-value .field--name-field-spec-code-markup table td.bolded,
    .field--name-field-product-specifications .paragraph--type--product-specification-measuremen .field--name-field-spec-code-markup table td.bolded {
      font-weight: 700; }
  .field--name-field-product-specifications .field--name-field-spec-imperial-value::before {
    content: '\00A0('; }
  .field--name-field-product-specifications .field--name-field-spec-imperial-value::after {
    content: ')'; }
  .field--name-field-product-specifications .button-collapse-wrapper {
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 25%);
    bottom: 0;
    left: 0;
    padding: 4.5rem 0 1.5rem;
    position: absolute;
    right: 0; }
    .field--name-field-product-specifications .button-collapse-wrapper button.button-collapse {
      display: block;
      margin: 0 auto; }
    .opened.field--name-field-product-specifications .button-collapse-wrapper {
      padding-top: 3rem; }

.product-upgrade-options-wrapper .node--type-product {
  margin: 0 0 2rem; }
  .product-upgrade-options-wrapper .node--type-product:last-child {
    margin: 0; }

.product-faqs-wrapper {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.paragraph--type--faq {
  border: 0;
  border-bottom: 1px solid #b2b2b2; }
  .paragraph--type--faq .accordion-body {
    padding: 0 1rem 1rem; }
    @media (min-width: 992px) {
      .paragraph--type--faq .accordion-body {
        padding: 0 1.5rem 1.5rem; } }
  .paragraph--type--faq .accordion-button:not(.collapsed) {
    color: #171717;
    background: transparent;
    box-shadow: none; }
  .paragraph--type--faq .accordion-button:focus {
    box-shadow: none; }

.block-product-documentation-header .download-link::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94d';
  color: #5a762b;
  display: inline-block;
  margin-right: 0.75rem; }

.block-product-documentation-header .download-link::after {
  font-size: 1rem; }

/* Added to accomdate the new REQUEST A QUOTE CTAs */
/* Remove from _shame.scss eventually. */
.node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
.node--type-product .product-cta.has-quantity a.button {
  margin-right: 0; }
  @media (max-width: 1399.98px) {
    .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
    .node--type-product .product-cta.has-quantity a.button {
      min-width: 9.5rem;
      padding: 0.625rem 1.5rem; } }
  @media (max-width: 1199.98px) {
    .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
    .node--type-product .product-cta.has-quantity a.button {
      min-width: 8.5rem;
      padding: 0.625rem 0; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button {
    margin-bottom: .5rem;
    margin-left: 0.25rem; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
  .node--type-product .product-cta.has-quantity a.button {
    width: 100%; } }

@media (max-width: 1399.98px) {
  .node--type-product .product-cta.has-quantity .button::after,
  .node--type-product .product-cta.has-quantity .button:hover::after,
  .node--type-product .product-cta.has-quantity .secondary-button:hover::after,
  .node--type-product .product-cta.has-quantity .secondary-button::after {
    display: none; } }

.node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
.node--type-product .product-cta.no-quantity a.button {
  margin-right: 0; }
  @media (max-width: 1199.98px) {
    .node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
    .node--type-product .product-cta.no-quantity a.button {
      min-width: 13.5rem;
      padding: 0.625rem 0; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
  .node--type-product .product-cta.no-quantity a.button.product-cta-button {
    margin-bottom: .5rem; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
  .node--type-product .product-cta.no-quantity a.button {
    width: 100%;
    margin-left: 0; } }

@media print {
  div.other-products-series-wrapper,
  form.product-add-to-cart-form,
  #compatible-items,
  #reviews,
  #documents,
  div.view-recently-viewed-products,
  div.product-wrapper-full-width,
  div.view-recently-viewed-products,
  div.embeddedServiceHelpButton {
    display: none !important; }
  .field--name-field-product-specifications {
    min-height: auto !important;
    height: auto !important; }
    .field--name-field-product-specifications .button-collapse-wrapper button.button-collapse {
      display: none; }
  .specifications-wrapper {
    font-size: 1rem; }
  .field--name-field-product-specifications h3, .field--name-field-product-specifications .h3 {
    text-decoration: underline; }
  .field--name-field-product-specifications .field--name-field-specification-items {
    grid-row-gap: 0.5rem; }
  .field--name-field-product-specifications > .field-inner {
    padding: 0;
    row-gap: 2rem; } }

body.page-node-type-resource #layout-container main {
  margin-bottom: 0; }

.node--type-resource.node--view-mode-full {
  margin-top: 3rem; }
  .node--type-resource.node--view-mode-full h2, .node--type-resource.node--view-mode-full .h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem; }
  .node--type-resource.node--view-mode-full .use-case-wrapper h2, .node--type-resource.node--view-mode-full .use-case-wrapper .h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 600;
    /*font-family: "Outfit", sans-serif;*/
    color: #003453;
    margin: 0 0 1.25rem;
    padding: 0; }
    @media (min-width: 992px) {
      .node--type-resource.node--view-mode-full .use-case-wrapper h2, .node--type-resource.node--view-mode-full .use-case-wrapper .h2 {
        font-size: 2rem;
        line-height: 2.5rem; } }
    .node--type-resource.node--view-mode-full .use-case-wrapper h2::before, .node--type-resource.node--view-mode-full .use-case-wrapper .h2::before {
      content: '';
      position: unset; }
  .node--type-resource.node--view-mode-full .tags-wrapper {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 2rem 0 2rem; }
    .node--type-resource.node--view-mode-full .tags-wrapper .tag {
      margin: 0 1rem 1rem 0; }
      .node--type-resource.node--view-mode-full .tags-wrapper .tag:last-child {
        margin: 0 0 1rem; }
  .node--type-resource.node--view-mode-full .field--name-field-media-video {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 3rem 0; }
  .node--type-resource.node--view-mode-full.resource-type-documentation .field--name-field-documentation-files,
  .node--type-resource.node--view-mode-full.resource-type-application-story .flex-column .field--name-body,
  .node--type-resource.node--view-mode-full.resource-type-application-story .field--name-field-presented-by,
  .node--type-resource.node--view-mode-full.resource-type-how-to-videos .flex-column .field--name-body {
    margin-bottom: 3rem; }
  .node--type-resource.node--view-mode-full .field--name-field-download-file {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 2rem 0; }
    .node--type-resource.node--view-mode-full .field--name-field-download-file .file {
      background: transparent;
      padding: 0;
      font-size: 0;
      line-height: 0; }
      .node--type-resource.node--view-mode-full .field--name-field-download-file .file a::before {
        display: none; }
  .node--type-resource.node--view-mode-full .testimonials-carousel-wrapper {
    margin: 1rem 0 0; }
  .node--type-resource.node--view-mode-full .related-resources-wrapper,
  .node--type-resource.node--view-mode-full .related-products-wrapper {
    background: #f3f3f3;
    padding: 2rem 0; }
    .node--type-resource.node--view-mode-full .related-resources-wrapper.bs-text-center,
    .node--type-resource.node--view-mode-full .related-products-wrapper.bs-text-center {
      padding: 2rem 0 7rem; }
      .node--type-resource.node--view-mode-full .related-resources-wrapper.bs-text-center .link-wrapper,
      .node--type-resource.node--view-mode-full .related-products-wrapper.bs-text-center .link-wrapper {
        bottom: 3rem; }
  .node--type-resource.node--view-mode-full .content-paragraphs-wrapper,
  .node--type-resource.node--view-mode-full .use-case-problem-wrapper,
  .node--type-resource.node--view-mode-full .use-case-solution-wrapper,
  .node--type-resource.node--view-mode-full .use-case-results-wrapper {
    margin-bottom: 3rem; }
    .node--type-resource.node--view-mode-full .content-paragraphs-wrapper h2::before, .node--type-resource.node--view-mode-full .content-paragraphs-wrapper .h2::before,
    .node--type-resource.node--view-mode-full .use-case-problem-wrapper h2::before,
    .node--type-resource.node--view-mode-full .use-case-problem-wrapper .h2::before,
    .node--type-resource.node--view-mode-full .use-case-solution-wrapper h2::before,
    .node--type-resource.node--view-mode-full .use-case-solution-wrapper .h2::before,
    .node--type-resource.node--view-mode-full .use-case-results-wrapper h2::before,
    .node--type-resource.node--view-mode-full .use-case-results-wrapper .h2::before {
      border-top: 0; }
    .node--type-resource.node--view-mode-full .content-paragraphs-wrapper h5, .node--type-resource.node--view-mode-full .content-paragraphs-wrapper .h5,
    .node--type-resource.node--view-mode-full .use-case-problem-wrapper h5,
    .node--type-resource.node--view-mode-full .use-case-problem-wrapper .h5,
    .node--type-resource.node--view-mode-full .use-case-solution-wrapper h5,
    .node--type-resource.node--view-mode-full .use-case-solution-wrapper .h5,
    .node--type-resource.node--view-mode-full .use-case-results-wrapper h5,
    .node--type-resource.node--view-mode-full .use-case-results-wrapper .h5 {
      text-transform: uppercase;
      color: #000; }
  .node--type-resource.node--view-mode-full .use-case-results-wrapper {
    margin-bottom: 0; }
  .node--type-resource.node--view-mode-full .use-case-products-used-wrapper {
    margin-bottom: 3rem;
    margin-top: 3rem; }
    .node--type-resource.node--view-mode-full .use-case-products-used-wrapper .field--name-field-products-used {
      display: flex;
      flex-direction: column;
      row-gap: 1.5rem; }
  .node--type-resource.node--view-mode-full.resource-type-guide div.tags-wrapper {
    display: none; }
  .node--type-resource.node--view-mode-full.resource-type-use-case .field--name-field-download-file {
    margin: 2rem 0 2rem; }
  .node--type-resource.node--view-mode-full #presenters-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .node--type-resource.node--view-mode-full #presenters-wrapper .horizontal-card-wrapper {
      padding: 0;
      border: 0;
      box-sizing: unset;
      box-shadow: none; }
      .node--type-resource.node--view-mode-full #presenters-wrapper .horizontal-card-wrapper h2, .node--type-resource.node--view-mode-full #presenters-wrapper .horizontal-card-wrapper .h2 {
        font-size: 1.125rem; }
      .node--type-resource.node--view-mode-full #presenters-wrapper .horizontal-card-wrapper img {
        border: 1px solid #005487; }

.node--type-resource.node--view-mode-search-result {
  margin-bottom: 0; }

.node--type-resource.node--view-mode-cta-icon .card, .node--type-resource.node--view-mode-document .card {
  justify-content: space-between;
  position: relative; }
  .node--type-resource.node--view-mode-cta-icon .card:hover .cta-icon-content-wrapper .arrow-link::after,
  .node--type-resource.node--view-mode-cta-icon .card:hover .cta-icon-content-wrapper .download-link::after, .node--type-resource.node--view-mode-document .card:hover .cta-icon-content-wrapper .arrow-link::after,
  .node--type-resource.node--view-mode-document .card:hover .cta-icon-content-wrapper .download-link::after {
    display: inline-block; }

.node--type-resource.node--view-mode-cta-icon a, .node--type-resource.node--view-mode-document a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

.node--type-resource h4.field__label, .node--type-resource .field__label.h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem; }

.node--type-resource .download-link::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94d';
  color: #5a762b;
  display: inline-block;
  margin-right: 0.75rem; }

.node--type-resource .download-link::after {
  font-size: 1rem; }

.pardot-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0; }
  .pardot-wrapper .pardot-link-wrapper {
    margin: 1rem; }
  .pardot-wrapper #pardot-form-wrapper {
    width: 100%;
    text-align: center;
    margin: 1rem 0 2rem;
    overflow: hidden; }
    .pardot-wrapper #pardot-form-wrapper iframe {
      width: 100%;
      max-width: 28.125rem;
      margin: 0 auto; }

.resource-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .resource-wrapper .youtube-wrapper,
  .resource-wrapper .file-download-wrapper,
  .resource-wrapper .resource-link-wrapper,
  .resource-wrapper .goal-cta-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 1.5rem 0 4rem 0; }
  .resource-wrapper .description {
    margin: 0.5rem 0 0; }

.documentation-page-resource {
  padding: 1rem; }
  .documentation-page-resource .cta-icon-icon-wrapper {
    float: left;
    margin-top: -0.375rem;
    margin-right: 0.75rem; }
  .documentation-page-resource .icon-generic-file {
    font-size: 2rem; }
  .documentation-page-resource .card-title {
    font-size: 1.25rem; }

.paragraph--type--sessions {
  margin-bottom: 1.5rem; }
  .paragraph--type--sessions .field--name-field-title {
    font-weight: bold; }

.event-date .daterange__start-time,
.event-date .daterange__end-time,
.event-date .daterange__timezone,
.event-date .timerange__separator {
  display: none; }

div.node__content .field--name-field-date-range-time-zone {
  margin-top: 1rem; }

div.node__content .daterange__date.daterange__start-date {
  font-weight: bold; }

.intemp.path-frontpage #layout-container main {
  margin-bottom: 0; }

.node__content > .layout-section:not(:first-child).no-top-padding {
  padding-top: 0; }

.node__content > .layout-section:not(:last-child).no-bottom-padding {
  padding-bottom: 0; }

.node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
.node--type-product .product-cta.has-quantity a.button {
  margin-right: 0; }
  @media (max-width: 1399.98px) {
    .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
    .node--type-product .product-cta.has-quantity a.button {
      min-width: 9.5rem;
      padding: 0.625rem 1.5rem; } }
  @media (max-width: 1199.98px) {
    .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
    .node--type-product .product-cta.has-quantity a.button {
      min-width: 8.5rem;
      padding: 0.625rem 0; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button {
    margin-bottom: .5rem;
    margin-left: 0.25rem; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.has-quantity button.product-add-to-cart-button.button,
  .node--type-product .product-cta.has-quantity a.button {
    width: 100%; } }

@media (max-width: 1399.98px) {
  .node--type-product .product-cta.has-quantity .button::after,
  .node--type-product .product-cta.has-quantity .button:hover::after,
  .node--type-product .product-cta.has-quantity .secondary-button:hover::after,
  .node--type-product .product-cta.has-quantity .secondary-button::after {
    display: none; } }

.node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
.node--type-product .product-cta.no-quantity a.button {
  margin-right: 0; }
  @media (max-width: 1199.98px) {
    .node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
    .node--type-product .product-cta.no-quantity a.button {
      min-width: 13.5rem;
      padding: 0.625rem 0; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
  .node--type-product .product-cta.no-quantity a.button.product-cta-button {
    margin-bottom: .5rem; } }

@media (max-width: 575.98px) {
  .node--type-product .product-cta.no-quantity button.product-add-to-cart-button.button,
  .node--type-product .product-cta.no-quantity a.button {
    width: 100%;
    margin-left: 0; } }

.reviews-wrapper {
  margin: 2rem 0; }
  .reviews-wrapper .reviews-header-wrapper h2, .reviews-wrapper .reviews-header-wrapper .h2 {
    margin: 0 0 1rem;
    text-transform: capitalize;
    padding: 0; }
    .reviews-wrapper .reviews-header-wrapper h2::before, .reviews-wrapper .reviews-header-wrapper .h2::before {
      display: none; }
  .reviews-wrapper .reviews-content-wrapper {
    max-width: 46.875rem; }

@media print {
  *,
  *::before,
  *::after {
    overflow: visible !important;
    color: #000 !important;
    background: transparent !important; }
  nav,
  .nav,
  header,
  footer {
    display: none !important; }
  .row {
    display: block; }
  table {
    border-collapse: collapse; }
    table th,
    table td {
      border: 1px solid #ddd; }
  body {
    font-size: 0.875rem !important; }
  h1, .h1 {
    font-size: 2.25rem !important; }
  h2, .h2 {
    font-size: 1.125rem !important; }
  h3, .h3 {
    font-size: 0.938rem !important; }
  h4, .h4, h5, .h5 {
    font-size: 0.875rem !important; }
  p,
  li,
  td,
  th {
    font-size: 0.875rem !important; } }

/*# sourceMappingURL=styles.css.map */