@charset "UTF-8";
/* ======== Vendor ======== */
@import url("../../vendor/fonts/Montserrat.css");
/* ======== Bootstrap 5 ======== */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #C12026;
  --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: #C12026;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #C12026;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-muted: #6c757d;
  --bs-body: #212529;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-primary-rgb: 193, 32, 38;
  --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: 193, 32, 38;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-muted-rgb: 108, 117, 125;
  --bs-body-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: rgb(77.2, 12.8, 15.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(77.2, 12.8, 15.2);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(242.6, 210.4, 211.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(242.6, 210.4, 211.6);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(230.2, 165.8, 168.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(230.2, 165.8, 168.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "PingFang SC", "Noto Sans SC", "Noto Sans Variable", "Noto Sans", "Source Han Sans", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Helvetica Neue", "Segoe UI", Roboto, "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #C12026;
  --bs-link-color-rgb: 193, 32, 38;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(154.4, 25.6, 30.4);
  --bs-link-hover-color-rgb: 154, 26, 30;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(193, 32, 38, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #C12026;
  --bs-form-invalid-border-color: #C12026;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(217.8, 121.2, 124.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(217.8, 121.2, 124.8);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(38.6, 6.4, 7.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(38.6, 6.4, 7.6);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(115.8, 19.2, 22.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(115.8, 19.2, 22.8);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(217.8, 121.2, 124.8);
  --bs-link-hover-color: rgb(225.24, 147.96, 150.84);
  --bs-link-color-rgb: 218, 121, 125;
  --bs-link-hover-color-rgb: 225, 148, 151;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(217.8, 121.2, 124.8);
  --bs-form-invalid-border-color: rgb(217.8, 121.2, 124.8);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row, article .gallery-columns-9, article .gallery-columns-8, article .gallery-columns-7, article .gallery-columns-6, article .gallery-columns-5, article .gallery-columns-4, article .gallery-columns-3, article .gallery-columns-2, article .gallery-columns-1 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, article .gallery-columns-9 > *, article .gallery-columns-8 > *, article .gallery-columns-7 > *, article .gallery-columns-6 > *, article .gallery-columns-5 > *, article .gallery-columns-4 > *, article .gallery-columns-3 > *, article .gallery-columns-2 > *, article .gallery-columns-1 > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

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

.row-cols-1 > *, article .gallery-columns-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > *, article .gallery-columns-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > *, article .gallery-columns-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > *, article .gallery-columns-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > *, article .gallery-columns-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > *, article .gallery-columns-9 > *, article .gallery-columns-8 > *, article .gallery-columns-7 > *, article .gallery-columns-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 2.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.5rem;
}

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

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

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

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

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 6rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 6rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 7.5rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 7.5rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 9rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 9rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 11rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 11rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 13rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 13rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 6rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 6rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 9rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 9rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 11rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 11rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 13rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 13rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 17rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 17rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 18rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 18rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 19rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 19rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: 2rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20rem;
  }
}
.table, article table, section.block-resin-properties > .section-bd article table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, article table > :not(caption) > * > *, section.block-resin-properties > .section-bd article table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, article table > tbody, section.block-resin-properties > .section-bd article table > tbody {
  vertical-align: inherit;
}
.table > thead, article table > thead, section.block-resin-properties > .section-bd article table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

.table-bordered > :not(caption) > *, article table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > *, article table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.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-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(242.6, 210.4, 211.6);
  --bs-table-border-color: rgb(194.08, 168.32, 169.28);
  --bs-table-striped-bg: rgb(230.47, 199.88, 201.02);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(218.34, 189.36, 190.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(224.405, 194.62, 195.73);
  --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: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --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: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --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: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --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: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --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: rgb(242.6, 210.4, 211.6);
  --bs-table-border-color: rgb(194.08, 168.32, 169.28);
  --bs-table-striped-bg: rgb(230.47, 199.88, 201.02);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(218.34, 189.36, 190.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(224.405, 194.62, 195.73);
  --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: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --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: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --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 + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control, .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .hs-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .hs-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file], [type=file].hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select[type=file].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea[type=file].hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select[type=file].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea[type=file].hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select[type=file].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea[type=file].hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select[type=file].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea[type=file].hs-input, section.block-sample-parts-form > .section-bd .the-form [type=file].hs-input {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].hs-fieldtype-textarea.hs-input:not(:disabled):not([readonly]), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select[type=file].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea[type=file].hs-input:not(:disabled):not([readonly]), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select[type=file].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input:not(:disabled):not([readonly]),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea[type=file].hs-input:not(:disabled):not([readonly]), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select[type=file].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea[type=file].hs-input:not(:disabled):not([readonly]), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select[type=file].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=file][type=text].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=file][type=email].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=file][type=tel].hs-input:not(:disabled):not([readonly]),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea[type=file].hs-input:not(:disabled):not([readonly]), section.block-sample-parts-form > .section-bd .the-form [type=file].hs-input:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .hs-fieldtype-textarea.hs-input:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:focus, section.block-sample-parts-form > .section-bd .the-form .hs-input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(224, 143.5, 146.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.form-control::-webkit-date-and-time-value, .hs-fieldtype-textarea.hs-input::-webkit-date-and-time-value, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-date-and-time-value, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-date-and-time-value,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-date-and-time-value, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-date-and-time-value, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-date-and-time-value,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-date-and-time-value, section.block-sample-parts-form > .section-bd .the-form .hs-input::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .hs-fieldtype-textarea.hs-input::-webkit-datetime-edit, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-datetime-edit, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-datetime-edit,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-datetime-edit, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-datetime-edit, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-datetime-edit,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-datetime-edit, section.block-sample-parts-form > .section-bd .the-form .hs-input::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder, .hs-fieldtype-textarea.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::-webkit-input-placeholder, section.block-sample-parts-form > .section-bd .the-form .hs-input::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder, .hs-fieldtype-textarea.hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::-moz-placeholder, section.block-sample-parts-form > .section-bd .the-form .hs-input::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder, .hs-fieldtype-textarea.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:-ms-input-placeholder, section.block-sample-parts-form > .section-bd .the-form .hs-input:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder, .hs-fieldtype-textarea.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::-ms-input-placeholder, section.block-sample-parts-form > .section-bd .the-form .hs-input::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder, .hs-fieldtype-textarea.hs-input::placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::placeholder, section.block-sample-parts-form > .section-bd .the-form .hs-input::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled, .hs-fieldtype-textarea.hs-input:disabled, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:disabled,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:disabled,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:disabled,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:disabled,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:disabled, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:disabled,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:disabled,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:disabled,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:disabled,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:disabled, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:disabled,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:disabled,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:disabled,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:disabled,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:disabled, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:disabled,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:disabled,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:disabled,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:disabled,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:disabled, section.block-sample-parts-form > .section-bd .the-form .hs-input:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button, .hs-fieldtype-textarea.hs-input::file-selector-button, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-sample-parts-form > .section-bd .the-form .hs-input::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .hs-fieldtype-textarea.hs-input::file-selector-button, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input::file-selector-button,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input::file-selector-button,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input::file-selector-button,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input::file-selector-button,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input::file-selector-button, section.block-sample-parts-form > .section-bd .the-form .hs-input::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .hs-fieldtype-textarea.hs-input:hover:not(:disabled):not([readonly])::file-selector-button, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:hover:not(:disabled):not([readonly])::file-selector-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:hover:not(:disabled):not([readonly])::file-selector-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:hover:not(:disabled):not([readonly])::file-selector-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:hover:not(:disabled):not([readonly])::file-selector-button,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:hover:not(:disabled):not([readonly])::file-selector-button, section.block-sample-parts-form > .section-bd .the-form .hs-input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 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 + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

textarea.form-control, textarea.hs-fieldtype-textarea.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form textarea.hs-input {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: 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");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(224, 143.5, 146.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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 {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  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 {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(224, 143.5, 146.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.form-check-input:checked {
  background-color: #C12026;
  border-color: #C12026;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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] {
  --bs-form-check-bg-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: #C12026;
  border-color: #C12026;
  --bs-form-check-bg-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;
  -webkit-filter: 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 {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28224, 143.5, 146.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check[disabled] + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check[disabled] + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-check[disabled] + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-check[disabled] + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check[disabled] + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check[disabled] + .hs-button, .btn-check:disabled + .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check:disabled + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check:disabled + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-check:disabled + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-check:disabled + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check:disabled + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check:disabled + .hs-button {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #C12026;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(236.4, 188.1, 189.9);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #C12026;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(236.4, 188.1, 189.9);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .hs-fieldtype-textarea.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-webkit-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-webkit-input-placeholder, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .hs-fieldtype-textarea.hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-moz-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-moz-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-moz-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-moz-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-moz-placeholder, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .hs-fieldtype-textarea.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-ms-input-placeholder, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .hs-fieldtype-textarea.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::-ms-input-placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::-ms-input-placeholder, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > .hs-fieldtype-textarea.hs-input::placeholder, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::placeholder,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::placeholder, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::placeholder,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::placeholder, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::placeholder,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::placeholder, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input::placeholder,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input::placeholder, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .hs-fieldtype-textarea.hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown), section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .hs-fieldtype-textarea.hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder), section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .hs-fieldtype-textarea.hs-input:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .hs-fieldtype-textarea.hs-input:not(:placeholder-shown), section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown), section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown),
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown), section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown),
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown), section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown),
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown), section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input: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 > .hs-fieldtype-textarea.hs-input:-webkit-autofill, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:-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:not(:-moz-placeholder-shown) ~ label, .form-floating > .hs-fieldtype-textarea.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .hs-fieldtype-textarea.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .hs-fieldtype-textarea.hs-input:focus ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .hs-fieldtype-textarea.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label,
section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after, .form-floating > .hs-fieldtype-textarea.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-moz-placeholder-shown) ~ label::after, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after, .form-floating > .hs-fieldtype-textarea.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:-ms-input-placeholder) ~ label::after, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .hs-fieldtype-textarea.hs-input:focus ~ label::after, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label::after, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label::after, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label::after, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:focus ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:focus ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:focus ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:focus ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:focus ~ label::after, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .hs-fieldtype-textarea.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:not(:placeholder-shown) ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:not(:placeholder-shown) ~ label::after,
section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .hs-fieldtype-textarea.hs-input:-webkit-autofill ~ label, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill ~ label, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill ~ label, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill ~ label, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:-webkit-autofill ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:-webkit-autofill ~ label, section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label,
section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label::after,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label::after,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label::after,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > select.hs-input:disabled ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=text].hs-input:disabled ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=email].hs-input:disabled ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > input[type=tel].hs-input:disabled ~ label::after,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .form-floating > textarea.hs-input:disabled ~ label::after,
section.block-sample-parts-form > .section-bd .the-form .form-floating > .hs-input:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .input-group > .hs-input,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .hs-fieldtype-textarea.hs-input:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:focus, section.block-sample-parts-form > .section-bd .the-form .input-group > .hs-input:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .input-group .hs-button, .input-group section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .input-group .hs-button, .input-group section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .input-group .hs-button, .input-group section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .input-group .hs-button, .input-group section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit .input-group input[type=submit], .input-group .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group .hs-button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form .input-group .hs-button:focus, .input-group section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form .input-group .hs-button:focus, .input-group section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form .input-group .hs-button:focus, .input-group section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form .input-group .hs-button:focus, .input-group section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit .input-group input[type=submit]:focus, .input-group .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group .hs-button:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control, .input-group-lg > .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-lg > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-lg > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-lg > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-lg > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-lg > textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-lg > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-lg > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-lg > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-lg > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-lg > textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-lg > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-lg > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-lg > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-lg > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-lg > textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-lg > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-lg > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-lg > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-lg > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-lg > textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .input-group-lg > .hs-input,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .input-group-lg > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .input-group-lg > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .input-group-lg > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .input-group-lg > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .input-group-lg > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group-lg > .hs-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control, .input-group-sm > .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-sm > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-sm > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-sm > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-sm > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group-sm > textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-sm > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-sm > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-sm > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-sm > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group-sm > textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-sm > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-sm > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-sm > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-sm > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group-sm > textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-sm > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-sm > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-sm > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-sm > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group-sm > textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .input-group-sm > .hs-input,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .input-group-sm > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .input-group-sm > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .input-group-sm > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .input-group-sm > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .input-group-sm > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group-sm > .hs-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.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) > .hs-fieldtype-textarea.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea.hs-input,
section.block-sample-parts-form > .section-bd .the-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .hs-input,
.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) > .hs-fieldtype-textarea.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea.hs-input,
section.block-sample-parts-form > .section-bd .the-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > .hs-input,
.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: calc(var(--bs-border-width) * -1);
  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) > .hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > select.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > textarea.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > select.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > textarea.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > select.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > textarea.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > select.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > .form-floating:not(:first-child) > textarea.hs-input, section.block-sample-parts-form > .section-bd .the-form .input-group > .form-floating:not(:first-child) > .hs-input,
.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: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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, .was-validated .hs-fieldtype-textarea.hs-input:valid, .was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:valid, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid, .was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:valid, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid, .was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:valid, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid, .was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:valid, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid, .was-validated section.block-sample-parts-form > .section-bd .the-form .hs-input:valid, section.block-sample-parts-form > .section-bd .the-form .was-validated .hs-input:valid, .form-control.is-valid, .is-valid.hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.is-valid.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.is-valid.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.is-valid.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.is-valid.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input, section.block-sample-parts-form > .section-bd .the-form .is-valid.hs-input {
  border-color: var(--bs-form-valid-border-color);
  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, .was-validated .hs-fieldtype-textarea.hs-input:valid:focus, .was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:valid:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:valid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid:focus, .was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:valid:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:valid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid:focus, .was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:valid:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:valid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid:focus, .was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:valid:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:valid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:valid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:valid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:valid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:valid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:valid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:valid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:valid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid:focus, .was-validated section.block-sample-parts-form > .section-bd .the-form .hs-input:valid:focus, section.block-sample-parts-form > .section-bd .the-form .was-validated .hs-input:valid:focus, .form-control.is-valid:focus, .is-valid.hs-fieldtype-textarea.hs-input:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.is-valid.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.is-valid.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.is-valid.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.is-valid.hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-valid[type=text].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-valid[type=email].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-valid[type=tel].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input:focus, section.block-sample-parts-form > .section-bd .the-form .is-valid.hs-input:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.hs-fieldtype-textarea.hs-input:valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:valid, .was-validated section.block-sample-parts-form > .section-bd .the-form textarea.hs-input:valid, section.block-sample-parts-form > .section-bd .the-form .was-validated textarea.hs-input:valid, textarea.form-control.is-valid, textarea.is-valid.hs-fieldtype-textarea.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.is-valid.hs-input, section.block-sample-parts-form > .section-bd .the-form textarea.is-valid.hs-input {
  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: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .hs-fieldtype-textarea.hs-input:not(:focus):valid, .was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):valid, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):valid, .was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):valid, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):valid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):valid, .was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):valid, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):valid, .was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):valid, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):valid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):valid, .was-validated section.block-sample-parts-form > .section-bd .the-form .input-group > .hs-input:not(:focus):valid, section.block-sample-parts-form > .section-bd .the-form .was-validated .input-group > .hs-input:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > .hs-fieldtype-textarea.hs-input:not(:focus).is-valid, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-valid, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-valid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-valid, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-valid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-valid, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-valid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-valid, section.block-sample-parts-form > .section-bd .the-form .input-group > .hs-input: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: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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, .was-validated .hs-fieldtype-textarea.hs-input:invalid, .was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:invalid, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid, .was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:invalid, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid, .was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:invalid, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid, .was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:invalid, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid, .was-validated section.block-sample-parts-form > .section-bd .the-form .hs-input:invalid, section.block-sample-parts-form > .section-bd .the-form .was-validated .hs-input:invalid, .form-control.is-invalid, .is-invalid.hs-fieldtype-textarea.hs-input, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.is-invalid.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.is-invalid.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.is-invalid.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.is-invalid.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input, section.block-sample-parts-form > .section-bd .the-form .is-invalid.hs-input {
  border-color: var(--bs-form-invalid-border-color);
  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='%23C12026'%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='%23C12026' 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, .was-validated .hs-fieldtype-textarea.hs-input:invalid:focus, .was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:invalid:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:invalid:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid:focus, .was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:invalid:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid:focus,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:invalid:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid:focus, .was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:invalid:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:invalid:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid:focus, .was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:invalid:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated select.hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:invalid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=text].hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:invalid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=email].hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:invalid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated input[type=tel].hs-input:invalid:focus,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:invalid:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid:focus, .was-validated section.block-sample-parts-form > .section-bd .the-form .hs-input:invalid:focus, section.block-sample-parts-form > .section-bd .the-form .was-validated .hs-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.hs-fieldtype-textarea.hs-input:focus, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.is-invalid.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input:focus, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.is-invalid.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input:focus, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.is-invalid.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input:focus, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.is-invalid.hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-invalid[type=text].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-invalid[type=email].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input.is-invalid[type=tel].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input:focus, section.block-sample-parts-form > .section-bd .the-form .is-invalid.hs-input:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.hs-fieldtype-textarea.hs-input:invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated textarea.hs-input:invalid, .was-validated section.block-sample-parts-form > .section-bd .the-form textarea.hs-input:invalid, section.block-sample-parts-form > .section-bd .the-form .was-validated textarea.hs-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.hs-fieldtype-textarea.hs-input,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.is-invalid.hs-input, section.block-sample-parts-form > .section-bd .the-form textarea.is-invalid.hs-input {
  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: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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='%23C12026'%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='%23C12026' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .hs-fieldtype-textarea.hs-input:not(:focus):invalid, .was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):invalid, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):invalid, .was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):invalid, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):invalid, .was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):invalid, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):invalid, .was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus):invalid, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > select.hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus):invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=text].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus):invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=email].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus):invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > input[type=tel].hs-input:not(:focus):invalid,
.was-validated section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus):invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .was-validated .input-group > textarea.hs-input:not(:focus):invalid, .was-validated section.block-sample-parts-form > .section-bd .the-form .input-group > .hs-input:not(:focus):invalid, section.block-sample-parts-form > .section-bd .the-form .was-validated .input-group > .hs-input:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .input-group > .hs-fieldtype-textarea.hs-input:not(:focus).is-invalid, section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-invalid, section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-invalid,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-invalid, section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-invalid, section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > select.hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=text].hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=email].hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > input[type=tel].hs-input:not(:focus).is-invalid,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field .input-group > textarea.hs-input:not(:focus).is-invalid, section.block-sample-parts-form > .section-bd .the-form .input-group > .hs-input: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, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --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;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button: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, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check + .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check + .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form .btn-check + .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form .btn-check + .hs-button:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check + input[type=submit]:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check + .hs-button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus-visible, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus-visible, section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus-visible, section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus-visible, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus-visible, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button: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;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check:focus-visible + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check:focus-visible + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-check:focus-visible + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-check:focus-visible + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check:focus-visible + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check:focus-visible + .hs-button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check:checked + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check:checked + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-check:checked + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-check:checked + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check:checked + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check:checked + .hs-button, :not(.btn-check) + .btn:active, section.block-webinar-upcoming-single > .section-bd .box-form :not(.btn-check) + .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form :not(.btn-check) + .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form :not(.btn-check) + .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form :not(.btn-check) + .hs-button:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit :not(.btn-check) + input[type=submit]:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit :not(.btn-check) + .hs-button:active, .btn:first-child:active, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:first-child:active, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:first-child:active, section.block-webinar-recorded-single > .section-bd .box-form .hs-button:first-child:active, section.block-webinar-recorded-index > .section-bd .box-form .hs-button:first-child:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:first-child:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:first-child:active, .btn.active, section.block-webinar-upcoming-single > .section-bd .box-form .active.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .active.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .active.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .active.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.active[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .active.hs-button, .btn.show, section.block-webinar-upcoming-single > .section-bd .box-form .show.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .show.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .show.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .show.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.show[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .show.hs-button {
  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, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check:checked + .hs-button:focus-visible, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check:checked + .hs-button:focus-visible, section.block-webinar-recorded-single > .section-bd .box-form .btn-check:checked + .hs-button:focus-visible, section.block-webinar-recorded-index > .section-bd .box-form .btn-check:checked + .hs-button:focus-visible, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check:checked + input[type=submit]:focus-visible, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check:checked + .hs-button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, section.block-webinar-upcoming-single > .section-bd .box-form :not(.btn-check) + .hs-button:active:focus-visible, section.block-webinar-upcoming-index > .section-bd .box-form :not(.btn-check) + .hs-button:active:focus-visible, section.block-webinar-recorded-single > .section-bd .box-form :not(.btn-check) + .hs-button:active:focus-visible, section.block-webinar-recorded-index > .section-bd .box-form :not(.btn-check) + .hs-button:active:focus-visible, section.block-sample-parts-form > .section-bd .the-form .hs_submit :not(.btn-check) + input[type=submit]:active:focus-visible, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit :not(.btn-check) + .hs-button:active:focus-visible, .btn:first-child:active:focus-visible, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:first-child:active:focus-visible, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:first-child:active:focus-visible, section.block-webinar-recorded-single > .section-bd .box-form .hs-button:first-child:active:focus-visible, section.block-webinar-recorded-index > .section-bd .box-form .hs-button:first-child:active:focus-visible, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:first-child:active:focus-visible, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:first-child:active:focus-visible, .btn.active:focus-visible, section.block-webinar-upcoming-single > .section-bd .box-form .active.hs-button:focus-visible, section.block-webinar-upcoming-index > .section-bd .box-form .active.hs-button:focus-visible, section.block-webinar-recorded-single > .section-bd .box-form .active.hs-button:focus-visible, section.block-webinar-recorded-index > .section-bd .box-form .active.hs-button:focus-visible, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.active[type=submit]:focus-visible, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .active.hs-button:focus-visible, .btn.show:focus-visible, section.block-webinar-upcoming-single > .section-bd .box-form .show.hs-button:focus-visible, section.block-webinar-upcoming-index > .section-bd .box-form .show.hs-button:focus-visible, section.block-webinar-recorded-single > .section-bd .box-form .show.hs-button:focus-visible, section.block-webinar-recorded-index > .section-bd .box-form .show.hs-button:focus-visible, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.show[type=submit]:focus-visible, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .show.hs-button:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-check:checked:focus-visible + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-check:checked:focus-visible + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-check:checked:focus-visible + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-check:checked:focus-visible + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-check:checked:focus-visible + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-check:checked:focus-visible + .hs-button {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:disabled, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:disabled, section.block-webinar-recorded-single > .section-bd .box-form .hs-button:disabled, section.block-webinar-recorded-index > .section-bd .box-form .hs-button:disabled, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:disabled, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:disabled, .btn.disabled, section.block-webinar-upcoming-single > .section-bd .box-form .disabled.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .disabled.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .disabled.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .disabled.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.disabled[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .disabled.hs-button, fieldset:disabled .btn, fieldset:disabled section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form fieldset:disabled .hs-button, fieldset:disabled section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form fieldset:disabled .hs-button, fieldset:disabled section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form fieldset:disabled .hs-button, fieldset:disabled section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form fieldset:disabled .hs-button, fieldset:disabled section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit fieldset:disabled input[type=submit], fieldset:disabled .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit fieldset:disabled .hs-button {
  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, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C12026;
  --bs-btn-border-color: #C12026;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(164.05, 27.2, 32.3);
  --bs-btn-hover-border-color: rgb(154.4, 25.6, 30.4);
  --bs-btn-focus-shadow-rgb: 202, 65, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(154.4, 25.6, 30.4);
  --bs-btn-active-border-color: rgb(144.75, 24, 28.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C12026;
  --bs-btn-disabled-border-color: #C12026;
}

.btn-secondary, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --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: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --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: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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: #C12026;
  --bs-btn-border-color: #C12026;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(164.05, 27.2, 32.3);
  --bs-btn-hover-border-color: rgb(154.4, 25.6, 30.4);
  --bs-btn-focus-shadow-rgb: 202, 65, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(154.4, 25.6, 30.4);
  --bs-btn-active-border-color: rgb(144.75, 24, 28.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C12026;
  --bs-btn-disabled-border-color: #C12026;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --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: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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-muted {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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-body {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.05, 31.45, 34.85);
  --bs-btn-hover-border-color: rgb(26.4, 29.6, 32.8);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.4, 29.6, 32.8);
  --bs-btn-active-border-color: rgb(24.75, 27.75, 30.75);
  --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-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-outline-primary {
  --bs-btn-color: #C12026;
  --bs-btn-border-color: #C12026;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C12026;
  --bs-btn-hover-border-color: #C12026;
  --bs-btn-focus-shadow-rgb: 193, 32, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C12026;
  --bs-btn-active-border-color: #C12026;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C12026;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C12026;
  --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: #C12026;
  --bs-btn-border-color: #C12026;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C12026;
  --bs-btn-hover-border-color: #C12026;
  --bs-btn-focus-shadow-rgb: 193, 32, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C12026;
  --bs-btn-active-border-color: #C12026;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C12026;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C12026;
  --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-outline-muted {
  --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-body {
  --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-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --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: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 202, 65, 71;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-lg > input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-lg > .hs-button {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .btn-group-sm > .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-sm > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-sm > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-sm > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-sm > .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-sm > input[type=submit] {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    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: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #C12026;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --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;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 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: #C12026;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .hs-button,
.btn-group-vertical > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .btn-check:checked + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .btn-check:checked + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .btn-check:checked + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .btn-check:checked + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > .btn-check:checked + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .btn-check:checked + .hs-button,
.btn-group > .btn-check:focus + .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .btn-check:focus + .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .btn-check:focus + .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .btn-check:focus + .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .btn-check:focus + .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > .btn-check:focus + input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .btn-check:focus + .hs-button,
.btn-group > .btn:hover,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .hs-button:hover,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .hs-button:hover,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .hs-button:hover,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .hs-button:hover,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input[type=submit]:hover,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .hs-button:hover,
.btn-group > .btn:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .hs-button:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .hs-button:focus,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .hs-button:focus,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .hs-button:focus,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input[type=submit]:focus,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .hs-button:focus,
.btn-group > .btn:active,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .hs-button:active,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .hs-button:active,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .hs-button:active,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .hs-button:active,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input[type=submit]:active,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .hs-button:active,
.btn-group > .btn.active,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .active.hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .active.hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .active.hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .active.hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input.active[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .active.hs-button,
.btn-group-vertical > .btn-check:checked + .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .btn-check:checked + .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .btn-check:checked + .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .btn-check:checked + .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .btn-check:checked + .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .btn-check:checked + input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .btn-check:checked + .hs-button,
.btn-group-vertical > .btn-check:focus + .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .btn-check:focus + .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .btn-check:focus + .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .btn-check:focus + .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .btn-check:focus + .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .btn-check:focus + input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .btn-check:focus + .hs-button,
.btn-group-vertical > .btn:hover,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button:hover,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button:hover,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button:hover,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button:hover,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit]:hover,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button:hover,
.btn-group-vertical > .btn:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button:focus,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button:focus,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button:focus,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit]:focus,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button:focus,
.btn-group-vertical > .btn:active,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button:active,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button:active,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button:active,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button:active,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit]:active,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button:active,
.btn-group-vertical > .btn.active,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .active.hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .active.hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .active.hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .active.hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input.active[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .active.hs-button {
  z-index: 1;
}

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

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > :not(.btn-check:first-child) + .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > :not(.btn-check:first-child) + .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group > :not(.btn-check:first-child) + .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group > :not(.btn-check:first-child) + .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > :not(.btn-check:first-child) + input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > :not(.btn-check:first-child) + .hs-button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .hs-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .dropdown-toggle-split.hs-button:first-child,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .dropdown-toggle-split.hs-button:first-child,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .dropdown-toggle-split.hs-button:first-child,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .dropdown-toggle-split.hs-button:first-child,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input.dropdown-toggle-split[type=submit]:first-child,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .dropdown-toggle-split.hs-button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .btn-group:not(:last-child) > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .btn-group:not(:last-child) > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .btn-group:not(:last-child) > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .btn-group:not(:last-child) > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > .btn-group:not(:last-child) > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .btn-group:not(:last-child) > .hs-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .hs-button:nth-child(n+3), section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .hs-button:nth-child(n+3), section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .hs-button:nth-child(n+3), section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .hs-button:nth-child(n+3), section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > input[type=submit]:nth-child(n+3), .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .hs-button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > :not(.btn-check) + .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > :not(.btn-check) + .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > :not(.btn-check) + .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > :not(.btn-check) + .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > :not(.btn-check) + input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > :not(.btn-check) + .hs-button,
.btn-group > .btn-group:not(:first-child) > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group > .btn-group:not(:first-child) > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group > .btn-group:not(:first-child) > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group > .btn-group:not(:first-child) > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group > .btn-group:not(:first-child) > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group > .btn-group:not(:first-child) > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group > .btn-group:not(:first-child) > .hs-button {
  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, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-sm > .hs-button + .dropdown-toggle-split, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-sm > .hs-button + .dropdown-toggle-split, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-sm > .hs-button + .dropdown-toggle-split, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-sm > .hs-button + .dropdown-toggle-split, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-lg > .hs-button + .dropdown-toggle-split, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-lg > .hs-button + .dropdown-toggle-split, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-lg > .hs-button + .dropdown-toggle-split, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-lg > .hs-button + .dropdown-toggle-split, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-lg > .hs-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button:not(:first-child), section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button:not(:first-child), section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button:not(:first-child), section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button:not(:first-child), section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit]:not(:first-child), .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle), section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .btn-group:not(:last-child) > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .btn-group:not(:last-child) > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .btn-group:not(:last-child) > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .btn-group:not(:last-child) > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .btn-group:not(:last-child) > .hs-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button ~ .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .btn ~ .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button ~ .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button ~ .btn, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .btn ~ .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button ~ .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button ~ .btn, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .btn ~ .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button ~ .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button ~ .btn, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .btn ~ .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button ~ .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ .btn, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .btn ~ input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .hs-button ~ input[type=submit], section.block-webinar-upcoming-single > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .hs-button ~ input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .hs-button ~ input[type=submit], section.block-webinar-upcoming-index > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .hs-button ~ input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .hs-button ~ input[type=submit], section.block-webinar-recorded-single > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .hs-button ~ input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .hs-button ~ input[type=submit], section.block-webinar-recorded-index > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .hs-button ~ input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button ~ .btn, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .hs-button ~ input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button ~ input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .btn ~ .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > input[type=submit] ~ .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > input[type=submit] ~ .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .hs-button ~ .hs-button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-vertical > .btn-group:not(:first-child) > .hs-button,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-vertical > .btn-group:not(:first-child) > .hs-button,
section.block-webinar-recorded-single > .section-bd .box-form .btn-group-vertical > .btn-group:not(:first-child) > .hs-button,
section.block-webinar-recorded-index > .section-bd .box-form .btn-group-vertical > .btn-group:not(:first-child) > .hs-button,
section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-vertical > .btn-group:not(:first-child) > .hs-button {
  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: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 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);
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  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));
  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.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: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #C12026;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.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-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

.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(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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%2833, 37, 41, 0.75%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(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  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);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 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);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
          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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --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");
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='rgb%2877.2, 12.8, 15.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          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);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
      -ms-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      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);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          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-header .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-header .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-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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28217.8, 121.2, 124.8%29'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28217.8, 121.2, 124.8%29'%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");
}

.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: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #C12026;
  --bs-pagination-active-border-color: #C12026;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  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);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    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;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          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: calc(var(--bs-border-width) * -1);
}
.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: var(--bs-border-radius-lg);
}

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

.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: var(--bs-border-radius);
  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, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button .badge, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button .badge, section.block-webinar-recorded-single > .section-bd .box-form .hs-button .badge, section.block-webinar-recorded-index > .section-bd .box-form .hs-button .badge, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] .badge, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button .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: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  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;
  color: var(--bs-alert-link-color);
}

.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: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-muted {
  --bs-alert-color: var(--bs-muted-text-emphasis);
  --bs-alert-bg: var(--bs-muted-bg-subtle);
  --bs-alert-border-color: var(--bs-muted-border-subtle);
  --bs-alert-link-color: var(--bs-muted-text-emphasis);
}

.alert-body {
  --bs-alert-color: var(--bs-body-text-emphasis);
  --bs-alert-bg: var(--bs-body-bg-subtle);
  --bs-alert-border-color: var(--bs-body-border-subtle);
  --bs-alert-link-color: var(--bs-body-text-emphasis);
}

.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}

.alert-black {
  --bs-alert-color: var(--bs-black-text-emphasis);
  --bs-alert-bg: var(--bs-black-bg-subtle);
  --bs-alert-border-color: var(--bs-black-border-subtle);
  --bs-alert-link-color: var(--bs-black-text-emphasis);
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #C12026;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #C12026;
  --bs-list-group-active-border-color: #C12026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 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);
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-muted {
  --bs-list-group-color: var(--bs-muted-text-emphasis);
  --bs-list-group-bg: var(--bs-muted-bg-subtle);
  --bs-list-group-border-color: var(--bs-muted-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-muted-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-muted-border-subtle);
  --bs-list-group-active-color: var(--bs-muted-bg-subtle);
  --bs-list-group-active-bg: var(--bs-muted-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-muted-text-emphasis);
}

.list-group-item-body {
  --bs-list-group-color: var(--bs-body-text-emphasis);
  --bs-list-group-bg: var(--bs-body-bg-subtle);
  --bs-list-group-border-color: var(--bs-body-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-body-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-body-border-subtle);
  --bs-list-group-active-color: var(--bs-body-bg-subtle);
  --bs-list-group-active-bg: var(--bs-body-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-body-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.list-group-item-black {
  --bs-list-group-color: var(--bs-black-text-emphasis);
  --bs-list-group-bg: var(--bs-black-bg-subtle);
  --bs-list-group-border-color: var(--bs-black-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-black-border-subtle);
  --bs-list-group-active-color: var(--bs-black-bg-subtle);
  --bs-list-group-active-bg: var(--bs-black-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-black-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

.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(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  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);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
          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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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(-0.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: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --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: var(--bs-border-width);
  --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: var(--bs-border-width);
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.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) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .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: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --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;
  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: calc(-1 * var(--bs-tooltip-arrow-height));
}
.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) * 0.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: calc(-1 * var(--bs-tooltip-arrow-height));
  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) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.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: calc(-1 * var(--bs-tooltip-arrow-height));
}
.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) * 0.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: calc(-1 * var(--bs-tooltip-arrow-height));
  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) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.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: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --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) * 0.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) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.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) * 0.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(-0.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) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.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);
}

.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%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            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;
}

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            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, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --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: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            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);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    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);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          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);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          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);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          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);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
      -ms-transform: none;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

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

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

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

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

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

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

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

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

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

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

.text-bg-muted {
  color: #fff !important;
  background-color: RGBA(var(--bs-muted-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(154, 26, 30, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(154, 26, 30, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(154, 26, 30, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(154, 26, 30, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(154, 26, 30, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(154, 26, 30, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-muted {
  color: RGBA(var(--bs-muted-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-muted-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-muted-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-muted:hover, .link-muted:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body {
  color: RGBA(var(--bs-body-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-body-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-body-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body:hover, .link-body:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-black {
  color: RGBA(var(--bs-black-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-black:hover, .link-black:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
          box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: var(--bs-border-width);
  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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

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

.opacity-2 {
  opacity: 2% !important;
}

.opacity-3 {
  opacity: 3% !important;
}

.opacity-4 {
  opacity: 4% !important;
}

.opacity-5 {
  opacity: 5% !important;
}

.opacity-6 {
  opacity: 6% !important;
}

.opacity-7 {
  opacity: 7% !important;
}

.opacity-8 {
  opacity: 8% !important;
}

.opacity-9 {
  opacity: 9% !important;
}

.opacity-10 {
  opacity: 10% !important;
}

.opacity-11 {
  opacity: 11% !important;
}

.opacity-12 {
  opacity: 12% !important;
}

.opacity-13 {
  opacity: 13% !important;
}

.opacity-14 {
  opacity: 14% !important;
}

.opacity-15 {
  opacity: 15% !important;
}

.opacity-16 {
  opacity: 16% !important;
}

.opacity-17 {
  opacity: 17% !important;
}

.opacity-18 {
  opacity: 18% !important;
}

.opacity-19 {
  opacity: 19% !important;
}

.opacity-20 {
  opacity: 20% !important;
}

.opacity-21 {
  opacity: 21% !important;
}

.opacity-22 {
  opacity: 22% !important;
}

.opacity-23 {
  opacity: 23% !important;
}

.opacity-24 {
  opacity: 24% !important;
}

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

.opacity-26 {
  opacity: 26% !important;
}

.opacity-27 {
  opacity: 27% !important;
}

.opacity-28 {
  opacity: 28% !important;
}

.opacity-29 {
  opacity: 29% !important;
}

.opacity-30 {
  opacity: 30% !important;
}

.opacity-31 {
  opacity: 31% !important;
}

.opacity-32 {
  opacity: 32% !important;
}

.opacity-33 {
  opacity: 33% !important;
}

.opacity-34 {
  opacity: 34% !important;
}

.opacity-35 {
  opacity: 35% !important;
}

.opacity-36 {
  opacity: 36% !important;
}

.opacity-37 {
  opacity: 37% !important;
}

.opacity-38 {
  opacity: 38% !important;
}

.opacity-39 {
  opacity: 39% !important;
}

.opacity-40 {
  opacity: 40% !important;
}

.opacity-41 {
  opacity: 41% !important;
}

.opacity-42 {
  opacity: 42% !important;
}

.opacity-43 {
  opacity: 43% !important;
}

.opacity-44 {
  opacity: 44% !important;
}

.opacity-45 {
  opacity: 45% !important;
}

.opacity-46 {
  opacity: 46% !important;
}

.opacity-47 {
  opacity: 47% !important;
}

.opacity-48 {
  opacity: 48% !important;
}

.opacity-49 {
  opacity: 49% !important;
}

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

.opacity-51 {
  opacity: 51% !important;
}

.opacity-52 {
  opacity: 52% !important;
}

.opacity-53 {
  opacity: 53% !important;
}

.opacity-54 {
  opacity: 54% !important;
}

.opacity-55 {
  opacity: 55% !important;
}

.opacity-56 {
  opacity: 56% !important;
}

.opacity-57 {
  opacity: 57% !important;
}

.opacity-58 {
  opacity: 58% !important;
}

.opacity-59 {
  opacity: 59% !important;
}

.opacity-60 {
  opacity: 60% !important;
}

.opacity-61 {
  opacity: 61% !important;
}

.opacity-62 {
  opacity: 62% !important;
}

.opacity-63 {
  opacity: 63% !important;
}

.opacity-64 {
  opacity: 64% !important;
}

.opacity-65 {
  opacity: 65% !important;
}

.opacity-66 {
  opacity: 66% !important;
}

.opacity-67 {
  opacity: 67% !important;
}

.opacity-68 {
  opacity: 68% !important;
}

.opacity-69 {
  opacity: 69% !important;
}

.opacity-70 {
  opacity: 70% !important;
}

.opacity-71 {
  opacity: 71% !important;
}

.opacity-72 {
  opacity: 72% !important;
}

.opacity-73 {
  opacity: 73% !important;
}

.opacity-74 {
  opacity: 74% !important;
}

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

.opacity-76 {
  opacity: 76% !important;
}

.opacity-77 {
  opacity: 77% !important;
}

.opacity-78 {
  opacity: 78% !important;
}

.opacity-79 {
  opacity: 79% !important;
}

.opacity-80 {
  opacity: 80% !important;
}

.opacity-81 {
  opacity: 81% !important;
}

.opacity-82 {
  opacity: 82% !important;
}

.opacity-83 {
  opacity: 83% !important;
}

.opacity-84 {
  opacity: 84% !important;
}

.opacity-85 {
  opacity: 85% !important;
}

.opacity-86 {
  opacity: 86% !important;
}

.opacity-87 {
  opacity: 87% !important;
}

.opacity-88 {
  opacity: 88% !important;
}

.opacity-89 {
  opacity: 89% !important;
}

.opacity-90 {
  opacity: 90% !important;
}

.opacity-91 {
  opacity: 91% !important;
}

.opacity-92 {
  opacity: 92% !important;
}

.opacity-93 {
  opacity: 93% !important;
}

.opacity-94 {
  opacity: 94% !important;
}

.opacity-95 {
  opacity: 95% !important;
}

.opacity-96 {
  opacity: 96% !important;
}

.opacity-97 {
  opacity: 97% !important;
}

.opacity-98 {
  opacity: 98% !important;
}

.opacity-99 {
  opacity: 99% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-muted {
  --bs-focus-ring-color: rgba(var(--bs-muted-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-body {
  --bs-focus-ring-color: rgba(var(--bs-body-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.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 {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          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-muted {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-muted-rgb), var(--bs-border-opacity)) !important;
}

.border-body {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-body-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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-0 {
  --bs-border-opacity: 0%;
}

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

.border-opacity-2 {
  --bs-border-opacity: 2%;
}

.border-opacity-3 {
  --bs-border-opacity: 3%;
}

.border-opacity-4 {
  --bs-border-opacity: 4%;
}

.border-opacity-5 {
  --bs-border-opacity: 5%;
}

.border-opacity-6 {
  --bs-border-opacity: 6%;
}

.border-opacity-7 {
  --bs-border-opacity: 7%;
}

.border-opacity-8 {
  --bs-border-opacity: 8%;
}

.border-opacity-9 {
  --bs-border-opacity: 9%;
}

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

.border-opacity-11 {
  --bs-border-opacity: 11%;
}

.border-opacity-12 {
  --bs-border-opacity: 12%;
}

.border-opacity-13 {
  --bs-border-opacity: 13%;
}

.border-opacity-14 {
  --bs-border-opacity: 14%;
}

.border-opacity-15 {
  --bs-border-opacity: 15%;
}

.border-opacity-16 {
  --bs-border-opacity: 16%;
}

.border-opacity-17 {
  --bs-border-opacity: 17%;
}

.border-opacity-18 {
  --bs-border-opacity: 18%;
}

.border-opacity-19 {
  --bs-border-opacity: 19%;
}

.border-opacity-20 {
  --bs-border-opacity: 20%;
}

.border-opacity-21 {
  --bs-border-opacity: 21%;
}

.border-opacity-22 {
  --bs-border-opacity: 22%;
}

.border-opacity-23 {
  --bs-border-opacity: 23%;
}

.border-opacity-24 {
  --bs-border-opacity: 24%;
}

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

.border-opacity-26 {
  --bs-border-opacity: 26%;
}

.border-opacity-27 {
  --bs-border-opacity: 27%;
}

.border-opacity-28 {
  --bs-border-opacity: 28%;
}

.border-opacity-29 {
  --bs-border-opacity: 29%;
}

.border-opacity-30 {
  --bs-border-opacity: 30%;
}

.border-opacity-31 {
  --bs-border-opacity: 31%;
}

.border-opacity-32 {
  --bs-border-opacity: 32%;
}

.border-opacity-33 {
  --bs-border-opacity: 33%;
}

.border-opacity-34 {
  --bs-border-opacity: 34%;
}

.border-opacity-35 {
  --bs-border-opacity: 35%;
}

.border-opacity-36 {
  --bs-border-opacity: 36%;
}

.border-opacity-37 {
  --bs-border-opacity: 37%;
}

.border-opacity-38 {
  --bs-border-opacity: 38%;
}

.border-opacity-39 {
  --bs-border-opacity: 39%;
}

.border-opacity-40 {
  --bs-border-opacity: 40%;
}

.border-opacity-41 {
  --bs-border-opacity: 41%;
}

.border-opacity-42 {
  --bs-border-opacity: 42%;
}

.border-opacity-43 {
  --bs-border-opacity: 43%;
}

.border-opacity-44 {
  --bs-border-opacity: 44%;
}

.border-opacity-45 {
  --bs-border-opacity: 45%;
}

.border-opacity-46 {
  --bs-border-opacity: 46%;
}

.border-opacity-47 {
  --bs-border-opacity: 47%;
}

.border-opacity-48 {
  --bs-border-opacity: 48%;
}

.border-opacity-49 {
  --bs-border-opacity: 49%;
}

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

.border-opacity-51 {
  --bs-border-opacity: 51%;
}

.border-opacity-52 {
  --bs-border-opacity: 52%;
}

.border-opacity-53 {
  --bs-border-opacity: 53%;
}

.border-opacity-54 {
  --bs-border-opacity: 54%;
}

.border-opacity-55 {
  --bs-border-opacity: 55%;
}

.border-opacity-56 {
  --bs-border-opacity: 56%;
}

.border-opacity-57 {
  --bs-border-opacity: 57%;
}

.border-opacity-58 {
  --bs-border-opacity: 58%;
}

.border-opacity-59 {
  --bs-border-opacity: 59%;
}

.border-opacity-60 {
  --bs-border-opacity: 60%;
}

.border-opacity-61 {
  --bs-border-opacity: 61%;
}

.border-opacity-62 {
  --bs-border-opacity: 62%;
}

.border-opacity-63 {
  --bs-border-opacity: 63%;
}

.border-opacity-64 {
  --bs-border-opacity: 64%;
}

.border-opacity-65 {
  --bs-border-opacity: 65%;
}

.border-opacity-66 {
  --bs-border-opacity: 66%;
}

.border-opacity-67 {
  --bs-border-opacity: 67%;
}

.border-opacity-68 {
  --bs-border-opacity: 68%;
}

.border-opacity-69 {
  --bs-border-opacity: 69%;
}

.border-opacity-70 {
  --bs-border-opacity: 70%;
}

.border-opacity-71 {
  --bs-border-opacity: 71%;
}

.border-opacity-72 {
  --bs-border-opacity: 72%;
}

.border-opacity-73 {
  --bs-border-opacity: 73%;
}

.border-opacity-74 {
  --bs-border-opacity: 74%;
}

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

.border-opacity-76 {
  --bs-border-opacity: 76%;
}

.border-opacity-77 {
  --bs-border-opacity: 77%;
}

.border-opacity-78 {
  --bs-border-opacity: 78%;
}

.border-opacity-79 {
  --bs-border-opacity: 79%;
}

.border-opacity-80 {
  --bs-border-opacity: 80%;
}

.border-opacity-81 {
  --bs-border-opacity: 81%;
}

.border-opacity-82 {
  --bs-border-opacity: 82%;
}

.border-opacity-83 {
  --bs-border-opacity: 83%;
}

.border-opacity-84 {
  --bs-border-opacity: 84%;
}

.border-opacity-85 {
  --bs-border-opacity: 85%;
}

.border-opacity-86 {
  --bs-border-opacity: 86%;
}

.border-opacity-87 {
  --bs-border-opacity: 87%;
}

.border-opacity-88 {
  --bs-border-opacity: 88%;
}

.border-opacity-89 {
  --bs-border-opacity: 89%;
}

.border-opacity-90 {
  --bs-border-opacity: 90%;
}

.border-opacity-91 {
  --bs-border-opacity: 91%;
}

.border-opacity-92 {
  --bs-border-opacity: 92%;
}

.border-opacity-93 {
  --bs-border-opacity: 93%;
}

.border-opacity-94 {
  --bs-border-opacity: 94%;
}

.border-opacity-95 {
  --bs-border-opacity: 95%;
}

.border-opacity-96 {
  --bs-border-opacity: 96%;
}

.border-opacity-97 {
  --bs-border-opacity: 97%;
}

.border-opacity-98 {
  --bs-border-opacity: 98%;
}

.border-opacity-99 {
  --bs-border-opacity: 99%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-99 {
  width: 99% !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-0 {
  height: 0% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-99 {
  height: 99% !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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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: 2rem !important;
}

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

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

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

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

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

.m-11 {
  margin: 7.5rem !important;
}

.m-12 {
  margin: 9rem !important;
}

.m-13 {
  margin: 11rem !important;
}

.m-14 {
  margin: 13rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.m-17 {
  margin: 17rem !important;
}

.m-18 {
  margin: 18rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.m-20 {
  margin: 20rem !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: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-10 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-11 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-12 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-13 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-14 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-17 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

.mx-18 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.mx-19 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-auto, section.block-printer-tech-details > .section-hd article, section.block-printer-feature-icon > .section-bd .feature-icons, section.block-printer-feature-icon > .section-hd article, section.block-why-hero > .section-hd article, section.block-filaments-hero > .section-hd .container article, section.block-common-page-hero > .section-bd article, section.block-common-icon-cards > .section-bd a img, section.block-common-icon-cards-outline > .section-bd a img, section.block-common-bottom-support > .section-bd .input-group, section.block-common-accordion > .section-bd .image-links a img, section.block-academy-searchbox > .section-bd .input-group, section.block-academy-main-category > .section-bd a img, section.block-academy-sub-category > .section-bd a img,
section.academy-image-links > .section-bd a img, section.block-academy-icon-cards > .section-bd a img, section.block-academy-banner > .section-bd .input-group, section.block-academy-accordion > .section-bd .image-links a img, .cp-carousel {
  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: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-11 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-12 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-13 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-14 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !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: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mt-11 {
  margin-top: 7.5rem !important;
}

.mt-12 {
  margin-top: 9rem !important;
}

.mt-13 {
  margin-top: 11rem !important;
}

.mt-14 {
  margin-top: 13rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mt-17 {
  margin-top: 17rem !important;
}

.mt-18 {
  margin-top: 18rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.mt-20 {
  margin-top: 20rem !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: 2rem !important;
}

.me-6 {
  margin-right: 2.5rem !important;
}

.me-7 {
  margin-right: 3rem !important;
}

.me-8 {
  margin-right: 4rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

.me-10 {
  margin-right: 6rem !important;
}

.me-11 {
  margin-right: 7.5rem !important;
}

.me-12 {
  margin-right: 9rem !important;
}

.me-13 {
  margin-right: 11rem !important;
}

.me-14 {
  margin-right: 13rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-16 {
  margin-right: 16rem !important;
}

.me-17 {
  margin-right: 17rem !important;
}

.me-18 {
  margin-right: 18rem !important;
}

.me-19 {
  margin-right: 19rem !important;
}

.me-20 {
  margin-right: 20rem !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: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.mb-11 {
  margin-bottom: 7.5rem !important;
}

.mb-12 {
  margin-bottom: 9rem !important;
}

.mb-13 {
  margin-bottom: 11rem !important;
}

.mb-14 {
  margin-bottom: 13rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.mb-17 {
  margin-bottom: 17rem !important;
}

.mb-18 {
  margin-bottom: 18rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.mb-20 {
  margin-bottom: 20rem !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: 2rem !important;
}

.ms-6 {
  margin-left: 2.5rem !important;
}

.ms-7 {
  margin-left: 3rem !important;
}

.ms-8 {
  margin-left: 4rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

.ms-10 {
  margin-left: 6rem !important;
}

.ms-11 {
  margin-left: 7.5rem !important;
}

.ms-12 {
  margin-left: 9rem !important;
}

.ms-13 {
  margin-left: 11rem !important;
}

.ms-14 {
  margin-left: 13rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-16 {
  margin-left: 16rem !important;
}

.ms-17 {
  margin-left: 17rem !important;
}

.ms-18 {
  margin-left: 18rem !important;
}

.ms-19 {
  margin-left: 19rem !important;
}

.ms-20 {
  margin-left: 20rem !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: 2rem !important;
}

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

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

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

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

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

.p-11 {
  padding: 7.5rem !important;
}

.p-12 {
  padding: 9rem !important;
}

.p-13 {
  padding: 11rem !important;
}

.p-14 {
  padding: 13rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.p-17 {
  padding: 17rem !important;
}

.p-18 {
  padding: 18rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.p-20 {
  padding: 20rem !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: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-10 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-11 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-12 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-13 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-14 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-17 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.px-18 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-19 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !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: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-11 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-12 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-13 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-14 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !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: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pt-11 {
  padding-top: 7.5rem !important;
}

.pt-12 {
  padding-top: 9rem !important;
}

.pt-13 {
  padding-top: 11rem !important;
}

.pt-14 {
  padding-top: 13rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pt-20 {
  padding-top: 20rem !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: 2rem !important;
}

.pe-6 {
  padding-right: 2.5rem !important;
}

.pe-7 {
  padding-right: 3rem !important;
}

.pe-8 {
  padding-right: 4rem !important;
}

.pe-9 {
  padding-right: 5rem !important;
}

.pe-10 {
  padding-right: 6rem !important;
}

.pe-11 {
  padding-right: 7.5rem !important;
}

.pe-12 {
  padding-right: 9rem !important;
}

.pe-13 {
  padding-right: 11rem !important;
}

.pe-14 {
  padding-right: 13rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-16 {
  padding-right: 16rem !important;
}

.pe-17 {
  padding-right: 17rem !important;
}

.pe-18 {
  padding-right: 18rem !important;
}

.pe-19 {
  padding-right: 19rem !important;
}

.pe-20 {
  padding-right: 20rem !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: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pb-11 {
  padding-bottom: 7.5rem !important;
}

.pb-12 {
  padding-bottom: 9rem !important;
}

.pb-13 {
  padding-bottom: 11rem !important;
}

.pb-14 {
  padding-bottom: 13rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pb-20 {
  padding-bottom: 20rem !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: 2rem !important;
}

.ps-6 {
  padding-left: 2.5rem !important;
}

.ps-7 {
  padding-left: 3rem !important;
}

.ps-8 {
  padding-left: 4rem !important;
}

.ps-9 {
  padding-left: 5rem !important;
}

.ps-10 {
  padding-left: 6rem !important;
}

.ps-11 {
  padding-left: 7.5rem !important;
}

.ps-12 {
  padding-left: 9rem !important;
}

.ps-13 {
  padding-left: 11rem !important;
}

.ps-14 {
  padding-left: 13rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-16 {
  padding-left: 16rem !important;
}

.ps-17 {
  padding-left: 17rem !important;
}

.ps-18 {
  padding-left: 18rem !important;
}

.ps-19 {
  padding-left: 19rem !important;
}

.ps-20 {
  padding-left: 20rem !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: 2rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.gap-10 {
  gap: 6rem !important;
}

.gap-11 {
  gap: 7.5rem !important;
}

.gap-12 {
  gap: 9rem !important;
}

.gap-13 {
  gap: 11rem !important;
}

.gap-14 {
  gap: 13rem !important;
}

.gap-15 {
  gap: 15rem !important;
}

.gap-16 {
  gap: 16rem !important;
}

.gap-17 {
  gap: 17rem !important;
}

.gap-18 {
  gap: 18rem !important;
}

.gap-19 {
  gap: 19rem !important;
}

.gap-20 {
  gap: 20rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 2.5rem !important;
}

.row-gap-7 {
  row-gap: 3rem !important;
}

.row-gap-8 {
  row-gap: 4rem !important;
}

.row-gap-9 {
  row-gap: 5rem !important;
}

.row-gap-10 {
  row-gap: 6rem !important;
}

.row-gap-11 {
  row-gap: 7.5rem !important;
}

.row-gap-12 {
  row-gap: 9rem !important;
}

.row-gap-13 {
  row-gap: 11rem !important;
}

.row-gap-14 {
  row-gap: 13rem !important;
}

.row-gap-15 {
  row-gap: 15rem !important;
}

.row-gap-16 {
  row-gap: 16rem !important;
}

.row-gap-17 {
  row-gap: 17rem !important;
}

.row-gap-18 {
  row-gap: 18rem !important;
}

.row-gap-19 {
  row-gap: 19rem !important;
}

.row-gap-20 {
  row-gap: 20rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.column-gap-7 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.column-gap-8 {
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.column-gap-9 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-10 {
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.column-gap-11 {
  -webkit-column-gap: 7.5rem !important;
     -moz-column-gap: 7.5rem !important;
          column-gap: 7.5rem !important;
}

.column-gap-12 {
  -webkit-column-gap: 9rem !important;
     -moz-column-gap: 9rem !important;
          column-gap: 9rem !important;
}

.column-gap-13 {
  -webkit-column-gap: 11rem !important;
     -moz-column-gap: 11rem !important;
          column-gap: 11rem !important;
}

.column-gap-14 {
  -webkit-column-gap: 13rem !important;
     -moz-column-gap: 13rem !important;
          column-gap: 13rem !important;
}

.column-gap-15 {
  -webkit-column-gap: 15rem !important;
     -moz-column-gap: 15rem !important;
          column-gap: 15rem !important;
}

.column-gap-16 {
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.column-gap-17 {
  -webkit-column-gap: 17rem !important;
     -moz-column-gap: 17rem !important;
          column-gap: 17rem !important;
}

.column-gap-18 {
  -webkit-column-gap: 18rem !important;
     -moz-column-gap: 18rem !important;
          column-gap: 18rem !important;
}

.column-gap-19 {
  -webkit-column-gap: 19rem !important;
     -moz-column-gap: 19rem !important;
          column-gap: 19rem !important;
}

.column-gap-20 {
  -webkit-column-gap: 20rem !important;
     -moz-column-gap: 20rem !important;
          column-gap: 20rem !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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --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-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

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

.text-opacity-0 {
  --bs-text-opacity: 0%;
}

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

.text-opacity-2 {
  --bs-text-opacity: 2%;
}

.text-opacity-3 {
  --bs-text-opacity: 3%;
}

.text-opacity-4 {
  --bs-text-opacity: 4%;
}

.text-opacity-5 {
  --bs-text-opacity: 5%;
}

.text-opacity-6 {
  --bs-text-opacity: 6%;
}

.text-opacity-7 {
  --bs-text-opacity: 7%;
}

.text-opacity-8 {
  --bs-text-opacity: 8%;
}

.text-opacity-9 {
  --bs-text-opacity: 9%;
}

.text-opacity-10 {
  --bs-text-opacity: 10%;
}

.text-opacity-11 {
  --bs-text-opacity: 11%;
}

.text-opacity-12 {
  --bs-text-opacity: 12%;
}

.text-opacity-13 {
  --bs-text-opacity: 13%;
}

.text-opacity-14 {
  --bs-text-opacity: 14%;
}

.text-opacity-15 {
  --bs-text-opacity: 15%;
}

.text-opacity-16 {
  --bs-text-opacity: 16%;
}

.text-opacity-17 {
  --bs-text-opacity: 17%;
}

.text-opacity-18 {
  --bs-text-opacity: 18%;
}

.text-opacity-19 {
  --bs-text-opacity: 19%;
}

.text-opacity-20 {
  --bs-text-opacity: 20%;
}

.text-opacity-21 {
  --bs-text-opacity: 21%;
}

.text-opacity-22 {
  --bs-text-opacity: 22%;
}

.text-opacity-23 {
  --bs-text-opacity: 23%;
}

.text-opacity-24 {
  --bs-text-opacity: 24%;
}

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

.text-opacity-26 {
  --bs-text-opacity: 26%;
}

.text-opacity-27 {
  --bs-text-opacity: 27%;
}

.text-opacity-28 {
  --bs-text-opacity: 28%;
}

.text-opacity-29 {
  --bs-text-opacity: 29%;
}

.text-opacity-30 {
  --bs-text-opacity: 30%;
}

.text-opacity-31 {
  --bs-text-opacity: 31%;
}

.text-opacity-32 {
  --bs-text-opacity: 32%;
}

.text-opacity-33 {
  --bs-text-opacity: 33%;
}

.text-opacity-34 {
  --bs-text-opacity: 34%;
}

.text-opacity-35 {
  --bs-text-opacity: 35%;
}

.text-opacity-36 {
  --bs-text-opacity: 36%;
}

.text-opacity-37 {
  --bs-text-opacity: 37%;
}

.text-opacity-38 {
  --bs-text-opacity: 38%;
}

.text-opacity-39 {
  --bs-text-opacity: 39%;
}

.text-opacity-40 {
  --bs-text-opacity: 40%;
}

.text-opacity-41 {
  --bs-text-opacity: 41%;
}

.text-opacity-42 {
  --bs-text-opacity: 42%;
}

.text-opacity-43 {
  --bs-text-opacity: 43%;
}

.text-opacity-44 {
  --bs-text-opacity: 44%;
}

.text-opacity-45 {
  --bs-text-opacity: 45%;
}

.text-opacity-46 {
  --bs-text-opacity: 46%;
}

.text-opacity-47 {
  --bs-text-opacity: 47%;
}

.text-opacity-48 {
  --bs-text-opacity: 48%;
}

.text-opacity-49 {
  --bs-text-opacity: 49%;
}

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

.text-opacity-51 {
  --bs-text-opacity: 51%;
}

.text-opacity-52 {
  --bs-text-opacity: 52%;
}

.text-opacity-53 {
  --bs-text-opacity: 53%;
}

.text-opacity-54 {
  --bs-text-opacity: 54%;
}

.text-opacity-55 {
  --bs-text-opacity: 55%;
}

.text-opacity-56 {
  --bs-text-opacity: 56%;
}

.text-opacity-57 {
  --bs-text-opacity: 57%;
}

.text-opacity-58 {
  --bs-text-opacity: 58%;
}

.text-opacity-59 {
  --bs-text-opacity: 59%;
}

.text-opacity-60 {
  --bs-text-opacity: 60%;
}

.text-opacity-61 {
  --bs-text-opacity: 61%;
}

.text-opacity-62 {
  --bs-text-opacity: 62%;
}

.text-opacity-63 {
  --bs-text-opacity: 63%;
}

.text-opacity-64 {
  --bs-text-opacity: 64%;
}

.text-opacity-65 {
  --bs-text-opacity: 65%;
}

.text-opacity-66 {
  --bs-text-opacity: 66%;
}

.text-opacity-67 {
  --bs-text-opacity: 67%;
}

.text-opacity-68 {
  --bs-text-opacity: 68%;
}

.text-opacity-69 {
  --bs-text-opacity: 69%;
}

.text-opacity-70 {
  --bs-text-opacity: 70%;
}

.text-opacity-71 {
  --bs-text-opacity: 71%;
}

.text-opacity-72 {
  --bs-text-opacity: 72%;
}

.text-opacity-73 {
  --bs-text-opacity: 73%;
}

.text-opacity-74 {
  --bs-text-opacity: 74%;
}

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

.text-opacity-76 {
  --bs-text-opacity: 76%;
}

.text-opacity-77 {
  --bs-text-opacity: 77%;
}

.text-opacity-78 {
  --bs-text-opacity: 78%;
}

.text-opacity-79 {
  --bs-text-opacity: 79%;
}

.text-opacity-80 {
  --bs-text-opacity: 80%;
}

.text-opacity-81 {
  --bs-text-opacity: 81%;
}

.text-opacity-82 {
  --bs-text-opacity: 82%;
}

.text-opacity-83 {
  --bs-text-opacity: 83%;
}

.text-opacity-84 {
  --bs-text-opacity: 84%;
}

.text-opacity-85 {
  --bs-text-opacity: 85%;
}

.text-opacity-86 {
  --bs-text-opacity: 86%;
}

.text-opacity-87 {
  --bs-text-opacity: 87%;
}

.text-opacity-88 {
  --bs-text-opacity: 88%;
}

.text-opacity-89 {
  --bs-text-opacity: 89%;
}

.text-opacity-90 {
  --bs-text-opacity: 90%;
}

.text-opacity-91 {
  --bs-text-opacity: 91%;
}

.text-opacity-92 {
  --bs-text-opacity: 92%;
}

.text-opacity-93 {
  --bs-text-opacity: 93%;
}

.text-opacity-94 {
  --bs-text-opacity: 94%;
}

.text-opacity-95 {
  --bs-text-opacity: 95%;
}

.text-opacity-96 {
  --bs-text-opacity: 96%;
}

.text-opacity-97 {
  --bs-text-opacity: 97%;
}

.text-opacity-98 {
  --bs-text-opacity: 98%;
}

.text-opacity-99 {
  --bs-text-opacity: 99%;
}

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-0 {
  --bs-link-opacity: 0%;
}

.link-opacity-0-hover:hover {
  --bs-link-opacity: 0%;
}

.link-opacity-1 {
  --bs-link-opacity: 1%;
}

.link-opacity-1-hover:hover {
  --bs-link-opacity: 1%;
}

.link-opacity-2 {
  --bs-link-opacity: 2%;
}

.link-opacity-2-hover:hover {
  --bs-link-opacity: 2%;
}

.link-opacity-3 {
  --bs-link-opacity: 3%;
}

.link-opacity-3-hover:hover {
  --bs-link-opacity: 3%;
}

.link-opacity-4 {
  --bs-link-opacity: 4%;
}

.link-opacity-4-hover:hover {
  --bs-link-opacity: 4%;
}

.link-opacity-5 {
  --bs-link-opacity: 5%;
}

.link-opacity-5-hover:hover {
  --bs-link-opacity: 5%;
}

.link-opacity-6 {
  --bs-link-opacity: 6%;
}

.link-opacity-6-hover:hover {
  --bs-link-opacity: 6%;
}

.link-opacity-7 {
  --bs-link-opacity: 7%;
}

.link-opacity-7-hover:hover {
  --bs-link-opacity: 7%;
}

.link-opacity-8 {
  --bs-link-opacity: 8%;
}

.link-opacity-8-hover:hover {
  --bs-link-opacity: 8%;
}

.link-opacity-9 {
  --bs-link-opacity: 9%;
}

.link-opacity-9-hover:hover {
  --bs-link-opacity: 9%;
}

.link-opacity-10 {
  --bs-link-opacity: 10%;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 10%;
}

.link-opacity-11 {
  --bs-link-opacity: 11%;
}

.link-opacity-11-hover:hover {
  --bs-link-opacity: 11%;
}

.link-opacity-12 {
  --bs-link-opacity: 12%;
}

.link-opacity-12-hover:hover {
  --bs-link-opacity: 12%;
}

.link-opacity-13 {
  --bs-link-opacity: 13%;
}

.link-opacity-13-hover:hover {
  --bs-link-opacity: 13%;
}

.link-opacity-14 {
  --bs-link-opacity: 14%;
}

.link-opacity-14-hover:hover {
  --bs-link-opacity: 14%;
}

.link-opacity-15 {
  --bs-link-opacity: 15%;
}

.link-opacity-15-hover:hover {
  --bs-link-opacity: 15%;
}

.link-opacity-16 {
  --bs-link-opacity: 16%;
}

.link-opacity-16-hover:hover {
  --bs-link-opacity: 16%;
}

.link-opacity-17 {
  --bs-link-opacity: 17%;
}

.link-opacity-17-hover:hover {
  --bs-link-opacity: 17%;
}

.link-opacity-18 {
  --bs-link-opacity: 18%;
}

.link-opacity-18-hover:hover {
  --bs-link-opacity: 18%;
}

.link-opacity-19 {
  --bs-link-opacity: 19%;
}

.link-opacity-19-hover:hover {
  --bs-link-opacity: 19%;
}

.link-opacity-20 {
  --bs-link-opacity: 20%;
}

.link-opacity-20-hover:hover {
  --bs-link-opacity: 20%;
}

.link-opacity-21 {
  --bs-link-opacity: 21%;
}

.link-opacity-21-hover:hover {
  --bs-link-opacity: 21%;
}

.link-opacity-22 {
  --bs-link-opacity: 22%;
}

.link-opacity-22-hover:hover {
  --bs-link-opacity: 22%;
}

.link-opacity-23 {
  --bs-link-opacity: 23%;
}

.link-opacity-23-hover:hover {
  --bs-link-opacity: 23%;
}

.link-opacity-24 {
  --bs-link-opacity: 24%;
}

.link-opacity-24-hover:hover {
  --bs-link-opacity: 24%;
}

.link-opacity-25 {
  --bs-link-opacity: 25%;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 25%;
}

.link-opacity-26 {
  --bs-link-opacity: 26%;
}

.link-opacity-26-hover:hover {
  --bs-link-opacity: 26%;
}

.link-opacity-27 {
  --bs-link-opacity: 27%;
}

.link-opacity-27-hover:hover {
  --bs-link-opacity: 27%;
}

.link-opacity-28 {
  --bs-link-opacity: 28%;
}

.link-opacity-28-hover:hover {
  --bs-link-opacity: 28%;
}

.link-opacity-29 {
  --bs-link-opacity: 29%;
}

.link-opacity-29-hover:hover {
  --bs-link-opacity: 29%;
}

.link-opacity-30 {
  --bs-link-opacity: 30%;
}

.link-opacity-30-hover:hover {
  --bs-link-opacity: 30%;
}

.link-opacity-31 {
  --bs-link-opacity: 31%;
}

.link-opacity-31-hover:hover {
  --bs-link-opacity: 31%;
}

.link-opacity-32 {
  --bs-link-opacity: 32%;
}

.link-opacity-32-hover:hover {
  --bs-link-opacity: 32%;
}

.link-opacity-33 {
  --bs-link-opacity: 33%;
}

.link-opacity-33-hover:hover {
  --bs-link-opacity: 33%;
}

.link-opacity-34 {
  --bs-link-opacity: 34%;
}

.link-opacity-34-hover:hover {
  --bs-link-opacity: 34%;
}

.link-opacity-35 {
  --bs-link-opacity: 35%;
}

.link-opacity-35-hover:hover {
  --bs-link-opacity: 35%;
}

.link-opacity-36 {
  --bs-link-opacity: 36%;
}

.link-opacity-36-hover:hover {
  --bs-link-opacity: 36%;
}

.link-opacity-37 {
  --bs-link-opacity: 37%;
}

.link-opacity-37-hover:hover {
  --bs-link-opacity: 37%;
}

.link-opacity-38 {
  --bs-link-opacity: 38%;
}

.link-opacity-38-hover:hover {
  --bs-link-opacity: 38%;
}

.link-opacity-39 {
  --bs-link-opacity: 39%;
}

.link-opacity-39-hover:hover {
  --bs-link-opacity: 39%;
}

.link-opacity-40 {
  --bs-link-opacity: 40%;
}

.link-opacity-40-hover:hover {
  --bs-link-opacity: 40%;
}

.link-opacity-41 {
  --bs-link-opacity: 41%;
}

.link-opacity-41-hover:hover {
  --bs-link-opacity: 41%;
}

.link-opacity-42 {
  --bs-link-opacity: 42%;
}

.link-opacity-42-hover:hover {
  --bs-link-opacity: 42%;
}

.link-opacity-43 {
  --bs-link-opacity: 43%;
}

.link-opacity-43-hover:hover {
  --bs-link-opacity: 43%;
}

.link-opacity-44 {
  --bs-link-opacity: 44%;
}

.link-opacity-44-hover:hover {
  --bs-link-opacity: 44%;
}

.link-opacity-45 {
  --bs-link-opacity: 45%;
}

.link-opacity-45-hover:hover {
  --bs-link-opacity: 45%;
}

.link-opacity-46 {
  --bs-link-opacity: 46%;
}

.link-opacity-46-hover:hover {
  --bs-link-opacity: 46%;
}

.link-opacity-47 {
  --bs-link-opacity: 47%;
}

.link-opacity-47-hover:hover {
  --bs-link-opacity: 47%;
}

.link-opacity-48 {
  --bs-link-opacity: 48%;
}

.link-opacity-48-hover:hover {
  --bs-link-opacity: 48%;
}

.link-opacity-49 {
  --bs-link-opacity: 49%;
}

.link-opacity-49-hover:hover {
  --bs-link-opacity: 49%;
}

.link-opacity-50 {
  --bs-link-opacity: 50%;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 50%;
}

.link-opacity-51 {
  --bs-link-opacity: 51%;
}

.link-opacity-51-hover:hover {
  --bs-link-opacity: 51%;
}

.link-opacity-52 {
  --bs-link-opacity: 52%;
}

.link-opacity-52-hover:hover {
  --bs-link-opacity: 52%;
}

.link-opacity-53 {
  --bs-link-opacity: 53%;
}

.link-opacity-53-hover:hover {
  --bs-link-opacity: 53%;
}

.link-opacity-54 {
  --bs-link-opacity: 54%;
}

.link-opacity-54-hover:hover {
  --bs-link-opacity: 54%;
}

.link-opacity-55 {
  --bs-link-opacity: 55%;
}

.link-opacity-55-hover:hover {
  --bs-link-opacity: 55%;
}

.link-opacity-56 {
  --bs-link-opacity: 56%;
}

.link-opacity-56-hover:hover {
  --bs-link-opacity: 56%;
}

.link-opacity-57 {
  --bs-link-opacity: 57%;
}

.link-opacity-57-hover:hover {
  --bs-link-opacity: 57%;
}

.link-opacity-58 {
  --bs-link-opacity: 58%;
}

.link-opacity-58-hover:hover {
  --bs-link-opacity: 58%;
}

.link-opacity-59 {
  --bs-link-opacity: 59%;
}

.link-opacity-59-hover:hover {
  --bs-link-opacity: 59%;
}

.link-opacity-60 {
  --bs-link-opacity: 60%;
}

.link-opacity-60-hover:hover {
  --bs-link-opacity: 60%;
}

.link-opacity-61 {
  --bs-link-opacity: 61%;
}

.link-opacity-61-hover:hover {
  --bs-link-opacity: 61%;
}

.link-opacity-62 {
  --bs-link-opacity: 62%;
}

.link-opacity-62-hover:hover {
  --bs-link-opacity: 62%;
}

.link-opacity-63 {
  --bs-link-opacity: 63%;
}

.link-opacity-63-hover:hover {
  --bs-link-opacity: 63%;
}

.link-opacity-64 {
  --bs-link-opacity: 64%;
}

.link-opacity-64-hover:hover {
  --bs-link-opacity: 64%;
}

.link-opacity-65 {
  --bs-link-opacity: 65%;
}

.link-opacity-65-hover:hover {
  --bs-link-opacity: 65%;
}

.link-opacity-66 {
  --bs-link-opacity: 66%;
}

.link-opacity-66-hover:hover {
  --bs-link-opacity: 66%;
}

.link-opacity-67 {
  --bs-link-opacity: 67%;
}

.link-opacity-67-hover:hover {
  --bs-link-opacity: 67%;
}

.link-opacity-68 {
  --bs-link-opacity: 68%;
}

.link-opacity-68-hover:hover {
  --bs-link-opacity: 68%;
}

.link-opacity-69 {
  --bs-link-opacity: 69%;
}

.link-opacity-69-hover:hover {
  --bs-link-opacity: 69%;
}

.link-opacity-70 {
  --bs-link-opacity: 70%;
}

.link-opacity-70-hover:hover {
  --bs-link-opacity: 70%;
}

.link-opacity-71 {
  --bs-link-opacity: 71%;
}

.link-opacity-71-hover:hover {
  --bs-link-opacity: 71%;
}

.link-opacity-72 {
  --bs-link-opacity: 72%;
}

.link-opacity-72-hover:hover {
  --bs-link-opacity: 72%;
}

.link-opacity-73 {
  --bs-link-opacity: 73%;
}

.link-opacity-73-hover:hover {
  --bs-link-opacity: 73%;
}

.link-opacity-74 {
  --bs-link-opacity: 74%;
}

.link-opacity-74-hover:hover {
  --bs-link-opacity: 74%;
}

.link-opacity-75 {
  --bs-link-opacity: 75%;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 75%;
}

.link-opacity-76 {
  --bs-link-opacity: 76%;
}

.link-opacity-76-hover:hover {
  --bs-link-opacity: 76%;
}

.link-opacity-77 {
  --bs-link-opacity: 77%;
}

.link-opacity-77-hover:hover {
  --bs-link-opacity: 77%;
}

.link-opacity-78 {
  --bs-link-opacity: 78%;
}

.link-opacity-78-hover:hover {
  --bs-link-opacity: 78%;
}

.link-opacity-79 {
  --bs-link-opacity: 79%;
}

.link-opacity-79-hover:hover {
  --bs-link-opacity: 79%;
}

.link-opacity-80 {
  --bs-link-opacity: 80%;
}

.link-opacity-80-hover:hover {
  --bs-link-opacity: 80%;
}

.link-opacity-81 {
  --bs-link-opacity: 81%;
}

.link-opacity-81-hover:hover {
  --bs-link-opacity: 81%;
}

.link-opacity-82 {
  --bs-link-opacity: 82%;
}

.link-opacity-82-hover:hover {
  --bs-link-opacity: 82%;
}

.link-opacity-83 {
  --bs-link-opacity: 83%;
}

.link-opacity-83-hover:hover {
  --bs-link-opacity: 83%;
}

.link-opacity-84 {
  --bs-link-opacity: 84%;
}

.link-opacity-84-hover:hover {
  --bs-link-opacity: 84%;
}

.link-opacity-85 {
  --bs-link-opacity: 85%;
}

.link-opacity-85-hover:hover {
  --bs-link-opacity: 85%;
}

.link-opacity-86 {
  --bs-link-opacity: 86%;
}

.link-opacity-86-hover:hover {
  --bs-link-opacity: 86%;
}

.link-opacity-87 {
  --bs-link-opacity: 87%;
}

.link-opacity-87-hover:hover {
  --bs-link-opacity: 87%;
}

.link-opacity-88 {
  --bs-link-opacity: 88%;
}

.link-opacity-88-hover:hover {
  --bs-link-opacity: 88%;
}

.link-opacity-89 {
  --bs-link-opacity: 89%;
}

.link-opacity-89-hover:hover {
  --bs-link-opacity: 89%;
}

.link-opacity-90 {
  --bs-link-opacity: 90%;
}

.link-opacity-90-hover:hover {
  --bs-link-opacity: 90%;
}

.link-opacity-91 {
  --bs-link-opacity: 91%;
}

.link-opacity-91-hover:hover {
  --bs-link-opacity: 91%;
}

.link-opacity-92 {
  --bs-link-opacity: 92%;
}

.link-opacity-92-hover:hover {
  --bs-link-opacity: 92%;
}

.link-opacity-93 {
  --bs-link-opacity: 93%;
}

.link-opacity-93-hover:hover {
  --bs-link-opacity: 93%;
}

.link-opacity-94 {
  --bs-link-opacity: 94%;
}

.link-opacity-94-hover:hover {
  --bs-link-opacity: 94%;
}

.link-opacity-95 {
  --bs-link-opacity: 95%;
}

.link-opacity-95-hover:hover {
  --bs-link-opacity: 95%;
}

.link-opacity-96 {
  --bs-link-opacity: 96%;
}

.link-opacity-96-hover:hover {
  --bs-link-opacity: 96%;
}

.link-opacity-97 {
  --bs-link-opacity: 97%;
}

.link-opacity-97-hover:hover {
  --bs-link-opacity: 97%;
}

.link-opacity-98 {
  --bs-link-opacity: 98%;
}

.link-opacity-98-hover:hover {
  --bs-link-opacity: 98%;
}

.link-opacity-99 {
  --bs-link-opacity: 99%;
}

.link-opacity-99-hover:hover {
  --bs-link-opacity: 99%;
}

.link-opacity-100 {
  --bs-link-opacity: 100%;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 100%;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline-muted {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-muted-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-muted-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0%;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0%;
}

.link-underline-opacity-1 {
  --bs-link-underline-opacity: 1%;
}

.link-underline-opacity-1-hover:hover {
  --bs-link-underline-opacity: 1%;
}

.link-underline-opacity-2 {
  --bs-link-underline-opacity: 2%;
}

.link-underline-opacity-2-hover:hover {
  --bs-link-underline-opacity: 2%;
}

.link-underline-opacity-3 {
  --bs-link-underline-opacity: 3%;
}

.link-underline-opacity-3-hover:hover {
  --bs-link-underline-opacity: 3%;
}

.link-underline-opacity-4 {
  --bs-link-underline-opacity: 4%;
}

.link-underline-opacity-4-hover:hover {
  --bs-link-underline-opacity: 4%;
}

.link-underline-opacity-5 {
  --bs-link-underline-opacity: 5%;
}

.link-underline-opacity-5-hover:hover {
  --bs-link-underline-opacity: 5%;
}

.link-underline-opacity-6 {
  --bs-link-underline-opacity: 6%;
}

.link-underline-opacity-6-hover:hover {
  --bs-link-underline-opacity: 6%;
}

.link-underline-opacity-7 {
  --bs-link-underline-opacity: 7%;
}

.link-underline-opacity-7-hover:hover {
  --bs-link-underline-opacity: 7%;
}

.link-underline-opacity-8 {
  --bs-link-underline-opacity: 8%;
}

.link-underline-opacity-8-hover:hover {
  --bs-link-underline-opacity: 8%;
}

.link-underline-opacity-9 {
  --bs-link-underline-opacity: 9%;
}

.link-underline-opacity-9-hover:hover {
  --bs-link-underline-opacity: 9%;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 10%;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 10%;
}

.link-underline-opacity-11 {
  --bs-link-underline-opacity: 11%;
}

.link-underline-opacity-11-hover:hover {
  --bs-link-underline-opacity: 11%;
}

.link-underline-opacity-12 {
  --bs-link-underline-opacity: 12%;
}

.link-underline-opacity-12-hover:hover {
  --bs-link-underline-opacity: 12%;
}

.link-underline-opacity-13 {
  --bs-link-underline-opacity: 13%;
}

.link-underline-opacity-13-hover:hover {
  --bs-link-underline-opacity: 13%;
}

.link-underline-opacity-14 {
  --bs-link-underline-opacity: 14%;
}

.link-underline-opacity-14-hover:hover {
  --bs-link-underline-opacity: 14%;
}

.link-underline-opacity-15 {
  --bs-link-underline-opacity: 15%;
}

.link-underline-opacity-15-hover:hover {
  --bs-link-underline-opacity: 15%;
}

.link-underline-opacity-16 {
  --bs-link-underline-opacity: 16%;
}

.link-underline-opacity-16-hover:hover {
  --bs-link-underline-opacity: 16%;
}

.link-underline-opacity-17 {
  --bs-link-underline-opacity: 17%;
}

.link-underline-opacity-17-hover:hover {
  --bs-link-underline-opacity: 17%;
}

.link-underline-opacity-18 {
  --bs-link-underline-opacity: 18%;
}

.link-underline-opacity-18-hover:hover {
  --bs-link-underline-opacity: 18%;
}

.link-underline-opacity-19 {
  --bs-link-underline-opacity: 19%;
}

.link-underline-opacity-19-hover:hover {
  --bs-link-underline-opacity: 19%;
}

.link-underline-opacity-20 {
  --bs-link-underline-opacity: 20%;
}

.link-underline-opacity-20-hover:hover {
  --bs-link-underline-opacity: 20%;
}

.link-underline-opacity-21 {
  --bs-link-underline-opacity: 21%;
}

.link-underline-opacity-21-hover:hover {
  --bs-link-underline-opacity: 21%;
}

.link-underline-opacity-22 {
  --bs-link-underline-opacity: 22%;
}

.link-underline-opacity-22-hover:hover {
  --bs-link-underline-opacity: 22%;
}

.link-underline-opacity-23 {
  --bs-link-underline-opacity: 23%;
}

.link-underline-opacity-23-hover:hover {
  --bs-link-underline-opacity: 23%;
}

.link-underline-opacity-24 {
  --bs-link-underline-opacity: 24%;
}

.link-underline-opacity-24-hover:hover {
  --bs-link-underline-opacity: 24%;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 25%;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 25%;
}

.link-underline-opacity-26 {
  --bs-link-underline-opacity: 26%;
}

.link-underline-opacity-26-hover:hover {
  --bs-link-underline-opacity: 26%;
}

.link-underline-opacity-27 {
  --bs-link-underline-opacity: 27%;
}

.link-underline-opacity-27-hover:hover {
  --bs-link-underline-opacity: 27%;
}

.link-underline-opacity-28 {
  --bs-link-underline-opacity: 28%;
}

.link-underline-opacity-28-hover:hover {
  --bs-link-underline-opacity: 28%;
}

.link-underline-opacity-29 {
  --bs-link-underline-opacity: 29%;
}

.link-underline-opacity-29-hover:hover {
  --bs-link-underline-opacity: 29%;
}

.link-underline-opacity-30 {
  --bs-link-underline-opacity: 30%;
}

.link-underline-opacity-30-hover:hover {
  --bs-link-underline-opacity: 30%;
}

.link-underline-opacity-31 {
  --bs-link-underline-opacity: 31%;
}

.link-underline-opacity-31-hover:hover {
  --bs-link-underline-opacity: 31%;
}

.link-underline-opacity-32 {
  --bs-link-underline-opacity: 32%;
}

.link-underline-opacity-32-hover:hover {
  --bs-link-underline-opacity: 32%;
}

.link-underline-opacity-33 {
  --bs-link-underline-opacity: 33%;
}

.link-underline-opacity-33-hover:hover {
  --bs-link-underline-opacity: 33%;
}

.link-underline-opacity-34 {
  --bs-link-underline-opacity: 34%;
}

.link-underline-opacity-34-hover:hover {
  --bs-link-underline-opacity: 34%;
}

.link-underline-opacity-35 {
  --bs-link-underline-opacity: 35%;
}

.link-underline-opacity-35-hover:hover {
  --bs-link-underline-opacity: 35%;
}

.link-underline-opacity-36 {
  --bs-link-underline-opacity: 36%;
}

.link-underline-opacity-36-hover:hover {
  --bs-link-underline-opacity: 36%;
}

.link-underline-opacity-37 {
  --bs-link-underline-opacity: 37%;
}

.link-underline-opacity-37-hover:hover {
  --bs-link-underline-opacity: 37%;
}

.link-underline-opacity-38 {
  --bs-link-underline-opacity: 38%;
}

.link-underline-opacity-38-hover:hover {
  --bs-link-underline-opacity: 38%;
}

.link-underline-opacity-39 {
  --bs-link-underline-opacity: 39%;
}

.link-underline-opacity-39-hover:hover {
  --bs-link-underline-opacity: 39%;
}

.link-underline-opacity-40 {
  --bs-link-underline-opacity: 40%;
}

.link-underline-opacity-40-hover:hover {
  --bs-link-underline-opacity: 40%;
}

.link-underline-opacity-41 {
  --bs-link-underline-opacity: 41%;
}

.link-underline-opacity-41-hover:hover {
  --bs-link-underline-opacity: 41%;
}

.link-underline-opacity-42 {
  --bs-link-underline-opacity: 42%;
}

.link-underline-opacity-42-hover:hover {
  --bs-link-underline-opacity: 42%;
}

.link-underline-opacity-43 {
  --bs-link-underline-opacity: 43%;
}

.link-underline-opacity-43-hover:hover {
  --bs-link-underline-opacity: 43%;
}

.link-underline-opacity-44 {
  --bs-link-underline-opacity: 44%;
}

.link-underline-opacity-44-hover:hover {
  --bs-link-underline-opacity: 44%;
}

.link-underline-opacity-45 {
  --bs-link-underline-opacity: 45%;
}

.link-underline-opacity-45-hover:hover {
  --bs-link-underline-opacity: 45%;
}

.link-underline-opacity-46 {
  --bs-link-underline-opacity: 46%;
}

.link-underline-opacity-46-hover:hover {
  --bs-link-underline-opacity: 46%;
}

.link-underline-opacity-47 {
  --bs-link-underline-opacity: 47%;
}

.link-underline-opacity-47-hover:hover {
  --bs-link-underline-opacity: 47%;
}

.link-underline-opacity-48 {
  --bs-link-underline-opacity: 48%;
}

.link-underline-opacity-48-hover:hover {
  --bs-link-underline-opacity: 48%;
}

.link-underline-opacity-49 {
  --bs-link-underline-opacity: 49%;
}

.link-underline-opacity-49-hover:hover {
  --bs-link-underline-opacity: 49%;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 50%;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 50%;
}

.link-underline-opacity-51 {
  --bs-link-underline-opacity: 51%;
}

.link-underline-opacity-51-hover:hover {
  --bs-link-underline-opacity: 51%;
}

.link-underline-opacity-52 {
  --bs-link-underline-opacity: 52%;
}

.link-underline-opacity-52-hover:hover {
  --bs-link-underline-opacity: 52%;
}

.link-underline-opacity-53 {
  --bs-link-underline-opacity: 53%;
}

.link-underline-opacity-53-hover:hover {
  --bs-link-underline-opacity: 53%;
}

.link-underline-opacity-54 {
  --bs-link-underline-opacity: 54%;
}

.link-underline-opacity-54-hover:hover {
  --bs-link-underline-opacity: 54%;
}

.link-underline-opacity-55 {
  --bs-link-underline-opacity: 55%;
}

.link-underline-opacity-55-hover:hover {
  --bs-link-underline-opacity: 55%;
}

.link-underline-opacity-56 {
  --bs-link-underline-opacity: 56%;
}

.link-underline-opacity-56-hover:hover {
  --bs-link-underline-opacity: 56%;
}

.link-underline-opacity-57 {
  --bs-link-underline-opacity: 57%;
}

.link-underline-opacity-57-hover:hover {
  --bs-link-underline-opacity: 57%;
}

.link-underline-opacity-58 {
  --bs-link-underline-opacity: 58%;
}

.link-underline-opacity-58-hover:hover {
  --bs-link-underline-opacity: 58%;
}

.link-underline-opacity-59 {
  --bs-link-underline-opacity: 59%;
}

.link-underline-opacity-59-hover:hover {
  --bs-link-underline-opacity: 59%;
}

.link-underline-opacity-60 {
  --bs-link-underline-opacity: 60%;
}

.link-underline-opacity-60-hover:hover {
  --bs-link-underline-opacity: 60%;
}

.link-underline-opacity-61 {
  --bs-link-underline-opacity: 61%;
}

.link-underline-opacity-61-hover:hover {
  --bs-link-underline-opacity: 61%;
}

.link-underline-opacity-62 {
  --bs-link-underline-opacity: 62%;
}

.link-underline-opacity-62-hover:hover {
  --bs-link-underline-opacity: 62%;
}

.link-underline-opacity-63 {
  --bs-link-underline-opacity: 63%;
}

.link-underline-opacity-63-hover:hover {
  --bs-link-underline-opacity: 63%;
}

.link-underline-opacity-64 {
  --bs-link-underline-opacity: 64%;
}

.link-underline-opacity-64-hover:hover {
  --bs-link-underline-opacity: 64%;
}

.link-underline-opacity-65 {
  --bs-link-underline-opacity: 65%;
}

.link-underline-opacity-65-hover:hover {
  --bs-link-underline-opacity: 65%;
}

.link-underline-opacity-66 {
  --bs-link-underline-opacity: 66%;
}

.link-underline-opacity-66-hover:hover {
  --bs-link-underline-opacity: 66%;
}

.link-underline-opacity-67 {
  --bs-link-underline-opacity: 67%;
}

.link-underline-opacity-67-hover:hover {
  --bs-link-underline-opacity: 67%;
}

.link-underline-opacity-68 {
  --bs-link-underline-opacity: 68%;
}

.link-underline-opacity-68-hover:hover {
  --bs-link-underline-opacity: 68%;
}

.link-underline-opacity-69 {
  --bs-link-underline-opacity: 69%;
}

.link-underline-opacity-69-hover:hover {
  --bs-link-underline-opacity: 69%;
}

.link-underline-opacity-70 {
  --bs-link-underline-opacity: 70%;
}

.link-underline-opacity-70-hover:hover {
  --bs-link-underline-opacity: 70%;
}

.link-underline-opacity-71 {
  --bs-link-underline-opacity: 71%;
}

.link-underline-opacity-71-hover:hover {
  --bs-link-underline-opacity: 71%;
}

.link-underline-opacity-72 {
  --bs-link-underline-opacity: 72%;
}

.link-underline-opacity-72-hover:hover {
  --bs-link-underline-opacity: 72%;
}

.link-underline-opacity-73 {
  --bs-link-underline-opacity: 73%;
}

.link-underline-opacity-73-hover:hover {
  --bs-link-underline-opacity: 73%;
}

.link-underline-opacity-74 {
  --bs-link-underline-opacity: 74%;
}

.link-underline-opacity-74-hover:hover {
  --bs-link-underline-opacity: 74%;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 75%;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 75%;
}

.link-underline-opacity-76 {
  --bs-link-underline-opacity: 76%;
}

.link-underline-opacity-76-hover:hover {
  --bs-link-underline-opacity: 76%;
}

.link-underline-opacity-77 {
  --bs-link-underline-opacity: 77%;
}

.link-underline-opacity-77-hover:hover {
  --bs-link-underline-opacity: 77%;
}

.link-underline-opacity-78 {
  --bs-link-underline-opacity: 78%;
}

.link-underline-opacity-78-hover:hover {
  --bs-link-underline-opacity: 78%;
}

.link-underline-opacity-79 {
  --bs-link-underline-opacity: 79%;
}

.link-underline-opacity-79-hover:hover {
  --bs-link-underline-opacity: 79%;
}

.link-underline-opacity-80 {
  --bs-link-underline-opacity: 80%;
}

.link-underline-opacity-80-hover:hover {
  --bs-link-underline-opacity: 80%;
}

.link-underline-opacity-81 {
  --bs-link-underline-opacity: 81%;
}

.link-underline-opacity-81-hover:hover {
  --bs-link-underline-opacity: 81%;
}

.link-underline-opacity-82 {
  --bs-link-underline-opacity: 82%;
}

.link-underline-opacity-82-hover:hover {
  --bs-link-underline-opacity: 82%;
}

.link-underline-opacity-83 {
  --bs-link-underline-opacity: 83%;
}

.link-underline-opacity-83-hover:hover {
  --bs-link-underline-opacity: 83%;
}

.link-underline-opacity-84 {
  --bs-link-underline-opacity: 84%;
}

.link-underline-opacity-84-hover:hover {
  --bs-link-underline-opacity: 84%;
}

.link-underline-opacity-85 {
  --bs-link-underline-opacity: 85%;
}

.link-underline-opacity-85-hover:hover {
  --bs-link-underline-opacity: 85%;
}

.link-underline-opacity-86 {
  --bs-link-underline-opacity: 86%;
}

.link-underline-opacity-86-hover:hover {
  --bs-link-underline-opacity: 86%;
}

.link-underline-opacity-87 {
  --bs-link-underline-opacity: 87%;
}

.link-underline-opacity-87-hover:hover {
  --bs-link-underline-opacity: 87%;
}

.link-underline-opacity-88 {
  --bs-link-underline-opacity: 88%;
}

.link-underline-opacity-88-hover:hover {
  --bs-link-underline-opacity: 88%;
}

.link-underline-opacity-89 {
  --bs-link-underline-opacity: 89%;
}

.link-underline-opacity-89-hover:hover {
  --bs-link-underline-opacity: 89%;
}

.link-underline-opacity-90 {
  --bs-link-underline-opacity: 90%;
}

.link-underline-opacity-90-hover:hover {
  --bs-link-underline-opacity: 90%;
}

.link-underline-opacity-91 {
  --bs-link-underline-opacity: 91%;
}

.link-underline-opacity-91-hover:hover {
  --bs-link-underline-opacity: 91%;
}

.link-underline-opacity-92 {
  --bs-link-underline-opacity: 92%;
}

.link-underline-opacity-92-hover:hover {
  --bs-link-underline-opacity: 92%;
}

.link-underline-opacity-93 {
  --bs-link-underline-opacity: 93%;
}

.link-underline-opacity-93-hover:hover {
  --bs-link-underline-opacity: 93%;
}

.link-underline-opacity-94 {
  --bs-link-underline-opacity: 94%;
}

.link-underline-opacity-94-hover:hover {
  --bs-link-underline-opacity: 94%;
}

.link-underline-opacity-95 {
  --bs-link-underline-opacity: 95%;
}

.link-underline-opacity-95-hover:hover {
  --bs-link-underline-opacity: 95%;
}

.link-underline-opacity-96 {
  --bs-link-underline-opacity: 96%;
}

.link-underline-opacity-96-hover:hover {
  --bs-link-underline-opacity: 96%;
}

.link-underline-opacity-97 {
  --bs-link-underline-opacity: 97%;
}

.link-underline-opacity-97-hover:hover {
  --bs-link-underline-opacity: 97%;
}

.link-underline-opacity-98 {
  --bs-link-underline-opacity: 98%;
}

.link-underline-opacity-98-hover:hover {
  --bs-link-underline-opacity: 98%;
}

.link-underline-opacity-99 {
  --bs-link-underline-opacity: 99%;
}

.link-underline-opacity-99-hover:hover {
  --bs-link-underline-opacity: 99%;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 100%;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 100%;
}

.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-muted {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-muted-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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-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-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

.bg-opacity-0 {
  --bs-bg-opacity: 0%;
}

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

.bg-opacity-2 {
  --bs-bg-opacity: 2%;
}

.bg-opacity-3 {
  --bs-bg-opacity: 3%;
}

.bg-opacity-4 {
  --bs-bg-opacity: 4%;
}

.bg-opacity-5 {
  --bs-bg-opacity: 5%;
}

.bg-opacity-6 {
  --bs-bg-opacity: 6%;
}

.bg-opacity-7 {
  --bs-bg-opacity: 7%;
}

.bg-opacity-8 {
  --bs-bg-opacity: 8%;
}

.bg-opacity-9 {
  --bs-bg-opacity: 9%;
}

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

.bg-opacity-11 {
  --bs-bg-opacity: 11%;
}

.bg-opacity-12 {
  --bs-bg-opacity: 12%;
}

.bg-opacity-13 {
  --bs-bg-opacity: 13%;
}

.bg-opacity-14 {
  --bs-bg-opacity: 14%;
}

.bg-opacity-15 {
  --bs-bg-opacity: 15%;
}

.bg-opacity-16 {
  --bs-bg-opacity: 16%;
}

.bg-opacity-17 {
  --bs-bg-opacity: 17%;
}

.bg-opacity-18 {
  --bs-bg-opacity: 18%;
}

.bg-opacity-19 {
  --bs-bg-opacity: 19%;
}

.bg-opacity-20 {
  --bs-bg-opacity: 20%;
}

.bg-opacity-21 {
  --bs-bg-opacity: 21%;
}

.bg-opacity-22 {
  --bs-bg-opacity: 22%;
}

.bg-opacity-23 {
  --bs-bg-opacity: 23%;
}

.bg-opacity-24 {
  --bs-bg-opacity: 24%;
}

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

.bg-opacity-26 {
  --bs-bg-opacity: 26%;
}

.bg-opacity-27 {
  --bs-bg-opacity: 27%;
}

.bg-opacity-28 {
  --bs-bg-opacity: 28%;
}

.bg-opacity-29 {
  --bs-bg-opacity: 29%;
}

.bg-opacity-30 {
  --bs-bg-opacity: 30%;
}

.bg-opacity-31 {
  --bs-bg-opacity: 31%;
}

.bg-opacity-32 {
  --bs-bg-opacity: 32%;
}

.bg-opacity-33 {
  --bs-bg-opacity: 33%;
}

.bg-opacity-34 {
  --bs-bg-opacity: 34%;
}

.bg-opacity-35 {
  --bs-bg-opacity: 35%;
}

.bg-opacity-36 {
  --bs-bg-opacity: 36%;
}

.bg-opacity-37 {
  --bs-bg-opacity: 37%;
}

.bg-opacity-38 {
  --bs-bg-opacity: 38%;
}

.bg-opacity-39 {
  --bs-bg-opacity: 39%;
}

.bg-opacity-40 {
  --bs-bg-opacity: 40%;
}

.bg-opacity-41 {
  --bs-bg-opacity: 41%;
}

.bg-opacity-42 {
  --bs-bg-opacity: 42%;
}

.bg-opacity-43 {
  --bs-bg-opacity: 43%;
}

.bg-opacity-44 {
  --bs-bg-opacity: 44%;
}

.bg-opacity-45 {
  --bs-bg-opacity: 45%;
}

.bg-opacity-46 {
  --bs-bg-opacity: 46%;
}

.bg-opacity-47 {
  --bs-bg-opacity: 47%;
}

.bg-opacity-48 {
  --bs-bg-opacity: 48%;
}

.bg-opacity-49 {
  --bs-bg-opacity: 49%;
}

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

.bg-opacity-51 {
  --bs-bg-opacity: 51%;
}

.bg-opacity-52 {
  --bs-bg-opacity: 52%;
}

.bg-opacity-53 {
  --bs-bg-opacity: 53%;
}

.bg-opacity-54 {
  --bs-bg-opacity: 54%;
}

.bg-opacity-55 {
  --bs-bg-opacity: 55%;
}

.bg-opacity-56 {
  --bs-bg-opacity: 56%;
}

.bg-opacity-57 {
  --bs-bg-opacity: 57%;
}

.bg-opacity-58 {
  --bs-bg-opacity: 58%;
}

.bg-opacity-59 {
  --bs-bg-opacity: 59%;
}

.bg-opacity-60 {
  --bs-bg-opacity: 60%;
}

.bg-opacity-61 {
  --bs-bg-opacity: 61%;
}

.bg-opacity-62 {
  --bs-bg-opacity: 62%;
}

.bg-opacity-63 {
  --bs-bg-opacity: 63%;
}

.bg-opacity-64 {
  --bs-bg-opacity: 64%;
}

.bg-opacity-65 {
  --bs-bg-opacity: 65%;
}

.bg-opacity-66 {
  --bs-bg-opacity: 66%;
}

.bg-opacity-67 {
  --bs-bg-opacity: 67%;
}

.bg-opacity-68 {
  --bs-bg-opacity: 68%;
}

.bg-opacity-69 {
  --bs-bg-opacity: 69%;
}

.bg-opacity-70 {
  --bs-bg-opacity: 70%;
}

.bg-opacity-71 {
  --bs-bg-opacity: 71%;
}

.bg-opacity-72 {
  --bs-bg-opacity: 72%;
}

.bg-opacity-73 {
  --bs-bg-opacity: 73%;
}

.bg-opacity-74 {
  --bs-bg-opacity: 74%;
}

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

.bg-opacity-76 {
  --bs-bg-opacity: 76%;
}

.bg-opacity-77 {
  --bs-bg-opacity: 77%;
}

.bg-opacity-78 {
  --bs-bg-opacity: 78%;
}

.bg-opacity-79 {
  --bs-bg-opacity: 79%;
}

.bg-opacity-80 {
  --bs-bg-opacity: 80%;
}

.bg-opacity-81 {
  --bs-bg-opacity: 81%;
}

.bg-opacity-82 {
  --bs-bg-opacity: 82%;
}

.bg-opacity-83 {
  --bs-bg-opacity: 83%;
}

.bg-opacity-84 {
  --bs-bg-opacity: 84%;
}

.bg-opacity-85 {
  --bs-bg-opacity: 85%;
}

.bg-opacity-86 {
  --bs-bg-opacity: 86%;
}

.bg-opacity-87 {
  --bs-bg-opacity: 87%;
}

.bg-opacity-88 {
  --bs-bg-opacity: 88%;
}

.bg-opacity-89 {
  --bs-bg-opacity: 89%;
}

.bg-opacity-90 {
  --bs-bg-opacity: 90%;
}

.bg-opacity-91 {
  --bs-bg-opacity: 91%;
}

.bg-opacity-92 {
  --bs-bg-opacity: 92%;
}

.bg-opacity-93 {
  --bs-bg-opacity: 93%;
}

.bg-opacity-94 {
  --bs-bg-opacity: 94%;
}

.bg-opacity-95 {
  --bs-bg-opacity: 95%;
}

.bg-opacity-96 {
  --bs-bg-opacity: 96%;
}

.bg-opacity-97 {
  --bs-bg-opacity: 97%;
}

.bg-opacity-98 {
  --bs-bg-opacity: 98%;
}

.bg-opacity-99 {
  --bs-bg-opacity: 99%;
}

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

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

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

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

.rounded-pill, section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-hd {
  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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

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

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

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

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .m-sm-10 {
    margin: 6rem !important;
  }
  .m-sm-11 {
    margin: 7.5rem !important;
  }
  .m-sm-12 {
    margin: 9rem !important;
  }
  .m-sm-13 {
    margin: 11rem !important;
  }
  .m-sm-14 {
    margin: 13rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-16 {
    margin: 16rem !important;
  }
  .m-sm-17 {
    margin: 17rem !important;
  }
  .m-sm-18 {
    margin: 18rem !important;
  }
  .m-sm-19 {
    margin: 19rem !important;
  }
  .m-sm-20 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-13 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-14 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-13 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-14 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-10 {
    margin-top: 6rem !important;
  }
  .mt-sm-11 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 9rem !important;
  }
  .mt-sm-13 {
    margin-top: 11rem !important;
  }
  .mt-sm-14 {
    margin-top: 13rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-16 {
    margin-top: 16rem !important;
  }
  .mt-sm-17 {
    margin-top: 17rem !important;
  }
  .mt-sm-18 {
    margin-top: 18rem !important;
  }
  .mt-sm-19 {
    margin-top: 19rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !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: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  .me-sm-8 {
    margin-right: 4rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  .me-sm-10 {
    margin-right: 6rem !important;
  }
  .me-sm-11 {
    margin-right: 7.5rem !important;
  }
  .me-sm-12 {
    margin-right: 9rem !important;
  }
  .me-sm-13 {
    margin-right: 11rem !important;
  }
  .me-sm-14 {
    margin-right: 13rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-16 {
    margin-right: 16rem !important;
  }
  .me-sm-17 {
    margin-right: 17rem !important;
  }
  .me-sm-18 {
    margin-right: 18rem !important;
  }
  .me-sm-19 {
    margin-right: 19rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !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: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !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: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  .ms-sm-8 {
    margin-left: 4rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  .ms-sm-10 {
    margin-left: 6rem !important;
  }
  .ms-sm-11 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 9rem !important;
  }
  .ms-sm-13 {
    margin-left: 11rem !important;
  }
  .ms-sm-14 {
    margin-left: 13rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-16 {
    margin-left: 16rem !important;
  }
  .ms-sm-17 {
    margin-left: 17rem !important;
  }
  .ms-sm-18 {
    margin-left: 18rem !important;
  }
  .ms-sm-19 {
    margin-left: 19rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !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: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .p-sm-10 {
    padding: 6rem !important;
  }
  .p-sm-11 {
    padding: 7.5rem !important;
  }
  .p-sm-12 {
    padding: 9rem !important;
  }
  .p-sm-13 {
    padding: 11rem !important;
  }
  .p-sm-14 {
    padding: 13rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-16 {
    padding: 16rem !important;
  }
  .p-sm-17 {
    padding: 17rem !important;
  }
  .p-sm-18 {
    padding: 18rem !important;
  }
  .p-sm-19 {
    padding: 19rem !important;
  }
  .p-sm-20 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-13 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-14 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-14 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 6rem !important;
  }
  .pt-sm-11 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 9rem !important;
  }
  .pt-sm-13 {
    padding-top: 11rem !important;
  }
  .pt-sm-14 {
    padding-top: 13rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-16 {
    padding-top: 16rem !important;
  }
  .pt-sm-17 {
    padding-top: 17rem !important;
  }
  .pt-sm-18 {
    padding-top: 18rem !important;
  }
  .pt-sm-19 {
    padding-top: 19rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !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: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  .pe-sm-8 {
    padding-right: 4rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pe-sm-10 {
    padding-right: 6rem !important;
  }
  .pe-sm-11 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 9rem !important;
  }
  .pe-sm-13 {
    padding-right: 11rem !important;
  }
  .pe-sm-14 {
    padding-right: 13rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-16 {
    padding-right: 16rem !important;
  }
  .pe-sm-17 {
    padding-right: 17rem !important;
  }
  .pe-sm-18 {
    padding-right: 18rem !important;
  }
  .pe-sm-19 {
    padding-right: 19rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !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: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !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: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  .ps-sm-8 {
    padding-left: 4rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !important;
  }
  .ps-sm-10 {
    padding-left: 6rem !important;
  }
  .ps-sm-11 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 9rem !important;
  }
  .ps-sm-13 {
    padding-left: 11rem !important;
  }
  .ps-sm-14 {
    padding-left: 13rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-16 {
    padding-left: 16rem !important;
  }
  .ps-sm-17 {
    padding-left: 17rem !important;
  }
  .ps-sm-18 {
    padding-left: 18rem !important;
  }
  .ps-sm-19 {
    padding-left: 19rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !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: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  .gap-sm-7 {
    gap: 3rem !important;
  }
  .gap-sm-8 {
    gap: 4rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .gap-sm-10 {
    gap: 6rem !important;
  }
  .gap-sm-11 {
    gap: 7.5rem !important;
  }
  .gap-sm-12 {
    gap: 9rem !important;
  }
  .gap-sm-13 {
    gap: 11rem !important;
  }
  .gap-sm-14 {
    gap: 13rem !important;
  }
  .gap-sm-15 {
    gap: 15rem !important;
  }
  .gap-sm-16 {
    gap: 16rem !important;
  }
  .gap-sm-17 {
    gap: 17rem !important;
  }
  .gap-sm-18 {
    gap: 18rem !important;
  }
  .gap-sm-19 {
    gap: 19rem !important;
  }
  .gap-sm-20 {
    gap: 20rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 11rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 13rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 16rem !important;
  }
  .row-gap-sm-17 {
    row-gap: 17rem !important;
  }
  .row-gap-sm-18 {
    row-gap: 18rem !important;
  }
  .row-gap-sm-19 {
    row-gap: 19rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 20rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-sm-7 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-sm-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .column-gap-sm-9 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-10 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .column-gap-sm-11 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-sm-12 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .column-gap-sm-13 {
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }
  .column-gap-sm-14 {
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }
  .column-gap-sm-15 {
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }
  .column-gap-sm-16 {
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }
  .column-gap-sm-17 {
    -webkit-column-gap: 17rem !important;
       -moz-column-gap: 17rem !important;
            column-gap: 17rem !important;
  }
  .column-gap-sm-18 {
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }
  .column-gap-sm-19 {
    -webkit-column-gap: 19rem !important;
       -moz-column-gap: 19rem !important;
            column-gap: 19rem !important;
  }
  .column-gap-sm-20 {
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .m-md-10 {
    margin: 6rem !important;
  }
  .m-md-11 {
    margin: 7.5rem !important;
  }
  .m-md-12 {
    margin: 9rem !important;
  }
  .m-md-13 {
    margin: 11rem !important;
  }
  .m-md-14 {
    margin: 13rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-16 {
    margin: 16rem !important;
  }
  .m-md-17 {
    margin: 17rem !important;
  }
  .m-md-18 {
    margin: 18rem !important;
  }
  .m-md-19 {
    margin: 19rem !important;
  }
  .m-md-20 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-13 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-14 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-13 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-14 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-10 {
    margin-top: 6rem !important;
  }
  .mt-md-11 {
    margin-top: 7.5rem !important;
  }
  .mt-md-12 {
    margin-top: 9rem !important;
  }
  .mt-md-13 {
    margin-top: 11rem !important;
  }
  .mt-md-14 {
    margin-top: 13rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-16 {
    margin-top: 16rem !important;
  }
  .mt-md-17 {
    margin-top: 17rem !important;
  }
  .mt-md-18 {
    margin-top: 18rem !important;
  }
  .mt-md-19 {
    margin-top: 19rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !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: 2rem !important;
  }
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  .me-md-7 {
    margin-right: 3rem !important;
  }
  .me-md-8 {
    margin-right: 4rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  .me-md-10 {
    margin-right: 6rem !important;
  }
  .me-md-11 {
    margin-right: 7.5rem !important;
  }
  .me-md-12 {
    margin-right: 9rem !important;
  }
  .me-md-13 {
    margin-right: 11rem !important;
  }
  .me-md-14 {
    margin-right: 13rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-16 {
    margin-right: 16rem !important;
  }
  .me-md-17 {
    margin-right: 17rem !important;
  }
  .me-md-18 {
    margin-right: 18rem !important;
  }
  .me-md-19 {
    margin-right: 19rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !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: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6rem !important;
  }
  .mb-md-11 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 9rem !important;
  }
  .mb-md-13 {
    margin-bottom: 11rem !important;
  }
  .mb-md-14 {
    margin-bottom: 13rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-16 {
    margin-bottom: 16rem !important;
  }
  .mb-md-17 {
    margin-bottom: 17rem !important;
  }
  .mb-md-18 {
    margin-bottom: 18rem !important;
  }
  .mb-md-19 {
    margin-bottom: 19rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !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: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  .ms-md-8 {
    margin-left: 4rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  .ms-md-10 {
    margin-left: 6rem !important;
  }
  .ms-md-11 {
    margin-left: 7.5rem !important;
  }
  .ms-md-12 {
    margin-left: 9rem !important;
  }
  .ms-md-13 {
    margin-left: 11rem !important;
  }
  .ms-md-14 {
    margin-left: 13rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-16 {
    margin-left: 16rem !important;
  }
  .ms-md-17 {
    margin-left: 17rem !important;
  }
  .ms-md-18 {
    margin-left: 18rem !important;
  }
  .ms-md-19 {
    margin-left: 19rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !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: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .p-md-10 {
    padding: 6rem !important;
  }
  .p-md-11 {
    padding: 7.5rem !important;
  }
  .p-md-12 {
    padding: 9rem !important;
  }
  .p-md-13 {
    padding: 11rem !important;
  }
  .p-md-14 {
    padding: 13rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-16 {
    padding: 16rem !important;
  }
  .p-md-17 {
    padding: 17rem !important;
  }
  .p-md-18 {
    padding: 18rem !important;
  }
  .p-md-19 {
    padding: 19rem !important;
  }
  .p-md-20 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-13 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-14 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-14 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 6rem !important;
  }
  .pt-md-11 {
    padding-top: 7.5rem !important;
  }
  .pt-md-12 {
    padding-top: 9rem !important;
  }
  .pt-md-13 {
    padding-top: 11rem !important;
  }
  .pt-md-14 {
    padding-top: 13rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-16 {
    padding-top: 16rem !important;
  }
  .pt-md-17 {
    padding-top: 17rem !important;
  }
  .pt-md-18 {
    padding-top: 18rem !important;
  }
  .pt-md-19 {
    padding-top: 19rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !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: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  .pe-md-8 {
    padding-right: 4rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  .pe-md-10 {
    padding-right: 6rem !important;
  }
  .pe-md-11 {
    padding-right: 7.5rem !important;
  }
  .pe-md-12 {
    padding-right: 9rem !important;
  }
  .pe-md-13 {
    padding-right: 11rem !important;
  }
  .pe-md-14 {
    padding-right: 13rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-16 {
    padding-right: 16rem !important;
  }
  .pe-md-17 {
    padding-right: 17rem !important;
  }
  .pe-md-18 {
    padding-right: 18rem !important;
  }
  .pe-md-19 {
    padding-right: 19rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !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: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6rem !important;
  }
  .pb-md-11 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 9rem !important;
  }
  .pb-md-13 {
    padding-bottom: 11rem !important;
  }
  .pb-md-14 {
    padding-bottom: 13rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-16 {
    padding-bottom: 16rem !important;
  }
  .pb-md-17 {
    padding-bottom: 17rem !important;
  }
  .pb-md-18 {
    padding-bottom: 18rem !important;
  }
  .pb-md-19 {
    padding-bottom: 19rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !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: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  .ps-md-8 {
    padding-left: 4rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !important;
  }
  .ps-md-10 {
    padding-left: 6rem !important;
  }
  .ps-md-11 {
    padding-left: 7.5rem !important;
  }
  .ps-md-12 {
    padding-left: 9rem !important;
  }
  .ps-md-13 {
    padding-left: 11rem !important;
  }
  .ps-md-14 {
    padding-left: 13rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-16 {
    padding-left: 16rem !important;
  }
  .ps-md-17 {
    padding-left: 17rem !important;
  }
  .ps-md-18 {
    padding-left: 18rem !important;
  }
  .ps-md-19 {
    padding-left: 19rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !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: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  .gap-md-7 {
    gap: 3rem !important;
  }
  .gap-md-8 {
    gap: 4rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .gap-md-10 {
    gap: 6rem !important;
  }
  .gap-md-11 {
    gap: 7.5rem !important;
  }
  .gap-md-12 {
    gap: 9rem !important;
  }
  .gap-md-13 {
    gap: 11rem !important;
  }
  .gap-md-14 {
    gap: 13rem !important;
  }
  .gap-md-15 {
    gap: 15rem !important;
  }
  .gap-md-16 {
    gap: 16rem !important;
  }
  .gap-md-17 {
    gap: 17rem !important;
  }
  .gap-md-18 {
    gap: 18rem !important;
  }
  .gap-md-19 {
    gap: 19rem !important;
  }
  .gap-md-20 {
    gap: 20rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 3rem !important;
  }
  .row-gap-md-8 {
    row-gap: 4rem !important;
  }
  .row-gap-md-9 {
    row-gap: 5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 6rem !important;
  }
  .row-gap-md-11 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-12 {
    row-gap: 9rem !important;
  }
  .row-gap-md-13 {
    row-gap: 11rem !important;
  }
  .row-gap-md-14 {
    row-gap: 13rem !important;
  }
  .row-gap-md-15 {
    row-gap: 15rem !important;
  }
  .row-gap-md-16 {
    row-gap: 16rem !important;
  }
  .row-gap-md-17 {
    row-gap: 17rem !important;
  }
  .row-gap-md-18 {
    row-gap: 18rem !important;
  }
  .row-gap-md-19 {
    row-gap: 19rem !important;
  }
  .row-gap-md-20 {
    row-gap: 20rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-md-7 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-md-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .column-gap-md-9 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-10 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .column-gap-md-11 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-md-12 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .column-gap-md-13 {
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }
  .column-gap-md-14 {
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }
  .column-gap-md-15 {
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }
  .column-gap-md-16 {
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }
  .column-gap-md-17 {
    -webkit-column-gap: 17rem !important;
       -moz-column-gap: 17rem !important;
            column-gap: 17rem !important;
  }
  .column-gap-md-18 {
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }
  .column-gap-md-19 {
    -webkit-column-gap: 19rem !important;
       -moz-column-gap: 19rem !important;
            column-gap: 19rem !important;
  }
  .column-gap-md-20 {
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .m-lg-10 {
    margin: 6rem !important;
  }
  .m-lg-11 {
    margin: 7.5rem !important;
  }
  .m-lg-12 {
    margin: 9rem !important;
  }
  .m-lg-13 {
    margin: 11rem !important;
  }
  .m-lg-14 {
    margin: 13rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .m-lg-17 {
    margin: 17rem !important;
  }
  .m-lg-18 {
    margin: 18rem !important;
  }
  .m-lg-19 {
    margin: 19rem !important;
  }
  .m-lg-20 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-13 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-14 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-13 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-14 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-10 {
    margin-top: 6rem !important;
  }
  .mt-lg-11 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 9rem !important;
  }
  .mt-lg-13 {
    margin-top: 11rem !important;
  }
  .mt-lg-14 {
    margin-top: 13rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-16 {
    margin-top: 16rem !important;
  }
  .mt-lg-17 {
    margin-top: 17rem !important;
  }
  .mt-lg-18 {
    margin-top: 18rem !important;
  }
  .mt-lg-19 {
    margin-top: 19rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !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: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  .me-lg-8 {
    margin-right: 4rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  .me-lg-10 {
    margin-right: 6rem !important;
  }
  .me-lg-11 {
    margin-right: 7.5rem !important;
  }
  .me-lg-12 {
    margin-right: 9rem !important;
  }
  .me-lg-13 {
    margin-right: 11rem !important;
  }
  .me-lg-14 {
    margin-right: 13rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-16 {
    margin-right: 16rem !important;
  }
  .me-lg-17 {
    margin-right: 17rem !important;
  }
  .me-lg-18 {
    margin-right: 18rem !important;
  }
  .me-lg-19 {
    margin-right: 19rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !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: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !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: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  .ms-lg-8 {
    margin-left: 4rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  .ms-lg-10 {
    margin-left: 6rem !important;
  }
  .ms-lg-11 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 9rem !important;
  }
  .ms-lg-13 {
    margin-left: 11rem !important;
  }
  .ms-lg-14 {
    margin-left: 13rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-16 {
    margin-left: 16rem !important;
  }
  .ms-lg-17 {
    margin-left: 17rem !important;
  }
  .ms-lg-18 {
    margin-left: 18rem !important;
  }
  .ms-lg-19 {
    margin-left: 19rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !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: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .p-lg-10 {
    padding: 6rem !important;
  }
  .p-lg-11 {
    padding: 7.5rem !important;
  }
  .p-lg-12 {
    padding: 9rem !important;
  }
  .p-lg-13 {
    padding: 11rem !important;
  }
  .p-lg-14 {
    padding: 13rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-16 {
    padding: 16rem !important;
  }
  .p-lg-17 {
    padding: 17rem !important;
  }
  .p-lg-18 {
    padding: 18rem !important;
  }
  .p-lg-19 {
    padding: 19rem !important;
  }
  .p-lg-20 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-13 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-14 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-14 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 6rem !important;
  }
  .pt-lg-11 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 9rem !important;
  }
  .pt-lg-13 {
    padding-top: 11rem !important;
  }
  .pt-lg-14 {
    padding-top: 13rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-16 {
    padding-top: 16rem !important;
  }
  .pt-lg-17 {
    padding-top: 17rem !important;
  }
  .pt-lg-18 {
    padding-top: 18rem !important;
  }
  .pt-lg-19 {
    padding-top: 19rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !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: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  .pe-lg-8 {
    padding-right: 4rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pe-lg-10 {
    padding-right: 6rem !important;
  }
  .pe-lg-11 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 9rem !important;
  }
  .pe-lg-13 {
    padding-right: 11rem !important;
  }
  .pe-lg-14 {
    padding-right: 13rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-16 {
    padding-right: 16rem !important;
  }
  .pe-lg-17 {
    padding-right: 17rem !important;
  }
  .pe-lg-18 {
    padding-right: 18rem !important;
  }
  .pe-lg-19 {
    padding-right: 19rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !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: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !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: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  .ps-lg-8 {
    padding-left: 4rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !important;
  }
  .ps-lg-10 {
    padding-left: 6rem !important;
  }
  .ps-lg-11 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 9rem !important;
  }
  .ps-lg-13 {
    padding-left: 11rem !important;
  }
  .ps-lg-14 {
    padding-left: 13rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-16 {
    padding-left: 16rem !important;
  }
  .ps-lg-17 {
    padding-left: 17rem !important;
  }
  .ps-lg-18 {
    padding-left: 18rem !important;
  }
  .ps-lg-19 {
    padding-left: 19rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !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: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  .gap-lg-7 {
    gap: 3rem !important;
  }
  .gap-lg-8 {
    gap: 4rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .gap-lg-10 {
    gap: 6rem !important;
  }
  .gap-lg-11 {
    gap: 7.5rem !important;
  }
  .gap-lg-12 {
    gap: 9rem !important;
  }
  .gap-lg-13 {
    gap: 11rem !important;
  }
  .gap-lg-14 {
    gap: 13rem !important;
  }
  .gap-lg-15 {
    gap: 15rem !important;
  }
  .gap-lg-16 {
    gap: 16rem !important;
  }
  .gap-lg-17 {
    gap: 17rem !important;
  }
  .gap-lg-18 {
    gap: 18rem !important;
  }
  .gap-lg-19 {
    gap: 19rem !important;
  }
  .gap-lg-20 {
    gap: 20rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 11rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 13rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 16rem !important;
  }
  .row-gap-lg-17 {
    row-gap: 17rem !important;
  }
  .row-gap-lg-18 {
    row-gap: 18rem !important;
  }
  .row-gap-lg-19 {
    row-gap: 19rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 20rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-lg-7 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-lg-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .column-gap-lg-9 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-10 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .column-gap-lg-11 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-lg-12 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .column-gap-lg-13 {
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }
  .column-gap-lg-14 {
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }
  .column-gap-lg-15 {
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }
  .column-gap-lg-16 {
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }
  .column-gap-lg-17 {
    -webkit-column-gap: 17rem !important;
       -moz-column-gap: 17rem !important;
            column-gap: 17rem !important;
  }
  .column-gap-lg-18 {
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }
  .column-gap-lg-19 {
    -webkit-column-gap: 19rem !important;
       -moz-column-gap: 19rem !important;
            column-gap: 19rem !important;
  }
  .column-gap-lg-20 {
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .m-xl-10 {
    margin: 6rem !important;
  }
  .m-xl-11 {
    margin: 7.5rem !important;
  }
  .m-xl-12 {
    margin: 9rem !important;
  }
  .m-xl-13 {
    margin: 11rem !important;
  }
  .m-xl-14 {
    margin: 13rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .m-xl-16 {
    margin: 16rem !important;
  }
  .m-xl-17 {
    margin: 17rem !important;
  }
  .m-xl-18 {
    margin: 18rem !important;
  }
  .m-xl-19 {
    margin: 19rem !important;
  }
  .m-xl-20 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-13 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-14 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-13 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-14 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-10 {
    margin-top: 6rem !important;
  }
  .mt-xl-11 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 9rem !important;
  }
  .mt-xl-13 {
    margin-top: 11rem !important;
  }
  .mt-xl-14 {
    margin-top: 13rem !important;
  }
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  .mt-xl-16 {
    margin-top: 16rem !important;
  }
  .mt-xl-17 {
    margin-top: 17rem !important;
  }
  .mt-xl-18 {
    margin-top: 18rem !important;
  }
  .mt-xl-19 {
    margin-top: 19rem !important;
  }
  .mt-xl-20 {
    margin-top: 20rem !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: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  .me-xl-8 {
    margin-right: 4rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  .me-xl-10 {
    margin-right: 6rem !important;
  }
  .me-xl-11 {
    margin-right: 7.5rem !important;
  }
  .me-xl-12 {
    margin-right: 9rem !important;
  }
  .me-xl-13 {
    margin-right: 11rem !important;
  }
  .me-xl-14 {
    margin-right: 13rem !important;
  }
  .me-xl-15 {
    margin-right: 15rem !important;
  }
  .me-xl-16 {
    margin-right: 16rem !important;
  }
  .me-xl-17 {
    margin-right: 17rem !important;
  }
  .me-xl-18 {
    margin-right: 18rem !important;
  }
  .me-xl-19 {
    margin-right: 19rem !important;
  }
  .me-xl-20 {
    margin-right: 20rem !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: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 20rem !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: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  .ms-xl-8 {
    margin-left: 4rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  .ms-xl-10 {
    margin-left: 6rem !important;
  }
  .ms-xl-11 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 9rem !important;
  }
  .ms-xl-13 {
    margin-left: 11rem !important;
  }
  .ms-xl-14 {
    margin-left: 13rem !important;
  }
  .ms-xl-15 {
    margin-left: 15rem !important;
  }
  .ms-xl-16 {
    margin-left: 16rem !important;
  }
  .ms-xl-17 {
    margin-left: 17rem !important;
  }
  .ms-xl-18 {
    margin-left: 18rem !important;
  }
  .ms-xl-19 {
    margin-left: 19rem !important;
  }
  .ms-xl-20 {
    margin-left: 20rem !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: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .p-xl-10 {
    padding: 6rem !important;
  }
  .p-xl-11 {
    padding: 7.5rem !important;
  }
  .p-xl-12 {
    padding: 9rem !important;
  }
  .p-xl-13 {
    padding: 11rem !important;
  }
  .p-xl-14 {
    padding: 13rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .p-xl-16 {
    padding: 16rem !important;
  }
  .p-xl-17 {
    padding: 17rem !important;
  }
  .p-xl-18 {
    padding: 18rem !important;
  }
  .p-xl-19 {
    padding: 19rem !important;
  }
  .p-xl-20 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-13 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-14 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-14 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 6rem !important;
  }
  .pt-xl-11 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 9rem !important;
  }
  .pt-xl-13 {
    padding-top: 11rem !important;
  }
  .pt-xl-14 {
    padding-top: 13rem !important;
  }
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
  .pt-xl-16 {
    padding-top: 16rem !important;
  }
  .pt-xl-17 {
    padding-top: 17rem !important;
  }
  .pt-xl-18 {
    padding-top: 18rem !important;
  }
  .pt-xl-19 {
    padding-top: 19rem !important;
  }
  .pt-xl-20 {
    padding-top: 20rem !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: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  .pe-xl-8 {
    padding-right: 4rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pe-xl-10 {
    padding-right: 6rem !important;
  }
  .pe-xl-11 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 9rem !important;
  }
  .pe-xl-13 {
    padding-right: 11rem !important;
  }
  .pe-xl-14 {
    padding-right: 13rem !important;
  }
  .pe-xl-15 {
    padding-right: 15rem !important;
  }
  .pe-xl-16 {
    padding-right: 16rem !important;
  }
  .pe-xl-17 {
    padding-right: 17rem !important;
  }
  .pe-xl-18 {
    padding-right: 18rem !important;
  }
  .pe-xl-19 {
    padding-right: 19rem !important;
  }
  .pe-xl-20 {
    padding-right: 20rem !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: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 20rem !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: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  .ps-xl-8 {
    padding-left: 4rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !important;
  }
  .ps-xl-10 {
    padding-left: 6rem !important;
  }
  .ps-xl-11 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 9rem !important;
  }
  .ps-xl-13 {
    padding-left: 11rem !important;
  }
  .ps-xl-14 {
    padding-left: 13rem !important;
  }
  .ps-xl-15 {
    padding-left: 15rem !important;
  }
  .ps-xl-16 {
    padding-left: 16rem !important;
  }
  .ps-xl-17 {
    padding-left: 17rem !important;
  }
  .ps-xl-18 {
    padding-left: 18rem !important;
  }
  .ps-xl-19 {
    padding-left: 19rem !important;
  }
  .ps-xl-20 {
    padding-left: 20rem !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: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  .gap-xl-7 {
    gap: 3rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .gap-xl-10 {
    gap: 6rem !important;
  }
  .gap-xl-11 {
    gap: 7.5rem !important;
  }
  .gap-xl-12 {
    gap: 9rem !important;
  }
  .gap-xl-13 {
    gap: 11rem !important;
  }
  .gap-xl-14 {
    gap: 13rem !important;
  }
  .gap-xl-15 {
    gap: 15rem !important;
  }
  .gap-xl-16 {
    gap: 16rem !important;
  }
  .gap-xl-17 {
    gap: 17rem !important;
  }
  .gap-xl-18 {
    gap: 18rem !important;
  }
  .gap-xl-19 {
    gap: 19rem !important;
  }
  .gap-xl-20 {
    gap: 20rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 9rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 11rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 13rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 16rem !important;
  }
  .row-gap-xl-17 {
    row-gap: 17rem !important;
  }
  .row-gap-xl-18 {
    row-gap: 18rem !important;
  }
  .row-gap-xl-19 {
    row-gap: 19rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 20rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xl-7 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-xl-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .column-gap-xl-9 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-10 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .column-gap-xl-11 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xl-12 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .column-gap-xl-13 {
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }
  .column-gap-xl-14 {
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }
  .column-gap-xl-15 {
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }
  .column-gap-xl-16 {
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }
  .column-gap-xl-17 {
    -webkit-column-gap: 17rem !important;
       -moz-column-gap: 17rem !important;
            column-gap: 17rem !important;
  }
  .column-gap-xl-18 {
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }
  .column-gap-xl-19 {
    -webkit-column-gap: 19rem !important;
       -moz-column-gap: 19rem !important;
            column-gap: 19rem !important;
  }
  .column-gap-xl-20 {
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .m-xxl-10 {
    margin: 6rem !important;
  }
  .m-xxl-11 {
    margin: 7.5rem !important;
  }
  .m-xxl-12 {
    margin: 9rem !important;
  }
  .m-xxl-13 {
    margin: 11rem !important;
  }
  .m-xxl-14 {
    margin: 13rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-16 {
    margin: 16rem !important;
  }
  .m-xxl-17 {
    margin: 17rem !important;
  }
  .m-xxl-18 {
    margin: 18rem !important;
  }
  .m-xxl-19 {
    margin: 19rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-13 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-14 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-13 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-14 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 6rem !important;
  }
  .mt-xxl-11 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 9rem !important;
  }
  .mt-xxl-13 {
    margin-top: 11rem !important;
  }
  .mt-xxl-14 {
    margin-top: 13rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-16 {
    margin-top: 16rem !important;
  }
  .mt-xxl-17 {
    margin-top: 17rem !important;
  }
  .mt-xxl-18 {
    margin-top: 18rem !important;
  }
  .mt-xxl-19 {
    margin-top: 19rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !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: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  .me-xxl-8 {
    margin-right: 4rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxl-10 {
    margin-right: 6rem !important;
  }
  .me-xxl-11 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 9rem !important;
  }
  .me-xxl-13 {
    margin-right: 11rem !important;
  }
  .me-xxl-14 {
    margin-right: 13rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-16 {
    margin-right: 16rem !important;
  }
  .me-xxl-17 {
    margin-right: 17rem !important;
  }
  .me-xxl-18 {
    margin-right: 18rem !important;
  }
  .me-xxl-19 {
    margin-right: 19rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !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: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !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: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 6rem !important;
  }
  .ms-xxl-11 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 9rem !important;
  }
  .ms-xxl-13 {
    margin-left: 11rem !important;
  }
  .ms-xxl-14 {
    margin-left: 13rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-16 {
    margin-left: 16rem !important;
  }
  .ms-xxl-17 {
    margin-left: 17rem !important;
  }
  .ms-xxl-18 {
    margin-left: 18rem !important;
  }
  .ms-xxl-19 {
    margin-left: 19rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !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: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .p-xxl-10 {
    padding: 6rem !important;
  }
  .p-xxl-11 {
    padding: 7.5rem !important;
  }
  .p-xxl-12 {
    padding: 9rem !important;
  }
  .p-xxl-13 {
    padding: 11rem !important;
  }
  .p-xxl-14 {
    padding: 13rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-16 {
    padding: 16rem !important;
  }
  .p-xxl-17 {
    padding: 17rem !important;
  }
  .p-xxl-18 {
    padding: 18rem !important;
  }
  .p-xxl-19 {
    padding: 19rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-13 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-14 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-14 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 6rem !important;
  }
  .pt-xxl-11 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 9rem !important;
  }
  .pt-xxl-13 {
    padding-top: 11rem !important;
  }
  .pt-xxl-14 {
    padding-top: 13rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-16 {
    padding-top: 16rem !important;
  }
  .pt-xxl-17 {
    padding-top: 17rem !important;
  }
  .pt-xxl-18 {
    padding-top: 18rem !important;
  }
  .pt-xxl-19 {
    padding-top: 19rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !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: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 6rem !important;
  }
  .pe-xxl-11 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 9rem !important;
  }
  .pe-xxl-13 {
    padding-right: 11rem !important;
  }
  .pe-xxl-14 {
    padding-right: 13rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-16 {
    padding-right: 16rem !important;
  }
  .pe-xxl-17 {
    padding-right: 17rem !important;
  }
  .pe-xxl-18 {
    padding-right: 18rem !important;
  }
  .pe-xxl-19 {
    padding-right: 19rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !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: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !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: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 6rem !important;
  }
  .ps-xxl-11 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 9rem !important;
  }
  .ps-xxl-13 {
    padding-left: 11rem !important;
  }
  .ps-xxl-14 {
    padding-left: 13rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-16 {
    padding-left: 16rem !important;
  }
  .ps-xxl-17 {
    padding-left: 17rem !important;
  }
  .ps-xxl-18 {
    padding-left: 18rem !important;
  }
  .ps-xxl-19 {
    padding-left: 19rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !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: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  .gap-xxl-8 {
    gap: 4rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .gap-xxl-10 {
    gap: 6rem !important;
  }
  .gap-xxl-11 {
    gap: 7.5rem !important;
  }
  .gap-xxl-12 {
    gap: 9rem !important;
  }
  .gap-xxl-13 {
    gap: 11rem !important;
  }
  .gap-xxl-14 {
    gap: 13rem !important;
  }
  .gap-xxl-15 {
    gap: 15rem !important;
  }
  .gap-xxl-16 {
    gap: 16rem !important;
  }
  .gap-xxl-17 {
    gap: 17rem !important;
  }
  .gap-xxl-18 {
    gap: 18rem !important;
  }
  .gap-xxl-19 {
    gap: 19rem !important;
  }
  .gap-xxl-20 {
    gap: 20rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 11rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 13rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 16rem !important;
  }
  .row-gap-xxl-17 {
    row-gap: 17rem !important;
  }
  .row-gap-xxl-18 {
    row-gap: 18rem !important;
  }
  .row-gap-xxl-19 {
    row-gap: 19rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 20rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xxl-7 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-xxl-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .column-gap-xxl-9 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-10 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .column-gap-xxl-11 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xxl-12 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .column-gap-xxl-13 {
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }
  .column-gap-xxl-14 {
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }
  .column-gap-xxl-15 {
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }
  .column-gap-xxl-16 {
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }
  .column-gap-xxl-17 {
    -webkit-column-gap: 17rem !important;
       -moz-column-gap: 17rem !important;
            column-gap: 17rem !important;
  }
  .column-gap-xxl-18 {
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }
  .column-gap-xxl-19 {
    -webkit-column-gap: 19rem !important;
       -moz-column-gap: 19rem !important;
            column-gap: 19rem !important;
  }
  .column-gap-xxl-20 {
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ======== Theme ======== */
/* ======== Custom ======== */
.accordion .accordion-item {
  background-color: transparent;
  border-color: rgba(156, 156, 156, 0.5);
}

.btn-close {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
}
.btn-close:hover {
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.btn-close:active, .btn-close:focus {
  outline: none;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 13px;
  top: 0;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #212529;
}
.btn-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-close.btn-close-sm {
  width: 24px;
  height: 24px;
}
.btn-close.btn-close-sm:before, .btn-close.btn-close-sm:after {
  left: 12px;
  height: 27px;
}
.btn-close.btn-close-light:before, .btn-close.btn-close-light:after {
  background-color: #f8f9fa;
}
.btn-close.btn-close-primary:before, .btn-close.btn-close-primary:after {
  background-color: #C12026;
}
.btn-close.btn-close-secondary:before, .btn-close.btn-close-secondary:after {
  background-color: #6c757d;
}

.btn-menu {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu.hidden {
  pointer-events: none;
  opacity: 0;
}
.btn-menu.btn-menu-slidein:before {
  display: block;
  margin-left: auto;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 8px;
}
.btn-menu.btn-menu-slidein:after {
  display: block;
  margin-left: auto;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 8px;
}
.btn-menu.btn-menu-slidein > span {
  display: block;
  margin-left: auto;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu.btn-menu-slidein.active:before, .btn-menu.btn-menu-slidein.active:after {
  width: 12px;
}
.btn-menu.btn-menu-slidein.active > span {
  width: 21px;
  background-color: #000;
}
.btn-menu.btn-menu-slidein.btn-menu-sm {
  width: 24px;
  height: 24px;
}
.btn-menu.btn-menu-slidein.btn-menu-sm:before {
  margin-bottom: 6px;
}
.btn-menu.btn-menu-slidein.btn-menu-sm:after {
  margin-top: 6px;
}
.btn-menu.btn-menu-slidein.btn-menu-md {
  width: 30px;
  height: 30px;
}
.btn-menu.btn-menu-slidein.btn-menu-lg {
  width: 36px;
  height: 36px;
}
.btn-menu.btn-menu-slidein.btn-menu-lg:before {
  margin-bottom: 10px;
}
.btn-menu.btn-menu-slidein.btn-menu-lg:after {
  margin-top: 10px;
}
.btn-menu.btn-menu-slidein.btn-menu-thin:before, .btn-menu.btn-menu-slidein.btn-menu-thin:after,
.btn-menu.btn-menu-slidein.btn-menu-thin > span {
  height: 1px;
}
.btn-menu.btn-menu-slidein.btn-menu-bold:before, .btn-menu.btn-menu-slidein.btn-menu-bold:after,
.btn-menu.btn-menu-slidein.btn-menu-bold > span {
  height: 3px;
}
.btn-menu.btn-menu-slidein.btn-menu-white:before, .btn-menu.btn-menu-slidein.btn-menu-white:after, .btn-menu.btn-menu-slidein.btn-menu-white > span {
  background-color: #fff;
}
.btn-menu.btn-menu-slidein.btn-menu-white.active:before, .btn-menu.btn-menu-slidein.btn-menu-white.active:after, .btn-menu.btn-menu-slidein.btn-menu-white.active > span {
  background-color: #fff;
}
.btn-menu.btn-menu-popup {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn-menu.btn-menu-popup > span {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 14px;
  left: 0;
  background-color: #000;
  display: block;
}
.btn-menu.btn-menu-popup > span:before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  top: -10px;
  left: 0;
}
.btn-menu.btn-menu-popup > span:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  top: 10px;
  left: 0;
}
.btn-menu.btn-menu-popup.active > span {
  background: transparent !important;
}
.btn-menu.btn-menu-popup.active > span:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
      -ms-transform: rotate(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn-menu.btn-menu-popup.active > span:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
      -ms-transform: rotate(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn-menu.btn-menu-popup.btn-menu-sm {
  width: 24px;
  height: 24px;
}
.btn-menu.btn-menu-popup.btn-menu-sm > span {
  top: 11px;
}
.btn-menu.btn-menu-popup.btn-menu-sm > span:before {
  top: -8px;
}
.btn-menu.btn-menu-popup.btn-menu-sm > span:after {
  top: 8px;
}
.btn-menu.btn-menu-popup.btn-menu-sm.active > span:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(5px, 5px);
      -ms-transform: rotate(45deg) scaleX(1.25) translate(5px, 5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(5px, 5px);
}
.btn-menu.btn-menu-popup.btn-menu-sm.active > span:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -5px);
      -ms-transform: rotate(-45deg) scaleX(1.25) translate(5px, -5px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -5px);
}
.btn-menu.btn-menu-popup.btn-menu-lg {
  width: 36px;
  height: 36px;
}
.btn-menu.btn-menu-popup.btn-menu-lg > span {
  top: 17px;
}
.btn-menu.btn-menu-popup.btn-menu-lg > span:before {
  top: -12px;
}
.btn-menu.btn-menu-popup.btn-menu-lg > span:after {
  top: 12px;
}
.btn-menu.btn-menu-popup.btn-menu-lg.active > span:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(7.5px, 7.5px);
      -ms-transform: rotate(45deg) scaleX(1.25) translate(7.5px, 7.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(7.5px, 7.5px);
}
.btn-menu.btn-menu-popup.btn-menu-lg.active > span:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(7.5px, -7.5px);
      -ms-transform: rotate(-45deg) scaleX(1.25) translate(7.5px, -7.5px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(7.5px, -7.5px);
}
.btn-menu.btn-menu-popup.btn-menu-thin > span {
  height: 1px;
}
.btn-menu.btn-menu-popup.btn-menu-thin > span:before, .btn-menu.btn-menu-popup.btn-menu-thin > span:after {
  height: 1px;
}
.btn-menu.btn-menu-popup.btn-menu-bold > span {
  height: 3px;
}
.btn-menu.btn-menu-popup.btn-menu-bold > span:before, .btn-menu.btn-menu-popup.btn-menu-bold > span:after {
  height: 3px;
}
.btn-menu.btn-menu-popup.btn-menu-white > span {
  background-color: #fff;
}
.btn-menu.btn-menu-popup.btn-menu-white > span:before {
  background-color: #fff;
}
.btn-menu.btn-menu-popup.btn-menu-white > span:after {
  background-color: #fff;
}

.cp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fancybox__container {
  z-index: var(--fancybox-zIndex, 2000) !important;
}
.fancybox__container .has-iframe .fancybox__content,
.fancybox__container .has-map .fancybox__content,
.fancybox__container .has-pdf .fancybox__content {
  width: calc(90% - 120px) !important;
  height: 80% !important;
  padding: 0;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 50px !important;
}

.cp-flickity .flickity-button,
.cp-flickity .flickity-button:hover {
  background-color: #C12026;
}
.cp-flickity.highlight-selected .carousel-cell:not(.is-selected) {
  opacity: 1;
}

[data-flickity]:not(.flickity-enabled) {
  opacity: 0;
}

.flickity-page-dots {
  bottom: -2.125rem;
}
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 10rem;
  margin: 0 5px;
  background: #212529;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flickity-page-dots .dot.is-selected {
  -webkit-transform: scale(1.33333333);
      -ms-transform: scale(1.33333333);
          transform: scale(1.33333333);
}

.flickity-prev-next-button {
  padding: 0;
  background: #C12026;
  border: 2px solid #C12026;
  width: 3rem;
  height: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flickity-prev-next-button:after {
  background-image: url("data:image/svg+xml;utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 5L5 12L12 19M19 12H6H19Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background-size: cover;
}
.flickity-prev-next-button.previous {
  left: 1.5rem;
}
.flickity-prev-next-button.next {
  right: 1.5rem;
}
.flickity-prev-next-button.next:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.flickity-prev-next-button:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: rgb(149.2533333333, 24.7466666667, 29.3866666667);
  border-color: rgb(149.2533333333, 24.7466666667, 29.3866666667);
}

[data-flickity].buttons-attached .flickity-prev-next-button {
  border-color: #fff;
}
[data-flickity].buttons-attached .flickity-prev-next-button.previous {
  left: -1.5rem;
}
[data-flickity].buttons-attached .flickity-prev-next-button.next {
  right: -1.5rem;
}

.flickity-button-icon {
  display: none;
}

@media (max-width: 991.98px) {
  .flickity-prev-next-button {
    display: none;
  }
}
[data-flickity].controls-light .flickity-page-dots .dot {
  background: #fff;
}

.controls-inside:not(:hover) .flickity-prev-next-button {
  opacity: 0;
}
.controls-inside .flickity-page-dots {
  position: absolute;
  bottom: 1rem;
}

.controls-inside .flickity-prev-next-button.previous,
.arrows-inside .flickity-prev-next-button.previous {
  left: 1rem;
}
.controls-inside .flickity-prev-next-button.next,
.arrows-inside .flickity-prev-next-button.next {
  right: 1rem;
}

.controls-hover:not(:hover) .flickity-prev-next-button,
.controls-hover:not(:hover) .flickity-page-dots {
  opacity: 0;
}

.carousel-cell {
  width: 100%;
}

.highlight-selected {
  position: relative;
  z-index: 1;
}
.highlight-selected .carousel-cell {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.highlight-selected .carousel-cell:not(.is-selected) {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.25;
}

@media (min-width: 992px) {
  .flex-lg-column [data-flickity].flex-fill .flickity-viewport {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100% !important;
  }
  .flex-lg-column [data-flickity].flex-fill .carousel-cell {
    height: 100%;
  }
  .flex-lg-column [data-flickity].flex-fill img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fluentform .ff-el-form-check a {
  border-bottom: 1px solid;
}

/**
 * The MIT License (MIT)
 * 
 * Copyright (c) 2015 BG Stock - html5backgroundvideos.com
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.with-background-video {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

.browser-upgrade {
  position: fixed;
  z-index: 99999;
  background: #2B4141;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.browser-upgrade strong {
  font-weight: bold;
}
.browser-upgrade a {
  color: #fff;
  text-decoration: underline;
}
.browser-upgrade a:hover {
  text-decoration: none;
}

.screen-reader-text {
  display: none;
}

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

.page-numbers {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  margin-left: -var(--bs-border-width);
  color: var(--bs-link-color);
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.page-numbers:hover {
  z-index: 2;
  color: var(--bs-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color);
}
.page-numbers:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 32, 38, 0.25);
}
.page-numbers.current {
  font-weight: bold;
}

.popup {
  display: none;
  display: none;
  width: 100%;
  max-width: 800px;
}
.popup.popup-full {
  max-width: 100%;
}
.popup.popup-sm {
  max-width: 600px;
}
.popup.popup-md {
  max-width: 800px;
}
.popup.popup-lg {
  max-width: 1000px;
}
.popup.popup-xl {
  max-width: 1200px;
}

.selectize-input input {
  pointer-events: none;
}

.slider {
  position: relative;
}
.slider .btn-slider-next,
.slider .btn-slider-prev {
  z-index: 100;
  background: none;
  border: none;
  padding: 0px;
  position: absolute;
  top: calc(50% - 20px);
  color: #888;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
.slider .btn-slider-next:hover, .slider .btn-slider-next:active,
.slider .btn-slider-prev:hover,
.slider .btn-slider-prev:active {
  opacity: 1;
}
.slider .btn-slider-prev {
  left: 10px;
}
.slider .btn-slider-next {
  right: 10px;
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.slider .slick-dots li button:before {
  color: #fff;
  display: none;
}
.slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  opacity: 0.3;
}
.slider .slick-dots li.slick-active button {
  opacity: 0.9;
}
.slider.dots-outside .slick-dots {
  bottom: -20px;
}
.slider.dots-outside .slick-dots li button:before {
  color: #333;
}
.slider.arrows-outside .btn-slider-prev {
  left: -50px;
  color: #333;
}
.slider.arrows-outside .btn-slider-next {
  right: -50px;
  color: #333;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider .slider-dots,
.slider .slider-arrows {
  position: static;
  height: 0;
}

:root {
  --plyr-color-main: $primary;
  --plyr-video-control-background-hover: $primary;
}

.plyr {
  --plyr-color-main: $primary;
  --plyr-video-control-background-hover: $primary;
}
.plyr .plyr__control--overlaid {
  --plyr-color-main: $primary;
  -webkit-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  background: rgba(193, 32, 38, 0.7);
}
.plyr:hover .plyr__control--overlaid, .plyr:focus .plyr__control--overlaid, .plyr:active .plyr__control--overlaid {
  background: rgba(193, 32, 38, 0.9);
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: rgba(193, 32, 38, 0.9) !important;
}

.plyr.plyr--video.plyr--stopped .plyr__controls {
  display: none !important;
}

.plyr .plyr__poster {
  background-size: cover !important;
}

.cp-carousel {
  position: relative;
  max-width: 100vw;
}
.cp-carousel .slick-list {
  margin: 0 -12px;
}
.cp-carousel .slick-list .slick-slide {
  margin: 0 12px;
}
.cp-carousel .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.cp-carousel .slick-list .slick-slide {
  height: inherit !important;
}
.cp-carousel.no-gutters .slick-list {
  margin: 0 0;
}
.cp-carousel.no-gutters .slick-list .slick-slide {
  margin: 0 0;
}
.cp-carousel .cp-carousel-slides > .cp-carousel-slide {
  display: none !important;
}
.cp-carousel .cp-carousel-slides .slick-slide .cp-carousel-slide {
  display: block !important;
}
.cp-carousel .cp-carousel-arrows {
  position: static;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn {
  position: absolute;
  bottom: calc(50% - 30px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 0.75rem !important;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn-prev {
  left: 1.5em;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn-next {
  right: 1.5em;
}
.cp-carousel .cp-carousel-dots {
  bottom: 0px;
  position: relative;
}
.cp-carousel .cp-carousel-dots .slick-dots {
  margin: 0 auto;
}
.cp-carousel .cp-carousel-dots .slick-dots li {
  width: 6px;
  height: 6px;
  background: #C12026;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0.3;
}
.cp-carousel .cp-carousel-dots .slick-dots li.slick-active {
  background: #C12026;
  border-color: #C12026;
  opacity: 1;
}
.cp-carousel .cp-carousel-dots .slick-dots li button:before {
  content: "";
  display: none;
}
.cp-carousel.dots-inside .cp-carousel-dots {
  bottom: 2rem;
  position: relative;
}
.cp-carousel.dots-inside .cp-carousel-dots .slick-dots li {
  background: #fff;
  border: 2px solid transparent;
}
.cp-carousel.dots-inside .cp-carousel-dots .slick-dots li.slick-active {
  background: #C12026;
  border-color: #C12026;
}
.cp-carousel.dots-inside .slick-dotted {
  margin-bottom: 0;
}

.btn, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .btn, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }
}
.btn.btn-lg, section.block-webinar-upcoming-single > .section-bd .box-form .btn-lg.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-lg.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-lg.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-lg.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-lg[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-lg.hs-button, .btn-group-lg > .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-lg > input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-lg > .hs-button {
  font-size: 1.125rem;
  padding: 0.75rem 1.75rem;
}
@media (max-width: 767.98px) {
  .btn.btn-lg, section.block-webinar-upcoming-single > .section-bd .box-form .btn-lg.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-lg.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-lg.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-lg.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-lg[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-lg.hs-button, .btn-group-lg > .btn, section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-lg > input[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-lg > .hs-button {
    font-size: 1rem;
    padding: 0.6125rem 1.5rem;
  }
}
.btn > span, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button > span, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button > span, section.block-webinar-recorded-single > .section-bd .box-form .hs-button > span, section.block-webinar-recorded-index > .section-bd .box-form .hs-button > span, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] > span, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button > span,
.btn svg,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-button svg,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-button svg,
section.block-webinar-recorded-single > .section-bd .box-form .hs-button svg,
section.block-webinar-recorded-index > .section-bd .box-form .hs-button svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button svg,
.btn i,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-button i,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-button i,
section.block-webinar-recorded-single > .section-bd .box-form .hs-button i,
section.block-webinar-recorded-index > .section-bd .box-form .hs-button i,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] i,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button i {
  vertical-align: middle;
  display: inline-block;
}
.btn > svg, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button > svg, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button > svg, section.block-webinar-recorded-single > .section-bd .box-form .hs-button > svg, section.block-webinar-recorded-index > .section-bd .box-form .hs-button > svg, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] > svg, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button > svg,
.btn i,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-button i,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-button i,
section.block-webinar-recorded-single > .section-bd .box-form .hs-button i,
section.block-webinar-recorded-index > .section-bd .box-form .hs-button i,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] i,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button i {
  -webkit-transform: scale(1.125);
      -ms-transform: scale(1.125);
          transform: scale(1.125);
}
.btn.btn-link, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button {
  text-decoration: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-link > span, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button > span, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button > span, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button > span, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button > span, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit] > span, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button > span {
  border-bottom: 1px solid transparent;
}
.btn.btn-link:hover > span, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button:hover > span, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button:hover > span, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button:hover > span, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button:hover > span, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit]:hover > span, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button:hover > span, .btn.btn-link:active > span, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button:active > span, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button:active > span, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button:active > span, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button:active > span, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit]:active > span, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button:active > span {
  border-bottom: 1px solid;
}
.btn.btn-icon-arrow i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-arrow.hs-button i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-arrow.hs-button i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-arrow.hs-button i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-arrow.hs-button i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-arrow[type=submit] i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-arrow.hs-button i,
.btn.btn-icon-arrow svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-arrow.hs-button svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-arrow.hs-button svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-arrow.hs-button svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-arrow.hs-button svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-arrow[type=submit] svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-arrow.hs-button svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-icon-arrow:hover i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-arrow.hs-button:hover i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-arrow.hs-button:hover i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-arrow.hs-button:hover i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-arrow.hs-button:hover i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-arrow[type=submit]:hover i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-arrow.hs-button:hover i,
.btn.btn-icon-arrow:hover svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-arrow.hs-button:hover svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-arrow.hs-button:hover svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-arrow.hs-button:hover svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-arrow.hs-button:hover svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-arrow[type=submit]:hover svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-arrow.hs-button:hover svg, .btn.btn-icon-arrow:active i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-arrow.hs-button:active i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-arrow.hs-button:active i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-arrow.hs-button:active i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-arrow.hs-button:active i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-arrow[type=submit]:active i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-arrow.hs-button:active i,
.btn.btn-icon-arrow:active svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-arrow.hs-button:active svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-arrow.hs-button:active svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-arrow.hs-button:active svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-arrow.hs-button:active svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-arrow[type=submit]:active svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-arrow.hs-button:active svg {
  -webkit-transform: translate(0.25rem, 0) scale(1.125);
      -ms-transform: translate(0.25rem, 0) scale(1.125);
          transform: translate(0.25rem, 0) scale(1.125);
}
.btn.btn-icon-plus i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-plus.hs-button i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-plus.hs-button i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-plus.hs-button i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-plus.hs-button i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-plus[type=submit] i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-plus.hs-button i,
.btn.btn-icon-plus svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-plus.hs-button svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-plus.hs-button svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-plus.hs-button svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-plus.hs-button svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-plus[type=submit] svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-plus.hs-button svg, .btn.btn-icon-download i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-download.hs-button i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-download.hs-button i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-download.hs-button i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-download.hs-button i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-download[type=submit] i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-download.hs-button i,
.btn.btn-icon-download svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-download.hs-button svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-download.hs-button svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-download.hs-button svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-download.hs-button svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-download[type=submit] svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-download.hs-button svg, .btn.btn-icon-play i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-play.hs-button i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-play.hs-button i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-play.hs-button i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-play.hs-button i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-play[type=submit] i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-play.hs-button i,
.btn.btn-icon-play svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-play.hs-button svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-play.hs-button svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-play.hs-button svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-play.hs-button svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-play[type=submit] svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-play.hs-button svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-icon-new-window i, section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-new-window.hs-button i, section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-new-window.hs-button i, section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-new-window.hs-button i, section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-new-window.hs-button i, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-new-window[type=submit] i, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-new-window.hs-button i,
.btn.btn-icon-new-window svg,
section.block-webinar-upcoming-single > .section-bd .box-form .btn-icon-new-window.hs-button svg,
section.block-webinar-upcoming-index > .section-bd .box-form .btn-icon-new-window.hs-button svg,
section.block-webinar-recorded-single > .section-bd .box-form .btn-icon-new-window.hs-button svg,
section.block-webinar-recorded-index > .section-bd .box-form .btn-icon-new-window.hs-button svg,
section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-icon-new-window[type=submit] svg,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-icon-new-window.hs-button svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-white, section.block-webinar-upcoming-single > .section-bd .box-form .btn-white.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-white.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-white.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-white.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-white[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-white.hs-button {
  color: #C12026;
}
.btn.btn-white:hover, section.block-webinar-upcoming-single > .section-bd .box-form .btn-white.hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form .btn-white.hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form .btn-white.hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form .btn-white.hs-button:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-white[type=submit]:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-white.hs-button:hover, .btn.btn-white:active, section.block-webinar-upcoming-single > .section-bd .box-form .btn-white.hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form .btn-white.hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form .btn-white.hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form .btn-white.hs-button:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-white[type=submit]:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-white.hs-button:active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #C12026;
}
.btn.btn-link:hover, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit]:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button:hover, .btn.btn-link:focus, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit]:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button:focus, .btn.btn-link:active, section.block-webinar-upcoming-single > .section-bd .box-form .btn-link.hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form .btn-link.hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form .btn-link.hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form .btn-link.hs-button:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-link[type=submit]:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-link.hs-button:active {
  text-decoration: none;
}
.btn.btn-has-icon, section.block-webinar-upcoming-single > .section-bd .box-form .btn-has-icon.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .btn-has-icon.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .btn-has-icon.hs-button, section.block-webinar-recorded-index > .section-bd .box-form .btn-has-icon.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.btn-has-icon[type=submit], .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-has-icon.hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
}

.cp-buttons.justify-content-start > a > span {
  text-align: left;
}
.cp-buttons.justify-content-end > a > span {
  text-align: right;
}
.cp-buttons.justify-content-center > a > span {
  text-align: center;
}

section {
  position: relative;
}
section.has-bg > * {
  position: relative;
}
section.has-bg > .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.has-bg > .section-bg.bg-position-top {
  background-position: center top;
  background-size: 100% auto;
}
section.has-bg > .section-bg.bg-position-bottom {
  background-position: center bottom;
  background-size: 100% auto;
}

@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .container {
    padding: 0;
  }
}
section.block-milestones > .section-bd .milestones-slider-nav-wrap {
  position: relative;
  padding: 30px 0;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slider-nav-wrap {
    padding: 0 40px;
  }
}
section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev,
section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: -10px;
  padding: 5px;
  color: #C12026;
}
section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev.slick-disabled,
section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next.slick-disabled {
  color: #999;
}
section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev {
  top: -8px;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 5px;
    top: 10px;
  }
}
section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next {
  bottom: -5px;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: 5px;
    top: -5px;
  }
}
section.block-milestones > .section-bd .milestones-slider-nav {
  padding: 20px 0;
  height: 100%;
  position: relative;
}
section.block-milestones > .section-bd .milestones-slider-nav.freezed {
  pointer-events: none;
}
section.block-milestones > .section-bd .milestones-slider-nav .slick-slide {
  float: none;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slider-nav .slick-slide {
    float: left;
  }
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slider-nav {
    padding: 0;
  }
}
section.block-milestones > .section-bd .milestones-slider-nav:before {
  content: "";
  height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 4px;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slider-nav:before {
    display: none;
  }
}
section.block-milestones > .section-bd .milestones-slider-nav .slick-current span strong {
  color: #C12026;
  font-weight: bold;
  font-size: 1.125rem;
}
section.block-milestones > .section-bd .milestones-slider-nav .slick-current span:after {
  background: #C12026;
}
section.block-milestones > .section-bd .milestones-slider-nav .slick-prev:before,
section.block-milestones > .section-bd .milestones-slider-nav .slick-next:before {
  color: #C12026;
}
section.block-milestones > .section-bd .milestones-nav-slide {
  text-align: right;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-nav-slide {
    text-align: center;
  }
}
section.block-milestones > .section-bd .milestones-nav-slide span {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  color: #999;
  font-size: 0.915rem;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-nav-slide span {
    padding-right: 0;
  }
}
section.block-milestones > .section-bd .milestones-nav-slide span strong {
  font-weight: normal;
}
section.block-milestones > .section-bd .milestones-nav-slide span:after {
  display: inline-block;
  right: 0;
  top: 0.5em;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-nav-slide span:after {
    display: none;
  }
}
section.block-milestones > .section-bd .milestones-slide-inner {
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 450px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slide-inner {
    padding: 30px;
    height: auto;
    min-height: 450px;
  }
}
section.block-milestones > .section-bd .milestones-slide-inner article {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
}
@media (max-width: 575.98px) {
  section.block-milestones > .section-bd .milestones-slide-inner article {
    padding: 1.2rem;
  }
}

section.block-academy-accordion > .section-bd .accordion .card {
  margin-bottom: 6px;
  border-radius: 0;
  border: none;
  text-align: left;
}
section.block-academy-accordion > .section-bd .accordion .card .btn-link {
  color: #C12026;
  font-weight: bold;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header {
  background: none;
  border: none;
  padding-right: 50px;
  padding-top: 4px;
  background: #eee;
  color: #C12026;
  border-radius: 5px;
  position: relative;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header .btn-link {
  color: #C12026;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header .btn-link:hover, section.block-academy-accordion > .section-bd .accordion .card .card-header .btn-link:focus, section.block-academy-accordion > .section-bd .accordion .card .card-header .btn-link:active {
  text-decoration: none;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header .accordion-indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 20px;
  top: 20px;
  opacity: 0.6;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header .accordion-indicator:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 1px;
  background: #333;
  top: 9px;
  left: 0;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header .accordion-indicator:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 19px;
  background: #333;
  left: 9px;
  top: 0;
}
section.block-academy-accordion > .section-bd .accordion .card .card-header.active .accordion-indicator:after {
  opacity: 0;
}
section.block-academy-accordion > .section-bd .accordion .card .card-body {
  background: none;
  border: none;
}
section.block-academy-accordion > .section-bd .accordion .card .card-body p:last-of-type {
  margin-bottom: 0;
}
section.block-academy-accordion > .section-bd .image-links a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
  color: #212529;
}
section.block-academy-accordion > .section-bd .image-links a img {
  width: auto;
  height: 100px;
}
section.block-academy-accordion > .section-bd .image-links a h4, section.block-academy-accordion > .section-bd .image-links a .h4 {
  margin: 0.8rem auto 0rem auto;
  font-weight: 500;
  color: #C12026;
  font-size: 1rem;
}
section.block-academy-accordion > .section-bd .image-links a:hover, section.block-academy-accordion > .section-bd .image-links a:focus, section.block-academy-accordion > .section-bd .image-links a:active {
  border-color: #C12026;
  color: #C12026;
}
section.block-academy-banner {
  padding: 100px 0 50px 0;
  background: #222;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-academy-banner > .section-bd .input-group {
  max-width: 800px;
}
section.block-academy-banner > .section-bd .input-group-prepend .btn, section.block-academy-banner > .section-bd .input-group-prepend section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-banner > .section-bd .input-group-prepend .hs-button, section.block-academy-banner > .section-bd .input-group-prepend section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-banner > .section-bd .input-group-prepend .hs-button, section.block-academy-banner > .section-bd .input-group-prepend section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-banner > .section-bd .input-group-prepend .hs-button, section.block-academy-banner > .section-bd .input-group-prepend section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-banner > .section-bd .input-group-prepend .hs-button, section.block-academy-banner > .section-bd .input-group-prepend section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-banner > .section-bd .input-group-prepend input[type=submit], section.block-academy-banner > .section-bd .input-group-prepend .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-banner > .section-bd .input-group-prepend .hs-button {
  padding: 0.5rem 0 0.5rem 0.75rem;
}
section.block-academy-banner > .section-bd .search-field {
  display: block;
  height: auto;
}

section.block-academy-featured-articles > .section-hd {
  text-align: center;
}
section.block-academy-featured-articles > .section-bd ul,
section.block-academy-featured-articles > .section-bd li {
  list-style: disc;
}
section.block-academy-featured-articles > .section-bd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.block-academy-featured-articles > .section-bd ul li {
  width: 31%;
  padding-right: 2%;
  margin-left: 1.32%;
  margin-bottom: 1rem;
}
section.block-academy-featured-articles > .section-bd ul li a {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  section.block-academy-featured-articles > .section-bd ul li {
    width: 100%;
  }
}
section.block-academy-featured-articles > .section-bd ul li a:hover, section.block-academy-featured-articles > .section-bd ul li a:focus, section.block-academy-featured-articles > .section-bd ul li a:active {
  color: #C12026;
}
section.block-academy-featured-case-studies > .section-hd {
  text-align: center;
}
section.block-academy-featured-case-studies > .section-bd h4 a:hover, section.block-academy-featured-case-studies > .section-bd .h4 a:hover, section.block-academy-featured-case-studies > .section-bd h4 a:focus, section.block-academy-featured-case-studies > .section-bd .h4 a:focus, section.block-academy-featured-case-studies > .section-bd h4 a:active, section.block-academy-featured-case-studies > .section-bd .h4 a:active {
  color: #C12026;
}

section.block-academy-glossary > .section-hd ul li {
  display: inline-block;
}
section.block-academy-glossary > .section-hd ul li a {
  color: #C12026;
}
section.block-academy-glossary > .section-hd ul li a:hover, section.block-academy-glossary > .section-hd ul li a:focus, section.block-academy-glossary > .section-hd ul li a:active {
  text-decoration: underline;
}
section.block-academy-glossary > .section-hd ul li:after {
  content: "-";
  margin: 0 3px;
  color: #999;
}
section.block-academy-glossary > .section-hd ul li:last-of-type:after {
  content: "";
}
section.block-academy-icon-cards > .section-bd a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 4px;
  color: #C12026;
  background-color: #f8f9fa;
}
section.block-academy-icon-cards > .section-bd a img {
  width: auto;
  height: 80px;
}
section.block-academy-icon-cards > .section-bd a h4, section.block-academy-icon-cards > .section-bd a .h4 {
  margin: 0.8rem auto 0rem auto;
  font-weight: 500;
  color: #C12026;
  font-size: 1rem;
}
section.block-academy-icon-cards > .section-bd a p {
  margin: 0.5rem auto 0rem auto;
}
section.block-academy-icon-cards > .section-bd a:hover, section.block-academy-icon-cards > .section-bd a:focus, section.block-academy-icon-cards > .section-bd a:active {
  background: #fff;
  color: #C12026;
}
section.block-academy-sub-category > .section-bd a,
section.academy-image-links > .section-bd a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-align: center;
  border-radius: 4px;
  color: #C12026;
}
section.block-academy-sub-category > .section-bd a img,
section.academy-image-links > .section-bd a img {
  width: auto;
  height: 80px;
}
section.block-academy-sub-category > .section-bd a:hover, section.block-academy-sub-category > .section-bd a:focus, section.block-academy-sub-category > .section-bd a:active,
section.academy-image-links > .section-bd a:hover,
section.academy-image-links > .section-bd a:focus,
section.academy-image-links > .section-bd a:active {
  border-color: #C12026;
  color: #C12026;
}
section.block-academy-link-list > .section-bd article a {
  text-decoration: none;
  color: #C12026;
}
section.block-academy-link-list > .section-bd article a:hover, section.block-academy-link-list > .section-bd article a:focus, section.block-academy-link-list > .section-bd article a:active {
  text-decoration: underline;
}
section.block-academy-link-list > .section-bd article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.block-academy-link-list > .section-bd article ul li {
  width: 48%;
  padding-right: 2%;
  margin-left: 2%;
}
section.block-academy-link-list > .section-bd article ul li a {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  section.block-academy-link-list > .section-bd article ul li {
    width: 100%;
  }
}
section.block-academy-link-list > .section-bd article ul li a:hover, section.block-academy-link-list > .section-bd article ul li a:focus, section.block-academy-link-list > .section-bd article ul li a:active {
  color: #C12026;
}

section.block-academy-main-category > .section-bd a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
  color: #C12026;
}
section.block-academy-main-category > .section-bd a img {
  width: auto;
  height: 80px;
}
section.block-academy-main-category > .section-bd a h4, section.block-academy-main-category > .section-bd a .h4 {
  margin: 0.8rem auto 0.6rem auto;
  font-weight: 500;
}
section.block-academy-main-category > .section-bd a p {
  margin: 0.5rem auto 0rem auto;
}
section.block-academy-main-category > .section-bd a:hover, section.block-academy-main-category > .section-bd a:focus, section.block-academy-main-category > .section-bd a:active {
  border-color: #C12026;
  color: #C12026;
}
section.block-academy-searchbox {
  padding: 150px 0 70px 0;
  background: #222;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-academy-searchbox > .section-bd .input-group {
  max-width: 800px;
}
section.block-academy-searchbox > .section-bd .input-group-prepend .btn, section.block-academy-searchbox > .section-bd .input-group-prepend section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-searchbox > .section-bd .input-group-prepend .hs-button, section.block-academy-searchbox > .section-bd .input-group-prepend section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-searchbox > .section-bd .input-group-prepend .hs-button, section.block-academy-searchbox > .section-bd .input-group-prepend section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-searchbox > .section-bd .input-group-prepend .hs-button, section.block-academy-searchbox > .section-bd .input-group-prepend section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-searchbox > .section-bd .input-group-prepend .hs-button, section.block-academy-searchbox > .section-bd .input-group-prepend section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-searchbox > .section-bd .input-group-prepend input[type=submit], section.block-academy-searchbox > .section-bd .input-group-prepend .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-searchbox > .section-bd .input-group-prepend .hs-button {
  padding: 0.5rem 0 0.6rem 0.75rem;
}
section.block-academy-searchbox > .section-bd .search-field {
  display: block;
  height: auto;
}
section.block-academy-searchbox > .section-ft {
  text-align: center;
}
section.block-academy-searchbox > .section-ft ul li {
  display: inline-block;
  margin: 0 0.2rem;
}
section.block-academy-searchbox > .section-ft ul li a {
  display: block;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  color: #444;
  padding: 0.2rem 1rem;
}
section.block-academy-searchbox > .section-ft ul li a:hover, section.block-academy-searchbox > .section-ft ul li a:focus, section.block-academy-searchbox > .section-ft ul li a:active {
  background: white;
}

section.block-academy-sub-category > .section-bd a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
  color: #C12026;
}
section.block-academy-sub-category > .section-bd a img {
  width: auto;
  height: 80px;
}
section.block-academy-sub-category > .section-bd a h4, section.block-academy-sub-category > .section-bd a .h4 {
  margin: 0.8rem auto 0rem auto;
  font-weight: 500;
  color: #C12026;
  font-size: 1rem;
}
section.block-academy-sub-category > .section-bd a p {
  margin: 0.5rem auto 0rem auto;
}
section.block-academy-sub-category > .section-bd a:hover, section.block-academy-sub-category > .section-bd a:focus, section.block-academy-sub-category > .section-bd a:active {
  border-color: #C12026;
  color: #C12026;
}
section.block-academy-subscribe > .section-bd .subscrib-form {
  position: relative;
  max-width: 450px;
  position: relative;
  max-width: 360px;
}
section.block-academy-subscribe > .section-bd .subscrib-form .wpcf7-form-control-wrap {
  width: 100%;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group-text {
  background: #fff;
  border-right: none;
  line-height: 1;
  border: none;
}
section.block-academy-subscribe > .section-bd .subscrib-form i {
  line-height: 1;
}
section.block-academy-subscribe > .section-bd .subscrib-form input {
  border: none;
  outline: none !important;
  background-clip: unset;
  font-size: 0.875rem;
  line-height: 1rem;
  background: none !important;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #999;
  padding-left: 0rem;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group-prepend {
  border-right: 0;
  border: none;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append {
  border-left: 0;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .btn, section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append input[type=submit], section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group-append .hs-button {
  background: none;
  border: none;
  color: #fff;
  border-radius: 0;
}
section.block-academy-subscribe > .section-bd .subscrib-form .wpcf7-not-valid-tip {
  border: none;
  padding: 0 0 0 12px;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #C12026;
  position: absolute;
  bottom: -25px;
  left: 0;
}
section.block-academy-subscribe > .section-bd .subscrib-form .wpcf7-response-output {
  border: none;
  padding: 0 0 0 12px;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #C12026;
  position: absolute;
  bottom: -15px;
  left: 0;
}
section.block-academy-subscribe > .section-bd .subscrib-form .wpcf7-validation-errors {
  color: #C12026;
}
section.block-academy-subscribe > .section-bd .subscrib-form .wpcf7-mail-sent-ok {
  color: #198754;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  font-size: 20px;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .btn, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append input[type=submit], section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button {
  background: none;
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 1.125rem;
  opacity: 0.7;
}
section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .btn:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .btn:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .btn:active, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:active, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:active, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:active, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:active, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-academy-subscribe > .section-bd .subscrib-form .input-group .input-group-append .hs-button:active {
  opacity: 1;
}
section.block-academy-subscribe > .section-bd .subscrib-form .wpcf7-spinner,
section.block-academy-subscribe > .section-bd .subscrib-form .ajax-loader {
  display: none !important;
}
section.block-applications-carousel {
  color: #fff;
}
section.block-applications-carousel > .section-hd h1, section.block-applications-carousel > .section-hd .h1,
section.block-applications-carousel > .section-hd h2,
section.block-applications-carousel > .section-hd .h2,
section.block-applications-carousel > .section-hd h3,
section.block-applications-carousel > .section-hd .h3 {
  font-weight: bold;
}
section.block-applications-carousel > .section-hd h5, section.block-applications-carousel > .section-hd .h5 {
  font-weight: normal;
}
section.block-applications-carousel > .section-bd .container {
  max-width: 1920px;
  padding: 0 !important;
}
section.block-applications-carousel > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-applications-carousel > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-applications-carousel > .section-bd .flickity-prev-prev-button,
section.block-applications-carousel > .section-bd .flickity-prev-next-button {
  display: none !important;
}
section.block-applications-carousel > .section-bd .flickity-page-dots .dot {
  border-radius: 0;
  background-color: #fff;
  opacity: 0.3;
  width: 1.25rem;
  padding: 0;
  margin: 0 3px;
  height: 5px;
  border-radius: 2.5px;
}
section.block-applications-carousel > .section-bd .flickity-page-dots .dot.is-selected {
  background-color: #C12026;
  opacity: 1;
  width: 3.5rem;
  margin: 0 13px;
}
section.block-applications-carousel > .section-bd .box {
  position: relative;
  background: #303030;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.block-applications-carousel > .section-bd .box .box-hd {
  width: 50%;
  height: 100%;
}
section.block-applications-carousel > .section-bd .box .box-hd image,
section.block-applications-carousel > .section-bd .box .box-hd video {
  display: block;
}
@media (max-width: 991.98px) {
  section.block-applications-carousel > .section-bd .box .box-hd {
    width: 100%;
  }
}
section.block-applications-carousel > .section-bd .box .box-bd {
  text-align: left;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  section.block-applications-carousel > .section-bd .box .box-bd {
    width: 100%;
  }
}
section.block-applications-carousel > .section-bd .box .box-bd .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  section.block-applications-carousel > .section-bd .box .box-bd .item .item-bd h4, section.block-applications-carousel > .section-bd .box .box-bd .item .item-bd .h4 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  section.block-applications-carousel > .section-bd .box .box-bd .item .item-bd p {
    font-size: 0.875rem;
  }
}
section.block-applications-carousel > .section-bd .box .box-bd .item .item-ft {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-applications-carousel > .section-bd .box .button-learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
}
section.block-applications-carousel > .section-bd .box .button-learn-more svg {
  color: #C12026;
  margin-right: 0.5rem;
}
section.block-applications-carousel > .section-bd .box .button-learn-more:hover, section.block-applications-carousel > .section-bd .box .button-learn-more:active {
  color: #C12026;
}
section.block-applications-list-industry > .section-bd .case-filter {
  text-align: center;
}
@media (max-width: 575.98px) {
  section.block-applications-list-industry > .section-bd .case-filter {
    text-align: left;
  }
}
section.block-applications-list-industry > .section-bd .case-filter .alm-filter--radio {
  display: inline-block;
  margin: 0.3rem 0.6rem;
}
@media (max-width: 575.98px) {
  section.block-applications-list-industry > .section-bd .case-filter .alm-filter--radio {
    width: 40%;
  }
}
section.block-applications-list-industry > .section-bd .case-filter .alm-filter--radio:first-child {
  border: none;
}
section.block-applications-list-industry > .section-bd .case-filter .alm-filter--link {
  display: block;
  padding: 0.3em 0.8rem;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
section.block-applications-list-industry > .section-bd .case-filter .alm-filter--link:before, section.block-applications-list-industry > .section-bd .case-filter .alm-filter--link:after {
  display: none;
}
section.block-applications-list-industry > .section-bd .case-filter .alm-filter--link.active {
  font-weight: normal;
  background: #C12026;
  color: #fff;
}
section.block-applications-list-industry > .section-bd .case-filter .alm-filters-edit {
  display: none;
}
section.block-applications-list-industry > .section-bd .list,
section.block-applications-list-industry > .section-bd .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 250px;
}
section.block-applications-list-industry > .section-bd .list .item,
section.block-applications-list-industry > .section-bd .alm-listing .item {
  height: 100%;
}
section.block-applications-list-industry > .section-bd .list .item .box,
section.block-applications-list-industry > .section-bd .alm-listing .item .box {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}
@media (max-width: 575.98px) {
  section.block-applications-list-industry > .section-bd .list .item .box,
  section.block-applications-list-industry > .section-bd .alm-listing .item .box {
    padding: 0 0 0px 0px;
  }
}
section.block-applications-list-industry > .section-bd .list .item .box .box-bd h3, section.block-applications-list-industry > .section-bd .list .item .box .box-bd .h3,
section.block-applications-list-industry > .section-bd .alm-listing .item .box .box-bd h3,
section.block-applications-list-industry > .section-bd .alm-listing .item .box .box-bd .h3 {
  font-size: 1rem;
  line-height: 1.1;
  min-height: 2.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.block-applications-list-industry > .section-bd .list .item .box .box-bd span,
section.block-applications-list-industry > .section-bd .alm-listing .item .box .box-bd span {
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #999;
}
section.block-applications-list-industry > .section-bd .list .item .box:hover,
section.block-applications-list-industry > .section-bd .alm-listing .item .box:hover {
  border-color: #C12026;
}
section.block-applications-list-industry > .section-bd .alm-btn-wrap {
  text-align: center;
  margin-top: 1em;
  display: none;
}
section.block-applications-list-industry > .section-bd .alm-btn-wrap .alm-load-more-btn {
  padding: 0.5em 2em;
}
section.block-applications-list-industry > .section-bd .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.3;
  pointer-events: none;
}
section.block-applications-list > .section-bd {
  padding-bottom: 80px;
}
section.block-applications-list > .section-bd .case-filter {
  text-align: center;
}
@media (max-width: 575.98px) {
  section.block-applications-list > .section-bd .case-filter {
    text-align: left;
  }
}
section.block-applications-list > .section-bd .case-filter .alm-filter--radio {
  display: inline-block;
  margin: 0.3rem 0.6rem;
}
@media (max-width: 575.98px) {
  section.block-applications-list > .section-bd .case-filter .alm-filter--radio {
    width: 40%;
  }
}
section.block-applications-list > .section-bd .case-filter .alm-filter--radio:first-child {
  border: none;
}
section.block-applications-list > .section-bd .case-filter .alm-filter--link {
  display: block;
  padding: 0.3em 0.8rem;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
section.block-applications-list > .section-bd .case-filter .alm-filter--link:before, section.block-applications-list > .section-bd .case-filter .alm-filter--link:after {
  display: none;
}
section.block-applications-list > .section-bd .case-filter .alm-filter--link.active {
  font-weight: normal;
  background: #C12026;
  color: #fff;
}
section.block-applications-list > .section-bd .case-filter .alm-filters-edit {
  display: none;
}
section.block-applications-list > .section-bd .list,
section.block-applications-list > .section-bd .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 360px;
}
section.block-applications-list > .section-bd .list .item,
section.block-applications-list > .section-bd .alm-listing .item {
  height: 100%;
}
section.block-applications-list > .section-bd .list .item .box,
section.block-applications-list > .section-bd .alm-listing .item .box {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}
@media (max-width: 575.98px) {
  section.block-applications-list > .section-bd .list .item .box,
  section.block-applications-list > .section-bd .alm-listing .item .box {
    padding: 0 0 0px 0px;
  }
}
section.block-applications-list > .section-bd .list .item .box .box-bd h3, section.block-applications-list > .section-bd .list .item .box .box-bd .h3,
section.block-applications-list > .section-bd .alm-listing .item .box .box-bd h3,
section.block-applications-list > .section-bd .alm-listing .item .box .box-bd .h3 {
  font-size: 1rem;
  line-height: 1.1;
  min-height: 2.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.block-applications-list > .section-bd .list .item .box .box-bd span,
section.block-applications-list > .section-bd .alm-listing .item .box .box-bd span {
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #999;
}
section.block-applications-list > .section-bd .list .item .box:hover,
section.block-applications-list > .section-bd .alm-listing .item .box:hover {
  border-color: #C12026;
}
section.block-applications-list > .section-bd .alm-btn-wrap {
  text-align: center;
  margin-top: 1em;
  display: none;
}
section.block-applications-list > .section-bd .alm-btn-wrap .alm-load-more-btn {
  padding: 0.5em 2em;
}
section.block-applications-list > .section-bd .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.3;
  pointer-events: none;
}
section.block-cards-carousel {
  background: #f8f9fa;
  padding: 160px 0 90px;
}
@media (max-width: 575.98px) {
  section.block-cards-carousel {
    padding: 120px 0 50px;
  }
}
section.block-cards-carousel > .section-hd h1, section.block-cards-carousel > .section-hd .h1,
section.block-cards-carousel > .section-hd h2,
section.block-cards-carousel > .section-hd .h2,
section.block-cards-carousel > .section-hd h3,
section.block-cards-carousel > .section-hd .h3 {
  font-weight: bold;
}
section.block-cards-carousel > .section-hd h5, section.block-cards-carousel > .section-hd .h5 {
  color: #777;
  font-weight: normal;
}
section.block-cards-carousel > .section-bd .container {
  max-width: 1920px;
  padding: 0 !important;
}
section.block-cards-carousel > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-cards-carousel > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-cards-carousel > .section-bd .box {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.block-cards-carousel > .section-bd .box .box-hd {
  width: 50%;
  height: 100%;
}
section.block-cards-carousel > .section-bd .box .box-hd image,
section.block-cards-carousel > .section-bd .box .box-hd video {
  display: block;
}
@media (max-width: 991.98px) {
  section.block-cards-carousel > .section-bd .box .box-hd {
    width: 100%;
  }
}
section.block-cards-carousel > .section-bd .box .box-bd {
  text-align: left;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  section.block-cards-carousel > .section-bd .box .box-bd {
    width: 100%;
  }
}
section.block-cards-carousel > .section-bd .box .box-bd .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  section.block-cards-carousel > .section-bd .box .box-bd .item .item-bd h4, section.block-cards-carousel > .section-bd .box .box-bd .item .item-bd .h4 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  section.block-cards-carousel > .section-bd .box .box-bd .item .item-bd p {
    font-size: 0.875rem;
  }
}
section.block-cards-carousel > .section-bd .box .box-bd .item .item-ft {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-cards-grid > .section-bd .box {
  border: 1px solid rgba(102, 102, 102, 0.3);
  height: 100%;
  background-color: #1b1b1c;
  color: #fff;
}
section.block-cards-tiles > .section-hd .container {
  max-width: 800px;
}
section.block-cards-tiles > .section-bd .container {
  max-width: 1000px;
}
section.block-cards-tiles > .section-bd > .row, article section.block-cards-tiles > .section-bd > .gallery-columns-9, article section.block-cards-tiles > .section-bd > .gallery-columns-8, article section.block-cards-tiles > .section-bd > .gallery-columns-7, article section.block-cards-tiles > .section-bd > .gallery-columns-6, article section.block-cards-tiles > .section-bd > .gallery-columns-5, article section.block-cards-tiles > .section-bd > .gallery-columns-4, article section.block-cards-tiles > .section-bd > .gallery-columns-3, article section.block-cards-tiles > .section-bd > .gallery-columns-2, article section.block-cards-tiles > .section-bd > .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.block-cards-tiles > .section-bd > .row > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-9 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-8 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-7 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-6 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-5 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-4 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-3 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-2 > .col, article section.block-cards-tiles > .section-bd > .gallery-columns-1 > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
section.block-cards-tiles > .section-bd .item {
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid rgba(102, 102, 102, 0.3);
  height: 100%;
  width: 100%;
  background-color: #1b1b1c;
  color: #fff;
  padding: 1rem;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.block-cards-tiles > .section-bd .item .item-bd {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.block-cards-tiles > .section-bd .item .item-ft {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.block-cards-tiles > .section-bd .item .link-read-more {
  color: #C12026;
  border-bottom: 1px solid #C12026;
}
section.block-common-accordion > .section-bd .container {
  max-width: 960px;
}
section.block-common-accordion > .section-bd .accordion .card {
  margin-bottom: 6px;
  border-radius: 0;
  border: none;
  text-align: left;
  border-radius: 5px;
}
section.block-common-accordion > .section-bd .accordion .card .btn, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button, section.block-common-accordion > .section-bd .accordion .card section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-common-accordion > .section-bd .accordion .card input[type=submit], section.block-common-accordion > .section-bd .accordion .card .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-common-accordion > .section-bd .accordion .card .hs-button {
  outline: none;
}
section.block-common-accordion > .section-bd .accordion .card .btn:hover, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:hover, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:hover, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:hover, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:hover, section.block-common-accordion > .section-bd .accordion .card section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-common-accordion > .section-bd .accordion .card input[type=submit]:hover, section.block-common-accordion > .section-bd .accordion .card .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-common-accordion > .section-bd .accordion .card .hs-button:hover, section.block-common-accordion > .section-bd .accordion .card .btn:focus, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:focus, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:focus, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:focus, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:focus, section.block-common-accordion > .section-bd .accordion .card section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-common-accordion > .section-bd .accordion .card input[type=submit]:focus, section.block-common-accordion > .section-bd .accordion .card .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-common-accordion > .section-bd .accordion .card .hs-button:focus, section.block-common-accordion > .section-bd .accordion .card .btn:active, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:active, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:active, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:active, section.block-common-accordion > .section-bd .accordion .card section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.block-common-accordion > .section-bd .accordion .card .hs-button:active, section.block-common-accordion > .section-bd .accordion .card section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-common-accordion > .section-bd .accordion .card input[type=submit]:active, section.block-common-accordion > .section-bd .accordion .card .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-common-accordion > .section-bd .accordion .card .hs-button:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-common-accordion > .section-bd .accordion .card .btn-link {
  color: #C12026;
  font-weight: bold;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
section.block-common-accordion > .section-bd .accordion .card .btn-link:hover, section.block-common-accordion > .section-bd .accordion .card .btn-link:focus, section.block-common-accordion > .section-bd .accordion .card .btn-link:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-common-accordion > .section-bd .accordion .card .card-header {
  background: none;
  border: none;
  padding-right: 50px;
  padding-top: 4px;
  background: #fff;
  color: #C12026;
  border-radius: 5px;
  position: relative;
}
section.block-common-accordion > .section-bd .accordion .card .card-header .btn-link {
  color: #C12026;
}
section.block-common-accordion > .section-bd .accordion .card .card-header .btn-link:hover, section.block-common-accordion > .section-bd .accordion .card .card-header .btn-link:focus, section.block-common-accordion > .section-bd .accordion .card .card-header .btn-link:active {
  text-decoration: none;
}
section.block-common-accordion > .section-bd .accordion .card .card-header .accordion-indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 20px;
  top: 20px;
  opacity: 0.6;
}
section.block-common-accordion > .section-bd .accordion .card .card-header .accordion-indicator:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 1px;
  background: #333;
  top: 9px;
  left: 0;
}
section.block-common-accordion > .section-bd .accordion .card .card-header .accordion-indicator:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 19px;
  background: #333;
  left: 9px;
  top: 0;
}
section.block-common-accordion > .section-bd .accordion .card .card-header.active .accordion-indicator:after {
  opacity: 0;
}
section.block-common-accordion > .section-bd .accordion .card .card-body {
  background: none;
  border: none;
  padding-top: 0;
}
section.block-common-accordion > .section-bd .accordion .card .card-body p:last-of-type {
  margin-bottom: 0;
}
section.block-common-accordion > .section-bd .image-links a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
  color: #212529;
}
section.block-common-accordion > .section-bd .image-links a img {
  width: auto;
  height: 100px;
}
section.block-common-accordion > .section-bd .image-links a h4, section.block-common-accordion > .section-bd .image-links a .h4 {
  margin: 0.8rem auto 0rem auto;
  font-weight: 500;
  color: #C12026;
  font-size: 1rem;
}
section.block-common-accordion > .section-bd .image-links a:hover, section.block-common-accordion > .section-bd .image-links a:focus, section.block-common-accordion > .section-bd .image-links a:active {
  border-color: #C12026;
  color: #C12026;
}
section.block-common-article-cards > .section-bd .card {
  display: block;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 100%;
}
section.block-common-article-cards > .section-bd .card:hover, section.block-common-article-cards > .section-bd .card:focus, section.block-common-article-cards > .section-bd .card:active {
  border-color: #C12026;
}
section.block-common-article-cards > .section-bd .card:hover h3, section.block-common-article-cards > .section-bd .card:hover .h3,
section.block-common-article-cards > .section-bd .card:hover h4,
section.block-common-article-cards > .section-bd .card:hover .h4, section.block-common-article-cards > .section-bd .card:focus h3, section.block-common-article-cards > .section-bd .card:focus .h3,
section.block-common-article-cards > .section-bd .card:focus h4,
section.block-common-article-cards > .section-bd .card:focus .h4, section.block-common-article-cards > .section-bd .card:active h3, section.block-common-article-cards > .section-bd .card:active .h3,
section.block-common-article-cards > .section-bd .card:active h4,
section.block-common-article-cards > .section-bd .card:active .h4 {
  color: #C12026;
}
section.block-common-article-cards > .section-bd .card .card-bd {
  padding: 1rem;
}
section.block-common-banner-get-demo {
  background-position: center;
  background-size: cover;
  min-height: 475px;
}
section.block-common-banner-get-demo > .section-bd {
  color: #fff;
}
section.block-common-banner-get-demo > .section-bd h2, section.block-common-banner-get-demo > .section-bd .h2,
section.block-common-banner-get-demo > .section-bd h3,
section.block-common-banner-get-demo > .section-bd .h3,
section.block-common-banner-get-demo > .section-bd h4,
section.block-common-banner-get-demo > .section-bd .h4,
section.block-common-banner-get-demo > .section-bd p {
  color: #fff;
}

section.block-common-banner-online-shop {
  background-position: center;
  background-size: cover;
  min-height: 475px;
}
@media (max-width: 575.98px) {
  section.block-common-banner-online-shop {
    background-position: 60% center;
  }
}
section.block-common-basic-tabs > .section-bd .nav-tabs {
  border: none;
  text-align: center;
  display: block;
}
section.block-common-basic-tabs > .section-bd .nav-tabs .nav-link {
  border: none;
  display: inline-block;
  border-bottom: 4px solid #ccc;
  padding: 0.5rem 1.25rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: inherit;
}
@media (max-width: 575.98px) {
  section.block-common-basic-tabs > .section-bd .nav-tabs .nav-link {
    font-weight: normal;
    margin-bottom: 0.2rem;
    font-size: 0.875rem;
    padding: 0.3rem 0.2rem;
    border-bottom-width: 2px;
  }
}
section.block-common-basic-tabs > .section-bd .nav-tabs .nav-link.active {
  border-bottom-color: #C12026;
  background: none;
  color: inherit;
}
section.block-common-basic-tabs > .section-bd .tab-content .tab-pane {
  min-height: 312px;
}
section.block-common-basic-tabs > .section-bd .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .row, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-9, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-9, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-8, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-8, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-7, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-7, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-6, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-6, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-5, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-5, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-4, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-4, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-3, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-3, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-2, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-2, section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article .gallery-columns-1, article section.block-common-basic-tabs > .section-bd .tab-content .tab-pane .gallery-columns-1 {
  width: 100%;
}
section.block-common-basic-tabs > .section-bd .tab-content .tab-pane article a {
  color: #C12026;
}
section.block-common-bottom-banner {
  background-position: center;
  background-size: cover;
}
section.block-common-bottom-banner > .section-bd {
  color: #fff;
}
section.block-common-bottom-banner > .section-bd article {
  max-width: 860px;
}
section.block-common-bottom-banner > .section-bd h2, section.block-common-bottom-banner > .section-bd .h2,
section.block-common-bottom-banner > .section-bd h3,
section.block-common-bottom-banner > .section-bd .h3,
section.block-common-bottom-banner > .section-bd h4,
section.block-common-bottom-banner > .section-bd .h4,
section.block-common-bottom-banner > .section-bd p {
  color: #fff;
}

section.block-common-bottom-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-common-bottom-support {
  background: #222;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-common-bottom-support > .section-hd {
  text-align: center;
}
section.block-common-bottom-support > .section-bd .input-group {
  max-width: 800px;
}
section.block-common-bottom-support > .section-bd .input-group-prepend .btn, section.block-common-bottom-support > .section-bd .input-group-prepend section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-common-bottom-support > .section-bd .input-group-prepend .hs-button, section.block-common-bottom-support > .section-bd .input-group-prepend section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-common-bottom-support > .section-bd .input-group-prepend .hs-button, section.block-common-bottom-support > .section-bd .input-group-prepend section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-common-bottom-support > .section-bd .input-group-prepend .hs-button, section.block-common-bottom-support > .section-bd .input-group-prepend section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-common-bottom-support > .section-bd .input-group-prepend .hs-button, section.block-common-bottom-support > .section-bd .input-group-prepend section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-common-bottom-support > .section-bd .input-group-prepend input[type=submit], section.block-common-bottom-support > .section-bd .input-group-prepend .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-common-bottom-support > .section-bd .input-group-prepend .hs-button {
  padding: 0.5rem 0 0.5rem 0.75rem;
}
section.block-common-bottom-support > .section-bd .search-field {
  display: block;
  height: auto;
}
section.block-common-bottom-support > .section-ft {
  text-align: center;
}
section.block-common-bottom-support > .section-ft ul li {
  display: inline-block;
  margin: 0 0.2rem;
}
section.block-common-bottom-support > .section-ft ul li a {
  display: block;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  color: #444;
  padding: 0.2rem 1rem;
}
section.block-common-bottom-support > .section-ft ul li a:hover, section.block-common-bottom-support > .section-ft ul li a:focus, section.block-common-bottom-support > .section-ft ul li a:active {
  background: white;
}

section.block-common-icon-cards-outline > .section-bd a {
  display: block;
  height: 100%;
  border: 1px solid #eee;
  padding: 5rem 1rem;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: none;
}
@media (max-width: 575.98px) {
  section.block-common-icon-cards-outline > .section-bd a {
    padding: 4rem 1rem;
  }
}
section.block-common-icon-cards-outline > .section-bd a img {
  width: auto;
  height: 80px;
  -webkit-filter: brightness(5000);
          filter: brightness(5000);
}
section.block-common-icon-cards-outline > .section-bd a h4, section.block-common-icon-cards-outline > .section-bd a .h4 {
  margin: 1.5rem auto 0rem auto;
  font-weight: 500;
  font-size: 1rem;
  color: inherit;
}
section.block-common-icon-cards-outline > .section-bd a p {
  margin: 0.5rem auto 0rem auto;
}
section.block-common-icon-cards-outline > .section-bd a:hover, section.block-common-icon-cards-outline > .section-bd a:focus, section.block-common-icon-cards-outline > .section-bd a:active {
  background: #f8f9fa;
  color: #212529;
}
section.block-common-icon-cards-outline > .section-bd a:hover img, section.block-common-icon-cards-outline > .section-bd a:focus img, section.block-common-icon-cards-outline > .section-bd a:active img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
section.block-common-icon-cards > .section-bd a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 4px;
  color: #C12026;
  background-color: #f8f9fa;
}
section.block-common-icon-cards > .section-bd a img {
  width: auto;
  height: 80px;
}
section.block-common-icon-cards > .section-bd a h4, section.block-common-icon-cards > .section-bd a .h4 {
  margin: 0.8rem auto 0rem auto;
  font-weight: 500;
  color: #C12026;
  font-size: 1rem;
}
section.block-common-icon-cards > .section-bd a p {
  margin: 0.5rem auto 0rem auto;
}
section.block-common-icon-cards > .section-bd a:hover, section.block-common-icon-cards > .section-bd a:focus, section.block-common-icon-cards > .section-bd a:active {
  background: #fff;
  color: #C12026;
}
section.block-common-media-text .section-bg-video {
  z-index: 0;
}
section.block-common-media-text .section-bg-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
section.block-common-media-text .section-bg-video.bg-reverse:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
}
section.block-common-media-text > .section-bd article a {
  color: #C12026;
}
section.block-common-page-hero > .section-hd {
  position: relative;
}
section.block-common-page-hero > .section-bd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 1;
  min-height: 450px;
}
section.block-common-page-hero > .section-bd article {
  max-width: 960px;
}
section.block-common-page-hero.has-video > .section-bd {
  padding-top: 50px;
  min-height: 0px;
}
section.block-common-page-hero.has-video .section-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%);
}
section.block-common-page-hero > .section-ft {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  section.block-common-page-hero > .section-ft {
    padding-top: 50px;
  }
}
section.block-common-page-hero > .section-ft .the-player {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

section.block-content-tabs-flexible > .section-bd .nav-tabs {
  border: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, -22px);
      -ms-transform: translate(0, -22px);
          transform: translate(0, -22px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575.98px) {
  section.block-content-tabs-flexible > .section-bd .nav-tabs {
    -webkit-transform: translate(0, -18px);
        -ms-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
}
section.block-content-tabs-flexible > .section-bd .nav-tabs .nav-link {
  min-width: 190px;
  border: 1px solid #ccc;
  padding: 0.5rem 1.25rem;
  font-size: 1.125rem;
  color: #C12026;
  background-color: #fff;
  border-radius: 0;
  border-left: none;
}
section.block-content-tabs-flexible > .section-bd .nav-tabs .nav-link:first-of-type {
  border: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  section.block-content-tabs-flexible > .section-bd .nav-tabs .nav-link {
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.3rem 1rem;
    min-width: 0;
  }
}
section.block-content-tabs-flexible > .section-bd .nav-tabs .nav-link.active {
  border-bottom-color: #C12026;
  background: #C12026;
  color: #fff;
}
section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane {
  min-height: 312px;
}
section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .row, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-9, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-9, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-8, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-8, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-7, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-7, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-6, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-6, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-5, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-5, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-4, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-4, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-3, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-3, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-2, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-2, section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article .gallery-columns-1, article section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane .gallery-columns-1 {
  width: 100%;
}
section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane td a,
section.block-content-tabs-flexible > .section-bd .tab-content .tab-pane article a {
  color: #C12026;
}
section.block-cta-banner > .section-bg {
  pointer-events: none;
}
section.block-cta-banner > .section-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 575.98px) {
  section.block-global-network > .section-bd .container {
    padding: 0;
  }
}
section.block-global-network > .section-bd .box {
  position: relative;
}
section.block-global-network > .section-bd .box > .box-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.block-global-network > .section-bd .box > .box-ft article {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  section.block-global-network > .section-bd .box > .box-ft {
    position: relative;
  }
}
section.block-hero-banner > .section-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
}
section.block-hero-banner > .section-bd {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  section.block-hero-banner > .section-bd {
    padding-top: 80px;
  }
}
section.block-hero-banner > .section-bd .box {
  height: 448px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.block-hero-banner > .section-bd .box .box-bd {
  width: 100%;
}
@media (max-width: 575.98px) {
  section.block-hero-banner > .section-bd .box #jarallax-container-0 {
    display: none !important;
  }
}
section.block-hero-banner > .section-bd article {
  color: #fff;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
section.block-hero-banner > .section-bd article h1, section.block-hero-banner > .section-bd article .h1,
section.block-hero-banner > .section-bd article h2,
section.block-hero-banner > .section-bd article .h2 {
  font-size: 3.25rem;
  margin-bottom: 1.25rem;
  color: #fff;
}
@media (max-width: 575.98px) {
  section.block-hero-banner > .section-bd article h1, section.block-hero-banner > .section-bd article .h1,
  section.block-hero-banner > .section-bd article h2,
  section.block-hero-banner > .section-bd article .h2 {
    font-size: 2rem;
    margin-bottom: 1.125rem;
  }
}
section.block-hero-banner > .section-bd article h5, section.block-hero-banner > .section-bd article .h5 {
  color: inherit;
  margin-bottom: 0.75rem;
}
section.block-hero-banner > .section-bd .container {
  max-width: 1080px;
}
section.block-hero-banner > .section-bd .container img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
section.block-hero-banner > .section-bd.size-tall .box {
  height: 576px;
}
section.block-hero-banner > .section-bd.size-short .box {
  height: 384px;
  padding: 3rem 0 3rem;
}
section.block-hero-banner > .section-bd.size-full .box {
  height: 896px;
  max-height: 100vh;
}

section.block-hero-carousel {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
section.block-hero-carousel > .section-bd .cp-carousel {
  height: 600px;
}
section.block-hero-carousel > .section-bd .cp-carousel.size-sm {
  height: 300px;
}
section.block-hero-carousel > .section-bd .cp-carousel.size-md {
  height: 450px;
}
section.block-hero-carousel > .section-bd .cp-carousel.size-lg {
  height: 600px;
}
section.block-hero-carousel > .section-bd .cp-carousel.size-xl {
  height: 750px;
}
section.block-hero-carousel > .section-bd .cp-carousel.size-xxl {
  height: 900px;
}
section.block-hero-carousel > .section-bd .cp-carousel.size-full {
  height: 100vh;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item {
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.bottom-shadow:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  height: 35%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.bottom-shadow:before {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.bottom-shadow:before {
    height: 150px;
  }
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.size-sm {
  height: 300px;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.size-md {
  height: 450px;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.size-lg {
  height: 600px;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.size-xl {
  height: 750px;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.size-xxl {
  height: 900px;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item.size-full {
  height: 100vh;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item > .item-hd {
  position: relative;
  z-index: 1;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item > .item-bd {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
section.block-hero-carousel > .section-bd .cp-carousel .cp-carousel-slides .item > .item-ft {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  section.block-icon-hover-links > .section-bd .the-list .col {
    border: none !important;
  }
}
section.block-icon-hover-links > .section-bd .item {
  position: relative;
  text-align: center;
}
section.block-icon-hover-links > .section-bd .item > .item-hd {
  padding: 3rem 2rem;
}
section.block-icon-hover-links > .section-bd .item > .item-hd img {
  height: 60px;
}
section.block-icon-hover-links > .section-bd .item > .item-hd h3, section.block-icon-hover-links > .section-bd .item > .item-hd .h3 {
  line-height: 1.2;
  min-height: 2.4em;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  section.block-icon-hover-links > .section-bd .item > .item-hd {
    padding: 2rem 1.5rem;
  }
}
section.block-icon-hover-links > .section-bd .item > .item-bd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 3rem 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  section.block-icon-hover-links > .section-bd .item > .item-bd {
    padding: 2rem 1.5rem;
  }
}
section.block-icon-hover-links > .section-bd .item:hover > .item-bd, section.block-icon-hover-links > .section-bd .item:active > .item-bd {
  opacity: 1;
  pointer-events: auto;
}
section.block-icon-text-cards > .section-bd .container {
  max-width: 1000px;
}
section.block-icon-text-cards > .section-bd .container .box {
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
  background-color: #1b1b1c;
  color: #fff;
  padding: 3rem 2rem 0 2rem;
  font-size: 0.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1b1c), color-stop(0%, #1b1b1c), color-stop(30%, #1b1b1c), to(#000));
  background: linear-gradient(to bottom, #1b1b1c, #1b1b1c 0%, #1b1b1c 30%, #000 100%);
}
section.block-icon-text-cards > .section-bd .container .item article {
  font-size: 0.875rem;
}
section.block-icon-text-cards > .section-bd .container .item article p {
  font-size: 0.875rem;
}
section.block-icon-text-cards > .section-bd .container .item article a {
  color: #C12026;
}
section.block-icon-text-cards > .section-bd .container .item .the-icon {
  border-radius: 0.25rem;
}
section.block-image-carousel > .section-hd {
  text-align: center;
}
section.block-image-carousel > .section-bd h3 a:hover, section.block-image-carousel > .section-bd .h3 a:hover, section.block-image-carousel > .section-bd h3 a:focus, section.block-image-carousel > .section-bd .h3 a:focus, section.block-image-carousel > .section-bd h3 a:active, section.block-image-carousel > .section-bd .h3 a:active {
  color: #C12026;
}
section.block-image-carousel > .section-bd.container-xl {
  max-width: 1920px;
}
section.block-image-carousel > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-image-carousel > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-image-carousel > .section-bd .flickity-prev-prev-button,
section.block-image-carousel > .section-bd .flickity-prev-next-button {
  display: none !important;
}
section.block-image-carousel > .section-bd .flickity-page-dots .dot {
  border-radius: 0;
  background-color: #f8f9fa;
  opacity: 0.3;
  width: 1.25rem;
  padding: 0;
  margin: 0 3px;
  height: 5px;
  border-radius: 2.5px;
}
section.block-image-carousel > .section-bd .flickity-page-dots .dot.is-selected {
  background-color: #C12026;
  opacity: 1;
  width: 3.5rem;
  margin: 0 13px;
}

section.block-image-hotspots > .section-bd .image-container {
  z-index: 1;
  position: relative;
}
section.block-image-hotspots > .section-bd .image-container .item-spot {
  position: absolute;
  width: 16px;
  z-index: 9;
  border: 1px solid transparent;
}
@media (max-width: 575.98px) {
  section.block-image-hotspots > .section-bd .image-container .item-spot {
    display: none;
  }
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-hd {
  cursor: pointer;
  border-radius: 50%;
  background-color: #C12026;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-hd span {
  position: relative;
  padding: 6px;
  display: inline-block;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-hd span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -6px;
  left: -6px;
  background-color: rgba(193, 32, 38, 0.3);
  -webkit-animation: pulse 1.5s ease infinite;
          animation: pulse 1.5s ease infinite;
  border-radius: 50%;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-hd svg {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd {
  pointer-events: none;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  color: #fff;
  position: relative;
  -webkit-transform: translate(25px, 0);
      -ms-transform: translate(25px, 0);
          transform: translate(25px, 0);
  background-color: rgba(102, 102, 102, 0.85);
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-hd {
  display: none;
  background-color: #C12026;
  height: 34px;
  text-align: center;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-hd h4, section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-hd .h4 {
  font-size: 1rem;
  line-height: 34px;
  color: #fff;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-bd {
  padding: 1rem;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-bd article {
  font-size: 0.875rem;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-bd article p,
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-bd article li {
  font-size: 0.875rem;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-bd p {
  margin-bottom: 0.25em;
}
section.block-image-hotspots > .section-bd .image-container .item-spot .item-bd .box .box-bd ul {
  margin: 0;
}
section.block-image-hotspots > .section-bd .image-container .item-spot:hover, section.block-image-hotspots > .section-bd .image-container .item-spot:focus, section.block-image-hotspots > .section-bd .image-container .item-spot:active {
  width: 280px;
  height: auto;
  border-radius: 17px;
  z-index: 10;
}
section.block-image-hotspots > .section-bd .image-container .item-spot:hover .item-hd span:before, section.block-image-hotspots > .section-bd .image-container .item-spot:focus .item-hd span:before, section.block-image-hotspots > .section-bd .image-container .item-spot:active .item-hd span:before {
  opacity: 0;
}
section.block-image-hotspots > .section-bd .image-container .item-spot:hover .item-bd, section.block-image-hotspots > .section-bd .image-container .item-spot:focus .item-bd, section.block-image-hotspots > .section-bd .image-container .item-spot:active .item-bd {
  pointer-events: auto;
}
section.block-image-hotspots > .section-bd .image-container .item-spot:hover .item-bd .box, section.block-image-hotspots > .section-bd .image-container .item-spot:focus .item-bd .box, section.block-image-hotspots > .section-bd .image-container .item-spot:active .item-bd .box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
section.block-image-text-carousel > .section-hd {
  text-align: center;
}
section.block-image-text-carousel > .section-bd h3 a:hover, section.block-image-text-carousel > .section-bd .h3 a:hover, section.block-image-text-carousel > .section-bd h3 a:focus, section.block-image-text-carousel > .section-bd .h3 a:focus, section.block-image-text-carousel > .section-bd h3 a:active, section.block-image-text-carousel > .section-bd .h3 a:active {
  color: #C12026;
}
section.block-image-text-carousel > .section-bd.container-xl {
  max-width: 1920px;
}
section.block-image-text-carousel > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-image-text-carousel > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-image-text-carousel > .section-bd .flickity-prev-prev-button,
section.block-image-text-carousel > .section-bd .flickity-prev-next-button {
  display: none !important;
}
section.block-image-text-carousel > .section-bd .flickity-page-dots .dot {
  border-radius: 0;
  background-color: #f8f9fa;
  opacity: 0.3;
  width: 1.25rem;
  padding: 0;
  margin: 0 3px;
  height: 5px;
  border-radius: 2.5px;
}
section.block-image-text-carousel > .section-bd .flickity-page-dots .dot.is-selected {
  background-color: #C12026;
  opacity: 1;
  width: 3.5rem;
  margin: 0 13px;
}

section.block-image-text > .section-hd {
  text-align: center;
}
section.block-image-text > .section-bd h3 a:hover, section.block-image-text > .section-bd .h3 a:hover, section.block-image-text > .section-bd h3 a:focus, section.block-image-text > .section-bd .h3 a:focus, section.block-image-text > .section-bd h3 a:active, section.block-image-text > .section-bd .h3 a:active {
  color: #C12026;
}
section.block-image-text > .section-bd.container-xl {
  max-width: 1920px;
}
section.block-image-text > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-image-text > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-image-text > .section-bd .flickity-prev-prev-button,
section.block-image-text > .section-bd .flickity-prev-next-button {
  display: none !important;
}
section.block-image-text > .section-bd .flickity-page-dots .dot {
  border-radius: 0;
  background-color: #fff;
  opacity: 0.3;
  width: 1.25rem;
  padding: 0;
  margin: 0 3px;
  height: 5px;
  border-radius: 2.5px;
}
section.block-image-text > .section-bd .flickity-page-dots .dot.is-selected {
  background-color: #C12026;
  opacity: 1;
  width: 3.5rem;
  margin: 0 13px;
}

section.block-logos-marquee > .section-bd .cp-marquee {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  overflow: hidden;
  height: 0;
}
section.block-logos-marquee > .section-bd .cp-marquee.is-visible {
  opacity: 1;
  height: auto;
}
section.block-logos-marquee > .section-bd .cp-marquee .marquee-row {
  overflow-x: hidden;
  height: 120%;
}
section.block-logos-marquee > .section-bd .cp-marquee .marquee-row .js-marquee {
  padding: 1rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto !important;
}
section.block-logos-marquee > .section-bd .cp-marquee .marquee-row .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
section.block-logos-marquee > .section-bd .cp-marquee .marquee-row .item img,
section.block-logos-marquee > .section-bd .cp-marquee .marquee-row .item svg {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 80px;
}
@media (max-width: 575.98px) {
  section.block-logos-marquee > .section-bd .cp-marquee .marquee-row .item img,
  section.block-logos-marquee > .section-bd .cp-marquee .marquee-row .item svg {
    max-width: 100px;
    max-height: 40px;
  }
}
section.block-page-header > .section-bd article {
  max-width: 800px;
}
section.block-page-header > .section-bd article p {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  section.block-page-header > .section-bd article p {
    font-size: 1rem;
  }
}

.popup-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 10px;
  z-index: 9998;
}
.popup-notice .popup-notice-body {
  background-color: #333;
  max-width: 870px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  border-radius: 0px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .popup-notice .popup-notice-body h2, .popup-notice .popup-notice-body .h2 {
    font-size: 1.25rem;
  }
}
.popup-notice .popup-notice-body .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .popup-notice .popup-notice-body {
    padding: 40px 0px;
  }
  .popup-notice .popup-notice-body .coronavirus-content {
    max-height: 60vh;
    overflow: scroll;
  }
}
.popup-notice .popup-notice-body .btn-toggle-popup,
.popup-notice .popup-notice-body .btn-close-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
@media (max-width: 575.98px) {
  .popup-notice .popup-notice-body .btn-toggle-popup,
  .popup-notice .popup-notice-body .btn-close-popup {
    right: 5px;
    top: 5px;
  }
}
.popup-notice .popup-notice-body .btn-close-popup {
  display: none;
}
.popup-notice.minimal {
  width: 400px;
  max-width: 400px;
  height: auto;
  top: auto;
  bottom: 30px;
  left: 30px;
  padding: 0;
  background-color: none;
}
.popup-notice.minimal .btn-toggle-popup {
  display: none;
}
.popup-notice.minimal .btn-close-popup {
  display: inline-block;
}
.popup-notice.minimal .popup-notice-body {
  width: 100%;
  padding: 0;
}
.popup-notice.minimal .popup-notice-body h2, .popup-notice.minimal .popup-notice-body .h2 {
  font-size: 1.125rem;
}
.popup-notice.minimal .popup-notice-body .container {
  padding-left: 0px;
  padding-right: 0px;
}
.popup-notice.minimal .popup-notice-body .btn, .popup-notice.minimal .popup-notice-body section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .popup-notice.minimal .popup-notice-body .hs-button, .popup-notice.minimal .popup-notice-body section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .popup-notice.minimal .popup-notice-body .hs-button, .popup-notice.minimal .popup-notice-body section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .popup-notice.minimal .popup-notice-body .hs-button, .popup-notice.minimal .popup-notice-body section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .popup-notice.minimal .popup-notice-body .hs-button, .popup-notice.minimal .popup-notice-body section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit .popup-notice.minimal .popup-notice-body input[type=submit], .popup-notice.minimal .popup-notice-body .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .popup-notice.minimal .popup-notice-body .hs-button {
  font-size: 0.875rem;
  padding-left: 0.45rem !important;
  padding-right: 0.45rem !important;
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .popup-notice.minimal {
    bottom: 15px;
    left: 15px;
    width: 300px;
  }
}
.popup-notice.minimal article {
  display: none;
}

section.block-products-carousel > .section-bd .cp-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.block-products-carousel > .section-bd .cp-carousel .slick-slide {
  height: auto;
}
section.block-products-carousel > .section-bd .cp-carousel .slick-slide > div {
  height: 100% !important;
}
section.block-products-carousel > .section-bd .cp-carousel .cp-carousel-arrows .cp-carousel-btn.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
section.block-products-carousel > .section-bd .cp-carousel .cp-carousel-arrows .cp-carousel-btn-prev {
  left: -4em;
}
section.block-products-carousel > .section-bd .cp-carousel .cp-carousel-arrows .cp-carousel-btn-next {
  right: -4em;
}
section.block-products-carousel > .section-bd .box {
  border: 1px solid rgba(102, 102, 102, 0.3);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: column;
      flex-flow: column;
  background-color: #1b1b1c;
  color: #fff;
}
section.block-products-carousel > .section-bd .box > .box-hd {
  width: 100%;
  margin: 0;
}
section.block-products-carousel > .section-bd .box > .box-bd {
  width: 100%;
  padding: 1rem;
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 575.98px) {
  section.block-products-carousel > .section-bd .box > .box-bd {
    padding: 0.75rem;
  }
}
section.block-products-carousel > .section-bd .box > .box-bd article ul li {
  margin-bottom: 0.25em;
  list-style: disc outside;
  margin-left: 1em;
}
section.block-products-carousel > .section-bd .box > .box-ft {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}
section.block-survey-monkey > .section-bd .the-form .smcx-widget-footer {
  display: none;
}
section.block-text-section > .section-bd article p {
  font-size: 1.125rem;
}
section.block-article-about-client {
  margin: 3rem 0 !important;
}
section.block-article-call-to-action {
  margin: 3rem 0 !important;
}
section.block-article-call-to-action > .section-bd {
  background-position: center;
  background-size: cover;
}
section.block-article-call-to-action > .section-bd .the-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  section.block-article-call-to-action > .section-bd .the-image {
    position: relative;
    margin: 1rem auto 1.5rem;
  }
}
section.block-article-call-to-action > .section-bd .the-image img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: auto;
}
section.block-article-content {
  margin: 3rem 0 !important;
}
section.block-article-content > .section-bd article a {
  color: #C12026;
}
section.block-article-content > .section-bd article blockquote {
  font-weight: 600;
  color: #888;
  margin: 2rem 0;
  border-left: 4px solid #C12026;
  padding-left: 1.5rem;
}
@media (max-width: 575.98px) {
  section.block-article-content > .section-bd article blockquote {
    padding-left: 1rem;
  }
}
section.block-article-content > .section-bd article p img {
  display: block;
  margin: 2rem auto 2rem;
}
section.block-article-product {
  margin: 3rem 0 !important;
}
section.block-article-product > .section-bd {
  background-position: center;
  background-size: cover;
}
section.block-article-product > .section-bd .the-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  section.block-article-product > .section-bd .the-image {
    position: relative;
    margin: 1rem auto 1.5rem;
  }
}
section.block-article-product > .section-bd .the-image img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: auto;
}
section.block-article-stats {
  margin: 3rem 0 !important;
}
section.block-article-stats > .section-bd .item {
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  padding: 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.block-article-stats > .section-bd .item > .item-hd .h1 {
  margin: 0;
}
section.block-article-stats > .section-bd .item > .item-hd .h1 small, section.block-article-stats > .section-bd .item > .item-hd .h1 .small {
  font-size: 1.25rem;
}
section.block-article-testimonial > .section-bd .box {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.block-article-testimonial > .section-bd .box > .box-hd {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
section.block-article-testimonial > .section-bd .box > .box-hd svg {
  width: 56px;
  color: #ccc;
  pointer-events: none;
}
section.block-article-testimonial > .section-bd .box > .box-bd {
  position: relative;
  padding: 2rem 2rem;
}
section.block-article-testimonial > .section-bd .box > .box-ft {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
section.block-article-testimonial > .section-bd .box > .box-ft svg {
  width: 56px;
  color: #ccc;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.block-case-study-carousel {
  padding: 160px 0 90px !important;
  color: #fff;
}
@media (max-width: 575.98px) {
  section.block-case-study-carousel {
    padding: 120px 0 50px;
  }
}
section.block-case-study-carousel > .section-hd h1, section.block-case-study-carousel > .section-hd .h1,
section.block-case-study-carousel > .section-hd h2,
section.block-case-study-carousel > .section-hd .h2,
section.block-case-study-carousel > .section-hd h3,
section.block-case-study-carousel > .section-hd .h3 {
  font-weight: bold;
}
section.block-case-study-carousel > .section-hd h5, section.block-case-study-carousel > .section-hd .h5 {
  font-weight: normal;
}
section.block-case-study-carousel > .section-bd .container {
  max-width: 1920px;
  padding: 0 !important;
}
section.block-case-study-carousel > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-case-study-carousel > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-case-study-carousel > .section-bd .flickity-prev-prev-button,
section.block-case-study-carousel > .section-bd .flickity-prev-next-button {
  display: none !important;
}
section.block-case-study-carousel > .section-bd .flickity-page-dots .dot {
  border-radius: 0;
  background-color: #fff;
  opacity: 0.3;
  width: 1.25rem;
  padding: 0;
  margin: 0 3px;
  height: 5px;
  border-radius: 2.5px;
}
section.block-case-study-carousel > .section-bd .flickity-page-dots .dot.is-selected {
  background-color: #C12026;
  opacity: 1;
  width: 3.5rem;
  margin: 0 13px;
}
section.block-case-study-carousel > .section-bd .box {
  position: relative;
  background: #303030;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.block-case-study-carousel > .section-bd .box .box-hd {
  width: 50%;
  height: 100%;
}
section.block-case-study-carousel > .section-bd .box .box-hd image,
section.block-case-study-carousel > .section-bd .box .box-hd video {
  display: block;
}
@media (max-width: 991.98px) {
  section.block-case-study-carousel > .section-bd .box .box-hd {
    width: 100%;
  }
}
section.block-case-study-carousel > .section-bd .box .box-bd {
  text-align: left;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  section.block-case-study-carousel > .section-bd .box .box-bd {
    width: 100%;
  }
}
section.block-case-study-carousel > .section-bd .box .box-bd .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  section.block-case-study-carousel > .section-bd .box .box-bd .item .item-bd h4, section.block-case-study-carousel > .section-bd .box .box-bd .item .item-bd .h4 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  section.block-case-study-carousel > .section-bd .box .box-bd .item .item-bd p {
    font-size: 0.875rem;
  }
}
section.block-case-study-carousel > .section-bd .box .box-bd .item .item-ft {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-case-study-carousel > .section-bd .box .button-learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
}
section.block-case-study-carousel > .section-bd .box .button-learn-more svg {
  color: #C12026;
  margin-right: 0.5rem;
}
section.block-case-study-carousel > .section-bd .box .button-learn-more:hover, section.block-case-study-carousel > .section-bd .box .button-learn-more:active {
  color: #C12026;
}
section.block-case-study-list > .section-bd .case-study-filter {
  position: sticky;
  top: 72px;
  left: 0;
  color: #fff;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filters-container button[type=reset] {
  padding: 0;
}
@media (max-width: 575.98px) {
  section.block-case-study-list > .section-bd .case-study-filter {
    text-align: left;
  }
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter {
  margin-bottom: 0.5rem;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--checkbox,
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--radio {
  display: block;
  margin: 0;
  margin-top: 0.5rem;
}
@media (max-width: 575.98px) {
  section.block-case-study-list > .section-bd .case-study-filter .alm-filter--checkbox,
  section.block-case-study-list > .section-bd .case-study-filter .alm-filter--radio {
    margin: 0.5rem 0.5rem 0 0;
  }
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--checkbox:first-child,
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--radio:first-child {
  border: none;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--link {
  display: block;
  padding: 0;
  color: #fff;
  opacity: 0.6;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--link:before, section.block-case-study-list > .section-bd .case-study-filter .alm-filter--link:after {
  display: none;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--link:hover, section.block-case-study-list > .section-bd .case-study-filter .alm-filter--link:active {
  color: #fff;
  opacity: 1;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filter--link.active {
  font-weight: normal;
  opacity: 1;
  color: #C12026;
}
section.block-case-study-list > .section-bd .case-study-filter .alm-filters-edit {
  display: none;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 575.98px) {
  section.block-case-study-list > .section-bd .case-study-list .alm-listing .col {
    padding-left: 0;
    padding-right: 0;
  }
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box {
  display: block;
  background: rgba(255, 255, 255, 0.15);
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  section.block-case-study-list > .section-bd .case-study-list .alm-listing .box {
    padding: 0 0 0px 0px;
  }
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .box-hd {
  position: relative;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .case-materials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1rem;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .case-materials span {
  background-color: #333;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.125rem 0.375rem;
  border-radius: 3px;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .case-tags {
  font-size: 0.8125rem;
  line-height: 1.1;
  color: #fff;
  margin-top: 1rem;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .case-tags span {
  display: inline-block;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .case-tags span:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0.25rem;
  background: #fff;
  border-radius: 3px;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .box-bd h3, section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .box-bd .h3 {
  font-size: 1rem;
  line-height: 1.1;
  min-height: 2.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box .box-bd span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  font-size: 0.8125rem;
}
section.block-case-study-list > .section-bd .case-study-list .alm-listing .box:hover {
  background: rgba(255, 255, 255, 0);
}
section.block-case-study-list > .section-bd .alm-btn-wrap {
  text-align: center;
  margin-top: 1em;
  padding: 0 1rem;
}
section.block-case-study-list > .section-bd .alm-btn-wrap .alm-load-more-btn {
  padding: 1rem 2rem;
  display: block;
  width: 100%;
}
section.block-case-study-list > .section-bd .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.3;
  pointer-events: none;
  display: none;
}
section.block-filaments-category {
  position: relative;
  background-position: center;
  background-size: cover;
}
section.block-filaments-category .section-anchor {
  position: absolute;
  top: -60px;
  pointer-events: none;
  visibility: hidden;
}
section.block-filaments-category > .section-bd .btn.sub-category, section.block-filaments-category > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .sub-category.hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-filaments-category > .section-bd .sub-category.hs-button, section.block-filaments-category > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .sub-category.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-filaments-category > .section-bd .sub-category.hs-button, section.block-filaments-category > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .sub-category.hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-filaments-category > .section-bd .sub-category.hs-button, section.block-filaments-category > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .sub-category.hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-filaments-category > .section-bd .sub-category.hs-button, section.block-filaments-category > .section-bd section.block-sample-parts-form > .section-bd .the-form .hs_submit input.sub-category[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-filaments-category > .section-bd input.sub-category[type=submit], section.block-filaments-category > .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .sub-category.hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-filaments-category > .section-bd .sub-category.hs-button {
  background-color: #E1E1E2;
  border-color: #E1E1E2;
  padding-left: 2rem;
}
section.block-filaments-category > .section-bd .btn:hover, section.block-filaments-category > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:hover, section.block-filaments-category > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:hover, section.block-filaments-category > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:hover, section.block-filaments-category > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:hover, section.block-filaments-category > .section-bd section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-filaments-category > .section-bd input[type=submit]:hover, section.block-filaments-category > .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-filaments-category > .section-bd .hs-button:hover, section.block-filaments-category > .section-bd .btn:focus, section.block-filaments-category > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:focus, section.block-filaments-category > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:focus, section.block-filaments-category > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:focus, section.block-filaments-category > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:focus, section.block-filaments-category > .section-bd section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-filaments-category > .section-bd input[type=submit]:focus, section.block-filaments-category > .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-filaments-category > .section-bd .hs-button:focus, section.block-filaments-category > .section-bd .btn:active, section.block-filaments-category > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:active, section.block-filaments-category > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:active, section.block-filaments-category > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:active, section.block-filaments-category > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.block-filaments-category > .section-bd .hs-button:active, section.block-filaments-category > .section-bd section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-filaments-category > .section-bd input[type=submit]:active, section.block-filaments-category > .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-filaments-category > .section-bd .hs-button:active {
  background-color: #C12026;
  color: #fff;
}
section.block-filaments-category > .section-bd .btn-light {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
section.block-filaments-category > .section-bd .list-sub-categories {
  display: none;
}
@media (max-width: 767.98px) {
  section.block-filaments-category > .section-bd .list-sub-categories {
    display: block;
  }
}
section.block-filaments-category > .section-bd .list-sub-categories.active {
  display: block;
}
section.block-filaments-hero {
  position: relative;
}
section.block-filaments-hero > .section-hd .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 500px;
  max-height: 90vh;
}
section.block-filaments-hero > .section-hd .container article {
  max-width: 800px;
}
section.block-filaments-hero > .section-hd .container article h1, section.block-filaments-hero > .section-hd .container article .h1 {
  margin-bottom: 1rem;
}
section.block-filaments-hero > .section-hd .container article p {
  font-size: 1.25rem;
}
section.block-filaments-hero > .section-hd > div {
  z-index: 1 !important;
}
section.block-filaments-hero > .section-hd video {
  opacity: 0.4 !important;
}
section.block-flex-case-studies > .section-bd .flickity-prev-next-button.previous {
  left: -0.5rem;
}
section.block-flex-case-studies > .section-bd .flickity-prev-next-button.next {
  right: -0.5rem;
}
section.block-flex-case-studies > .section-bd .flickity-button:disabled {
  display: none;
}
section.block-flex-case-studies > .section-bd .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.block-flex-case-studies > .section-bd .box .box-hd {
  width: 50%;
}
@media (max-width: 575.98px) {
  section.block-flex-case-studies > .section-bd .box .box-hd {
    width: 100%;
  }
}
section.block-flex-case-studies > .section-bd .box .box-bd {
  width: 50%;
  text-align: left;
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  section.block-flex-case-studies > .section-bd .box .box-bd {
    width: 100%;
    padding: 1rem;
  }
}
section.block-flex-case-studies > .section-bd .box .box-bd .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.block-flex-case-studies > .section-bd .box .box-bd .item .item-hd,
section.block-flex-case-studies > .section-bd .box .box-bd .item .item-bd,
section.block-flex-case-studies > .section-bd .box .box-bd .item .item-ft {
  width: 100%;
}
section.block-flex-case-studies > .section-bd .box .box-bd .item .item-ft {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-flex-case-studies > .section-bd .box .box-bd h4, section.block-flex-case-studies > .section-bd .box .box-bd .h4,
section.block-flex-case-studies > .section-bd .box .box-bd .h5 {
  font-size: 1rem;
}
section.block-flex-case-studies > .section-bd .box .box-bd p {
  font-size: 0.875rem;
}
.block-filaments-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 150px;
}
@media (max-width: 575.98px) {
  .block-filaments-product {
    padding-top: 40px;
  }
}
.block-filaments-product > .container {
  max-width: 1600px;
}
@media (max-width: 575.98px) {
  .block-filaments-product > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-filaments-product > .container .filament-product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 320px;
}
.block-filaments-product > .container .filament-product-main > aside {
  width: 300px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .block-filaments-product > .container .filament-product-main > aside {
    display: none;
  }
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu {
  padding: 0.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: sticky;
  top: 80px;
}
@media (max-width: 575.98px) {
  .block-filaments-product > .container .filament-product-main > aside .box-filaments-menu {
    position: static !important;
  }
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu ul {
  margin: 0.5rem 0;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu ul li {
  margin: 0.25rem 0;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu ul li.menu-item-has-children {
  margin: 1rem 0;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu ul li.menu-item-has-children > a {
  font-weight: bold;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu {
  font-size: 0.875rem;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li {
  padding-left: 0.5rem;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-caret-right-fill" fill="%23C12026" xmlns="http://www.w3.org/2000/svg"><path d="M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  opacity: 0;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li a {
  vertical-align: middle;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li a:hover, .block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li a:focus, .block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li a:active {
  color: #C12026;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li.current-menu-item:before {
  opacity: 1;
}
.block-filaments-product > .container .filament-product-main > aside .box-filaments-menu .sub-menu li.current-menu-item a {
  color: #C12026;
  font-weight: bold;
}
.block-filaments-product > .container .filament-product-main > main {
  width: calc(100% - 240px);
  background: #fff;
}
@media (max-width: 575.98px) {
  .block-filaments-product > .container .filament-product-main > main {
    margin-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .block-filaments-product > .container .filament-product-main > main {
    width: 100%;
  }
}
.block-filaments-product > .container .filament-product-main > main .container {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 575.98px) {
  .block-filaments-product > .container .filament-product-main > main .container {
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}

.block-flex-printing-guide {
  background: #f8f9fa;
}
.block-flex-printing-guide img {
  width: 45px;
}
.block-flex-printing-guide small, .block-flex-printing-guide .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  line-height: 1.4em;
  min-height: 4.2em;
}

section.block-ofp-filaments > .section-bd .filaments-filter h4, section.block-ofp-filaments > .section-bd .filaments-filter .h4 {
  padding: 10px 0;
  margin: 0;
}
section.block-ofp-filaments > .section-bd .filaments-filter h5, section.block-ofp-filaments > .section-bd .filaments-filter .h5 {
  margin: 0;
}
section.block-ofp-filaments > .section-bd .filaments-filter .box .box-hd {
  background: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.block-ofp-filaments > .section-bd .filaments-filter .box .box-hd h4, section.block-ofp-filaments > .section-bd .filaments-filter .box .box-hd .h4 {
  text-align: left;
  width: 90%;
}
section.block-ofp-filaments > .section-bd .filaments-filter .box .box-hd .fa {
  text-align: right;
  width: 10%;
}
section.block-ofp-filaments > .section-bd .filaments-filter .box .box-hd input {
  height: 45px;
  border: none;
  width: 100%;
}
section.block-ofp-filaments > .section-bd .filaments-filter .box .box-bd {
  padding: 10px 0;
  line-height: 1.8;
}
section.block-resin-applications > .section-bd .flickity-prev-next-button {
  display: none;
}
section.block-resin-applications > .section-bd .flickity-prev-next-button.previous {
  left: -0.5rem;
}
section.block-resin-applications > .section-bd .flickity-prev-next-button.next {
  right: -0.5rem;
}
section.block-resin-applications > .section-bd .flickity-button:disabled {
  display: none;
}
section.block-resin-applications > .section-bd .flickity-page-dots {
  bottom: -1rem;
}
section.block-resin-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 500px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  section.block-resin-benefits {
    min-height: 320px;
  }
}
section.block-resin-benefits > .section-hd {
  width: 100%;
}
section.block-resin-benefits > .section-hd.color-dark {
  color: #fff;
}
section.block-resin-benefits > .section-hd.color-dark h3, section.block-resin-benefits > .section-hd.color-dark .h3 {
  color: #fff;
}
section.block-resin-benefits > .section-bd {
  margin-top: 150px;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 40px 0 12px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.85)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
}
@media (max-width: 575.98px) {
  section.block-resin-benefits > .section-bd {
    margin-top: 80px;
  }
}
section.block-resin-benefits > .section-bd article ul li {
  margin-left: 0;
}
section.block-resin-benefits > .section-bd.color-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  color: #fff;
}

section.block-resin-case-studies > .section-bd .flickity-prev-next-button.previous {
  left: -0.5rem;
}
section.block-resin-case-studies > .section-bd .flickity-prev-next-button.next {
  right: -0.5rem;
}
section.block-resin-case-studies > .section-bd .flickity-button:disabled {
  display: none;
}
section.block-resin-case-studies > .section-bd .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.block-resin-case-studies > .section-bd .box .box-hd {
  width: 50%;
}
@media (max-width: 575.98px) {
  section.block-resin-case-studies > .section-bd .box .box-hd {
    width: 100%;
  }
}
section.block-resin-case-studies > .section-bd .box .box-bd {
  width: 50%;
  text-align: left;
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  section.block-resin-case-studies > .section-bd .box .box-bd {
    width: 100%;
    padding: 1rem;
  }
}
section.block-resin-case-studies > .section-bd .box .box-bd .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.block-resin-case-studies > .section-bd .box .box-bd .item .item-hd,
section.block-resin-case-studies > .section-bd .box .box-bd .item .item-bd,
section.block-resin-case-studies > .section-bd .box .box-bd .item .item-ft {
  width: 100%;
}
section.block-resin-case-studies > .section-bd .box .box-bd .item .item-ft {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-resin-case-studies > .section-bd .box .box-bd h4, section.block-resin-case-studies > .section-bd .box .box-bd .h4,
section.block-resin-case-studies > .section-bd .box .box-bd .h5 {
  font-size: 1rem;
}
section.block-resin-case-studies > .section-bd .box .box-bd p {
  font-size: 0.875rem;
}
section.block-resin-download > .section-bd article ol,
section.block-resin-download > .section-bd article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.block-resin-download > .section-bd article ol > li,
section.block-resin-download > .section-bd article ul > li {
  width: 50%;
}
@media (max-width: 575.98px) {
  section.block-resin-download > .section-bd article ol > li,
  section.block-resin-download > .section-bd article ul > li {
    width: 100%;
  }
}

section.block-resin-features > .section-bd article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.block-resin-features > .section-bd article ul > li {
  width: 50%;
  margin-left: 0;
  padding-left: 0rem;
}
@media (max-width: 575.98px) {
  section.block-resin-features > .section-bd article ul > li {
    width: 100%;
  }
}

section.block-resin-full-width-content > .section-bd article h1, section.block-resin-full-width-content > .section-bd article .h1 {
  font-size: 3rem;
}
@media (max-width: 575.98px) {
  section.block-resin-full-width-content > .section-bd article h1, section.block-resin-full-width-content > .section-bd article .h1 {
    font-size: 1.75rem;
  }
}
section.block-resin-properties > .section-bd header {
  color: #666;
}
section.block-resin-properties > .section-bd article .table-bordered > :not(caption) > * > *, section.block-resin-properties > .section-bd article table > :not(caption) > * > *,
section.block-resin-properties > .section-bd article article table > :not(caption) > * > * {
  border-width: 1px;
}

.block-resin-radar-chart .anychart-credits {
  display: none !important;
}
.block-resin-radar-chart .section-bd .container {
  position: relative;
  min-height: 500px;
}
.block-resin-radar-chart .section-bd .the-chart {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
}

.block-resin-product {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.block-resin-product-group {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 150px;
}
@media (max-width: 575.98px) {
  .block-resin-product-group {
    padding-top: 40px;
  }
}
.block-resin-product-group > .container {
  max-width: 1600px;
}
@media (max-width: 575.98px) {
  .block-resin-product-group > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-resin-product-group > .container .resin-product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 320px;
}
.block-resin-product-group > .container .resin-product-main > aside {
  width: 300px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .block-resin-product-group > .container .resin-product-main > aside {
    display: none;
  }
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu {
  padding: 0.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: sticky;
  top: 80px;
}
@media (max-width: 575.98px) {
  .block-resin-product-group > .container .resin-product-main > aside .box-resin-menu {
    position: static !important;
  }
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu ul {
  margin: 0.5rem 0;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu ul li {
  margin: 0.25rem 0;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu ul li.menu-item-has-children {
  margin: 1rem 0;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu ul li.menu-item-has-children > a {
  font-weight: bold;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu {
  font-size: 0.875rem;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li {
  padding-left: 0.5rem;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li > li {
  padding-left: 0.5rem;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-caret-right-fill" fill="%23C12026" xmlns="http://www.w3.org/2000/svg"><path d="M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  opacity: 0;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li > a {
  vertical-align: middle;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li > a:hover, .block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li > a:focus, .block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li > a:active {
  color: #C12026;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li.current-menu-parent:before, .block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li.current-menu-item:before {
  opacity: 1;
}
.block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li.current-menu-parent > a, .block-resin-product-group > .container .resin-product-main > aside .box-resin-menu .sub-menu > li.current-menu-item > a {
  color: #C12026;
  font-weight: bold;
}
.block-resin-product-group > .container .resin-product-main > main {
  width: calc(100% - 240px);
  background: #fff;
}
@media (max-width: 575.98px) {
  .block-resin-product-group > .container .resin-product-main > main {
    margin-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .block-resin-product-group > .container .resin-product-main > main {
    width: 100%;
  }
}
.block-resin-product-group > .container .resin-product-main > main .container {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 575.98px) {
  .block-resin-product-group > .container .resin-product-main > main .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.global-footer {
  padding: 60px 0;
  background: #1A1A1A;
  color: white;
  line-height: 1.6;
}
.global-footer .footer-logo {
  width: 160px;
}
@media (max-width: 991.98px) {
  .global-footer .footer-logo {
    width: 140px;
  }
}
.global-footer > .footer-hd hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.global-footer > .footer-bd {
  font-size: 0.9375rem;
}
.global-footer > .footer-bd ul {
  margin-top: 0em;
  margin-bottom: 0.75em;
}
.global-footer > .footer-bd ul li {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  .global-footer > .footer-bd ul li {
    font-size: 0.875rem;
  }
}
.global-footer > .footer-bd ul li:first-of-type {
  margin-bottom: 0.2em;
  font-weight: bold;
}
.global-footer > .footer-bd ul li a:hover, .global-footer > .footer-bd ul li a:active {
  border-bottom: 1px solid;
}
.global-footer > .footer-bd .footer-social {
  padding-top: 0.3em;
}
.global-footer > .footer-bd .footer-social ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.global-footer > .footer-bd .footer-social ul li {
  margin-right: 1.5em;
  display: inline-block;
}
.global-footer > .footer-bd .footer-social ul li:last-of-type {
  margin-right: 0;
}
.global-footer > .footer-bd .footer-social ul li a {
  display: block;
  font-size: 21px;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  opacity: 0.7;
}
.global-footer > .footer-bd .footer-social ul li a:hover, .global-footer > .footer-bd .footer-social ul li a:active {
  text-decoration: none;
  border-bottom-color: transparent;
  opacity: 1;
}
.global-footer > .footer-bd .footer-contact h5, .global-footer > .footer-bd .footer-contact .h5 {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.global-footer > .footer-bd .footer-contact p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.global-footer > .footer-bd .footer-contact span {
  display: inline-block;
  min-width: 50px;
}
.global-footer > .footer-bd .footer-contact a:hover, .global-footer > .footer-bd .footer-contact a:active {
  border-bottom: 1px solid;
}
.global-footer > .footer-bd .footer-subscribe {
  position: relative;
  max-width: 360px;
  margin-top: 15px;
  padding-top: 15px;
}
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-email > label {
  display: none;
}
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-form-field {
  margin: 15px 0;
}
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-form-field .input .hs-input {
  border: none;
  outline: none !important;
  background-clip: unset;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  border-radius: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  padding: 10px 10px;
}
.global-footer > .footer-bd .footer-subscribe .hbspt-form label {
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-richtext p,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-field-desc {
  font-size: 12px;
}
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-richtext p a,
.global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-field-desc a {
  border: none;
  color: #C30D22;
}
.global-footer > .footer-ft p {
  font-size: 0.875rem;
  font-weight: normal;
  opacity: 0.7;
}

.mega-menu-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
.mega-menu-nav-list .mega-menu-nav-item .mega-menu-nav-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-align: inherit;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.mega-menu-nav-list .mega-menu-nav-item .mega-menu-nav-btn:hover, .mega-menu-nav-list .mega-menu-nav-item .mega-menu-nav-btn:focus, .mega-menu-nav-list .mega-menu-nav-item .mega-menu-nav-btn:active {
  color: #C12026;
}

.mega-menu-dialog {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.875rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  overflow: hidden;
  max-height: 0;
}
.mega-menu-dialog:before {
  content: "";
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.mega-menu-dialog.choose-region-on {
  top: 50px;
}
.mega-menu-dialog.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  max-height: 800px;
}
.mega-menu-dialog .mega-menu-panel {
  padding: 100px 0 40px;
  position: relative;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-bd {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-bd.has-side-menu:after {
  content: "";
  height: 100%;
  top: 0%;
  left: calc(75% - 2.5rem);
  width: 1px;
  background-color: #e8e8e8;
  position: absolute;
  z-index: 0;
}
.mega-menu-dialog .mega-menu-panel h1,
.mega-menu-dialog .mega-menu-panel h2,
.mega-menu-dialog .mega-menu-panel h3,
.mega-menu-dialog .mega-menu-panel h4,
.mega-menu-dialog .mega-menu-panel h5,
.mega-menu-dialog .mega-menu-panel h6,
.mega-menu-dialog .mega-menu-panel .h1,
.mega-menu-dialog .mega-menu-panel .h2,
.mega-menu-dialog .mega-menu-panel .h3,
.mega-menu-dialog .mega-menu-panel .h4,
.mega-menu-dialog .mega-menu-panel .h5,
.mega-menu-dialog .mega-menu-panel .h6 {
  font-weight: 600;
}
.mega-menu-dialog .mega-menu-panel.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main {
  position: relative;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main a {
  border-bottom: 1px solid transparent;
  line-height: 1.5;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main a small, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main a .small {
  font-size: 0.8125rem;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main a:hover, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main a:focus, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main a:active {
  border-bottom: 1px solid;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product {
    padding-right: 3rem;
  }
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product:first-of-type {
  margin-top: 0;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product .the-image {
  text-align: center;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product .the-image img {
  width: 90px;
  height: 80px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product p {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 0;
  line-height: 1.25;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product.row-cols-2, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main article .menu-product.gallery-columns-2, article .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product.gallery-columns-2 {
  min-width: 600px;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product.row-cols-3, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main article .menu-product.gallery-columns-3, article .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product.gallery-columns-3 {
  min-width: 900px;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product.row-cols-4, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main article .menu-product.gallery-columns-4, article .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product.gallery-columns-4 {
  min-width: 1000px;
}
@media (max-width: 575.98px) {
  .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-product {
    min-width: 0 !important;
  }
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-software > .col {
  min-width: 240px;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-software a {
  border: none !important;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-software a:hover, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-software a:focus, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-software a:active {
  border: none !important;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text.row-cols-2, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main article .menu-text.gallery-columns-2, article .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text.gallery-columns-2 {
  min-width: 400px;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text.row-cols-3, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main article .menu-text.gallery-columns-3, article .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text.gallery-columns-3 {
  min-width: 600px;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text.row-cols-4, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main article .menu-text.gallery-columns-4, article .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text.gallery-columns-4 {
  min-width: 800px;
}
@media (max-width: 575.98px) {
  .mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text {
    min-width: 0 !important;
  }
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text > .col .link-list {
  min-width: 200px;
  line-height: 1.8;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-main .menu-text > .col a {
  white-space: nowrap;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-side {
  position: relative;
  padding-bottom: 3rem;
  height: 100%;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-links a {
  border-bottom: 1px solid transparent;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 600;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-links a:hover, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-links a:focus, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-links a:active {
  border-bottom: 1px solid;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-contact {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-contact a {
  font-size: 0.875rem;
  opacity: 0.8;
  font-weight: normal;
  -webkit-transition: none;
  transition: none;
}
.mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-contact a:hover, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-contact a:focus, .mega-menu-dialog .mega-menu-panel .mega-menu-panel-side .side-menu-contact a:active {
  border-bottom: 1px solid;
}

.mobile-nav-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: white;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-nav-menu.choose-region-on {
  top: 110px;
}
.mobile-nav-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav-menu .section-bd .container {
  padding: 0;
}
.mobile-nav-menu .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-btn {
  width: 100%;
  padding: 1rem;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  width: 100%;
}
.mobile-nav-menu .mobile-menu-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: white;
  pointer-events: none;
  -webkit-transform: translateX(105%);
      -ms-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.mobile-nav-menu .mobile-menu-dialog.active {
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main {
  position: relative;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main a {
  border-bottom: 1px solid transparent;
  line-height: 1.5;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main a small, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main a .small {
  font-size: 0.9375rem;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main a:hover, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main a:focus, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main a:active {
  border-bottom: 1px solid;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-product {
  margin-top: 2rem;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-product:first-of-type {
  margin-top: 0;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-product .the-image {
  text-align: center;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-product .the-image img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-product p {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 0;
  line-height: 1.25;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-software a {
  border: none !important;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-software a:hover, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-software a:focus, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-software a:active {
  border: none !important;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-text {
  font-size: 1rem;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-text .link-list {
  line-height: 1.8;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-main .menu-text a {
  white-space: nowrap;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side {
  position: relative;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side a {
  border-bottom: 1px solid transparent;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1rem;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side a:hover, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side a:focus, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side a:active {
  border-bottom: 1px solid;
}
.mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side small, .mobile-nav-menu .mobile-menu-dialog .mobile-menu-panel-side .small {
  font-size: 0.9375rem;
  opacity: 0.8;
}

.search-bar-backdrop {
  z-index: 2998;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.search-bar {
  position: fixed;
  height: 80px;
  background: #000;
  width: 100%;
  z-index: 2999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0;
  pointer-events: none;
}
.search-bar.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.search-bar .section-bd {
  padding: 20px 0;
}
.search-bar .section-bd .search-form {
  text-align: right;
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0 0px;
  padding: 0;
  padding-right: 30px;
}
.search-bar .section-bd .search-form label {
  display: block;
  margin: 0;
  padding: 0;
}
.search-bar .section-bd .search-form .search-field {
  display: block;
  color: #fff;
  border: none;
  padding: 10px 1em 10px 5px;
  min-width: 300px;
  font-weight: normal;
  background: none;
  width: 100%;
  outline: none;
}
.search-bar .section-bd .search-form .search-submit {
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  outline: none;
}

header.site-header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
}
header.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 575.98px) {
  header.site-header {
    height: 50px;
  }
}
header.site-header.sticky {
  position: fixed;
}
header.site-header.sticky:before {
  background: white;
}
header.site-header.topbar-visible {
  -webkit-transform: translate(0, 36px);
      -ms-transform: translate(0, 36px);
          transform: translate(0, 36px);
}
header.site-header.choose-region-on {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
@media (max-width: 575.98px) {
  header.site-header.choose-region-on {
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
  }
}
header.site-header .header-bd {
  position: relative;
}
header.site-header .container {
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  header.site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575.98px) {
  header.site-header .container {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.site-header .header-logo {
  width: 168px;
  float: left;
  padding: 10px 0;
}
header.site-header .header-logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  header.site-header .header-logo {
    width: 128px;
  }
}
header.site-header .header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
header.site-header.fixed .header-logo > a, header.site-header.sticky .header-logo > a, header.site-header.active .header-logo > a {
  color: #000;
}
header.site-header .btn-menu > span {
  background-color: #fff;
}
header.site-header .btn-menu > span:before {
  background-color: #fff;
}
header.site-header .btn-menu > span:after {
  background-color: #fff;
}
header.site-header.fixed .header-nav button, header.site-header.sticky .header-nav button, header.site-header.active .header-nav button {
  color: #000;
}
header.site-header .header-phone a {
  opacity: 1;
  font-size: 0.915rem;
}
@media (max-width: 1560px) {
  header.site-header .header-phone {
    display: none !important;
  }
}
header.site-header.fixed .header-phone a, header.site-header.sticky .header-phone a, header.site-header.active .header-phone a {
  color: #000;
}
header.site-header.fixed .btn-menu > span, header.site-header.sticky .btn-menu > span, header.site-header.active .btn-menu > span {
  background-color: #000;
}
header.site-header.fixed .btn-menu > span:before, header.site-header.sticky .btn-menu > span:before, header.site-header.active .btn-menu > span:before {
  background-color: #000;
}
header.site-header.fixed .btn-menu > span:after, header.site-header.sticky .btn-menu > span:after, header.site-header.active .btn-menu > span:after {
  background-color: #000;
}
header.site-header .header-links {
  font-size: 1rem;
}
header.site-header .header-links .item-toggler {
  display: none;
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
  margin-left: 1.5em;
}
header.site-header .header-links .item-toggler .btn-menu {
  height: 28px;
}
header.site-header .header-links .btn-muted {
  background-color: #666;
}
header.site-header .header-links .btn-muted:hover, header.site-header .header-links .btn-muted:focus, header.site-header .header-links .btn-muted:active {
  background-color: #444;
}
@media (max-width: 991.98px) {
  header.site-header .header-links .item-toggler {
    display: block;
  }
}
@media (max-width: 575.98px) {
  header.site-header .header-links .item-get-sample {
    display: none;
  }
  header.site-header .header-links .item-account {
    display: none;
  }
  header.site-header .header-links .item-toggler {
    display: block;
  }
}
header.site-header .header-links svg {
  color: #fff;
  width: 22px;
  vertical-align: middle;
}
header.site-header .header-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
header.site-header .header-links > ul > li {
  margin-left: 1em;
}
header.site-header .header-links > ul > li:first-of-type {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  header.site-header .header-links > ul > li {
    margin-left: 0.75em;
  }
}
header.site-header .header-links > ul > li a {
  color: #fff;
  opacity: 0.8;
}
header.site-header .header-links > ul > li a:hover, header.site-header .header-links > ul > li a:active {
  opacity: 1;
}
header.site-header .header-links > ul > li a.btn, header.site-header .header-links > ul > li section.block-webinar-upcoming-single > .section-bd .box-form a.hs-button, section.block-webinar-upcoming-single > .section-bd .box-form header.site-header .header-links > ul > li a.hs-button, header.site-header .header-links > ul > li section.block-webinar-upcoming-index > .section-bd .box-form a.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form header.site-header .header-links > ul > li a.hs-button, header.site-header .header-links > ul > li section.block-webinar-recorded-single > .section-bd .box-form a.hs-button, section.block-webinar-recorded-single > .section-bd .box-form header.site-header .header-links > ul > li a.hs-button, header.site-header .header-links > ul > li section.block-webinar-recorded-index > .section-bd .box-form a.hs-button, section.block-webinar-recorded-index > .section-bd .box-form header.site-header .header-links > ul > li a.hs-button, header.site-header .header-links > ul > li .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit a.hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit header.site-header .header-links > ul > li a.hs-button {
  opacity: 1;
}
header.site-header .header-links > ul > li svg {
  color: #fff;
}
header.site-header .header-links .btn, header.site-header .header-links section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form header.site-header .header-links .hs-button, header.site-header .header-links section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form header.site-header .header-links .hs-button, header.site-header .header-links section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form header.site-header .header-links .hs-button, header.site-header .header-links section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form header.site-header .header-links .hs-button, header.site-header .header-links section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit header.site-header .header-links input[type=submit], header.site-header .header-links .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit header.site-header .header-links .hs-button {
  padding: 7px 12px;
  font-size: 0.875rem;
  line-height: 1;
}
header.site-header.fixed .header-links a.btn-link, header.site-header.sticky .header-links a.btn-link, header.site-header.active .header-links a.btn-link {
  color: #000;
}
header.site-header.fixed .header-links svg, header.site-header.sticky .header-links svg, header.site-header.active .header-links svg {
  color: #000;
}

.header-ph,
.header-placeholder {
  height: 59px;
}
@media (max-width: 575.98px) {
  .header-ph,
  .header-placeholder {
    height: 50px;
  }
}

.sub-nav-list {
  width: 300px;
}

.button-call-us {
  position: fixed;
  right: 12px;
  top: 60px;
  z-index: 1;
  font-size: 11px !important;
  padding: 3px 8px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
.button-call-us i {
  font-size: 10px !important;
  margin-right: 0.5rem;
}

section.block-home-hero {
  position: relative;
}
section.block-home-hero .section-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
section.block-home-hero > .section-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 450px;
  position: relative;
}
section.block-home-hero > .section-bd article h1, section.block-home-hero > .section-bd article .h1 {
  font-size: 3.75rem;
  max-width: 800px;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  section.block-home-hero > .section-bd article h1, section.block-home-hero > .section-bd article .h1 {
    font-size: 2.5rem;
  }
}
section.block-home-hero > .section-bd article p {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  section.block-home-hero > .section-bd article p {
    font-size: 1rem;
  }
}
section.block-home-news-carousel > .section-bd .cp-carousel-arrows .cp-carousel-btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
section.block-home-news-carousel > .section-bd .cp-carousel-arrows .cp-carousel-btn:hover, section.block-home-news-carousel > .section-bd .cp-carousel-arrows .cp-carousel-btn:active {
  background-color: #C12026;
  color: #fff;
}
section.block-home-news-carousel > .section-bd .slick-slide > div:first-of-type > .cp-carousel-slide {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.block-home-news-carousel > .section-bd .item > .item-hd span {
  opacity: 0.75;
  font-size: 0.875rem;
}
section.block-home-news-carousel > .section-bd .item > .item-bd h3, section.block-home-news-carousel > .section-bd .item > .item-bd .h3,
section.block-home-news-carousel > .section-bd .item > .item-bd h4,
section.block-home-news-carousel > .section-bd .item > .item-bd .h4 {
  font-weight: 500;
}
section.block-home-news-carousel > .section-bd .item > .item-bd p {
  opacity: 0.6;
}
section.block-home-section > .section-bd article {
  max-width: 600px;
}
section.block-home-section > .section-bd article p {
  font-size: 1.125rem;
}
section.block-home-section > .section-bd .btn-lg, section.block-home-section > .section-bd .btn-group-lg > .btn, section.block-home-section > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-home-section > .section-bd .btn-group-lg > .hs-button, section.block-home-section > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-home-section > .section-bd .btn-group-lg > .hs-button, section.block-home-section > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-home-section > .section-bd .btn-group-lg > .hs-button, section.block-home-section > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .btn-group-lg > .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-home-section > .section-bd .btn-group-lg > .hs-button, section.block-home-section > .section-bd section.block-sample-parts-form > .section-bd .the-form .hs_submit .btn-group-lg > input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-home-section > .section-bd .btn-group-lg > input[type=submit], section.block-home-section > .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .btn-group-lg > .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-home-section > .section-bd .btn-group-lg > .hs-button {
  min-width: 150px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.block-home-software {
  padding: 0 !important;
}
section.block-home-software > .section-bd {
  position: relative;
  overflow: hidden;
}
section.block-home-software > .section-bd p {
  font-size: 1.125rem;
}
section.block-home-software > .section-bd .container {
  position: relative;
}
section.block-home-software > .section-bd .container:before {
  content: "";
  width: 150vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 120px;
  border-bottom-left-radius: 20px;
}
section.block-home-software > .section-bd .the-list {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  section.block-home-software > .section-bd .the-list .col {
    border: none !important;
  }
}
section.block-home-software > .section-bd .the-list .col .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
section.block-home-software > .section-bd .the-list .col .item img {
  height: 60px;
  -webkit-filter: grayscale(100) brightness(3);
          filter: grayscale(100) brightness(3);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
@media (max-width: 767.98px) {
  section.block-home-software > .section-bd .the-list .col .item img {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  section.block-home-software > .section-bd .the-list .col .item {
    padding: 1rem 0;
  }
}
section.block-home-software > .section-bd .the-list .col .item:hover img, section.block-home-software > .section-bd .the-list .col .item:active img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
section.block-home-solutions > .section-bd .the-list .col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
section.block-home-solutions > .section-bd .the-list .col:first-of-type {
  border-left: 0;
}
@media (max-width: 767.98px) {
  section.block-home-solutions > .section-bd .the-list .col {
    border: none !important;
  }
}
section.block-home-solutions > .section-bd .item {
  position: relative;
  text-align: center;
}
section.block-home-solutions > .section-bd .item > .item-hd {
  padding: 3rem 2rem;
}
section.block-home-solutions > .section-bd .item > .item-hd img {
  height: 60px;
}
section.block-home-solutions > .section-bd .item > .item-hd h3, section.block-home-solutions > .section-bd .item > .item-hd .h3 {
  line-height: 1.2;
  min-height: 2.4em;
  font-weight: 500;
}
section.block-home-solutions > .section-bd .item > .item-bd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 3rem 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-home-solutions > .section-bd .item:hover > .item-bd, section.block-home-solutions > .section-bd .item:active > .item-bd {
  opacity: 1;
  pointer-events: auto;
}
section.block-why-academy > .section-hd {
  position: relative;
}
section.block-why-academy > .section-hd article {
  max-width: 560px;
}
section.block-why-academy > .section-hd article h3, section.block-why-academy > .section-hd article .h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  section.block-why-academy > .section-hd article h3, section.block-why-academy > .section-hd article .h3 {
    font-size: 1.375rem;
  }
}
section.block-why-academy > .section-bd {
  position: relative;
  text-align: center;
}
section.block-why-academy > .section-bd .row, section.block-why-academy > .section-bd article .gallery-columns-9, article section.block-why-academy > .section-bd .gallery-columns-9, section.block-why-academy > .section-bd article .gallery-columns-8, article section.block-why-academy > .section-bd .gallery-columns-8, section.block-why-academy > .section-bd article .gallery-columns-7, article section.block-why-academy > .section-bd .gallery-columns-7, section.block-why-academy > .section-bd article .gallery-columns-6, article section.block-why-academy > .section-bd .gallery-columns-6, section.block-why-academy > .section-bd article .gallery-columns-5, article section.block-why-academy > .section-bd .gallery-columns-5, section.block-why-academy > .section-bd article .gallery-columns-4, article section.block-why-academy > .section-bd .gallery-columns-4, section.block-why-academy > .section-bd article .gallery-columns-3, article section.block-why-academy > .section-bd .gallery-columns-3, section.block-why-academy > .section-bd article .gallery-columns-2, article section.block-why-academy > .section-bd .gallery-columns-2, section.block-why-academy > .section-bd article .gallery-columns-1, article section.block-why-academy > .section-bd .gallery-columns-1 {
  max-width: 560px;
}
section.block-why-academy > .section-bd a {
  pointer-events: none;
  display: inline-block;
}
section.block-why-academy > .section-bd a img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 5px;
}
section.block-why-academy > .section-bd a span {
  display: block;
  font-weight: 500;
  margin-top: 1rem;
}
section.block-why-academy > .section-bd a:hover, section.block-why-academy > .section-bd a:focus, section.block-why-academy > .section-bd a:active {
  color: #C12026;
}
section.block-why-applications > .section-bd strong {
  font-size: 1.5em;
}
@media (max-width: 575.98px) {
  section.block-why-applications > .section-bd br {
    display: none;
  }
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link {
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #212529;
  border-left: 5px solid transparent;
  border-radius: 0;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link strong,
section.block-why-ecosystem > .section-bd .nav-pills .nav-link span,
section.block-why-ecosystem > .section-bd .nav-pills .nav-link a {
  display: block;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link span {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link a {
  margin-top: 0.75rem;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link.active {
  border-left: 5px solid #C12026;
  background-color: transparent;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link.active strong {
  color: #C12026;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link .item .item-bd {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.block-why-ecosystem > .section-bd .nav-pills .nav-link.active .item .item-bd {
  max-height: 7em;
  display: block;
}
section.block-why-hero {
  min-height: 750px;
}
section.block-why-hero > .section-hd {
  padding-top: 150px;
  color: #fff;
  text-align: center;
}
section.block-why-hero > .section-hd article {
  max-width: 860px;
}

@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .container {
    padding: 0;
  }
}
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap {
  position: relative;
  padding: 30px 0;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slider-nav-wrap {
    padding: 0 40px;
  }
}
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev,
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: -10px;
  padding: 5px;
  color: #C12026;
}
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev.slick-disabled,
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next.slick-disabled {
  color: #999;
}
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev {
  top: -8px;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 5px;
    top: 10px;
  }
}
section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next {
  bottom: -5px;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slider-nav-wrap .btn-slider-next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: 5px;
    top: -5px;
  }
}
section.block-why-milestones > .section-bd .milestones-slider-nav {
  padding: 20px 0;
  height: 100%;
  position: relative;
}
section.block-why-milestones > .section-bd .milestones-slider-nav.freezed {
  pointer-events: none;
}
section.block-why-milestones > .section-bd .milestones-slider-nav .slick-slide {
  float: none;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slider-nav .slick-slide {
    float: left;
  }
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slider-nav {
    padding: 0;
  }
}
section.block-why-milestones > .section-bd .milestones-slider-nav:before {
  content: "";
  height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 4px;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slider-nav:before {
    display: none;
  }
}
section.block-why-milestones > .section-bd .milestones-slider-nav .slick-current span strong {
  color: #C12026;
  font-weight: bold;
  font-size: 1.125rem;
}
section.block-why-milestones > .section-bd .milestones-slider-nav .slick-current span:after {
  background: #C12026;
}
section.block-why-milestones > .section-bd .milestones-slider-nav .slick-prev:before,
section.block-why-milestones > .section-bd .milestones-slider-nav .slick-next:before {
  color: #C12026;
}
section.block-why-milestones > .section-bd .milestones-nav-slide {
  text-align: right;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-nav-slide {
    text-align: center;
  }
}
section.block-why-milestones > .section-bd .milestones-nav-slide span {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  color: #999;
  font-size: 0.915rem;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-nav-slide span {
    padding-right: 0;
  }
}
section.block-why-milestones > .section-bd .milestones-nav-slide span strong {
  font-weight: normal;
}
section.block-why-milestones > .section-bd .milestones-nav-slide span:after {
  display: inline-block;
  right: 0;
  top: 0.5em;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-nav-slide span:after {
    display: none;
  }
}
section.block-why-milestones > .section-bd .milestones-slide-inner {
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 450px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slide-inner {
    padding: 30px;
    height: auto;
    min-height: 450px;
  }
}
section.block-why-milestones > .section-bd .milestones-slide-inner article {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
}
@media (max-width: 575.98px) {
  section.block-why-milestones > .section-bd .milestones-slide-inner article {
    padding: 1.2rem;
  }
}

section.block-why-printers {
  background-color: #212529;
}
section.block-why-printers > .section-bg {
  background-size: cover;
  background-position: center top;
}
@media (max-width: 575.98px) {
  section.block-why-printers > .section-bg {
    background-size: cover;
  }
}
section.block-why-printers > .section-bd {
  color: #fff;
}
@media (max-width: 575.98px) {
  section.block-why-printers > .section-bd h2 br, section.block-why-printers > .section-bd .h2 br,
  section.block-why-printers > .section-bd h3 br,
  section.block-why-printers > .section-bd .h3 br {
    display: none;
  }
}
section.block-why-printers > .section-bd .nav-pills .nav-link {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 575.98px) {
  section.block-why-printers > .section-bd .nav-pills .nav-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
section.block-why-printers > .section-bd .nav-pills .nav-link:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  section.block-why-printers > .section-bd .nav-pills .nav-link:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  section.block-why-printers > .section-bd .nav-pills .nav-link:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #fff;
    margin-right: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
section.block-why-printers > .section-bd .nav-pills .nav-link:hover:after, section.block-why-printers > .section-bd .nav-pills .nav-link:focus:after, section.block-why-printers > .section-bd .nav-pills .nav-link:active:after {
  height: 1.25rem;
  background-color: #C12026;
}
section.block-why-printers > .section-bd .nav-pills .nav-link:hover:before, section.block-why-printers > .section-bd .nav-pills .nav-link:focus:before, section.block-why-printers > .section-bd .nav-pills .nav-link:active:before {
  height: 1.25rem;
  background-color: #C12026;
}
section.block-why-printers > .section-bd .nav-pills .nav-link.active {
  background-color: transparent;
  font-weight: bold;
}
section.block-why-printers > .section-bd .nav-pills .nav-link.active:after {
  height: 1.25rem;
  background-color: #C12026;
}
section.block-why-printers > .section-bd .nav-pills .nav-link.active:before {
  height: 1.25rem;
  background-color: #C12026;
}
section.block-why-printers > .section-bd .tab-content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  color: #fff;
}
section.block-why-printers > .section-bd .tab-content article li {
  line-height: 1.5;
  margin-bottom: 0;
}
section.block-why-printers > .section-bd .tab-content article img {
  width: auto;
  max-width: 100%;
  max-height: 250px;
}

section.block-why-software {
  background-color: #212529;
}
section.block-why-software > .section-bg {
  background-size: cover;
  background-position: center top;
}
@media (max-width: 575.98px) {
  section.block-why-software > .section-bg {
    background-size: cover;
  }
}
section.block-why-software > .section-bd {
  color: #fff;
}
@media (max-width: 575.98px) {
  section.block-why-software > .section-bd h2 br, section.block-why-software > .section-bd .h2 br,
  section.block-why-software > .section-bd h3 br,
  section.block-why-software > .section-bd .h3 br {
    display: none;
  }
}
section.block-why-software > .section-bd .nav-pills .nav-link {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-why-software > .section-bd .nav-pills .nav-link:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  margin-right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-why-software > .section-bd .nav-pills .nav-link:hover:before, section.block-why-software > .section-bd .nav-pills .nav-link:focus:before, section.block-why-software > .section-bd .nav-pills .nav-link:active:before {
  height: 1.25rem;
  background-color: #C12026;
}
section.block-why-software > .section-bd .nav-pills .nav-link.active {
  background-color: transparent;
  font-weight: bold;
}
section.block-why-software > .section-bd .nav-pills .nav-link.active:before {
  height: 1.25rem;
  background-color: #C12026;
}
section.block-why-software > .section-bd .tab-content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  color: #fff;
}
section.block-why-software > .section-bd .tab-content article li {
  line-height: 1.5;
  margin-bottom: 0;
}
section.block-why-software > .section-bd .tab-content article img {
  width: auto;
  max-width: 100%;
}

section.block-why-support > .section-bd .col {
  border-left: 1px solid #dddddd;
}
@media (max-width: 575.98px) {
  section.block-why-support > .section-bd .col {
    border: none;
  }
}
section.block-why-support > .section-bd .col:first-of-type {
  border-left: 0;
}
section.block-why-support > .section-bd .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575.98px) {
  section.block-why-support > .section-bd .item {
    margin: 2rem auto;
  }
}
section.block-why-support > .section-bd .item .item-hd {
  min-height: 11em;
}
@media (max-width: 575.98px) {
  section.block-why-support > .section-bd .item .item-hd {
    min-height: 0;
  }
}
section.block-why-support > .section-bd .item .item-bd {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-why-support > .section-bd .item .item-bd a {
  display: inline-block;
  text-align: center;
}
section.block-why-support > .section-bd .item .item-bd a:hover, section.block-why-support > .section-bd .item .item-bd a:focus, section.block-why-support > .section-bd .item .item-bd a:active {
  color: #C12026;
}
section.block-why-support > .section-bd .item .item-bd a svg,
section.block-why-support > .section-bd .item .item-bd a img {
  max-width: 72px;
}
section.block-why-who {
  background: #212529;
  color: #fff;
}

@media (max-width: 575.98px) {
  section.block-printer-academy-support {
    padding: 0 !important;
  }
}
@media (max-width: 575.98px) {
  section.block-printer-academy-support > .section-bg {
    display: none !important;
  }
}
section.block-printer-academy-support > .section-bd article {
  min-height: 10em;
}
section.block-printer-academy-support > .section-bd .content-column {
  padding: 5rem 4rem;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  section.block-printer-academy-support > .section-bd .content-column {
    background: none !important;
    padding: 0rem 3rem;
  }
}
@media (max-width: 575.98px) {
  section.block-printer-academy-support > .section-bd .content-column {
    padding: 4rem 3rem;
  }
}
section.block-printer-feature-icon > .section-hd article {
  max-width: 800px;
}
section.block-printer-feature-icon > .section-bd .feature-row {
  background-position: center;
  background-size: cover;
}
section.block-printer-feature-icon > .section-bd .image-group .nav-link {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
section.block-printer-feature-icon > .section-bd .image-group .nav-link.active {
  background-color: #C12026;
}
section.block-printer-feature-icon > .section-bd .icon-item:hover, section.block-printer-feature-icon > .section-bd .icon-item:focus, section.block-printer-feature-icon > .section-bd .icon-item:active {
  color: #C12026;
}
section.block-printer-feature-icon > .section-bd .section-anchor {
  position: absolute;
  top: -60px;
}
section.block-printer-feature-icon > .section-bd .feature-icons {
  max-width: 960px;
}
section.block-printer-feature-icon > .section-bd .feature-icons img,
section.block-printer-feature-icon > .section-bd .feature-icons svg {
  width: 60px;
  height: auto;
}
section.block-printer-feature-icon > .section-bd article {
  color: #fff;
}
section.block-printer-feature-icon > .section-bd article p {
  font-size: 0.915rem;
  line-height: 1.5;
}
section.block-printer-feature-tabs-side > .section-bd .nav-pills {
  height: 100%;
}
section.block-printer-feature-tabs-side > .section-bd .nav-pills .nav-item {
  border-radius: 0;
  background-color: #C12026;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 575.98px) {
  section.block-printer-feature-tabs-side > .section-bd .nav-pills .nav-item {
    font-size: 1rem;
  }
}
section.block-printer-feature-tabs-side > .section-bd .nav-pills .nav-item.active {
  background-color: #920a1a;
}
section.block-printer-feature-tabs-side > .section-bd .tab-content {
  background-color: #f5f5f5;
}
section.block-printer-feature-tabs-side > .section-bd .tab-content .tab-pane {
  background-size: cover;
  background-position: center;
  height: 630px;
  overflow: auto;
  background-color: #000;
}
section.block-printer-feature-tabs-side > .section-bd .tab-content .tab-pane article {
  padding: 3rem 4rem;
}
@media (max-width: 575.98px) {
  section.block-printer-feature-tabs-side > .section-bd .tab-content .tab-pane article {
    padding: 1.5rem 1rem;
  }
}
section.block-printer-filaments-choices > .section-bd .container {
  max-width: 1920px;
}
section.block-printer-pro2-hero {
  padding: 150px 0 100px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-hero {
    padding: 100px 0 80px;
  }
}
section.block-printer-pro2-hero .gradient-bg {
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4%;
  z-index: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 50%);
  display: none;
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-hero .gradient-bg {
    width: 140%;
    left: -20%;
    height: 140vw;
    top: -5vw;
  }
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-hero .section-bg-video {
    display: none !important;
  }
}
section.block-printer-pro2-hero > .section-bd {
  position: relative;
}
section.block-printer-pro2-hero > .section-bd > div {
  z-index: 1 !important;
}
section.block-printer-pro2-hero > .section-bd video {
  opacity: 0.4 !important;
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-hero > .section-bd article h1, section.block-printer-pro2-hero > .section-bd article .h1 {
    font-size: 1.75rem;
    text-align: center;
  }
}
section.block-printer-pro2-hero > .section-bd article h3, section.block-printer-pro2-hero > .section-bd article .h3,
section.block-printer-pro2-hero > .section-bd article h4,
section.block-printer-pro2-hero > .section-bd article .h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-hero > .section-bd article h3, section.block-printer-pro2-hero > .section-bd article .h3,
  section.block-printer-pro2-hero > .section-bd article h4,
  section.block-printer-pro2-hero > .section-bd article .h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.125rem;
  }
}
section.block-printer-pro2-hero > .section-bd article p {
  line-height: 1.5;
}
section.block-printer-pro2-hero > .section-bd img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-height: 600px;
  max-width: 420px;
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-hero > .section-bd img {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 280px;
  }
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-heading {
  border-bottom: 2px solid #C12026;
  color: #C12026;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-heading h4, section.block-printer-pro2-specs > .section-bd .features-specs .specs-heading .h4 {
  font-size: 1.2rem;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-hd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-hd h4, section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-hd .h4 {
  color: #111;
  font-size: 1.1rem;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-hd h4 span, section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-hd .h4 span {
  display: inline-block;
  width: 50px;
  font-size: 24px;
  text-align: center;
  color: #666;
  vertical-align: middle;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-bd {
  color: #888;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-bd p {
  margin-bottom: 0;
}
section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-bd h5, section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-bd .h5 {
  font-size: 1rem;
  padding-left: 50px;
  font-weight: normal;
  color: #111;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-bd h5, section.block-printer-pro2-specs > .section-bd .features-specs .specs-group .specs-bd .h5 {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0.3em;
  }
}
section.block-printer-related-cards > .section-bd .card {
  height: 100%;
  background-color: #f5f5f5;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.block-printer-related-cards > .section-bd .card .card-hd,
section.block-printer-related-cards > .section-bd .card .card-bd,
section.block-printer-related-cards > .section-bd .card .card-ft {
  width: 100%;
}
section.block-printer-related-cards > .section-bd .card .card-bd,
section.block-printer-related-cards > .section-bd .card .card-ft {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-heading {
  border-bottom: 2px solid #C12026;
  color: #C12026;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-heading h4, section.block-printer-specs-2-cols > .section-bd .features-specs .specs-heading .h4 {
  font-size: 1.2rem;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-hd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-hd h4, section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-hd .h4 {
  color: #111;
  font-size: 1.1rem;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-hd h4 span, section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-hd .h4 span {
  display: inline-block;
  width: 50px;
  font-size: 24px;
  text-align: center;
  color: #666;
  vertical-align: middle;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-bd {
  color: #888;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-bd p {
  margin-bottom: 0;
}
section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-bd h5, section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-bd .h5 {
  font-size: 1rem;
  padding-left: 50px;
  font-weight: normal;
  color: #111;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-bd h5, section.block-printer-specs-2-cols > .section-bd .features-specs .specs-group .specs-bd .h5 {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0.3em;
  }
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-heading {
  border-bottom: 2px solid #C12026;
  color: #C12026;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-heading h4, section.block-printer-specs-4-cols > .section-bd .features-specs .specs-heading .h4 {
  font-size: 1.2rem;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .box-bd {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  section.block-printer-specs-4-cols > .section-bd .features-specs .box-bd .container {
    min-width: 640px;
  }
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-hd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-hd h4, section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-hd .h4 {
  color: #111;
  font-size: 1.1rem;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-hd h4 span, section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-hd .h4 span {
  display: inline-block;
  width: 50px;
  font-size: 24px;
  text-align: center;
  color: #666;
  vertical-align: middle;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-bd {
  color: #888;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-bd p {
  margin-bottom: 0;
}
section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-bd h5, section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-bd .h5 {
  font-size: 1rem;
  font-weight: normal;
  color: #111;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-bd h5, section.block-printer-specs-4-cols > .section-bd .features-specs .specs-group .specs-bd .h5 {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0.3em;
  }
}
section.block-printer-tech-details > .section-hd article {
  max-width: 800px;
}
section.block-printer-tech-details > .section-bd .item {
  text-align: center;
}
section.block-printer-tech-details > .section-bd .item > .item-hd img {
  height: 56px;
  width: auto;
}
@media (max-width: 575.98px) {
  section.block-printer-tech-details > .section-bd .item > .item-hd img {
    height: 60px;
  }
}
section.block-printer-tech-details > .section-bd .item > .item-bd h3, section.block-printer-tech-details > .section-bd .item > .item-bd .h3,
section.block-printer-tech-details > .section-bd .item > .item-bd h4,
section.block-printer-tech-details > .section-bd .item > .item-bd .h4,
section.block-printer-tech-details > .section-bd .item > .item-bd h5,
section.block-printer-tech-details > .section-bd .item > .item-bd .h5 {
  margin-top: 1rem;
  margin-bottom: 0;
}
section.block-printer-tech-details > .section-bd .box {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
  section.block-printer-tech-details > .section-bd .box {
    padding: 1.5rem;
  }
}
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox,
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio {
  position: relative;
  text-align: center;
  background-color: #181818;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
  cursor: pointer;
}
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox:hover, section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox:focus, section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox:active,
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio:hover,
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio:focus,
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio:active {
  background-color: #232323;
}
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox input[type=checkbox],
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox input[type=radio],
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio input[type=checkbox],
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-checkbox.active,
section.block-sample-parts-form > .section-bd .the-form .inputs-list .hs-form-radio.active {
  background-color: #323232;
}
section.block-sample-parts-form > .section-bd .the-form .hs-form-field label:not(.hs-error-msg) {
  color: #fff !important;
}
section.block-sample-parts-form > .section-bd .the-form .hs_reason_to_request_for_a_sample_part,
section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs,
section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs___other_specify,
section.block-sample-parts-form > .section-bd .the-form .hs_application___sample_part {
  margin-bottom: 5rem;
}
@media (max-width: 575.98px) {
  section.block-sample-parts-form > .section-bd .the-form .hs_reason_to_request_for_a_sample_part,
  section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs,
  section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs___other_specify,
  section.block-sample-parts-form > .section-bd .the-form .hs_application___sample_part {
    margin-bottom: 3rem;
  }
}
section.block-sample-parts-form > .section-bd .the-form .hs_reason_to_request_for_a_sample_part > label,
section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs > label,
section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs___other_specify > label,
section.block-sample-parts-form > .section-bd .the-form .hs_application___sample_part > label {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
section.block-sample-parts-form > .section-bd .the-form .hs_reason_to_request_for_a_sample_part.active,
section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs.active,
section.block-sample-parts-form > .section-bd .the-form .hs_business_3d_printing_needs___other_specify.active,
section.block-sample-parts-form > .section-bd .the-form .hs_application___sample_part.active {
  display: block;
}
section.block-sample-parts-form > .section-bd .the-form .hs_firstname,
section.block-sample-parts-form > .section-bd .the-form .hs_lastname,
section.block-sample-parts-form > .section-bd .the-form .hs_email,
section.block-sample-parts-form > .section-bd .the-form .hs_phone,
section.block-sample-parts-form > .section-bd .the-form .hs_company,
section.block-sample-parts-form > .section-bd .the-form .hs_occupation___sample_part,
section.block-sample-parts-form > .section-bd .the-form .hs_industry___com_website_demo_page,
section.block-sample-parts-form > .section-bd .the-form .hs_recipient_first_name___sample_part,
section.block-sample-parts-form > .section-bd .the-form .hs_recipient_last_name___sample_part,
section.block-sample-parts-form > .section-bd .the-form .hs_recipient_phone_number___sample_part,
section.block-sample-parts-form > .section-bd .the-form .hs_country___demo_page,
section.block-sample-parts-form > .section-bd .the-form .hs_us_state_and_region_list___sample_part,
section.block-sample-parts-form > .section-bd .the-form .hs_city,
section.block-sample-parts-form > .section-bd .the-form .hs_address,
section.block-sample-parts-form > .section-bd .the-form .hs_zip {
  margin-bottom: 1rem;
}
section.block-sample-parts-form > .section-bd .the-form .hs_firstname.active,
section.block-sample-parts-form > .section-bd .the-form .hs_lastname.active,
section.block-sample-parts-form > .section-bd .the-form .hs_email.active,
section.block-sample-parts-form > .section-bd .the-form .hs_phone.active,
section.block-sample-parts-form > .section-bd .the-form .hs_company.active,
section.block-sample-parts-form > .section-bd .the-form .hs_occupation___sample_part.active,
section.block-sample-parts-form > .section-bd .the-form .hs_industry___com_website_demo_page.active,
section.block-sample-parts-form > .section-bd .the-form .hs_recipient_first_name___sample_part.active,
section.block-sample-parts-form > .section-bd .the-form .hs_recipient_last_name___sample_part.active,
section.block-sample-parts-form > .section-bd .the-form .hs_recipient_phone_number___sample_part.active,
section.block-sample-parts-form > .section-bd .the-form .hs_country___demo_page.active,
section.block-sample-parts-form > .section-bd .the-form .hs_us_state_and_region_list___sample_part.active,
section.block-sample-parts-form > .section-bd .the-form .hs_city.active,
section.block-sample-parts-form > .section-bd .the-form .hs_address.active,
section.block-sample-parts-form > .section-bd .the-form .hs_zip.active {
  display: block;
}
section.block-sample-parts-form > .section-bd .the-form .hs_submit {
  margin-top: 2rem;
}
section.block-sample-parts-form > .section-bd .the-form .hs-input {
  margin-top: 0.25rem;
  border-color: rgba(255, 255, 255, 0.2);
}
section.block-sample-parts-form > .section-bd .the-form .hs-error-msg {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  color: #C12026;
}
section.block-sample-parts-form > .section-bd .the-form .hs_error_rollup {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #C12026;
}
section.block-sample-parts-index > .section-bd .btn-switch-view {
  padding: 6px;
  display: inline-block;
  border-radius: 3px;
}
section.block-sample-parts-index > .section-bd .btn-switch-view svg {
  display: block;
}
section.block-sample-parts-index > .section-bd .btn-switch-view:hover, section.block-sample-parts-index > .section-bd .btn-switch-view:focus, section.block-sample-parts-index > .section-bd .btn-switch-view:active {
  background-color: #ccc;
}
section.block-sample-parts-index > .section-bd .btn-switch-view.active {
  background-color: #ccc;
}
section.block-sample-parts-index > .section-bd .list-item {
  margin-bottom: 1.5rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
section.block-sample-parts-index > .section-bd .list-item .item-hd {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-sample-parts-index > .section-bd .list-item:hover, section.block-sample-parts-index > .section-bd .list-item:focus, section.block-sample-parts-index > .section-bd .list-item:active {
  background-color: rgba(0, 0, 0, 0.075);
}
section.block-sample-parts-index > .section-bd .list-item:hover .item-hd, section.block-sample-parts-index > .section-bd .list-item:focus .item-hd, section.block-sample-parts-index > .section-bd .list-item:active .item-hd {
  background-color: rgba(0, 0, 0, 0.15);
}
section.block-sample-parts-index > .section-bd .list-view .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
section.block-sample-parts-index > .section-bd .list-view .list-item .item-hd {
  width: 40%;
}
section.block-sample-parts-index > .section-bd .list-view .list-item .item-bd {
  width: 60%;
}
section.block-sample-parts-index > .section-bd .list-view .list-item .the-content {
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
  section.block-sample-parts-index > .section-bd .list-view .list-item .the-content {
    padding: 1.5rem;
  }
}
section.block-sample-parts-index > .section-bd .grid-view .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3%;
}
section.block-sample-parts-index > .section-bd .grid-view .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48.5%;
}
section.block-sample-parts-index > .section-bd .grid-view .list-item .item-hd {
  width: 100%;
}
section.block-sample-parts-index > .section-bd .grid-view .list-item .item-bd {
  width: 100%;
}
section.block-sample-parts-index > .section-bd .grid-view .list-item .the-content {
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  section.block-sample-parts-index > .section-bd .grid-view .list-item .the-content {
    padding: 1rem;
  }
}
section.block-sample-parts-index > .section-bd .alm-btn-wrap {
  margin-top: 1rem;
  text-align: center;
}

section.block-solution-printers {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
section.block-solution-printers > .section-bd .box {
  position: relative;
  padding: 4rem;
  border-radius: 10px;
  background-color: #181818;
  -webkit-transform: translate(0, -4rem);
      -ms-transform: translate(0, -4rem);
          transform: translate(0, -4rem);
}
section.block-solution-printers > .section-bd .box h2, section.block-solution-printers > .section-bd .box .h2,
section.block-solution-printers > .section-bd .box h3,
section.block-solution-printers > .section-bd .box .h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  section.block-solution-printers > .section-bd .box {
    padding: 2.5rem;
  }
}
section.block-solution-printers > .section-bd .item {
  position: relative;
}
section.block-solution-printers > .section-bd .item > .item-hd {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-solution-printers > .section-bd .item > .item-bd {
  margin-top: 2rem;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-solution-printers > .section-bd .item > .item-bd h4 em, section.block-solution-printers > .section-bd .item > .item-bd .h4 em,
section.block-solution-printers > .section-bd .item > .item-bd h4 span,
section.block-solution-printers > .section-bd .item > .item-bd .h4 span {
  display: inline-block;
  vertical-align: middle;
}
section.block-solution-printers > .section-bd .item > .item-bd h4 em, section.block-solution-printers > .section-bd .item > .item-bd .h4 em {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #C12026;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  margin-right: 0.5rem;
}
section.block-solution-printers > .section-bd .item > .item-ft {
  position: absolute;
  display: none;
  top: -200px;
  left: 0;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  text-align: left;
}
section.block-solution-printers > .section-bd .item > .item-ft:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
section.block-solution-printers > .section-bd .item > .item-ft article p {
  color: #212529 !important;
}
section.block-solution-printers > .section-bd .item:hover > .item-hd, section.block-solution-printers > .section-bd .item:active > .item-hd {
  opacity: 1;
}
section.block-solution-printers > .section-bd .item:hover > .item-bd, section.block-solution-printers > .section-bd .item:active > .item-bd {
  opacity: 1;
}
section.block-solution-printers > .section-bd .item:hover > .item-ft, section.block-solution-printers > .section-bd .item:active > .item-ft {
  display: block;
}
@media (max-width: 767.98px) {
  section.block-solution-printers > .section-bd .container {
    padding: 0;
  }
}
section.block-solution-printers > .section-bd .the-table {
  overflow-x: auto;
}
section.block-solution-printers > .section-bd .the-table table {
  width: 100%;
}
section.block-solution-printers > .section-bd .the-table table th,
section.block-solution-printers > .section-bd .the-table table td {
  padding: 1.5rem 1rem;
  min-width: 150px;
  color: #999;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.block-solution-printers > .section-bd .the-table table th i.bi-hand-thumbs-up-fill,
section.block-solution-printers > .section-bd .the-table table td i.bi-hand-thumbs-up-fill {
  margin-right: 0.25rem;
}
section.block-solution-printers > .section-bd .the-table table th i.bi-check-lg,
section.block-solution-printers > .section-bd .the-table table td i.bi-check-lg {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  section.block-solution-printers > .section-bd .the-table table th,
  section.block-solution-printers > .section-bd .the-table table td {
    padding: 1rem 0.5rem;
  }
}
section.block-solution-printers > .section-bd .the-table table th.active,
section.block-solution-printers > .section-bd .the-table table td.active {
  color: #fff;
}
section.block-solution-printers > .section-bd .the-table table th.active i,
section.block-solution-printers > .section-bd .the-table table td.active i {
  color: #C12026;
}
section.block-solution-printers > .section-bd .the-table table tr:first-child td {
  font-weight: 600;
  font-size: 1.125rem;
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  section.block-solution-printers > .section-bd .the-table table tr:first-child td {
    font-size: 0.875rem;
  }
}
section.block-solution-printers > .section-bd .the-table table tr:first-child td img {
  max-width: 140px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
@media (max-width: 767.98px) {
  section.block-solution-printers > .section-bd .the-table table tr:first-child td img {
    max-width: 100px;
  }
}
section.block-solution-printers > .section-bd .the-table table tr:first-child td.active img {
  -webkit-filter: none;
          filter: none;
}
section.block-solution-printers > .section-bd .the-table table tr > th:first-child,
section.block-solution-printers > .section-bd .the-table table tr > td:first-child {
  position: sticky;
  left: 0;
  font-size: 1rem;
  text-align: left;
  z-index: 2;
}
@media (max-width: 767.98px) {
  section.block-solution-printers > .section-bd .the-table table tr > th:first-child,
  section.block-solution-printers > .section-bd .the-table table tr > td:first-child {
    font-size: 0.875rem;
  }
}
section.block-solution-printers > .section-bd .the-table table tr:nth-child(odd) {
  background-color: #000;
}
section.block-solution-printers > .section-bd .the-table table tr:nth-child(even) {
  background-color: #111;
}
section.block-solution-printers > .section-bd .the-table table tr:nth-child(odd) td,
section.block-solution-printers > .section-bd .the-table table tr:nth-child(odd) th {
  background-color: #000;
}
section.block-solution-printers > .section-bd .the-table table tr:nth-child(even) td,
section.block-solution-printers > .section-bd .the-table table tr:nth-child(even) th {
  background-color: #111;
}
section.block-solution-printers > .section-bd .the-notes {
  background-color: #111;
  padding: 1.5rem 3rem;
  margin-top: 0.5rem;
}
section.block-solution-printers > .section-bd .the-notes p {
  color: #999;
}
section.block-solution-printers > .section-bd .the-notes p:last-of-type {
  margin-bottom: 0;
}
section.block-solution-printers > .section-bd .the-notes i.bi-hand-thumbs-up-fill {
  margin-right: 0.25rem;
}
section.block-solution-printers > .section-bd .the-notes i.bi-check-lg {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  section.block-solution-printers > .section-bd .the-notes {
    padding: 1rem;
  }
}
section.block-solution-section > .section-hd {
  text-align: center;
}
section.block-solution-section > .section-bd article p,
section.block-solution-section > .section-bd article li {
  font-size: 1.125rem;
}
section.block-solution-section > .section-bd .the-image {
  width: 100%;
  text-align: center;
}
section.block-solution-section > .section-bd .the-image img {
  width: 100%;
  height: auto;
}
section.block-solution-section > .section-bd .the-list .col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
section.block-solution-section > .section-bd .the-list .col:first-of-type {
  border-left: 0;
}
@media (max-width: 767.98px) {
  section.block-solution-section > .section-bd .the-list .col {
    border: none !important;
  }
}
section.block-solution-section > .section-bd .the-list .item {
  position: relative;
  text-align: center;
  padding: 1rem 1rem;
}
section.block-solution-section > .section-bd .the-list .item > .item-hd h3, section.block-solution-section > .section-bd .the-list .item > .item-hd .h3 {
  line-height: 1.2;
  font-weight: 500;
}
section.block-solution-section > .section-bd .box {
  position: relative;
  background-size: auto 100%;
  background-color: #121212;
  overflow: hidden;
  border-radius: 0.5rem;
}
section.block-solution-section > .section-bd .box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
  display: none;
}
section.block-solution-section > .section-bd .box > .box-bd {
  position: relative;
}
section.block-solution-section > .section-bd .box > .box-bd.min-height {
  min-height: 450px;
}
section.block-solution-section > .section-bd .box > .box-bd article {
  max-width: 750px;
}
section.block-solution-section > .section-bd .item > .item-bd {
  max-width: 1050px;
  margin: 0rem auto;
}
section.block-solution-section > .section-bd .item > .item-bd img {
  margin: 2rem auto;
  width: 100%;
}
section.block-solution-section > .section-bd .item > .item-bd .wp-video {
  margin: 2rem auto;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 16/9;
}
section.block-solution-section > .section-bd h3 a:hover, section.block-solution-section > .section-bd .h3 a:hover, section.block-solution-section > .section-bd h3 a:focus, section.block-solution-section > .section-bd .h3 a:focus, section.block-solution-section > .section-bd h3 a:active, section.block-solution-section > .section-bd .h3 a:active {
  color: #C12026;
}
section.block-solution-section > .section-bd.container-xl {
  max-width: 1920px;
}
section.block-solution-section > .section-bd .flickity-slider {
  padding: 0px 0 100px 0;
}
@media (max-width: 575.98px) {
  section.block-solution-section > .section-bd .flickity-slider {
    padding-bottom: 40px;
  }
}
section.block-solution-section > .section-bd .flickity-page-dots .dot {
  border-radius: 0;
  background-color: rgba(170, 170, 170, 0.9);
  opacity: 0.3;
  width: 1.25rem;
  padding: 0;
  margin: 0 3px;
  height: 5px;
  border-radius: 2.5px;
}
section.block-solution-section > .section-bd .flickity-page-dots .dot.is-selected {
  background-color: #C12026;
  opacity: 1;
  width: 3.5rem;
  margin: 0 13px;
}

section.block-solutions-banner {
  position: relative;
}
section.block-solutions-banner > .section-bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
  display: none;
}
section.block-solutions-banner > .section-hd {
  position: relative;
}
section.block-solutions-banner > .section-bd {
  position: relative;
}
section.block-solutions-banner > .section-bd article {
  max-width: 720px;
}
section.block-solutions-banner > .section-bd article p,
section.block-solutions-banner > .section-bd article li {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  section.block-solutions-banner > .section-bd article p,
  section.block-solutions-banner > .section-bd article li {
    font-size: 1rem;
  }
}
section.block-solutions-banner > .section-ft {
  position: relative;
}

section.block-solutions-ecosystem {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
section.block-solutions-ecosystem > .section-bd .box {
  position: relative;
  padding: 4rem;
  border-radius: 10px;
  background-color: #181818;
  -webkit-transform: translate(0, -4rem);
      -ms-transform: translate(0, -4rem);
          transform: translate(0, -4rem);
}
section.block-solutions-ecosystem > .section-bd .box h2, section.block-solutions-ecosystem > .section-bd .box .h2,
section.block-solutions-ecosystem > .section-bd .box h3,
section.block-solutions-ecosystem > .section-bd .box .h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  section.block-solutions-ecosystem > .section-bd .box {
    padding: 2.5rem;
  }
}
section.block-solutions-ecosystem > .section-bd .item {
  position: relative;
}
section.block-solutions-ecosystem > .section-bd .item > .item-hd {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-solutions-ecosystem > .section-bd .item > .item-bd {
  margin-top: 2rem;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-solutions-ecosystem > .section-bd .item > .item-bd h4 em, section.block-solutions-ecosystem > .section-bd .item > .item-bd .h4 em,
section.block-solutions-ecosystem > .section-bd .item > .item-bd h4 span,
section.block-solutions-ecosystem > .section-bd .item > .item-bd .h4 span {
  display: inline-block;
  vertical-align: middle;
}
section.block-solutions-ecosystem > .section-bd .item > .item-bd h4 em, section.block-solutions-ecosystem > .section-bd .item > .item-bd .h4 em {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #C12026;
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  margin-right: 1rem;
}
section.block-solutions-ecosystem > .section-bd .item > .item-ft {
  position: absolute;
  display: none;
  top: -200px;
  left: 0;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  text-align: left;
}
section.block-solutions-ecosystem > .section-bd .item > .item-ft:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
section.block-solutions-ecosystem > .section-bd .item > .item-ft article p {
  color: #212529 !important;
}
section.block-solutions-ecosystem > .section-bd .item:hover > .item-hd, section.block-solutions-ecosystem > .section-bd .item:active > .item-hd {
  opacity: 1;
}
section.block-solutions-ecosystem > .section-bd .item:hover > .item-bd, section.block-solutions-ecosystem > .section-bd .item:active > .item-bd {
  opacity: 1;
}
section.block-solutions-ecosystem > .section-bd .item:hover > .item-ft, section.block-solutions-ecosystem > .section-bd .item:active > .item-ft {
  display: block;
}
section.not-found {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-color: #000;
}
section.not-found .section-hd {
  min-height: 60vh;
  padding: 10vh 0;
}
section.not-found article {
  max-width: 750px;
  margin: 50px auto;
}
section.not-found article ul {
  margin-top: 0.9em;
}
section.not-found article ul a {
  color: #fff;
}

.header-cart {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header-cart.active {
  opacity: 1;
}
.header-cart .shopify-buy-frame--toggle {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.header-cart .shopify-buy-frame--toggle.is-sticky {
  top: 0 !important;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__icon-cart {
  display: none;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__cart-toggle {
  padding: 0 !important;
  background: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 0;
}
.header-cart .shopify-buy-frame--toggle ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.header-cart .shopify-buy-frame--toggle img {
  display: block;
  max-width: 100%;
}
.header-cart .shopify-buy-frame--toggle input {
  -webkit-appearance: textfield;
  margin: 0;
}
.header-cart .shopify-buy-frame--toggle .clearfix:after, .header-cart .shopify-buy-frame--toggle article:after {
  content: "";
  display: table;
  clear: both;
}
.header-cart .shopify-buy-frame--toggle .visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-cart .shopify-buy-frame--toggle .component-container {
  overflow: hidden;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__type--center {
  text-align: center;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy--visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn {
  color: #fff;
  font-size: 15px;
  background-color: #78b657;
  padding: 12px 40px;
  letter-spacing: 0.3px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn:hover,
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn:focus {
  background-color: #5f9d3e;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--parent {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--parent:hover .product__variant-img,
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--parent:focus .product__variant-img {
  opacity: 0.7;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2147483647;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--cart-tab.is-active {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 1;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn__counter {
  display: block;
  margin: 0 auto 10px auto;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__icon-cart--side {
  height: 20px;
  width: 20px;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn[disabled] {
  background-color: #999;
  pointer-events: none;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #767676;
  border: none;
  background-color: transparent;
  transition: color 100ms ease, -webkit-transform 100ms ease;
  -webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, color 100ms ease;
  transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 9px;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__btn--close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  color: rgb(105, 105, 105);
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__cart-toggle-wrapper {
  display: inline-block;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__cart-toggle {
  color: #fff;
  margin-right: 0;
  cursor: pointer;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__cart-toggle:hover {
  background-color: #5f9d3e;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__cart-toggle__count {
  font-size: 12px;
  margin-bottom: 0px;
  min-width: 16px;
  padding: 0 2px;
  height: 16px;
  background: #C12026;
  top: 2px;
  right: -10px;
  border-radius: 8px;
  line-height: 16px;
  text-align: center;
  left: auto;
  position: absolute;
}
.header-cart .shopify-buy-frame--toggle .shopify-buy__icon-cart__group {
  fill: #fff;
}
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__icon-cart {
  margin-right: 5px;
}
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__cart-toggle__title {
  font-size: 16px;
  font-weight: normal;
}
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__cart-toggle__count {
  margin-left: 21px;
  margin-bottom: 0;
  position: relative;
}
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__cart-toggle__count:before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.3;
}
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__icon-cart,
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__cart-toggle__title,
.header-cart .shopify-buy-frame--toggle .is-inline .shopify-buy__cart-toggle__count {
  display: inline-block;
  vertical-align: middle;
}
.header-cart .shopify-buy-frame--toggle .is-inline.shopify-buy__cart-toggle {
  border-radius: 3px;
  padding: 5px 10px;
}

.shopify-buy-frame--cart ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.shopify-buy-frame--cart img {
  display: block;
  max-width: 100%;
}
.shopify-buy-frame--cart input {
  -webkit-appearance: textfield;
  margin: 0;
}
.shopify-buy-frame--cart .clearfix:after, .shopify-buy-frame--cart article:after {
  content: "";
  display: table;
  clear: both;
}
.shopify-buy-frame--cart .visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shopify-buy-frame--cart .component-container {
  overflow: hidden;
}
.shopify-buy-frame--cart .shopify-buy__type--center {
  text-align: center;
}
.shopify-buy-frame--cart .shopify-buy--visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.shopify-buy-frame--cart .shopify-buy__btn {
  color: #fff;
  font-size: 15px;
  background-color: #78b657;
  padding: 12px 40px;
  letter-spacing: 0.3px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.shopify-buy-frame--cart .shopify-buy__btn:hover,
.shopify-buy-frame--cart .shopify-buy__btn:focus {
  background-color: #5f9d3e;
}
.shopify-buy-frame--cart .shopify-buy__btn--parent {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.shopify-buy-frame--cart .shopify-buy__btn--parent:hover .product__variant-img,
.shopify-buy-frame--cart .shopify-buy__btn--parent:focus .product__variant-img {
  opacity: 0.7;
}
.shopify-buy-frame--cart .shopify-buy__btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2147483647;
}
.shopify-buy-frame--cart .shopify-buy__btn--cart-tab.is-active {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 1;
}
.shopify-buy-frame--cart .shopify-buy__btn__counter {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 18px;
}
.shopify-buy-frame--cart .shopify-buy__icon-cart--side {
  height: 20px;
  width: 20px;
}
.shopify-buy-frame--cart .shopify-buy__btn[disabled] {
  background-color: #999;
  pointer-events: none;
}
.shopify-buy-frame--cart .shopify-buy__btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #767676;
  border: none;
  background-color: transparent;
  transition: color 100ms ease, -webkit-transform 100ms ease;
  -webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, color 100ms ease;
  transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 9px;
  outline: none !important;
}
.shopify-buy-frame--cart .shopify-buy__btn--close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  color: rgb(105, 105, 105);
}
@-webkit-keyframes flipIn {
  from {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
  to {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
}
@keyframes flipIn {
  from {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
  to {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
}
@-webkit-keyframes flipOut {
  from {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
  to {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
}
@keyframes flipOut {
  from {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
  to {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
}
.shopify-buy-frame--cart .shopify-buy__cart-wrapper {
  height: 100%;
  padding-left: 10px;
}
.shopify-buy-frame--cart .shopify-buy__cart {
  height: 100%;
  background-color: #fff;
  width: calc(100% - 10px);
  position: absolute;
  right: 0;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}
.shopify-buy-frame--cart .shopify-buy__cart__header {
  padding: 20px;
  padding-right: 40px;
  position: relative;
  z-index: 2147483647;
  background-color: inherit;
}
.shopify-buy-frame--cart .shopify-buy__cart__title {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopify-buy-frame--cart .shopify-buy__cart-scroll {
  padding: 70px 0 135px 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.shopify-buy-frame--cart .shopify-buy__cart-scroll--cart-note {
  padding: 70px 0 200px 0;
}
.shopify-buy-frame--cart .shopify-buy__cart-items {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  padding: 0 20px 20px;
  -webkit-overflow-scrolling: touch;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-perspective-origin: 50% 0px;
  perspective-origin: 50% 0px;
}
.shopify-buy-frame--cart .shopify-buy__cart-item {
  min-height: 65px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: 200ms flipIn forwards;
  animation: 200ms flipIn forwards;
}
.shopify-buy-frame--cart .shopify-buy__cart-item.is-hidden {
  -webkit-animation-name: flipOut;
  animation-name: flipOut;
}
.shopify-buy-frame--cart .shopify-buy__cart-item__image {
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.shopify-buy-frame--cart .shopify-buy__cart-item__title {
  font-size: 14px;
  margin-left: 80px;
  display: block;
  margin-bottom: 10px;
}
.shopify-buy-frame--cart .shopify-buy__cart-item__price {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.shopify-buy-frame--cart .shopify-buy__cart-item__variant-title {
  float: right;
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopify-buy-frame--cart .shopify-buy__cart-bottom {
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
}
.shopify-buy-frame--cart .shopify-buy__cart__subtotal__text {
  text-transform: uppercase;
  float: left;
  font-size: 11px;
  color: #4c4c4c;
}
.shopify-buy-frame--cart .shopify-buy__cart__subtotal__price {
  float: right;
}
.shopify-buy-frame--cart .shopify-buy__cart__currency {
  font-size: 12px;
}
.shopify-buy-frame--cart .shopify-buy__cart__notice {
  font-size: 11px;
  clear: both;
  padding-top: 10px;
  text-align: center;
  color: #4c4c4c;
}
.shopify-buy-frame--cart .shopify-buy__cart__note {
  clear: both;
  padding-top: 10px;
}
.shopify-buy-frame--cart .shopify-buy__cart__note__description {
  font-size: 11px;
  color: #4c4c4c;
}
.shopify-buy-frame--cart .shopify-buy__cart__note__text-area {
  resize: none;
  font-size: 11px;
  width: 100%;
  color: #4c4c4c;
}
.shopify-buy-frame--cart .shopify-buy__cart-empty-text {
  padding: 10px 15px;
  text-align: center;
}
.shopify-buy-frame--cart .shopify-buy__btn--cart-checkout {
  clear: both;
  margin-top: 15px;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
}
.shopify-buy-frame--cart .shopify-buy__quantity-container {
  margin-left: 80px;
  height: 26px;
  line-height: 26px;
}
.shopify-buy-frame--cart .shopify-buy__cart-item__quantity-input {
  float: left;
  background: transparent;
}
.shopify-buy-frame--cart .shopify-buy__quantity-decrement,
.shopify-buy-frame--cart .shopify-buy__quantity-increment {
  color: #4c4c4c;
  display: block;
  height: 30px;
  float: left;
  line-height: 16px;
  font-family: monospace;
  width: 26px;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #767676;
  position: relative;
}
.shopify-buy-frame--cart .shopify-buy__quantity-decrement svg,
.shopify-buy-frame--cart .shopify-buy__quantity-increment svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  fill: currentColor;
}
.shopify-buy-frame--cart .shopify-buy__quantity-decrement {
  border-radius: 3px 0 0 3px;
}
.shopify-buy-frame--cart .shopify-buy__quantity-increment {
  border-radius: 0 3px 3px 0;
}
.shopify-buy-frame--cart .shopify-buy__quantity {
  color: black;
  width: 45px;
  height: 30px;
  font-size: 16px;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}
.shopify-buy-frame--cart input[type=number]::-webkit-inner-spin-button,
.shopify-buy-frame--cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopify-buy-frame--cart .shopify-buy__quantity-container.shopify-buy__quantity-with-btns {
  overflow: hidden;
}
.shopify-buy-frame--cart .shopify-buy__quantity-container.shopify-buy__quantity-with-btns .shopify-buy__quantity {
  border-left: 0;
  border-right: 0;
  float: left;
}
.shopify-buy-frame--cart .shopify-buy__btn.shopify-buy__btn--cart-checkout:hover {
  background-color: #ae1d21;
}
.shopify-buy-frame--cart .shopify-buy__btn.shopify-buy__btn--cart-checkout:focus {
  background-color: #ae1d21;
}
.shopify-buy-frame--cart .shopify-buy__btn.shopify-buy__btn--cart-checkout {
  background-color: #c12025;
}
.shopify-buy-frame--cart .shopify-buy__cart-bottom {
  background-color: #ffffff;
}

.choose-region-bar {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  background: #727171;
  color: #fff;
  font-size: 0.875rem;
  display: none;
}
@media (max-width: 575.98px) {
  .choose-region-bar {
    top: -120px;
  }
}
.choose-region-bar > .section-bd {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 575.98px) {
  .choose-region-bar > .section-bd {
    height: 120px;
  }
}
.choose-region-bar > .section-bd > .container {
  padding: 0 43px;
  margin: 0 auto;
}
.choose-region-bar .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 575.98px) {
  .choose-region-bar .btn-close {
    right: 12px;
  }
}

.choose-region-on .choose-region-bar {
  display: block;
}

.choose-region-current,
.choose-region-option {
  font-size: 0.875rem;
  color: #ccc;
}
.choose-region-current:hover, .choose-region-current:active,
.choose-region-option:hover,
.choose-region-option:active {
  color: #fff;
}

.popup-choose-region {
  padding: 40px 20px;
  background: #f6f6f6;
}
.popup-choose-region h5, .popup-choose-region .h5 {
  font-size: 0.8125rem;
  color: #999;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .popup-choose-region {
    padding: 40px 0px;
  }
}
.popup-choose-region .button-confirm-region {
  color: #212529;
  font-size: 0.875rem;
  color: #333;
}
.popup-choose-region .button-confirm-region:hover, .popup-choose-region .button-confirm-region:active {
  text-decoration: none;
  color: #C12026;
}

.cn-floatbar {
  position: fixed;
  right: 0;
  top: calc(50vh - 80px);
  z-index: 20;
}
@media (max-width: 575.98px) {
  .cn-floatbar {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    top: calc(50vh - 150px);
    padding-right: 4px;
  }
}
.cn-floatbar .cn-livechat {
  background: #C30D22;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 575.98px) {
  .cn-floatbar .cn-livechat {
    border-radius: 5px;
  }
}
.cn-floatbar .cn-livechat > ul > li {
  position: relative;
  padding: 12px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cn-floatbar .cn-livechat > ul > li:first-of-type {
  border: none;
}
@media (max-width: 575.98px) {
  .cn-floatbar .cn-livechat > ul > li {
    padding: 5px;
  }
}
.cn-floatbar .cn-livechat #live800iconlink {
  position: static !important;
  display: block;
  margin: 0 auto;
  width: 41px;
  height: 36px;
  background: url(../img/icon-livechat.png) center center no-repeat;
  background-size: contain;
}
.cn-floatbar .cn-livechat #live800iconlink #live800icon {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
.cn-floatbar .cn-livechat .cn-livechat-talk {
  display: block;
  margin: 0 auto;
  width: 41px;
  height: 36px;
  background: url(../img/icon-livechat.png) center center no-repeat;
  background-size: contain;
}
.cn-floatbar .cn-livechat .cn-livechat-wechat {
  display: block;
  margin: 0 auto;
  width: 41px;
  height: 36px;
  background: url(../img/icon-wechat-chat.png) center center no-repeat;
  background-size: contain;
}
.cn-floatbar .cn-livechat .cn-livechat-wechat.icon-chat {
  background-image: url(../img/icon-livechat.png);
}
.cn-floatbar .cn-livechat .cn-livechat-wechat:hover .wechat-popover, .cn-floatbar .cn-livechat .cn-livechat-wechat:focus .wechat-popover, .cn-floatbar .cn-livechat .cn-livechat-wechat:active .wechat-popover {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media (max-width: 575.98px) {
  .cn-floatbar .cn-livechat .cn-livechat-wechat:hover .wechat-popover, .cn-floatbar .cn-livechat .cn-livechat-wechat:focus .wechat-popover, .cn-floatbar .cn-livechat .cn-livechat-wechat:active .wechat-popover {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cn-floatbar .cn-livechat .cn-livechat-wechat.active .wechat-popover {
    display: block;
  }
}
.cn-floatbar .cn-livechat .cn-livechat-wechat .wechat-popover {
  color: #333;
  position: absolute;
  width: 140px;
  height: auto;
  background: none;
  left: -140px;
  top: 0;
  display: none;
}
.cn-floatbar .cn-shops {
  display: none;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cn-floatbar .cn-shops {
    display: block;
  }
}
.cn-floatbar .cn-shops ul li {
  margin-top: 10px;
}
.cn-floatbar .cn-shops ul li img {
  width: 64px;
  height: auto;
}

.floating-bar {
  position: fixed;
  bottom: 200px;
  bottom: 5vh;
  right: 8px;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.floating-bar.active {
  pointer-events: auto;
  opacity: 1;
}
.floating-bar > ul > li:last-child a {
  background: #ddd;
}
.floating-bar > ul > li:last-child a:hover {
  background: #ccc;
}
.floating-bar a {
  text-align: center;
  display: block;
  padding: 6px 3px 10px 3px;
  width: 100%;
  background: #ddd;
  border-radius: 0.375rem;
}
.floating-bar a:hover {
  background: #ccc;
}
.floating-bar a span {
  display: block;
  font-size: 13px;
  margin-top: 3px;
  color: #000;
}
.floating-bar a i {
  font-size: 22px;
}

.global-footer {
  padding: 60px 0;
  background: #1A1A1A;
  color: white;
  line-height: 1.6;
}
.global-footer .footer-logo {
  width: 160px;
}
@media (max-width: 991.98px) {
  .global-footer .footer-logo {
    width: 140px;
  }
}
.global-footer > .footer-hd hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.global-footer > .footer-bd {
  font-size: 0.9375rem;
}
.global-footer > .footer-bd ul {
  margin-top: 0em;
  margin-bottom: 0.75em;
}
.global-footer > .footer-bd ul li {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  .global-footer > .footer-bd ul li {
    font-size: 0.875rem;
  }
}
.global-footer > .footer-bd ul li:first-of-type {
  margin-bottom: 0.2em;
  font-weight: bold;
}
.global-footer > .footer-bd ul li a {
  -webkit-transition: none;
  transition: none;
}
.global-footer > .footer-bd ul li a:hover, .global-footer > .footer-bd ul li a:active {
  text-decoration: none;
}
.global-footer > .footer-bd .footer-social {
  padding-top: 0.3em;
}
.global-footer > .footer-bd .footer-social ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.global-footer > .footer-bd .footer-social ul li {
  margin-right: 1.5em;
  display: inline-block;
}
.global-footer > .footer-bd .footer-social ul li:last-of-type {
  margin-right: 0;
}
.global-footer > .footer-bd .footer-social ul li a {
  display: block;
  font-size: 21px;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  opacity: 0.7;
}
.global-footer > .footer-bd .footer-social ul li a:hover, .global-footer > .footer-bd .footer-social ul li a:active {
  text-decoration: none;
  opacity: 1;
}
.global-footer > .footer-bd .footer-contact h5, .global-footer > .footer-bd .footer-contact .h5 {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.global-footer > .footer-bd .footer-contact p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.global-footer > .footer-bd .footer-contact span {
  display: inline-block;
  min-width: 50px;
}
.global-footer > .footer-bd .footer-contact a {
  -webkit-transition: none;
  transition: none;
}
.global-footer > .footer-bd .footer-contact a:hover, .global-footer > .footer-bd .footer-contact a:active {
  text-decoration: none;
}
.global-footer > .footer-bd .footer-subscribe {
  position: relative;
  max-width: 360px;
}
.global-footer > .footer-bd .footer-subscribe .wpcf7-form-control-wrap {
  width: 100%;
}
.global-footer > .footer-bd .footer-subscribe .input-group-text {
  background: #fff;
  border-right: none;
  line-height: 1;
  border: none;
}
.global-footer > .footer-bd .footer-subscribe i {
  line-height: 1;
}
.global-footer > .footer-bd .footer-subscribe input {
  border: none;
  outline: none !important;
  background-clip: unset;
  font-size: 0.875rem;
  line-height: 1rem;
  background: none !important;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #999;
  padding-left: 0rem;
}
.global-footer > .footer-bd .footer-subscribe .input-group-prepend {
  border-right: 0;
  border: none;
}
.global-footer > .footer-bd .footer-subscribe .input-group-append {
  border-left: 0;
}
.global-footer > .footer-bd .footer-subscribe .input-group-append .btn, .global-footer > .footer-bd .footer-subscribe .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group-append .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .input-group-append input[type=submit] {
  background: none;
  border: none;
  color: #fff;
  border-radius: 0;
}
.global-footer > .footer-bd .footer-subscribe .wpcf7-not-valid-tip {
  border: none;
  padding: 0 0 0 12px;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #C12026;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.global-footer > .footer-bd .footer-subscribe .wpcf7-response-output {
  border: none;
  padding: 0 0 0 12px;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #C12026;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.global-footer > .footer-bd .footer-subscribe .wpcf7-validation-errors {
  color: #C12026;
}
.global-footer > .footer-bd .footer-subscribe .wpcf7-mail-sent-ok {
  color: #198754;
}
.global-footer > .footer-bd .footer-subscribe .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  font-size: 20px;
}
.global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .btn, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append input[type=submit] {
  background: none;
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 1.125rem;
  opacity: 0.7;
}
.global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .btn:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hbspt-form .hs-submit .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append input[type=submit]:hover, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .btn:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hbspt-form .hs-submit .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append input[type=submit]:focus, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .btn:active, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append .hbspt-form .hs-submit .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit .global-footer > .footer-bd .footer-subscribe .input-group .input-group-append input[type=submit]:active {
  opacity: 1;
}
.global-footer > .footer-bd .footer-subscribe .wpcf7-spinner,
.global-footer > .footer-bd .footer-subscribe .ajax-loader {
  display: none !important;
}
.global-footer > .footer-ft p {
  font-size: 0.875rem;
  font-weight: normal;
  opacity: 0.7;
}

section.get-case-study {
  background-size: cover;
}
section.get-case-study > .section-bd {
  color: white;
}
@media (max-width: 767.98px) {
  section.get-case-study > .section-bd .container {
    padding: 0;
  }
}
section.get-case-study > .section-bd h3, section.get-case-study > .section-bd .h3 {
  margin-bottom: 1em;
}
section.get-case-study > .section-bd .get-case-study-main {
  background-size: cover;
  padding: 40px 0px;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  section.get-case-study > .section-bd .get-case-study-main {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.get-case-study > .section-bd .get-case-study-main h4, section.get-case-study > .section-bd .get-case-study-main .h4,
section.get-case-study > .section-bd .get-case-study-main h3,
section.get-case-study > .section-bd .get-case-study-main .h3,
section.get-case-study > .section-bd .get-case-study-main p {
  max-width: 500px;
}
section.get-case-study > .section-bd .box {
  padding: 30% 0;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.get-case-study > .section-bd .box {
    padding: 40px 15px;
  }
}
section.get-case-study > .section-bd .box > .box-bd {
  max-width: 320px;
  margin: 0 auto;
}
section.get-case-study > .section-bd .box > .box-bd .form-group {
  margin-top: 10px;
}
section.get-case-study > .section-bd .box > .box-bd input,
section.get-case-study > .section-bd .box > .box-bd .selectize-input {
  height: auto;
  outline: none;
  background: none;
  border: 1px solid #999;
  border-radius: 0;
  color: #fff;
  padding: 0.4em 0.8em 0.5em;
  display: block;
}
section.get-case-study > .section-bd .box > .box-bd input:after,
section.get-case-study > .section-bd .box > .box-bd .selectize-input:after {
  right: 7px;
}
@media (max-width: 575.98px) {
  section.get-case-study > .section-bd .box > .box-bd input,
  section.get-case-study > .section-bd .box > .box-bd .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.get-case-study > .section-bd .box > .box-bd .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.get-case-study > .section-bd .box > .box-bd .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #999 transparent transparent transparent;
}
section.get-case-study > .section-bd .box > .box-bd .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #999 transparent;
}

header.global-header {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  height: 60px;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.global-header:hover, header.global-header:active {
  background: black !important;
}
header.global-header.sticky, header.global-header.always-sticky {
  background: black;
  z-index: 2000;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
header.global-header.choose-region-on {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
@media (max-width: 575.98px) {
  header.global-header.choose-region-on {
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
  }
}
header.global-header::after {
  display: block;
  clear: both;
  content: "";
}
header.global-header .container {
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  header.global-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  header.global-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.global-header .header-logo {
  width: 168px;
  float: left;
  padding: 10px 0;
}
header.global-header .header-nav {
  float: left;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  header.global-header .header-nav {
    display: none;
  }
}
header.global-header .header-nav nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.global-header .header-nav nav > ul > li {
  margin-left: 0.2em;
}
header.global-header .header-nav nav > ul > li > a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 0.915rem;
  opacity: 1;
  height: 60px;
  line-height: 58px;
  padding: 0 1.5em;
}
@media (max-width: 1199.98px) {
  header.global-header .header-nav nav > ul > li > a {
    padding: 0 0.6em;
  }
}
header.global-header .header-nav nav > ul > li > a:hover, header.global-header .header-nav nav > ul > li > a:active {
  opacity: 1;
}
header.global-header .header-nav nav > ul > li:hover > a {
  color: #C12026;
}
header.global-header .header-nav nav > ul > li:first-child() {
  margin-left: 0;
}
header.global-header .header-nav nav > ul > li.menu-item-has-children {
  position: relative;
}
header.global-header .header-nav nav > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
header.global-header .header-nav nav > ul > li.menu-item-has-children:hover .sub-menu .menu-item {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
header.global-header .header-nav nav > ul > li .menu-item.menu-highlight a {
  color: #C12026 !important;
}
header.global-header .header-nav nav > ul > li .menu-item.menu-highlight a:hover, header.global-header .header-nav nav > ul > li .menu-item.menu-highlight a:focus, header.global-header .header-nav nav > ul > li .menu-item.menu-highlight a:active {
  color: #000 !important;
}
header.global-header .header-nav nav > ul > li > .sub-menu {
  position: fixed;
  width: 100%;
  top: 59px;
  text-align: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  font-size: 0.875rem;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item {
  display: inline-block;
  padding: 20px 2em;
  text-align: center;
  color: #333;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
  vertical-align: top;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > a {
  display: block;
  min-height: 80px;
  font-weight: bold;
  color: #333;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > a:hover {
  color: #C12026;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > a img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > a span {
  margin-top: 1em;
  display: block;
  margin: 1em auto 0;
  padding: 0 !important;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(1) {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(2) {
  -webkit-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(3) {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(4) {
  -webkit-transition: all 0.3s ease 0.25s;
  transition: all 0.3s ease 0.25s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(5) {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(6) {
  -webkit-transition: all 0.3s ease 0.35s;
  transition: all 0.3s ease 0.35s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(7) {
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(8) {
  -webkit-transition: all 0.3s ease 0.45s;
  transition: all 0.3s ease 0.45s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(9) {
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item:nth-of-type(10) {
  -webkit-transition: all 0.3s ease 0.55s;
  transition: all 0.3s ease 0.55s;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item {
  margin-top: 0.4em;
}
header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item a:hover, header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item a:focus, header.global-header .header-nav nav > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item a:active {
  color: #C12026;
}
header.global-header .header-nav .menu-image-title-before.menu-image-not-hovered img,
header.global-header .header-nav .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
header.global-header .header-nav .menu-image-title-after.menu-image-title {
  padding-left: 0;
}
header.global-header .header-links {
  float: right;
  -webkit-transform: translate(0, 0.3rem);
      -ms-transform: translate(0, 0.3rem);
          transform: translate(0, 0.3rem);
  padding-top: 8px;
  font-size: 0.875rem;
}
header.global-header .header-links .item-toggler {
  display: none;
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
  margin-left: 1.5em;
}
header.global-header .header-links .item-toggler .btn-menu {
  height: 30px;
}
@media (max-width: 575.98px) {
  header.global-header .header-links .item-hotline {
    display: none;
  }
}
@media (max-width: 767.98px) {
  header.global-header .header-links .item-toggler {
    display: block;
  }
}
@media (max-width: 575.98px) {
  header.global-header .header-links .item-get-sample {
    display: none;
  }
  header.global-header .header-links .item-account {
    display: none;
  }
  header.global-header .header-links .item-toggler {
    display: block;
  }
}
header.global-header .header-links i {
  color: #fff;
  font-size: 22px;
}
header.global-header .header-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
header.global-header .header-links > ul > li {
  margin-left: 1.6em;
}
@media (max-width: 575.98px) {
  header.global-header .header-links > ul > li {
    margin-left: 1em;
  }
}
header.global-header .header-links > ul > li a {
  color: #fff;
  opacity: 1;
}
header.global-header .header-links > ul > li a:hover, header.global-header .header-links > ul > li a:active {
  opacity: 0.8;
}
header.global-header .header-links > ul > li i {
  color: #fff;
}
header.global-header .header-links .btn, header.global-header .header-links section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form header.global-header .header-links .hs-button, header.global-header .header-links section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form header.global-header .header-links .hs-button, header.global-header .header-links section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form header.global-header .header-links .hs-button, header.global-header .header-links section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form header.global-header .header-links .hs-button, header.global-header .header-links .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit header.global-header .header-links .hs-button, header.global-header .header-links section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit header.global-header .header-links input[type=submit] {
  padding: 4px 10px;
  font-size: 0.875rem;
}

.header-ph {
  height: 80px;
}

.sub-nav-list {
  width: 300px;
}

.button-close-cart {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 5px;
  z-index: 3147483647;
  right: 50px;
}

.shopify-buy-frame--toggle {
  display: block !important;
  width: 46px !important;
  height: 67px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.shopify-buy-frame--toggle iframe {
  width: 46px !important;
  height: 67px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.mobile-menu img,
.mobile-menu svg {
  display: none !important;
}
.mobile-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu .section-hd {
  height: 80px;
}
.mobile-menu .section-bd .container {
  padding: 0;
}
.mobile-menu .section-bd .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .section-bd .menu > .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .section-bd .menu > .menu-item a {
  display: block;
  padding: 1rem 15px;
}
.mobile-menu .section-bd .menu > .menu-item-has-children {
  position: relative;
}
.mobile-menu .section-bd .menu > .menu-item-has-children:before {
  font-family: "bootstrap-icons";
  content: "\f282";
  position: absolute;
  right: 15px;
  top: 1.1rem;
  color: #fff;
}
.mobile-menu .section-bd .menu > .menu-item-has-children.active:before {
  content: "\f286";
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu {
  display: none;
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu.active {
  display: block;
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu > .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu > .menu-item > a {
  display: block;
  padding: 1rem 35px;
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  display: none;
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu.active {
  display: block;
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .section-bd .menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 1rem 52px;
}
.mobile-menu .section-bd a {
  color: #fff;
}
.mobile-menu .section-bd a:hover, .mobile-menu .section-bd a:active {
  color: #fff;
}

.search-bar-backdrop {
  z-index: 2998;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.search-bar {
  position: fixed;
  height: 80px;
  background: #000;
  width: 100%;
  z-index: 2999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0;
  pointer-events: none;
}
.search-bar.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.search-bar .section-bd {
  padding: 20px 0;
}
.search-bar .section-bd .search-form {
  text-align: right;
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0 0px;
  padding: 0;
  padding-right: 30px;
}
.search-bar .section-bd .search-form label {
  display: block;
  margin: 0;
  padding: 0;
}
.search-bar .section-bd .search-form .search-field {
  display: block;
  color: #fff;
  border: none;
  padding: 10px 1em 10px 5px;
  min-width: 300px;
  font-weight: normal;
  background: none;
  width: 100%;
  outline: none;
}
.search-bar .section-bd .search-form .search-submit {
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  outline: none;
}

section.global-hero {
  background-color: #000;
}
section.global-hero.global-hero-tall .section-bd {
  min-height: 720px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 50px;
}
section.global-hero .section-bd {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  width: 100%;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575.98px) {
  section.global-hero .section-bd {
    min-height: 350px;
    height: 60vh;
    padding: 0 0px;
  }
  section.global-hero .section-bd br {
    display: none;
  }
}
section.global-hero .section-bd h1, section.global-hero .section-bd .h1,
section.global-hero .section-bd h2,
section.global-hero .section-bd .h2,
section.global-hero .section-bd h3,
section.global-hero .section-bd .h3 {
  font-weight: bold;
  margin-bottom: 0.7em;
}
section.global-hero .section-bd h1, section.global-hero .section-bd .h1 {
  font-size: 3rem;
}
@media (max-width: 575.98px) {
  section.global-hero .section-bd h1, section.global-hero .section-bd .h1 {
    font-size: 1.75rem;
  }
}
section.global-hero .section-bd h5, section.global-hero .section-bd .h5,
section.global-hero .section-bd p {
  max-width: 600px;
  margin: 0 auto 0.5em;
  font-size: 1rem;
  font-weight: 300;
}
section.global-hero .section-bd h5 a, section.global-hero .section-bd .h5 a,
section.global-hero .section-bd p a {
  color: #C12026;
  text-decoration: underline;
}
section.global-hero .section-bd h5 a:hover, section.global-hero .section-bd .h5 a:hover, section.global-hero .section-bd h5 a:active, section.global-hero .section-bd .h5 a:active,
section.global-hero .section-bd p a:hover,
section.global-hero .section-bd p a:active {
  text-decoration: none;
}
section.global-hero .section-bd .btn-wrap {
  margin-top: 30px;
}
section.global-hero .section-bd .btn, section.global-hero section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.global-hero section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.global-hero section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.global-hero section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.global-hero .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.global-hero .section-bd .hs-button, section.global-hero section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] {
  margin: 0 8px;
}
section.global-hero.full-width .section-bd {
  text-align: left;
}
section.global-hero.full-width .section-bd h5, section.global-hero.full-width .section-bd .h5,
section.global-hero.full-width .section-bd p {
  max-width: none;
}
section.global-hero.as-placeholder {
  background-color: transparent;
  height: 120px;
}
section.global-hero video {
  opacity: 0.5;
}

section.global-maintenance {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-color: #000;
  height: 100vh;
  min-height: 600px;
}
section.global-maintenance .section-hd {
  min-height: 60vh;
  padding: 10vh 0;
}
section.global-maintenance article {
  max-width: 750px;
  margin: 50px auto;
}
section.global-maintenance article ul {
  margin-top: 0.9em;
}
section.global-maintenance article ul a {
  color: #fff;
}

section.related-filaments {
  text-align: center;
}
section.related-filaments .section-bd {
  margin-top: 30px;
}
section.related-filaments .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.related-filaments .list .item {
  width: 50%;
  margin-left: 5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.related-filaments .list .item .item-content {
  width: 45%;
  padding-right: 5%;
}
section.related-filaments .list .item .item-image {
  width: 45%;
}
section.related-filaments .list:nth-child(1) {
  margin-left: 0;
}
section.related-filaments .list .item-content {
  margin-top: 10px;
}
section.related-filaments .list .item-content .btn, section.related-filaments .list .item-content section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.related-filaments .list .item-content .hs-button, section.related-filaments .list .item-content section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.related-filaments .list .item-content .hs-button, section.related-filaments .list .item-content section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.related-filaments .list .item-content .hs-button, section.related-filaments .list .item-content section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.related-filaments .list .item-content .hs-button, section.related-filaments .list .item-content .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.related-filaments .list .item-content .hs-button, section.related-filaments .list .item-content section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.related-filaments .list .item-content input[type=submit] {
  margin-top: 5px;
}

section.related-products {
  background: #fbfbfb;
}
section.related-products .section-hd {
  text-align: center;
}
section.related-products .section-bd {
  margin-top: 30px;
}
section.related-products .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
section.related-products .list .item {
  width: 30%;
  margin-left: 5%;
  text-align: center;
  position: relative;
}
@media (max-width: 575.98px) {
  section.related-products .list .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
section.related-products .list .item:first-child {
  margin-left: 0;
}
section.related-products .list .item .item-image {
  max-width: 300px;
  margin: 0 auto;
}
section.related-products .list .item .item-content {
  max-width: 300px;
  margin: 2em auto 0;
  margin-top: 2em;
}
section.related-products .list .item .item-content .btn, section.related-products .list .item .item-content section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.related-products .list .item .item-content .hs-button, section.related-products .list .item .item-content section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.related-products .list .item .item-content .hs-button, section.related-products .list .item .item-content section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.related-products .list .item .item-content .hs-button, section.related-products .list .item .item-content section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.related-products .list .item .item-content .hs-button, section.related-products .list .item .item-content .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.related-products .list .item .item-content .hs-button, section.related-products .list .item .item-content section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.related-products .list .item .item-content input[type=submit] {
  margin-top: 1em;
}
section.related-products .list .item a:hover {
  color: #C12026;
}
section.related-products .alm-btn-wrap {
  display: none;
}

section.subscribe {
  padding: 60px 0;
  background: #f6f6f6;
}
section.subscribe > .section-bd .row, section.subscribe > .section-bd article .gallery-columns-9, article section.subscribe > .section-bd .gallery-columns-9, section.subscribe > .section-bd article .gallery-columns-8, article section.subscribe > .section-bd .gallery-columns-8, section.subscribe > .section-bd article .gallery-columns-7, article section.subscribe > .section-bd .gallery-columns-7, section.subscribe > .section-bd article .gallery-columns-6, article section.subscribe > .section-bd .gallery-columns-6, section.subscribe > .section-bd article .gallery-columns-5, article section.subscribe > .section-bd .gallery-columns-5, section.subscribe > .section-bd article .gallery-columns-4, article section.subscribe > .section-bd .gallery-columns-4, section.subscribe > .section-bd article .gallery-columns-3, article section.subscribe > .section-bd .gallery-columns-3, section.subscribe > .section-bd article .gallery-columns-2, article section.subscribe > .section-bd .gallery-columns-2, section.subscribe > .section-bd article .gallery-columns-1, article section.subscribe > .section-bd .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.subscribe > .section-bd .row .btn, section.subscribe > .section-bd article .gallery-columns-9 .btn, article section.subscribe > .section-bd .gallery-columns-9 .btn, section.subscribe > .section-bd article .gallery-columns-8 .btn, article section.subscribe > .section-bd .gallery-columns-8 .btn, section.subscribe > .section-bd article .gallery-columns-7 .btn, article section.subscribe > .section-bd .gallery-columns-7 .btn, section.subscribe > .section-bd article .gallery-columns-6 .btn, article section.subscribe > .section-bd .gallery-columns-6 .btn, section.subscribe > .section-bd article .gallery-columns-5 .btn, article section.subscribe > .section-bd .gallery-columns-5 .btn, section.subscribe > .section-bd article .gallery-columns-4 .btn, article section.subscribe > .section-bd .gallery-columns-4 .btn, section.subscribe > .section-bd article .gallery-columns-3 .btn, article section.subscribe > .section-bd .gallery-columns-3 .btn, section.subscribe > .section-bd article .gallery-columns-2 .btn, article section.subscribe > .section-bd .gallery-columns-2 .btn, section.subscribe > .section-bd article .gallery-columns-1 .btn, article section.subscribe > .section-bd .gallery-columns-1 .btn, section.subscribe > .section-bd .row section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .row .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .hs-button, section.subscribe > .section-bd .row section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .row .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .hs-button, section.subscribe > .section-bd .row section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .row .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .hs-button, section.subscribe > .section-bd .row section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .row .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .hs-button, section.subscribe > .section-bd .row .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .row .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-9 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-9 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-8 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-8 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-7 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-7 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-6 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-6 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-5 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-5 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-4 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-4 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-3 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-3 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-2 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-2 .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-1 .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-1 .hs-button, section.subscribe > .section-bd .row section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-9 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-9 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-8 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-8 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-7 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-7 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-6 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-6 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-5 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-5 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-4 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-4 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-3 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-3 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-2 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-2 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-1 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-1 section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .row input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-9 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-9 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-8 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-8 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-7 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-7 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-6 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-6 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-5 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-5 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-4 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-4 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-3 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-3 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-2 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-2 input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-1 input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-1 input[type=submit] {
  border: 0 !important;
}
section.subscribe > .section-bd .row .subscrib-form, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form {
  position: relative;
  max-width: 450px;
  position: relative;
  max-width: 360px;
}
section.subscribe > .section-bd .row .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .wpcf7-form-control-wrap, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .wpcf7-form-control-wrap, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .wpcf7-form-control-wrap {
  width: 100%;
}
section.subscribe > .section-bd .row .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-text, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-text, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-text {
  background: #fff;
  border-right: none;
  line-height: 1;
  border: none;
}
section.subscribe > .section-bd .row .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form i, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form i, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form i {
  line-height: 1;
}
section.subscribe > .section-bd .row .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form input, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form input, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form input {
  border: none;
  outline: none !important;
  background-clip: unset;
  font-size: 0.875rem;
  line-height: 1rem;
  background: none !important;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #999;
  padding-left: 0rem;
}
section.subscribe > .section-bd .row .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-prepend, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-prepend, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-prepend {
  border-right: 0;
  border: none;
}
section.subscribe > .section-bd .row .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append {
  border-left: 0;
}
section.subscribe > .section-bd .row .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .btn, section.subscribe > .section-bd .row .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .row .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .row .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group-append input[type=submit] {
  background: none;
  border: none;
  color: #fff;
  border-radius: 0;
}
section.subscribe > .section-bd .row .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .wpcf7-not-valid-tip, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .wpcf7-not-valid-tip, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .wpcf7-not-valid-tip {
  border: none;
  padding: 0 0 0 12px;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #C12026;
  position: absolute;
  bottom: -25px;
  left: 0;
}
section.subscribe > .section-bd .row .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .wpcf7-response-output, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .wpcf7-response-output, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .wpcf7-response-output {
  border: none;
  padding: 0 0 0 12px;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #C12026;
  position: absolute;
  bottom: -15px;
  left: 0;
}
section.subscribe > .section-bd .row .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .wpcf7-validation-errors, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .wpcf7-validation-errors, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .wpcf7-validation-errors {
  color: #C12026;
}
section.subscribe > .section-bd .row .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .wpcf7-mail-sent-ok, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .wpcf7-mail-sent-ok, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .wpcf7-mail-sent-ok {
  color: #198754;
}
section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  font-size: 20px;
}
section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit], article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit] {
  background: none;
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 1.125rem;
  opacity: 0.7;
}
section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:hover, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit]:hover, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit]:hover, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:focus, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit]:focus, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit]:focus, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .btn:active, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-single > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-upcoming-index > .section-bd .box-form .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-upcoming-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-single > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-single > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-webinar-recorded-index > .section-bd .box-form .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, article section.block-webinar-recorded-index > .section-bd .box-form section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append .hs-button:active, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append .hs-button:active, section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .row .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .input-group .input-group-append input[type=submit]:active, section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit]:active, article section.block-sample-parts-form > .section-bd .the-form .hs_submit section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .input-group .input-group-append input[type=submit]:active {
  opacity: 1;
}
section.subscribe > .section-bd .row .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .wpcf7-spinner, section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .wpcf7-spinner, article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .wpcf7-spinner,
section.subscribe > .section-bd .row .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-9 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-9 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-8 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-8 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-7 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-7 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-6 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-6 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-5 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-5 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-4 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-4 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-3 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-3 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-2 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-2 .subscrib-form .ajax-loader,
section.subscribe > .section-bd article .gallery-columns-1 .subscrib-form .ajax-loader,
article section.subscribe > .section-bd .gallery-columns-1 .subscrib-form .ajax-loader {
  display: none !important;
}
section.about-network {
  background: #000000;
  padding: 80px 0;
  color: #fff;
}
section.about-network video::-webkit-media-controls {
  display: none;
}
section.about-network > .section-hd ul {
  float: right;
}
section.about-network > .section-hd ul li {
  display: block;
  font-size: 0.9rem;
}
section.about-network > .section-hd img {
  width: 24px;
  margin-right: 10px;
}
section.about-network > .section-ft .col {
  padding: 0 20px;
}
section.about-network > .section-ft ul li {
  font-size: 13px;
  line-height: 1.6;
}
section.about-network > .section-ft .col-europe ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.about-network > .section-ft .col-europe ul li {
  width: 25%;
}
section.about-network > .section-ft .col-asia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.about-network > .section-ft .col-asia ul li {
  width: 33.3%;
}

section.about-raise3d {
  padding: 40px 0;
}
section.about-raise3d h3, section.about-raise3d .h3,
section.about-raise3d h4,
section.about-raise3d .h4,
section.about-raise3d h5,
section.about-raise3d .h5 {
  margin-bottom: 1rem;
}
section.about-raise3d > .section-hd h3, section.about-raise3d > .section-hd .h3,
section.about-raise3d > .section-hd h4,
section.about-raise3d > .section-hd .h4 {
  line-height: 1.6;
  font-weight: bold;
}
section.about-raise3d > .section-hd h3 strong, section.about-raise3d > .section-hd .h3 strong,
section.about-raise3d > .section-hd h4 strong,
section.about-raise3d > .section-hd .h4 strong {
  color: #C12026;
}
section.about-raise3d > .section-bd {
  background: #f6f6f6;
  text-align: center;
}
section.about-raise3d > .section-bd figure {
  display: inline-block;
}
section.about-raise3d > .section-bd figure img {
  height: 60px;
}
section.about-raise3d > .section-bd figure figcaption {
  margin-top: 10px;
  color: #666;
}
section.about-raise3d > .section-bd figure figcaption .btn, section.about-raise3d > .section-bd figure figcaption section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.about-raise3d > .section-bd figure figcaption .hs-button, section.about-raise3d > .section-bd figure figcaption section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.about-raise3d > .section-bd figure figcaption .hs-button, section.about-raise3d > .section-bd figure figcaption section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.about-raise3d > .section-bd figure figcaption .hs-button, section.about-raise3d > .section-bd figure figcaption section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.about-raise3d > .section-bd figure figcaption .hs-button, section.about-raise3d > .section-bd figure figcaption .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.about-raise3d > .section-bd figure figcaption .hs-button, section.about-raise3d > .section-bd figure figcaption section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.about-raise3d > .section-bd figure figcaption input[type=submit] {
  margin-top: 10px;
}

section.application-help {
  background-color: #212529;
}
section.application-help > .section-bd {
  color: #fff;
}
section.application-help > .section-bd h4, section.application-help > .section-bd .h4,
section.application-help > .section-bd h5,
section.application-help > .section-bd .h5 {
  font-size: 1.25rem;
}

section.application-main {
  padding-bottom: 50px;
}
section.application-more-industries > .section-bd {
  padding: 0px 0;
}
section.application-more-industries > .section-bd .item {
  text-align: center;
}
section.application-more-industries > .section-bd .item .btn, section.application-more-industries > .section-bd .item section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.application-more-industries > .section-bd .item .hs-button, section.application-more-industries > .section-bd .item section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.application-more-industries > .section-bd .item .hs-button, section.application-more-industries > .section-bd .item section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.application-more-industries > .section-bd .item .hs-button, section.application-more-industries > .section-bd .item section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.application-more-industries > .section-bd .item .hs-button, section.application-more-industries > .section-bd .item .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.application-more-industries > .section-bd .item .hs-button, section.application-more-industries > .section-bd .item section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.application-more-industries > .section-bd .item input[type=submit] {
  margin-top: 10px;
}
section.application-more-industries > .section-bd .item img {
  width: 100px;
  max-width: 90%;
}
section.application-more-industries > .section-bd .item a {
  color: #C12026;
  font-weight: bold;
}
section.application-more-industries > .section-bd .item figure {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.application-more-industries > .section-bd .item figure:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
section.applications-list > .section-hd .case-filter {
  text-align: center;
}
@media (max-width: 575.98px) {
  section.applications-list > .section-hd .case-filter {
    text-align: left;
  }
}
section.applications-list > .section-hd .case-filter .alm-filter--radio {
  display: inline-block;
  margin: 0.3rem 0.6rem;
}
@media (max-width: 575.98px) {
  section.applications-list > .section-hd .case-filter .alm-filter--radio {
    width: 40%;
  }
}
section.applications-list > .section-hd .case-filter .alm-filter--radio:first-child {
  border: none;
}
section.applications-list > .section-hd .case-filter .alm-filter--link {
  display: block;
  padding: 0.3em 0.8rem;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
section.applications-list > .section-hd .case-filter .alm-filter--link:before, section.applications-list > .section-hd .case-filter .alm-filter--link:after {
  display: none;
}
section.applications-list > .section-hd .case-filter .alm-filter--link.active {
  font-weight: normal;
  background: #C12026;
  color: #fff;
}
section.applications-list > .section-hd .case-filter .alm-filters-edit {
  display: none;
}
section.applications-list > .section-bd {
  padding-bottom: 80px;
}
section.applications-list > .section-bd .list,
section.applications-list > .section-bd .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 360px;
}
section.applications-list > .section-bd .list .item,
section.applications-list > .section-bd .alm-listing .item {
  height: 100%;
}
section.applications-list > .section-bd .list .item .box,
section.applications-list > .section-bd .alm-listing .item .box {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}
@media (max-width: 575.98px) {
  section.applications-list > .section-bd .list .item .box,
  section.applications-list > .section-bd .alm-listing .item .box {
    padding: 0 0 0px 0px;
  }
}
section.applications-list > .section-bd .list .item .box .box-bd h3, section.applications-list > .section-bd .list .item .box .box-bd .h3,
section.applications-list > .section-bd .alm-listing .item .box .box-bd h3,
section.applications-list > .section-bd .alm-listing .item .box .box-bd .h3 {
  font-size: 1rem;
  line-height: 1.1;
  min-height: 2.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.applications-list > .section-bd .list .item .box .box-bd span,
section.applications-list > .section-bd .alm-listing .item .box .box-bd span {
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #999;
}
section.applications-list > .section-bd .list .item .box:hover,
section.applications-list > .section-bd .alm-listing .item .box:hover {
  border-color: #C12026;
}
section.applications-list > .section-bd .alm-btn-wrap {
  text-align: center;
  margin-top: 1em;
  display: none;
}
section.applications-list > .section-bd .alm-btn-wrap .alm-load-more-btn {
  padding: 0.5em 2em;
}
section.applications-list > .section-bd .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.3;
  pointer-events: none;
}
section.applications-main .item {
  text-align: center;
  margin: 0 0 1em;
}
section.applications-main .item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
section.applications-main .item a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
section.applications-main .item figure img {
  width: 100px;
  max-width: 90%;
}
section.applications-main .item figcaption {
  color: #C12026;
  font-weight: bold;
}
section.careers-main strong {
  color: #C12026;
}
section.careers-main a {
  color: #C12026;
}
section.careers-main > .section-hd .row, section.careers-main > .section-hd article .gallery-columns-9, article section.careers-main > .section-hd .gallery-columns-9, section.careers-main > .section-hd article .gallery-columns-8, article section.careers-main > .section-hd .gallery-columns-8, section.careers-main > .section-hd article .gallery-columns-7, article section.careers-main > .section-hd .gallery-columns-7, section.careers-main > .section-hd article .gallery-columns-6, article section.careers-main > .section-hd .gallery-columns-6, section.careers-main > .section-hd article .gallery-columns-5, article section.careers-main > .section-hd .gallery-columns-5, section.careers-main > .section-hd article .gallery-columns-4, article section.careers-main > .section-hd .gallery-columns-4, section.careers-main > .section-hd article .gallery-columns-3, article section.careers-main > .section-hd .gallery-columns-3, section.careers-main > .section-hd article .gallery-columns-2, article section.careers-main > .section-hd .gallery-columns-2, section.careers-main > .section-hd article .gallery-columns-1, article section.careers-main > .section-hd .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.careers-main > .section-hd .row > .col, section.careers-main > .section-hd article .gallery-columns-9 > .col, article section.careers-main > .section-hd .gallery-columns-9 > .col, section.careers-main > .section-hd article .gallery-columns-8 > .col, article section.careers-main > .section-hd .gallery-columns-8 > .col, section.careers-main > .section-hd article .gallery-columns-7 > .col, article section.careers-main > .section-hd .gallery-columns-7 > .col, section.careers-main > .section-hd article .gallery-columns-6 > .col, article section.careers-main > .section-hd .gallery-columns-6 > .col, section.careers-main > .section-hd article .gallery-columns-5 > .col, article section.careers-main > .section-hd .gallery-columns-5 > .col, section.careers-main > .section-hd article .gallery-columns-4 > .col, article section.careers-main > .section-hd .gallery-columns-4 > .col, section.careers-main > .section-hd article .gallery-columns-3 > .col, article section.careers-main > .section-hd .gallery-columns-3 > .col, section.careers-main > .section-hd article .gallery-columns-2 > .col, article section.careers-main > .section-hd .gallery-columns-2 > .col, section.careers-main > .section-hd article .gallery-columns-1 > .col, article section.careers-main > .section-hd .gallery-columns-1 > .col {
  width: 30%;
  margin-left: 5%;
}
section.careers-main > .section-hd .row > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-9 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-9 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-8 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-8 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-7 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-7 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-6 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-6 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-5 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-5 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-4 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-4 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-3 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-3 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-2 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-2 > .col:nth-child(1), section.careers-main > .section-hd article .gallery-columns-1 > .col:nth-child(1), article section.careers-main > .section-hd .gallery-columns-1 > .col:nth-child(1) {
  margin-left: 0;
}
section.careers-main > .section-bd {
  background: #f6f6f6;
}
section.careers-main > .section-bd .row, section.careers-main > .section-bd article .gallery-columns-9, article section.careers-main > .section-bd .gallery-columns-9, section.careers-main > .section-bd article .gallery-columns-8, article section.careers-main > .section-bd .gallery-columns-8, section.careers-main > .section-bd article .gallery-columns-7, article section.careers-main > .section-bd .gallery-columns-7, section.careers-main > .section-bd article .gallery-columns-6, article section.careers-main > .section-bd .gallery-columns-6, section.careers-main > .section-bd article .gallery-columns-5, article section.careers-main > .section-bd .gallery-columns-5, section.careers-main > .section-bd article .gallery-columns-4, article section.careers-main > .section-bd .gallery-columns-4, section.careers-main > .section-bd article .gallery-columns-3, article section.careers-main > .section-bd .gallery-columns-3, section.careers-main > .section-bd article .gallery-columns-2, article section.careers-main > .section-bd .gallery-columns-2, section.careers-main > .section-bd article .gallery-columns-1, article section.careers-main > .section-bd .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.careers-main > .section-bd .row > .col, section.careers-main > .section-bd article .gallery-columns-9 > .col, article section.careers-main > .section-bd .gallery-columns-9 > .col, section.careers-main > .section-bd article .gallery-columns-8 > .col, article section.careers-main > .section-bd .gallery-columns-8 > .col, section.careers-main > .section-bd article .gallery-columns-7 > .col, article section.careers-main > .section-bd .gallery-columns-7 > .col, section.careers-main > .section-bd article .gallery-columns-6 > .col, article section.careers-main > .section-bd .gallery-columns-6 > .col, section.careers-main > .section-bd article .gallery-columns-5 > .col, article section.careers-main > .section-bd .gallery-columns-5 > .col, section.careers-main > .section-bd article .gallery-columns-4 > .col, article section.careers-main > .section-bd .gallery-columns-4 > .col, section.careers-main > .section-bd article .gallery-columns-3 > .col, article section.careers-main > .section-bd .gallery-columns-3 > .col, section.careers-main > .section-bd article .gallery-columns-2 > .col, article section.careers-main > .section-bd .gallery-columns-2 > .col, section.careers-main > .section-bd article .gallery-columns-1 > .col, article section.careers-main > .section-bd .gallery-columns-1 > .col {
  width: 30%;
  margin-left: 5%;
}
section.careers-main > .section-bd .row > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-9 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-9 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-8 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-8 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-7 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-7 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-6 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-6 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-5 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-5 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-4 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-4 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-3 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-3 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-2 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-2 > .col:nth-child(1), section.careers-main > .section-bd article .gallery-columns-1 > .col:nth-child(1), article section.careers-main > .section-bd .gallery-columns-1 > .col:nth-child(1) {
  margin-left: 0;
}
section.careers-main > .section-bd a {
  color: #C12026;
}
section.careers-main > .section-bd a:hover, section.careers-main > .section-bd a:active {
  text-decoration: none;
}
section.careers-main > .section-ft .row, section.careers-main > .section-ft article .gallery-columns-9, article section.careers-main > .section-ft .gallery-columns-9, section.careers-main > .section-ft article .gallery-columns-8, article section.careers-main > .section-ft .gallery-columns-8, section.careers-main > .section-ft article .gallery-columns-7, article section.careers-main > .section-ft .gallery-columns-7, section.careers-main > .section-ft article .gallery-columns-6, article section.careers-main > .section-ft .gallery-columns-6, section.careers-main > .section-ft article .gallery-columns-5, article section.careers-main > .section-ft .gallery-columns-5, section.careers-main > .section-ft article .gallery-columns-4, article section.careers-main > .section-ft .gallery-columns-4, section.careers-main > .section-ft article .gallery-columns-3, article section.careers-main > .section-ft .gallery-columns-3, section.careers-main > .section-ft article .gallery-columns-2, article section.careers-main > .section-ft .gallery-columns-2, section.careers-main > .section-ft article .gallery-columns-1, article section.careers-main > .section-ft .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.careers-main > .section-ft .row > .col, section.careers-main > .section-ft article .gallery-columns-9 > .col, article section.careers-main > .section-ft .gallery-columns-9 > .col, section.careers-main > .section-ft article .gallery-columns-8 > .col, article section.careers-main > .section-ft .gallery-columns-8 > .col, section.careers-main > .section-ft article .gallery-columns-7 > .col, article section.careers-main > .section-ft .gallery-columns-7 > .col, section.careers-main > .section-ft article .gallery-columns-6 > .col, article section.careers-main > .section-ft .gallery-columns-6 > .col, section.careers-main > .section-ft article .gallery-columns-5 > .col, article section.careers-main > .section-ft .gallery-columns-5 > .col, section.careers-main > .section-ft article .gallery-columns-4 > .col, article section.careers-main > .section-ft .gallery-columns-4 > .col, section.careers-main > .section-ft article .gallery-columns-3 > .col, article section.careers-main > .section-ft .gallery-columns-3 > .col, section.careers-main > .section-ft article .gallery-columns-2 > .col, article section.careers-main > .section-ft .gallery-columns-2 > .col, section.careers-main > .section-ft article .gallery-columns-1 > .col, article section.careers-main > .section-ft .gallery-columns-1 > .col {
  width: 30%;
  margin-left: 5%;
}
section.careers-main > .section-ft .row > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-9 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-9 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-8 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-8 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-7 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-7 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-6 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-6 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-5 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-5 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-4 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-4 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-3 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-3 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-2 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-2 > .col:nth-child(1), section.careers-main > .section-ft article .gallery-columns-1 > .col:nth-child(1), article section.careers-main > .section-ft .gallery-columns-1 > .col:nth-child(1) {
  margin-left: 0;
}

section.case-content > .section-bd .featured-image {
  margin: 20px auto;
}
section.case-content > .section-bd .featured-image img {
  width: 100%;
}
section.case-content > .section-bd article {
  margin: 40px auto;
  max-width: 900px;
}
section.case-content > .section-bd article a {
  color: #C12026;
}

section.case-connect-with-us {
  background: #f8f9fa;
}
section.case-content > .section-hd {
  min-height: 300px;
  background: #000;
  position: relative;
  padding-top: 120px;
}
section.case-content > .section-hd .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.3;
  background-position: center;
  background-size: cover;
}
section.case-content > .section-hd .container {
  position: relative;
  color: #fff;
}
section.case-content > .section-hd .btn-download-pdf:hover, section.case-content > .section-hd .btn-download-pdf:focus, section.case-content > .section-hd .btn-download-pdf:active {
  opacity: 0.8;
}
section.case-content > .section-bd .featured-image {
  margin: 20px auto;
}
section.case-content > .section-bd .featured-image img {
  width: 100%;
}
section.case-content > .section-bd article {
  max-width: 900px;
  margin: 40px auto;
}
section.case-content > .section-bd article h1, section.case-content > .section-bd article .h1,
section.case-content > .section-bd article h2,
section.case-content > .section-bd article .h2,
section.case-content > .section-bd article h3,
section.case-content > .section-bd article .h3,
section.case-content > .section-bd article h4,
section.case-content > .section-bd article .h4,
section.case-content > .section-bd article h5,
section.case-content > .section-bd article .h5,
section.case-content > .section-bd article h6,
section.case-content > .section-bd article .h6 {
  font-weight: normal;
}
section.case-content > .section-bd article b,
section.case-content > .section-bd article strong {
  font-weight: bold;
}
section.case-content > .section-bd article h1, section.case-content > .section-bd article .h1 {
  font-size: 1.5rem;
}
section.case-content > .section-bd article h2, section.case-content > .section-bd article .h2 {
  font-size: 1.25rem;
}
section.case-content > .section-bd article h3, section.case-content > .section-bd article .h3 {
  font-size: 1.125rem;
}
section.case-content > .section-bd article h4, section.case-content > .section-bd article .h4 {
  font-size: 1rem;
}
section.case-content > .section-bd article h5, section.case-content > .section-bd article .h5 {
  font-size: 1rem;
}
section.case-content > .section-bd article img {
  margin-top: 30px;
}
section.case-content > .section-bd article .plyr--video {
  margin: 2rem auto;
}
section.case-content > .section-bd article a {
  color: #C12026;
}
section.case-content > .section-bd article a:hover {
  text-decoration: underline;
}

.popup-before-download {
  width: 500px;
  padding: 20px;
  display: none;
}
.popup-before-download div.wpcf7-response-output {
  display: none !important;
  color: #212529;
}

section.case-hero > .section-hd {
  min-height: 300px;
  background: #000;
  position: relative;
  padding-top: 120px;
}
section.case-hero > .section-hd .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-image: url("../img/case-study-banner.jpg");
}
section.case-hero > .section-hd .container {
  position: relative;
  color: #fff;
}
section.case-hero > .section-hd .btn-download-pdf:hover, section.case-hero > .section-hd .btn-download-pdf:focus, section.case-hero > .section-hd .btn-download-pdf:active {
  opacity: 0.8;
}
section.case-more-cases > .section-bd .box {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}
@media (max-width: 575.98px) {
  section.case-more-cases > .section-bd .box {
    padding: 0 0 0px 0px;
  }
}
section.case-more-cases > .section-bd .box .case-tags {
  font-size: 0.8125rem;
  line-height: 1.1;
}
section.case-more-cases > .section-bd .box .box-bd h3, section.case-more-cases > .section-bd .box .box-bd .h3 {
  font-size: 1rem;
  line-height: 1.1;
  min-height: 2.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
section.case-more-cases > .section-bd .box .box-bd span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #999;
  display: inline-block;
  font-size: 0.8125rem;
}
section.case-more-cases > .section-bd .box:hover {
  border-color: #C12026;
}
section.collections-main {
  background: #fbfbfb;
}
section.collections-main > .section-bd .spareparts-filter h4, section.collections-main > .section-bd .spareparts-filter .h4 {
  padding: 0 0 1rem;
  margin: 0;
}
section.collections-main > .section-bd .spareparts-filter h5, section.collections-main > .section-bd .spareparts-filter .h5 {
  margin: 0;
}
section.collections-main > .section-bd .spareparts-filter .box .box-hd {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.collections-main > .section-bd .spareparts-filter .box .box-hd h4, section.collections-main > .section-bd .spareparts-filter .box .box-hd .h4 {
  text-align: left;
  width: 90%;
}
section.collections-main > .section-bd .spareparts-filter .box .box-hd .fa {
  text-align: right;
  width: 10%;
}
section.collections-main > .section-bd .spareparts-filter .box .box-hd input {
  height: 45px;
  border: none;
  width: 100%;
}
section.collections-main > .section-bd .spareparts-filter .box .box-bd {
  padding: 10px 0;
  line-height: 1.8;
}
section.contact-main {
  padding: 150px 0;
  background: #353535;
  color: #fff;
}
section.contact-main > .section-bd h3, section.contact-main > .section-bd .h3,
section.contact-main > .section-bd h4,
section.contact-main > .section-bd .h4 {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 1.5em;
}
section.contact-main > .section-bd h3:first-of-type, section.contact-main > .section-bd .h3:first-of-type,
section.contact-main > .section-bd h4:first-of-type,
section.contact-main > .section-bd .h4:first-of-type {
  margin-top: 0;
}
section.contact-main > .section-bd p {
  line-height: 1.6;
}
section.contact-main > .section-bd a {
  color: #C12026;
}
section.contact-main > .section-bd a:hover, section.contact-main > .section-bd a:active {
  text-decoration: none;
}
section.contact-main > .section-ft h3, section.contact-main > .section-ft .h3,
section.contact-main > .section-ft h4,
section.contact-main > .section-ft .h4 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1em;
}
section.contact-main > .section-ft p {
  line-height: 1.6;
}
section.contact-main > .section-ft a {
  font-weight: 500;
  text-decoration: underline;
}

section.block-df1-feature {
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.98px) {
  section.block-df1-feature {
    background-image: none !important;
    padding: 30px 0;
  }
}
section.block-df1-feature > .section-bd article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 80px;
}
@media (max-width: 575.98px) {
  section.block-df1-feature > .section-bd article {
    padding: 20px 0;
    min-height: 0;
  }
}
section.block-df1-feature > .section-bd article h3, section.block-df1-feature > .section-bd article .h3,
section.block-df1-feature > .section-bd article h4,
section.block-df1-feature > .section-bd article .h4 {
  margin-bottom: 1.5rem;
}
section.block-df1-hero {
  padding: 100px 0 80px;
}
@media (max-width: 575.98px) {
  section.block-df1-hero {
    padding: 70px 0 50px;
  }
}
section.block-df1-hero > .section-hd {
  text-align: center;
}
section.block-df1-hero > .section-hd h1, section.block-df1-hero > .section-hd .h1 {
  margin-bottom: 1.5rem;
}
section.block-df1-hero > .section-hd h1 br, section.block-df1-hero > .section-hd .h1 br {
  display: none;
}
@media (max-width: 575.98px) {
  section.block-df1-hero > .section-hd h1 br, section.block-df1-hero > .section-hd .h1 br {
    display: block;
  }
}
section.block-df1-hero > .section-bd {
  text-align: center;
}
section.block-df1-hero > .section-bd img {
  width: auto;
  height: 400px;
}
@media (max-width: 575.98px) {
  section.block-df1-hero > .section-bd img {
    height: auto;
    width: 100%;
    max-width: 200px;
  }
}
section.block-df1-material {
  padding: 50px 0;
  background-color: #f5f5f5;
}
section.block-df1-material > .section-hd {
  text-align: center;
}
section.block-df1-material > .section-bd .mobile-tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
section.block-df1-material > .section-bd .mobile-tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
section.block-df1-material > .section-bd .mobile-tabs .nav-tabs .nav-item {
  min-width: 200px;
}
section.block-df1-material > .section-bd .nav-tabs {
  border: none;
}
section.block-df1-material > .section-bd .tab-content img {
  width: auto;
  max-width: 100%;
  max-height: 480px;
}
@media (max-width: 575.98px) {
  section.block-df1-material > .section-bd .tab-content img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
  }
}
@media (max-width: 575.98px) {
  section.block-df1-material > .section-bd .tab-content {
    padding: 10px 30px;
  }
}
section.block-df1-material > .section-bd .nav-item {
  display: block;
  margin: 0.5rem 0;
  border: none;
  line-height: 1.4;
}
section.block-df1-material > .section-bd .nav-item.active {
  background: none;
  border: none;
  color: #C12026;
}
@media (max-width: 575.98px) {
  section.block-df1-material > .section-bd .cp-carousel .cp-carousel-slide img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
  }
}
section.block-df1-specs > .section-bd .features-specs .specs-heading {
  border-bottom: 2px solid #C12026;
  color: #C12026;
}
section.block-df1-specs > .section-bd .features-specs .specs-heading h4, section.block-df1-specs > .section-bd .features-specs .specs-heading .h4 {
  font-size: 1.2rem;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-hd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-hd svg {
  height: 1.5rem;
  width: auto;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-hd h4, section.block-df1-specs > .section-bd .features-specs .specs-group .specs-hd .h4 {
  color: #111;
  font-size: 1.1rem;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-hd h4 span, section.block-df1-specs > .section-bd .features-specs .specs-group .specs-hd .h4 span {
  display: inline-block;
  width: 50px;
  font-size: 24px;
  text-align: center;
  color: #666;
  vertical-align: middle;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-bd {
  color: #888;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-bd p {
  margin-bottom: 0;
}
section.block-df1-specs > .section-bd .features-specs .specs-group .specs-bd h5, section.block-df1-specs > .section-bd .features-specs .specs-group .specs-bd .h5 {
  font-size: 1rem;
  padding-left: 50px;
  font-weight: normal;
  color: #111;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.block-df1-specs > .section-bd .features-specs .specs-group .specs-bd h5, section.block-df1-specs > .section-bd .features-specs .specs-group .specs-bd .h5 {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0.3em;
  }
}
section.distributor-apply-main {
  padding: 150px 0;
  background: #353535;
  color: #fff;
}
section.distributor-apply-main > .section-bd .box {
  margin: 0 auto;
}
section.distributor-apply-main > .section-bd .box > .box-bd {
  margin-top: 20px;
}
section.distributor-apply-main > .section-bd .box > .box-bd h5, section.distributor-apply-main > .section-bd .box > .box-bd .h5 {
  margin: 0;
}
section.distributor-apply-main > .section-bd .box > .box-ft .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.distributor-apply-main > .section-bd .box > .box-ft .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.distributor-apply-main > .section-bd .box > .box-ft input,
section.distributor-apply-main > .section-bd .box > .box-ft select,
section.distributor-apply-main > .section-bd .box > .box-ft .selectize-input {
  height: auto;
  outline: none;
  border: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  max-width: 400px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.distributor-apply-main > .section-bd .box > .box-ft input option,
section.distributor-apply-main > .section-bd .box > .box-ft select option,
section.distributor-apply-main > .section-bd .box > .box-ft .selectize-input option {
  color: #212529;
}
section.distributor-apply-main > .section-bd .box > .box-ft input:after,
section.distributor-apply-main > .section-bd .box > .box-ft select:after,
section.distributor-apply-main > .section-bd .box > .box-ft .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.distributor-apply-main > .section-bd .box > .box-ft input,
  section.distributor-apply-main > .section-bd .box > .box-ft select,
  section.distributor-apply-main > .section-bd .box > .box-ft .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.distributor-apply-main > .section-bd .box > .box-ft .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.distributor-apply-main > .section-bd .box > .box-ft .btn, section.distributor-apply-main > .section-bd .box > .box-ft section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.distributor-apply-main > .section-bd .box > .box-ft .hs-button, section.distributor-apply-main > .section-bd .box > .box-ft section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.distributor-apply-main > .section-bd .box > .box-ft .hs-button, section.distributor-apply-main > .section-bd .box > .box-ft section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.distributor-apply-main > .section-bd .box > .box-ft .hs-button, section.distributor-apply-main > .section-bd .box > .box-ft section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.distributor-apply-main > .section-bd .box > .box-ft .hs-button, section.distributor-apply-main > .section-bd .box > .box-ft .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.distributor-apply-main > .section-bd .box > .box-ft .hs-button, section.distributor-apply-main > .section-bd .box > .box-ft section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.distributor-apply-main > .section-bd .box > .box-ft input[type=submit] {
  margin-right: 1em;
}
section.downloads-df2-firmware article a {
  color: #666;
  font-weight: normal;
  display: inline-block;
}
section.downloads-df2-firmware article a:hover, section.downloads-df2-firmware article a:active {
  text-decoration: none;
}
section.downloads-df2-firmware .box {
  border: 1px solid #ccc;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-df2-firmware .box img {
  width: 50px;
  height: auto;
}
section.downloads-df2-firmware .box h4, section.downloads-df2-firmware .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-df2-firmware .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-df2-firmware .box a {
  color: #C12026;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
section.downloads-df2-firmware .box a:hover, section.downloads-df2-firmware .box a:active {
  border-bottom: 1px solid;
}
section.downloads-dfware article a {
  color: #666;
  font-weight: normal;
  display: inline-block;
}
section.downloads-dfware article a:hover, section.downloads-dfware article a:active {
  text-decoration: none;
}
section.downloads-dfware .box {
  border: 1px solid #ccc;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-dfware .box img {
  width: 50px;
  height: auto;
}
section.downloads-dfware .box h4, section.downloads-dfware .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-dfware .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-dfware .box a {
  color: #C12026;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
section.downloads-dfware .box a:hover, section.downloads-dfware .box a:active {
  border-bottom: 1px solid;
}

section.downloads-e2cf-ofp article ul,
section.downloads-e2cf-ofp article ol {
  font-size: 0.875rem;
}
section.downloads-e2cf-ofp article a {
  color: #666;
  font-weight: normal;
  border-bottom: 1px solid;
}
section.downloads-e2cf-ofp article a:hover, section.downloads-e2cf-ofp article a:active {
  text-decoration: none;
  border-bottom-color: transparent;
}
section.downloads-e2cf-ofp .box {
  border: 1px solid #eee;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.915rem;
  border-radius: 5px;
  background-color: #fff;
}
section.downloads-e2cf-ofp .box img {
  width: 50px;
  height: auto;
}
section.downloads-e2cf-ofp .box h4, section.downloads-e2cf-ofp .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-e2cf-ofp .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-e2cf-ofp .box a {
  color: #C12026;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
section.downloads-e2cf-ofp .box a:hover, section.downloads-e2cf-ofp .box a:active {
  border-bottom: 1px solid;
}
section.downloads-firmware {
  background-color: #fcfcfc;
}
section.downloads-firmware article a {
  color: #666;
  font-weight: normal;
  display: inline-block;
}
section.downloads-firmware article a:hover, section.downloads-firmware article a:active {
  text-decoration: none;
}
section.downloads-firmware .box {
  border: 1px solid #ccc;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-firmware .box img {
  width: 50px;
  height: auto;
}
section.downloads-firmware .box h4, section.downloads-firmware .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-firmware .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-firmware .box a {
  color: #C12026;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
section.downloads-firmware .box a:hover, section.downloads-firmware .box a:active {
  border-bottom: 1px solid;
}
section.downloads-guides {
  background-color: #fcfcfc;
}
section.downloads-guides article a {
  color: #666;
  font-weight: normal;
  display: inline-block;
}
section.downloads-guides article a:hover, section.downloads-guides article a:active {
  text-decoration: none;
}
section.downloads-guides .box {
  border: 1px solid #ccc;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-guides .box img {
  width: 50px;
  height: auto;
}
section.downloads-guides .box h4, section.downloads-guides .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-guides .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-guides .box a {
  color: #C12026;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
section.downloads-guides .box a:hover, section.downloads-guides .box a:active {
  border-bottom: 1px solid;
}
section.downloads-ideamaker article a {
  color: #666;
  font-weight: normal;
  display: inline-block;
}
section.downloads-ideamaker article a:hover, section.downloads-ideamaker article a:active {
  text-decoration: none;
}
section.downloads-ideamaker .box {
  border: 1px solid #ccc;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-ideamaker .box img {
  width: 50px;
  height: auto;
}
section.downloads-ideamaker .box h4, section.downloads-ideamaker .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-ideamaker .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-ideamaker .box a {
  color: #C12026;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
section.downloads-ideamaker .box a:hover, section.downloads-ideamaker .box a:active {
  border-bottom: 1px solid;
}

section.downloads-main {
  padding-top: 120px;
}
section.downloads-raisetouch article a {
  color: #666;
  font-weight: normal;
  display: inline-block;
}
section.downloads-raisetouch article a:hover, section.downloads-raisetouch article a:active {
  text-decoration: none;
}
section.downloads-raisetouch .box {
  border: 1px solid #ccc;
  padding: 1.2em;
  text-align: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-raisetouch .box img {
  width: 50px;
  height: auto;
}
section.downloads-raisetouch .box h4, section.downloads-raisetouch .box .h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}
section.downloads-raisetouch .box p {
  margin: 0 auto;
  font-size: 0.9rem;
}
section.downloads-raisetouch .box a {
  color: #C12026;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
section.downloads-raisetouch .box a:hover, section.downloads-raisetouch .box a:active {
  border-bottom: 1px solid;
}
.specs-table .specs-notes {
  padding-left: 50px;
}
@media (max-width: 575.98px) {
  .specs-table .specs-notes {
    padding-left: 0;
  }
}

.index-info {
  position: absolute;
  width: 100%;
  bottom: 80px;
  color: #fff;
}

.image-info {
  margin: 0 auto;
  max-width: 480px;
}

.index-info .col-md-6:nth-child(2) .idex-content {
  text-align: right;
}

.index-title {
  margin-bottom: 30px;
  text-align: center;
}

#e2-automatic {
  padding: 80px 0;
  position: relative;
  background-color: #353535;
}
@media (max-width: 575.98px) {
  #e2-automatic {
    padding: 10px 0 40px 0;
  }
}

.auto-info {
  z-index: 1;
  color: #fff;
  position: relative;
}

.auto-info figure {
  text-align: center;
  margin-top: 50px;
}

.e2-index .section-hd.image img {
  width: 100%;
}

section.e2-printers {
  background-size: cover !important;
}

.e2-features .left img {
  margin: 80px auto;
  display: block;
}

.e2-features h4, .e2-features .h4 {
  font-weight: normal;
}

section.pro2-features .features-extrusions .features-ux .col-md-8 .state-sync {
  display: none;
}

section.pro2-features .features-extrusions .features-ux .col-md-8 .state-sync.active {
  display: block;
}

.e2-bottom .specs-heading h4, .e2-bottom .specs-heading .h4 {
  text-align: center;
}

.image-text .row, .image-text article .gallery-columns-9, article .image-text .gallery-columns-9, .image-text article .gallery-columns-8, article .image-text .gallery-columns-8, .image-text article .gallery-columns-7, article .image-text .gallery-columns-7, .image-text article .gallery-columns-6, article .image-text .gallery-columns-6, .image-text article .gallery-columns-5, article .image-text .gallery-columns-5, .image-text article .gallery-columns-4, article .image-text .gallery-columns-4, .image-text article .gallery-columns-3, article .image-text .gallery-columns-3, .image-text article .gallery-columns-2, article .image-text .gallery-columns-2, .image-text article .gallery-columns-1, article .image-text .gallery-columns-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.image-text {
  background-size: cover !important;
}

.e2-printers .mt-3 h4, .e2-printers .mt-3 .h4 {
  font-weight: normal;
  font-size: 18px;
  margin: 30px auto;
  max-width: 700px;
  line-height: 25px;
  width: 100%;
  text-align: center;
}

#e2-series .section-bd.mt-5 {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.e2-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0 100px;
}

.e2-top h2, .e2-top .h2,
.e2-top h4,
.e2-top .h4 {
  color: #fff;
}

@media (min-width: 992px) {
  .e2-top h2, .e2-top .h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .e2-top h2, .e2-top .h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .e2-top h4, .e2-top .h4 {
    font-size: 2.125rem;
  }
}
@media (max-width: 575.98px) {
  .e2-top h4, .e2-top .h4 {
    font-size: 1.5rem;
  }
}

#e2-series > img {
  width: 100%;
}

section.e2-printers {
  padding: 0;
  max-height: 800px;
  max-height: 48vw;
}
@media (max-width: 575.98px) {
  section.e2-printers {
    max-height: none;
  }
}

.image-text:nth-child(3) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-text:nth-child(3) .col-md-6 {
  position: inherit;
}

.image-text:nth-child(3) .col-md-6 img {
  bottom: 0;
  width: 300px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  .image-text:nth-child(3) .col-md-6 img {
    width: 70%;
    max-width: 360px;
    display: block;
  }
}

@media (max-width: 1024px) {
  .e2-top {
    padding: 90px 0 100px;
  }
  #e2-series .section-bd.mt-5 {
    bottom: 10px;
  }
  .e2-printers .mt-3 h4, .e2-printers .mt-3 .h4 {
    margin: 0 auto;
  }
  .index-info {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #e2-series {
    background: #5a5a5a;
  }
  .e2-top {
    position: relative;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 5px;
    height: auto;
  }
  #e2-series .section-bd.mt-5 {
    position: relative;
    margin-top: 0 !important;
  }
  #e2-series .section-bd.mt-5 .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .index-info {
    position: relative;
  }
  #e2-index {
    background: #000;
  }
}
@media (max-width: 767px) {
  .image-text:nth-child(3) {
    padding: 50px 0 100px !important;
    min-height: 0;
  }
  .image-text:nth-child(3) .col-md-6 img {
    position: relative;
    margin: 0 auto;
  }
  .e2-printers .mt-3 h4, .e2-printers .mt-3 .h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .index-info .col-md-6:nth-child(2) .idex-content,
  .index-info .col-md-6:nth-child(3) .idex-content {
    padding: 0;
    text-align: center;
  }
}
section.pro2-features .features-controller.e2-features-controller {
  padding: 0 !important;
  background-color: #000;
}
section.pro2-features .features-controller.e2-features-controller .container {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  section.pro2-features .features-controller.e2-features-controller .container {
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: none !important;
    background-color: #000 !important;
  }
}

@media (max-width: 575.98px) {
  .features-resuming .container {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  section.pro2-features .features-extrusions .features-ux .col-md-8 .state-sync {
    display: block;
    margin-bottom: 1.5em;
  }
}

section.events-main > .section-bd .box .box-hd {
  padding: 0.3em 1em;
  background: #333;
  color: #fff;
  font-size: 1.1rem;
}
section.events-main > .section-bd .box .box-bd .event-list {
  position: relative;
  margin-left: 18px;
}
section.events-main > .section-bd .box .box-bd .event-list:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  border-left: 1px solid #aaa;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item {
  position: relative;
  margin-top: 2em;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item:first-of-type {
  margin-top: 0;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item:before {
  content: "";
  position: absolute;
  left: -19px;
  top: -2;
  height: 100%;
  border: 1px solid #aaa;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item .item-hd {
  -webkit-transform: translate(0, -0.2em);
      -ms-transform: translate(0, -0.2em);
          transform: translate(0, -0.2em);
}
section.events-main > .section-bd .box .box-bd .event-list .event-item .item-hd h3, section.events-main > .section-bd .box .box-bd .event-list .event-item .item-hd .h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item .item-bd {
  padding: 0.3em 0;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item .item-bd ul li {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #ccc;
  line-height: 1;
  font-size: 0.875rem;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item .item-bd ul li:last-of-type {
  border: none;
}
section.events-main > .section-bd .box .box-bd .event-list .event-item .item-ft {
  color: #666;
  font-size: 0.875rem;
  font-weight: 300;
}
section.filament-main > .section-bd .row, section.filament-main > .section-bd article .gallery-columns-9, article section.filament-main > .section-bd .gallery-columns-9, section.filament-main > .section-bd article .gallery-columns-8, article section.filament-main > .section-bd .gallery-columns-8, section.filament-main > .section-bd article .gallery-columns-7, article section.filament-main > .section-bd .gallery-columns-7, section.filament-main > .section-bd article .gallery-columns-6, article section.filament-main > .section-bd .gallery-columns-6, section.filament-main > .section-bd article .gallery-columns-5, article section.filament-main > .section-bd .gallery-columns-5, section.filament-main > .section-bd article .gallery-columns-4, article section.filament-main > .section-bd .gallery-columns-4, section.filament-main > .section-bd article .gallery-columns-3, article section.filament-main > .section-bd .gallery-columns-3, section.filament-main > .section-bd article .gallery-columns-2, article section.filament-main > .section-bd .gallery-columns-2, section.filament-main > .section-bd article .gallery-columns-1, article section.filament-main > .section-bd .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.filament-main > .section-bd .row .box-bd, section.filament-main > .section-bd article .gallery-columns-9 .box-bd, article section.filament-main > .section-bd .gallery-columns-9 .box-bd, section.filament-main > .section-bd article .gallery-columns-8 .box-bd, article section.filament-main > .section-bd .gallery-columns-8 .box-bd, section.filament-main > .section-bd article .gallery-columns-7 .box-bd, article section.filament-main > .section-bd .gallery-columns-7 .box-bd, section.filament-main > .section-bd article .gallery-columns-6 .box-bd, article section.filament-main > .section-bd .gallery-columns-6 .box-bd, section.filament-main > .section-bd article .gallery-columns-5 .box-bd, article section.filament-main > .section-bd .gallery-columns-5 .box-bd, section.filament-main > .section-bd article .gallery-columns-4 .box-bd, article section.filament-main > .section-bd .gallery-columns-4 .box-bd, section.filament-main > .section-bd article .gallery-columns-3 .box-bd, article section.filament-main > .section-bd .gallery-columns-3 .box-bd, section.filament-main > .section-bd article .gallery-columns-2 .box-bd, article section.filament-main > .section-bd .gallery-columns-2 .box-bd, section.filament-main > .section-bd article .gallery-columns-1 .box-bd, article section.filament-main > .section-bd .gallery-columns-1 .box-bd {
  min-height: 300px;
}
section.filament-main > .section-bd .row > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-9 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-9 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-8 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-8 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-7 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-7 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-6 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-6 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-5 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-5 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-4 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-4 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-3 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-3 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-2 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-2 > .col:last-child() img, section.filament-main > .section-bd article .gallery-columns-1 > .col:last-child() img, article section.filament-main > .section-bd .gallery-columns-1 > .col:last-child() img {
  pointer-events: none;
}
section.filament-main > .section-bd .row > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-9 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-9 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-8 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-8 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-7 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-7 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-6 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-6 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-5 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-5 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-4 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-4 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-3 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-3 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-2 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-2 > .col:nth-child(1), section.filament-main > .section-bd article .gallery-columns-1 > .col:nth-child(1), article section.filament-main > .section-bd .gallery-columns-1 > .col:nth-child(1) {
  width: 60%;
}
section.filament-main > .section-bd .row > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-9 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-9 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-8 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-8 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-7 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-7 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-6 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-6 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-5 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-5 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-4 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-4 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-3 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-3 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-2 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-2 > .col:nth-child(2), section.filament-main > .section-bd article .gallery-columns-1 > .col:nth-child(2), article section.filament-main > .section-bd .gallery-columns-1 > .col:nth-child(2) {
  width: 30%;
  margin-left: 10%;
}
section.filament-main > .section-bd .row > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-9 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-9 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-8 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-8 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-7 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-7 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-6 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-6 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-5 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-5 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-4 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-4 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-3 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-3 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-2 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-2 > .col:nth-child(2) a, section.filament-main > .section-bd article .gallery-columns-1 > .col:nth-child(2) a, article section.filament-main > .section-bd .gallery-columns-1 > .col:nth-child(2) a {
  color: #C12026;
}

section.filaments-main {
  background: #fbfbfb;
}
section.filaments-main > .section-bd .filaments-filter h4, section.filaments-main > .section-bd .filaments-filter .h4 {
  padding: 10px 0;
  margin: 0;
}
section.filaments-main > .section-bd .filaments-filter h5, section.filaments-main > .section-bd .filaments-filter .h5 {
  margin: 0;
}
section.filaments-main > .section-bd .filaments-filter .box .box-hd {
  background: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.filaments-main > .section-bd .filaments-filter .box .box-hd h4, section.filaments-main > .section-bd .filaments-filter .box .box-hd .h4 {
  text-align: left;
  width: 90%;
}
section.filaments-main > .section-bd .filaments-filter .box .box-hd .fa {
  text-align: right;
  width: 10%;
}
section.filaments-main > .section-bd .filaments-filter .box .box-hd input {
  height: 45px;
  border: none;
  width: 100%;
}
section.filaments-main > .section-bd .filaments-filter .box .box-bd {
  padding: 10px 0;
  line-height: 1.8;
}
section.generic-main {
  padding-top: 120px;
}
section.generic-main > .section-bd article {
  max-width: 960px;
  margin: 0 auto;
}
section.generic-main > .section-bd article h3, section.generic-main > .section-bd article .h3 {
  font-size: 1.2rem;
}
section.generic-main > .section-bd article h4, section.generic-main > .section-bd article .h4 {
  font-size: 1.1rem;
}
section.generic-main > .section-bd article a {
  color: #C12026;
}
section.get-demo-main {
  padding: 150px 0;
  background: #353535;
  color: #fff;
}
section.get-demo-main > .section-bd .box {
  margin: 0 auto;
}
section.get-demo-main > .section-bd .box > .box-bd {
  margin-top: 20px;
}
section.get-demo-main > .section-bd .box > .box-bd h5, section.get-demo-main > .section-bd .box > .box-bd .h5 {
  margin: 0;
}
section.get-demo-main > .section-bd .box > .box-ft .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.get-demo-main > .section-bd .box > .box-ft .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.get-demo-main > .section-bd .box > .box-ft input[type=checkbox],
section.get-demo-main > .section-bd .box > .box-ft input[type=radio] {
  width: auto;
}
section.get-demo-main > .section-bd .box > .box-ft input,
section.get-demo-main > .section-bd .box > .box-ft select,
section.get-demo-main > .section-bd .box > .box-ft .selectize-input {
  height: auto;
  outline: none;
  border: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.get-demo-main > .section-bd .box > .box-ft input option,
section.get-demo-main > .section-bd .box > .box-ft select option,
section.get-demo-main > .section-bd .box > .box-ft .selectize-input option {
  color: #212529;
}
section.get-demo-main > .section-bd .box > .box-ft input:after,
section.get-demo-main > .section-bd .box > .box-ft select:after,
section.get-demo-main > .section-bd .box > .box-ft .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.get-demo-main > .section-bd .box > .box-ft input,
  section.get-demo-main > .section-bd .box > .box-ft select,
  section.get-demo-main > .section-bd .box > .box-ft .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.get-demo-main > .section-bd .box > .box-ft .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.get-demo-main > .section-bd .box > .box-ft .btn, section.get-demo-main > .section-bd .box > .box-ft section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.get-demo-main > .section-bd .box > .box-ft .hs-button, section.get-demo-main > .section-bd .box > .box-ft section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.get-demo-main > .section-bd .box > .box-ft .hs-button, section.get-demo-main > .section-bd .box > .box-ft section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.get-demo-main > .section-bd .box > .box-ft .hs-button, section.get-demo-main > .section-bd .box > .box-ft section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.get-demo-main > .section-bd .box > .box-ft .hs-button, section.get-demo-main > .section-bd .box > .box-ft .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.get-demo-main > .section-bd .box > .box-ft .hs-button, section.get-demo-main > .section-bd .box > .box-ft section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.get-demo-main > .section-bd .box > .box-ft input[type=submit] {
  margin-right: 1em;
}
section.get-sample-main {
  padding: 150px 0;
  background: #353535;
  color: #fff;
}
section.get-sample-main > .section-bd .box {
  margin: 0 auto;
}
section.get-sample-main > .section-bd .box > .box-bd {
  margin-top: 20px;
}
section.get-sample-main > .section-bd .box > .box-bd h5, section.get-sample-main > .section-bd .box > .box-bd .h5 {
  margin: 0;
}
section.get-sample-main > .section-bd .box > .box-ft .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.get-sample-main > .section-bd .box > .box-ft .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.get-sample-main > .section-bd .box > .box-ft input[type=checkbox],
section.get-sample-main > .section-bd .box > .box-ft input[type=radio] {
  width: auto;
}
section.get-sample-main > .section-bd .box > .box-ft input,
section.get-sample-main > .section-bd .box > .box-ft .selectize-input {
  height: auto;
  outline: none;
  border: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  max-width: 400px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.get-sample-main > .section-bd .box > .box-ft input:after,
section.get-sample-main > .section-bd .box > .box-ft .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.get-sample-main > .section-bd .box > .box-ft input,
  section.get-sample-main > .section-bd .box > .box-ft .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.get-sample-main > .section-bd .box > .box-ft .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.get-sample-main > .section-bd .box > .box-ft .btn, section.get-sample-main > .section-bd .box > .box-ft section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.get-sample-main > .section-bd .box > .box-ft .hs-button, section.get-sample-main > .section-bd .box > .box-ft section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.get-sample-main > .section-bd .box > .box-ft .hs-button, section.get-sample-main > .section-bd .box > .box-ft section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.get-sample-main > .section-bd .box > .box-ft .hs-button, section.get-sample-main > .section-bd .box > .box-ft section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.get-sample-main > .section-bd .box > .box-ft .hs-button, section.get-sample-main > .section-bd .box > .box-ft .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.get-sample-main > .section-bd .box > .box-ft .hs-button, section.get-sample-main > .section-bd .box > .box-ft section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.get-sample-main > .section-bd .box > .box-ft input[type=submit] {
  margin-right: 1em;
}
section.home-about-new {
  background: #fcfcfc;
}
section.home-about-new > .section-bd {
  padding: 0px 0;
}
@media (max-width: 575.98px) {
  section.home-about-new > .section-bd {
    padding: 50px 0;
  }
}
section.home-about-new > .section-bd .item {
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.98px) {
  section.home-about-new > .section-bd .item {
    background: none !important;
    color: #212529 !important;
  }
}
section.home-about-new > .section-bd article {
  width: 52%;
  margin: 0 0 0 auto;
}
@media (max-width: 575.98px) {
  section.home-about-new > .section-bd article {
    width: 100%;
  }
}
section.home-about-new > .section-bd .flex-row-reverse article {
  width: 52%;
  margin: 0 auto 0 0;
}
@media (max-width: 575.98px) {
  section.home-about-new > .section-bd .flex-row-reverse article {
    width: 100%;
  }
}
section.home-about-new > .section-bd .row:last-of-type, section.home-about-new > .section-bd article .gallery-columns-9:last-of-type, article section.home-about-new > .section-bd .gallery-columns-9:last-of-type, section.home-about-new > .section-bd article .gallery-columns-8:last-of-type, article section.home-about-new > .section-bd .gallery-columns-8:last-of-type, section.home-about-new > .section-bd article .gallery-columns-7:last-of-type, article section.home-about-new > .section-bd .gallery-columns-7:last-of-type, section.home-about-new > .section-bd article .gallery-columns-6:last-of-type, article section.home-about-new > .section-bd .gallery-columns-6:last-of-type, section.home-about-new > .section-bd article .gallery-columns-5:last-of-type, article section.home-about-new > .section-bd .gallery-columns-5:last-of-type, section.home-about-new > .section-bd article .gallery-columns-4:last-of-type, article section.home-about-new > .section-bd .gallery-columns-4:last-of-type, section.home-about-new > .section-bd article .gallery-columns-3:last-of-type, article section.home-about-new > .section-bd .gallery-columns-3:last-of-type, section.home-about-new > .section-bd article .gallery-columns-2:last-of-type, article section.home-about-new > .section-bd .gallery-columns-2:last-of-type, section.home-about-new > .section-bd article .gallery-columns-1:last-of-type, article section.home-about-new > .section-bd .gallery-columns-1:last-of-type {
  margin-bottom: 0;
}
section.home-about-new > .section-bd .row article, section.home-about-new > .section-bd article .gallery-columns-9 article, article section.home-about-new > .section-bd .gallery-columns-9 article, section.home-about-new > .section-bd article .gallery-columns-8 article, article section.home-about-new > .section-bd .gallery-columns-8 article, section.home-about-new > .section-bd article .gallery-columns-7 article, article section.home-about-new > .section-bd .gallery-columns-7 article, section.home-about-new > .section-bd article .gallery-columns-6 article, article section.home-about-new > .section-bd .gallery-columns-6 article, section.home-about-new > .section-bd article .gallery-columns-5 article, article section.home-about-new > .section-bd .gallery-columns-5 article, section.home-about-new > .section-bd article .gallery-columns-4 article, article section.home-about-new > .section-bd .gallery-columns-4 article, section.home-about-new > .section-bd article .gallery-columns-3 article, article section.home-about-new > .section-bd .gallery-columns-3 article, section.home-about-new > .section-bd article .gallery-columns-2 article, article section.home-about-new > .section-bd .gallery-columns-2 article, section.home-about-new > .section-bd article .gallery-columns-1 article, article section.home-about-new > .section-bd .gallery-columns-1 article {
  padding-left: 40px;
}
@media (max-width: 575.98px) {
  section.home-about-new > .section-bd .row article, section.home-about-new > .section-bd article .gallery-columns-9 article, article section.home-about-new > .section-bd .gallery-columns-9 article, section.home-about-new > .section-bd article .gallery-columns-8 article, article section.home-about-new > .section-bd .gallery-columns-8 article, section.home-about-new > .section-bd article .gallery-columns-7 article, article section.home-about-new > .section-bd .gallery-columns-7 article, section.home-about-new > .section-bd article .gallery-columns-6 article, article section.home-about-new > .section-bd .gallery-columns-6 article, section.home-about-new > .section-bd article .gallery-columns-5 article, article section.home-about-new > .section-bd .gallery-columns-5 article, section.home-about-new > .section-bd article .gallery-columns-4 article, article section.home-about-new > .section-bd .gallery-columns-4 article, section.home-about-new > .section-bd article .gallery-columns-3 article, article section.home-about-new > .section-bd .gallery-columns-3 article, section.home-about-new > .section-bd article .gallery-columns-2 article, article section.home-about-new > .section-bd .gallery-columns-2 article, section.home-about-new > .section-bd article .gallery-columns-1 article, article section.home-about-new > .section-bd .gallery-columns-1 article {
    padding: 0 !important;
  }
}
section.home-about-new > .section-bd .row article h3, section.home-about-new > .section-bd article .gallery-columns-9 article h3, article section.home-about-new > .section-bd .gallery-columns-9 article h3, section.home-about-new > .section-bd article .gallery-columns-8 article h3, article section.home-about-new > .section-bd .gallery-columns-8 article h3, section.home-about-new > .section-bd article .gallery-columns-7 article h3, article section.home-about-new > .section-bd .gallery-columns-7 article h3, section.home-about-new > .section-bd article .gallery-columns-6 article h3, article section.home-about-new > .section-bd .gallery-columns-6 article h3, section.home-about-new > .section-bd article .gallery-columns-5 article h3, article section.home-about-new > .section-bd .gallery-columns-5 article h3, section.home-about-new > .section-bd article .gallery-columns-4 article h3, article section.home-about-new > .section-bd .gallery-columns-4 article h3, section.home-about-new > .section-bd article .gallery-columns-3 article h3, article section.home-about-new > .section-bd .gallery-columns-3 article h3, section.home-about-new > .section-bd article .gallery-columns-2 article h3, article section.home-about-new > .section-bd .gallery-columns-2 article h3, section.home-about-new > .section-bd article .gallery-columns-1 article h3, article section.home-about-new > .section-bd .gallery-columns-1 article h3, section.home-about-new > .section-bd .row article .h3, section.home-about-new > .section-bd article .gallery-columns-9 article .h3, article section.home-about-new > .section-bd .gallery-columns-9 article .h3, section.home-about-new > .section-bd article .gallery-columns-8 article .h3, article section.home-about-new > .section-bd .gallery-columns-8 article .h3, section.home-about-new > .section-bd article .gallery-columns-7 article .h3, article section.home-about-new > .section-bd .gallery-columns-7 article .h3, section.home-about-new > .section-bd article .gallery-columns-6 article .h3, article section.home-about-new > .section-bd .gallery-columns-6 article .h3, section.home-about-new > .section-bd article .gallery-columns-5 article .h3, article section.home-about-new > .section-bd .gallery-columns-5 article .h3, section.home-about-new > .section-bd article .gallery-columns-4 article .h3, article section.home-about-new > .section-bd .gallery-columns-4 article .h3, section.home-about-new > .section-bd article .gallery-columns-3 article .h3, article section.home-about-new > .section-bd .gallery-columns-3 article .h3, section.home-about-new > .section-bd article .gallery-columns-2 article .h3, article section.home-about-new > .section-bd .gallery-columns-2 article .h3, section.home-about-new > .section-bd article .gallery-columns-1 article .h3, article section.home-about-new > .section-bd .gallery-columns-1 article .h3 {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
section.home-about-new > .section-bd .row.flex-row-reverse article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-9 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-9 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-8 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-8 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-7 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-7 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-6 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-6 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-5 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-5 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-4 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-4 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-3 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-3 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-2 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-2 article, section.home-about-new > .section-bd article .flex-row-reverse.gallery-columns-1 article, article section.home-about-new > .section-bd .flex-row-reverse.gallery-columns-1 article {
  padding-left: 0;
  padding-right: 40px;
}

section.home-about {
  background: #fcfcfc;
}
section.home-about > .section-bd {
  padding: 60px 0;
}
section.home-about > .section-bd .row, section.home-about > .section-bd article .gallery-columns-9, article section.home-about > .section-bd .gallery-columns-9, section.home-about > .section-bd article .gallery-columns-8, article section.home-about > .section-bd .gallery-columns-8, section.home-about > .section-bd article .gallery-columns-7, article section.home-about > .section-bd .gallery-columns-7, section.home-about > .section-bd article .gallery-columns-6, article section.home-about > .section-bd .gallery-columns-6, section.home-about > .section-bd article .gallery-columns-5, article section.home-about > .section-bd .gallery-columns-5, section.home-about > .section-bd article .gallery-columns-4, article section.home-about > .section-bd .gallery-columns-4, section.home-about > .section-bd article .gallery-columns-3, article section.home-about > .section-bd .gallery-columns-3, section.home-about > .section-bd article .gallery-columns-2, article section.home-about > .section-bd .gallery-columns-2, section.home-about > .section-bd article .gallery-columns-1, article section.home-about > .section-bd .gallery-columns-1 {
  margin-bottom: 50px;
}
section.home-about > .section-bd .row:last-of-type, section.home-about > .section-bd article .gallery-columns-9:last-of-type, article section.home-about > .section-bd .gallery-columns-9:last-of-type, section.home-about > .section-bd article .gallery-columns-8:last-of-type, article section.home-about > .section-bd .gallery-columns-8:last-of-type, section.home-about > .section-bd article .gallery-columns-7:last-of-type, article section.home-about > .section-bd .gallery-columns-7:last-of-type, section.home-about > .section-bd article .gallery-columns-6:last-of-type, article section.home-about > .section-bd .gallery-columns-6:last-of-type, section.home-about > .section-bd article .gallery-columns-5:last-of-type, article section.home-about > .section-bd .gallery-columns-5:last-of-type, section.home-about > .section-bd article .gallery-columns-4:last-of-type, article section.home-about > .section-bd .gallery-columns-4:last-of-type, section.home-about > .section-bd article .gallery-columns-3:last-of-type, article section.home-about > .section-bd .gallery-columns-3:last-of-type, section.home-about > .section-bd article .gallery-columns-2:last-of-type, article section.home-about > .section-bd .gallery-columns-2:last-of-type, section.home-about > .section-bd article .gallery-columns-1:last-of-type, article section.home-about > .section-bd .gallery-columns-1:last-of-type {
  margin-bottom: 0;
}
section.home-about > .section-bd .row article, section.home-about > .section-bd article .gallery-columns-9 article, article section.home-about > .section-bd .gallery-columns-9 article, section.home-about > .section-bd article .gallery-columns-8 article, article section.home-about > .section-bd .gallery-columns-8 article, section.home-about > .section-bd article .gallery-columns-7 article, article section.home-about > .section-bd .gallery-columns-7 article, section.home-about > .section-bd article .gallery-columns-6 article, article section.home-about > .section-bd .gallery-columns-6 article, section.home-about > .section-bd article .gallery-columns-5 article, article section.home-about > .section-bd .gallery-columns-5 article, section.home-about > .section-bd article .gallery-columns-4 article, article section.home-about > .section-bd .gallery-columns-4 article, section.home-about > .section-bd article .gallery-columns-3 article, article section.home-about > .section-bd .gallery-columns-3 article, section.home-about > .section-bd article .gallery-columns-2 article, article section.home-about > .section-bd .gallery-columns-2 article, section.home-about > .section-bd article .gallery-columns-1 article, article section.home-about > .section-bd .gallery-columns-1 article {
  padding-left: 40px;
}
@media (max-width: 575.98px) {
  section.home-about > .section-bd .row article, section.home-about > .section-bd article .gallery-columns-9 article, article section.home-about > .section-bd .gallery-columns-9 article, section.home-about > .section-bd article .gallery-columns-8 article, article section.home-about > .section-bd .gallery-columns-8 article, section.home-about > .section-bd article .gallery-columns-7 article, article section.home-about > .section-bd .gallery-columns-7 article, section.home-about > .section-bd article .gallery-columns-6 article, article section.home-about > .section-bd .gallery-columns-6 article, section.home-about > .section-bd article .gallery-columns-5 article, article section.home-about > .section-bd .gallery-columns-5 article, section.home-about > .section-bd article .gallery-columns-4 article, article section.home-about > .section-bd .gallery-columns-4 article, section.home-about > .section-bd article .gallery-columns-3 article, article section.home-about > .section-bd .gallery-columns-3 article, section.home-about > .section-bd article .gallery-columns-2 article, article section.home-about > .section-bd .gallery-columns-2 article, section.home-about > .section-bd article .gallery-columns-1 article, article section.home-about > .section-bd .gallery-columns-1 article {
    padding: 0 !important;
  }
}
section.home-about > .section-bd .row article h3, section.home-about > .section-bd article .gallery-columns-9 article h3, article section.home-about > .section-bd .gallery-columns-9 article h3, section.home-about > .section-bd article .gallery-columns-8 article h3, article section.home-about > .section-bd .gallery-columns-8 article h3, section.home-about > .section-bd article .gallery-columns-7 article h3, article section.home-about > .section-bd .gallery-columns-7 article h3, section.home-about > .section-bd article .gallery-columns-6 article h3, article section.home-about > .section-bd .gallery-columns-6 article h3, section.home-about > .section-bd article .gallery-columns-5 article h3, article section.home-about > .section-bd .gallery-columns-5 article h3, section.home-about > .section-bd article .gallery-columns-4 article h3, article section.home-about > .section-bd .gallery-columns-4 article h3, section.home-about > .section-bd article .gallery-columns-3 article h3, article section.home-about > .section-bd .gallery-columns-3 article h3, section.home-about > .section-bd article .gallery-columns-2 article h3, article section.home-about > .section-bd .gallery-columns-2 article h3, section.home-about > .section-bd article .gallery-columns-1 article h3, article section.home-about > .section-bd .gallery-columns-1 article h3, section.home-about > .section-bd .row article .h3, section.home-about > .section-bd article .gallery-columns-9 article .h3, article section.home-about > .section-bd .gallery-columns-9 article .h3, section.home-about > .section-bd article .gallery-columns-8 article .h3, article section.home-about > .section-bd .gallery-columns-8 article .h3, section.home-about > .section-bd article .gallery-columns-7 article .h3, article section.home-about > .section-bd .gallery-columns-7 article .h3, section.home-about > .section-bd article .gallery-columns-6 article .h3, article section.home-about > .section-bd .gallery-columns-6 article .h3, section.home-about > .section-bd article .gallery-columns-5 article .h3, article section.home-about > .section-bd .gallery-columns-5 article .h3, section.home-about > .section-bd article .gallery-columns-4 article .h3, article section.home-about > .section-bd .gallery-columns-4 article .h3, section.home-about > .section-bd article .gallery-columns-3 article .h3, article section.home-about > .section-bd .gallery-columns-3 article .h3, section.home-about > .section-bd article .gallery-columns-2 article .h3, article section.home-about > .section-bd .gallery-columns-2 article .h3, section.home-about > .section-bd article .gallery-columns-1 article .h3, article section.home-about > .section-bd .gallery-columns-1 article .h3 {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
section.home-about > .section-bd .row.flex-row-reverse article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-9 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-9 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-8 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-8 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-7 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-7 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-6 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-6 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-5 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-5 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-4 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-4 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-3 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-3 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-2 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-2 article, section.home-about > .section-bd article .flex-row-reverse.gallery-columns-1 article, article section.home-about > .section-bd .flex-row-reverse.gallery-columns-1 article {
  padding-left: 0;
  padding-right: 40px;
}

section.home-applications .section-hd {
  padding-bottom: 30px;
}
section.home-applications .section-hd p {
  margin: 0;
}
section.home-applications .section-bd .row, section.home-applications .section-bd article .gallery-columns-9, article section.home-applications .section-bd .gallery-columns-9, section.home-applications .section-bd article .gallery-columns-8, article section.home-applications .section-bd .gallery-columns-8, section.home-applications .section-bd article .gallery-columns-7, article section.home-applications .section-bd .gallery-columns-7, section.home-applications .section-bd article .gallery-columns-6, article section.home-applications .section-bd .gallery-columns-6, section.home-applications .section-bd article .gallery-columns-5, article section.home-applications .section-bd .gallery-columns-5, section.home-applications .section-bd article .gallery-columns-4, article section.home-applications .section-bd .gallery-columns-4, section.home-applications .section-bd article .gallery-columns-3, article section.home-applications .section-bd .gallery-columns-3, section.home-applications .section-bd article .gallery-columns-2, article section.home-applications .section-bd .gallery-columns-2, section.home-applications .section-bd article .gallery-columns-1, article section.home-applications .section-bd .gallery-columns-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home-applications .section-bd .col {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 575.98px) {
  section.home-applications .section-bd .col {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  section.home-applications .section-bd .col:first-of-type {
    border: none;
  }
}
section.home-applications .section-bd .col a {
  height: 560px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
section.home-applications .section-bd .col a .application-icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  display: inline-block;
  pointer-events: none;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 14px;
}
@media (max-width: 575.98px) {
  section.home-applications .section-bd .col a .application-icon {
    opacity: 1;
    width: 30%;
    height: 60px;
    text-align: center;
    border: none;
    padding: 0;
  }
  section.home-applications .section-bd .col a .application-icon img {
    width: 65px;
    height: 60px;
  }
}
section.home-applications .section-bd .col a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  width: auto;
  height: 80px;
}
@media (max-width: 575.98px) {
  section.home-applications .section-bd .col a {
    height: auto;
    padding: 1.2em;
    text-align: left;
    background: rgba(35, 40, 59, 0.5);
  }
}
section.home-applications .section-bd .col a:hover {
  background: rgba(35, 40, 59, 0.5);
}
section.home-applications .section-bd .col a:hover .application-icon {
  opacity: 1;
}
section.home-applications .section-bd .col a:hover h4, section.home-applications .section-bd .col a:hover .h4 {
  -webkit-transform: translate(0, -80px);
      -ms-transform: translate(0, -80px);
          transform: translate(0, -80px);
}
section.home-applications .section-bd .col a h4, section.home-applications .section-bd .col a .h4 {
  bottom: 50px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  margin: 0;
  font-weight: normal;
}
section.home-applications .section-bd .col a h4 svg, section.home-applications .section-bd .col a .h4 svg {
  margin-left: 0.5em;
}
@media (max-width: 575.98px) {
  section.home-applications .section-bd .col a h4, section.home-applications .section-bd .col a .h4 {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 1rem;
    -webkit-transform: translate(0, 0px) !important;
        -ms-transform: translate(0, 0px) !important;
            transform: translate(0, 0px) !important;
    padding-left: 20px;
  }
}
section.home-applications .section-bd .col:nth-child(1) {
  margin-left: 0;
  width: 20%;
}

section.home-customers {
  background: #C12026;
  color: #fff;
}
section.home-help-center .section-bd {
  padding: 20px 0;
}
section.home-help-center .help-icons figure {
  position: relative;
}
section.home-help-center .help-icons figure img {
  width: 100px;
  max-width: 90%;
}
@media (max-width: 575.98px) {
  section.home-help-center .help-icons figure h5, section.home-help-center .help-icons figure .h5 {
    font-size: 15px;
  }
}
section.home-help-center .help-icons figure img {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.home-help-center .help-icons figure:hover {
  color: #C12026;
}
section.home-help-center .help-icons figure:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
section.home-help-center .help-icons a {
  display: block;
}

section.home-hero {
  background-color: #000;
}
section.home-hero .section-bd {
  min-height: 800px;
}
section.home-hero .section-bd > div {
  z-index: 1 !important;
}
@media (max-width: 575.98px) {
  section.home-hero .section-bd > div video {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  section.home-hero .section-bd {
    min-height: 0;
    height: 80vh;
  }
}
@media (max-width: 575.98px) {
  section.home-hero .section-bd .btn, section.home-hero section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.home-hero section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.home-hero section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.home-hero section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.home-hero .section-bd .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.home-hero .section-bd .hs-button, section.home-hero section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit] {
    display: block;
    margin: 1em auto 0;
    max-width: 240px;
  }
}

section.industry-solutions > .section-bd .item {
  display: block;
  height: 100%;
  position: relative;
}
section.industry-solutions > .section-bd .item .item-hd {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  section.industry-solutions > .section-bd .item .item-hd {
    height: 200px;
  }
}
section.industry-solutions > .section-bd .item .item-hd img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  section.industry-solutions > .section-bd .item .item-hd img {
    opacity: 0;
    visibility: hidden;
  }
}
section.industry-solutions > .section-bd .item:hover .item-hd, section.industry-solutions > .section-bd .item:focus .item-hd, section.industry-solutions > .section-bd .item:active .item-hd {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
section.industry-solutions > .section-bd .item:hover .item-hd img, section.industry-solutions > .section-bd .item:focus .item-hd img, section.industry-solutions > .section-bd .item:active .item-hd img {
  opacity: 1;
}
section.industry-solutions > .section-bd .item .item-bd {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}
section.industry-solutions > .section-bd .item .item-bd img {
  width: 100px;
}
section.industry-solutions > .section-bd .item .item-bd h4, section.industry-solutions > .section-bd .item .item-bd .h4 {
  margin-top: 0.8rem;
}
section.home-news-events {
  background: #616161;
}
section.home-news-events .section-bd {
  color: #fff;
}
section.home-news-events .section-bd .list,
section.home-news-events .section-bd .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.home-news-events .section-bd .list .item,
section.home-news-events .section-bd .alm-listing .item {
  width: 48%;
  margin-left: 4%;
  border: 1px solid #aaa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
}
section.home-news-events .section-bd .list .item:hover, section.home-news-events .section-bd .list .item:active,
section.home-news-events .section-bd .alm-listing .item:hover,
section.home-news-events .section-bd .alm-listing .item:active {
  border-color: #fff;
}
@media (max-width: 575.98px) {
  section.home-news-events .section-bd .list .item,
  section.home-news-events .section-bd .alm-listing .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
section.home-news-events .section-bd .list .item a,
section.home-news-events .section-bd .alm-listing .item a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
section.home-news-events .section-bd .list .item span,
section.home-news-events .section-bd .alm-listing .item span {
  color: #C12026;
  font-size: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.home-news-events .section-bd .list .item img,
section.home-news-events .section-bd .list .item figure,
section.home-news-events .section-bd .alm-listing .item img,
section.home-news-events .section-bd .alm-listing .item figure {
  margin: 0 auto;
}
section.home-news-events .section-bd .list .item figcaption,
section.home-news-events .section-bd .alm-listing .item figcaption {
  padding: 12px 15px;
}
section.home-news-events .section-bd .list .item figcaption h5, section.home-news-events .section-bd .list .item figcaption .h5,
section.home-news-events .section-bd .alm-listing .item figcaption h5,
section.home-news-events .section-bd .alm-listing .item figcaption .h5 {
  line-height: 1.3;
  min-height: 2.6em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home-news-events .section-bd .list .item figcaption h5 a, section.home-news-events .section-bd .list .item figcaption .h5 a,
section.home-news-events .section-bd .alm-listing .item figcaption h5 a,
section.home-news-events .section-bd .alm-listing .item figcaption .h5 a {
  width: 80%;
  display: block;
}
section.home-news-events .section-bd .list .item figcaption h5 span, section.home-news-events .section-bd .list .item figcaption .h5 span,
section.home-news-events .section-bd .alm-listing .item figcaption h5 span,
section.home-news-events .section-bd .alm-listing .item figcaption .h5 span {
  width: 20%;
  display: block;
  text-align: right;
  color: #fff;
}
section.home-news-events .section-bd .list .item:hover span,
section.home-news-events .section-bd .list .item:hover a,
section.home-news-events .section-bd .alm-listing .item:hover span,
section.home-news-events .section-bd .alm-listing .item:hover a {
  color: white;
}
section.home-news-events .section-bd .list .item:first-child,
section.home-news-events .section-bd .alm-listing .item:first-child {
  margin-left: 0%;
}
section.home-news-events .section-bd .alm-btn-wrap {
  display: none;
}

section.home-ofp {
  border-top: 1px solid #eee;
}
section.home-raise-cloud {
  background-size: cover;
  background-position: center;
  color: #fff;
}
section.recent-updates {
  background: #616161;
}
section.recent-updates > .section-hd {
  color: #fff;
}
section.recent-updates > .section-bd .item {
  width: 100%;
  border: 1px solid #aaa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
}
section.recent-updates > .section-bd .item:hover, section.recent-updates > .section-bd .item:active {
  border-color: #fff;
}
@media (max-width: 575.98px) {
  section.recent-updates > .section-bd .item {
    width: 100%;
    margin-left: 0;
  }
}
section.recent-updates > .section-bd .item a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
section.recent-updates > .section-bd .item a.link-type:hover, section.recent-updates > .section-bd .item a.link-type:focus, section.recent-updates > .section-bd .item a.link-type:active {
  text-decoration: underline;
}
section.recent-updates > .section-bd .item img,
section.recent-updates > .section-bd .item figure {
  margin: 0 auto;
  width: 100%;
}
section.recent-updates > .section-bd .item figcaption {
  padding: 12px 15px;
}
section.recent-updates > .section-bd .item figcaption h5, section.recent-updates > .section-bd .item figcaption .h5 {
  line-height: 1.3;
  min-height: 2.6em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.recent-updates > .section-bd .item figcaption h5 a, section.recent-updates > .section-bd .item figcaption .h5 a {
  width: 100%;
  display: block;
}
section.recent-updates > .section-bd .item figcaption p {
  color: #fff;
  font-size: 0.915rem;
  margin-top: 1rem;
}
@media (max-width: 575.98px) {
  section.recent-updates > .section-bd .item figcaption p {
    display: none;
  }
}
section.recent-updates > .section-bd .item figcaption span {
  color: #ccc;
  font-size: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.recent-updates > .section-bd .item.item-primary {
  height: 100%;
}
section.recent-updates > .section-bd .item.item-primary figcaption {
  padding: 20px 20px;
}
@media (max-width: 575.98px) {
  section.recent-updates > .section-bd .item.item-primary figcaption {
    padding: 12px 15px;
  }
}
section.recent-updates > .section-bd .item.item-primary figcaption h5.text-h6, section.recent-updates > .section-bd .item.item-primary figcaption .text-h6.h5 {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  section.recent-updates > .section-bd .item.item-primary figcaption h5.text-h6, section.recent-updates > .section-bd .item.item-primary figcaption .text-h6.h5 {
    font-size: 0.875rem;
    font-weight: normal;
  }
}
section.recent-updates > .section-bd .item:hover span,
section.recent-updates > .section-bd .item:hover a {
  color: white;
}
section.recent-updates > .section-bd .item:first-child {
  margin-left: 0%;
}
@media (max-width: 575.98px) {
  section.recent-updates > .section-bd .sub-items > .row > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-9 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-9 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-8 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-8 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-7 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-7 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-6 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-6 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-5 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-5 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-4 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-4 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-3 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-3 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-2 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-2 > .col:nth-of-type(n+3), section.recent-updates > .section-bd article .sub-items > .gallery-columns-1 > .col:nth-of-type(n+3), article section.recent-updates > .section-bd .sub-items > .gallery-columns-1 > .col:nth-of-type(n+3) {
    display: none;
  }
}
section.home-shortcuts {
  background: #f3f3f3;
}
section.home-shortcuts .section-bd {
  padding: 0px 0px;
}
section.home-shortcuts .section-bd .row .item, section.home-shortcuts .section-bd article .gallery-columns-9 .item, article section.home-shortcuts .section-bd .gallery-columns-9 .item, section.home-shortcuts .section-bd article .gallery-columns-8 .item, article section.home-shortcuts .section-bd .gallery-columns-8 .item, section.home-shortcuts .section-bd article .gallery-columns-7 .item, article section.home-shortcuts .section-bd .gallery-columns-7 .item, section.home-shortcuts .section-bd article .gallery-columns-6 .item, article section.home-shortcuts .section-bd .gallery-columns-6 .item, section.home-shortcuts .section-bd article .gallery-columns-5 .item, article section.home-shortcuts .section-bd .gallery-columns-5 .item, section.home-shortcuts .section-bd article .gallery-columns-4 .item, article section.home-shortcuts .section-bd .gallery-columns-4 .item, section.home-shortcuts .section-bd article .gallery-columns-3 .item, article section.home-shortcuts .section-bd .gallery-columns-3 .item, section.home-shortcuts .section-bd article .gallery-columns-2 .item, article section.home-shortcuts .section-bd .gallery-columns-2 .item, section.home-shortcuts .section-bd article .gallery-columns-1 .item, article section.home-shortcuts .section-bd .gallery-columns-1 .item {
  text-align: center;
}
section.home-shortcuts .section-bd .row .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-9 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-9 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-8 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-8 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-7 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-7 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-6 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-6 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-5 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-5 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-4 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-4 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-3 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-3 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-2 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-2 .item:first-child, section.home-shortcuts .section-bd article .gallery-columns-1 .item:first-child, article section.home-shortcuts .section-bd .gallery-columns-1 .item:first-child {
  margin-left: 0;
}
section.home-shortcuts .section-bd .row .item figure, section.home-shortcuts .section-bd article .gallery-columns-9 .item figure, article section.home-shortcuts .section-bd .gallery-columns-9 .item figure, section.home-shortcuts .section-bd article .gallery-columns-8 .item figure, article section.home-shortcuts .section-bd .gallery-columns-8 .item figure, section.home-shortcuts .section-bd article .gallery-columns-7 .item figure, article section.home-shortcuts .section-bd .gallery-columns-7 .item figure, section.home-shortcuts .section-bd article .gallery-columns-6 .item figure, article section.home-shortcuts .section-bd .gallery-columns-6 .item figure, section.home-shortcuts .section-bd article .gallery-columns-5 .item figure, article section.home-shortcuts .section-bd .gallery-columns-5 .item figure, section.home-shortcuts .section-bd article .gallery-columns-4 .item figure, article section.home-shortcuts .section-bd .gallery-columns-4 .item figure, section.home-shortcuts .section-bd article .gallery-columns-3 .item figure, article section.home-shortcuts .section-bd .gallery-columns-3 .item figure, section.home-shortcuts .section-bd article .gallery-columns-2 .item figure, article section.home-shortcuts .section-bd .gallery-columns-2 .item figure, section.home-shortcuts .section-bd article .gallery-columns-1 .item figure, article section.home-shortcuts .section-bd .gallery-columns-1 .item figure {
  max-width: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
section.home-shortcuts .section-bd .row .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-9 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-9 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-8 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-8 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-7 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-7 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-6 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-6 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-5 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-5 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-4 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-4 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-3 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-3 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-2 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-2 .item figure:hover, section.home-shortcuts .section-bd article .gallery-columns-1 .item figure:hover, article section.home-shortcuts .section-bd .gallery-columns-1 .item figure:hover {
  color: #C12026;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
section.home-shortcuts .section-bd .row .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-9 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-9 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-8 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-8 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-7 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-7 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-6 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-6 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-5 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-5 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-4 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-4 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-3 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-3 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-2 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-2 .item figure:hover a, section.home-shortcuts .section-bd article .gallery-columns-1 .item figure:hover a, article section.home-shortcuts .section-bd .gallery-columns-1 .item figure:hover a {
  color: #C12026;
}
section.home-shortcuts .section-bd .row .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-9 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-9 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-8 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-8 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-7 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-7 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-6 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-6 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-5 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-5 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-4 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-4 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-3 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-3 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-2 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-2 .item figure figcaption, section.home-shortcuts .section-bd article .gallery-columns-1 .item figure figcaption, article section.home-shortcuts .section-bd .gallery-columns-1 .item figure figcaption {
  margin-top: 10px;
  text-align: center;
}
section.home-shortcuts .section-bd .row .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-9 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-9 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-8 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-8 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-7 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-7 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-6 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-6 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-5 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-5 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-4 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-4 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-3 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-3 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-2 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-2 .item figure a:hover, section.home-shortcuts .section-bd article .gallery-columns-1 .item figure a:hover, article section.home-shortcuts .section-bd .gallery-columns-1 .item figure a:hover {
  color: #C12026;
}

section.ideamakerv2-configuration {
  background-color: #f5f5f5;
}
section.ideamakerv2-configuration > .section-bd .item {
  height: 100%;
  background-color: #fff;
  padding: 1.5rem;
}
section.ideamakerv2-configuration > .section-bd .item .item-ft {
  margin-top: 1rem;
}
section.ideamakerv2-features-new > .section-hd h2, section.ideamakerv2-features-new > .section-hd .h2 {
  font-weight: 600;
}
section.ideamakerv2-features-new > .section-bd .box {
  padding: 2rem 0;
}
section.ideamakerv2-features-new > .section-bd .box img {
  border: 1px solid #eee;
}
section.ideamakerv2-features-new > .section-bd .box .row, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-9, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-9, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-8, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-8, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-7, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-7, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-6, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-6, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-5, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-5, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-4, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-4, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-3, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-3, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-2, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-2, section.ideamakerv2-features-new > .section-bd .box article .gallery-columns-1, article section.ideamakerv2-features-new > .section-bd .box .gallery-columns-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.ideamakerv2-features-new > .section-bd .box:nth-of-type(even) {
  background-color: #f2f2f2;
}
section.ideamakerv2-features > .section-bd .box {
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-features > .section-bd .box {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
section.ideamakerv2-features > .section-bd .box .row, section.ideamakerv2-features > .section-bd .box article .gallery-columns-9, article section.ideamakerv2-features > .section-bd .box .gallery-columns-9, section.ideamakerv2-features > .section-bd .box article .gallery-columns-8, article section.ideamakerv2-features > .section-bd .box .gallery-columns-8, section.ideamakerv2-features > .section-bd .box article .gallery-columns-7, article section.ideamakerv2-features > .section-bd .box .gallery-columns-7, section.ideamakerv2-features > .section-bd .box article .gallery-columns-6, article section.ideamakerv2-features > .section-bd .box .gallery-columns-6, section.ideamakerv2-features > .section-bd .box article .gallery-columns-5, article section.ideamakerv2-features > .section-bd .box .gallery-columns-5, section.ideamakerv2-features > .section-bd .box article .gallery-columns-4, article section.ideamakerv2-features > .section-bd .box .gallery-columns-4, section.ideamakerv2-features > .section-bd .box article .gallery-columns-3, article section.ideamakerv2-features > .section-bd .box .gallery-columns-3, section.ideamakerv2-features > .section-bd .box article .gallery-columns-2, article section.ideamakerv2-features > .section-bd .box .gallery-columns-2, section.ideamakerv2-features > .section-bd .box article .gallery-columns-1, article section.ideamakerv2-features > .section-bd .box .gallery-columns-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .row, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-9, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-9, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-8, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-8, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-7, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-7, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-6, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-6, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-5, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-5, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-4, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-4, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-3, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-3, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-2, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-2, section.ideamakerv2-features > .section-bd .box:nth-of-type(even) article .gallery-columns-1, article section.ideamakerv2-features > .section-bd .box:nth-of-type(even) .gallery-columns-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.ideamakerv2-features > .section-bd .box:last-of-type() {
  margin-bottom: 0em;
  border-bottom: none;
  padding-bottom: 0;
}
section.ideamakerv2-hero {
  position: relative;
}
section.ideamakerv2-hero > .section-hd {
  position: relative;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-hero > .section-hd {
    display: none;
  }
}
section.ideamakerv2-hero > .section-bd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-hero > .section-bd {
    position: relative;
  }
}
@media (min-width: 768px) {
  section.ideamakerv2-hero > .section-bd {
    background: none !important;
  }
}
section.ideamakerv2-hero > .section-ft {
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
section.ideamakerv2-hero > .section-ft a {
  color: #fff;
  border-bottom: 1px solid;
  display: inline-block;
}
section.ideamakerv2-hero > .section-ft a:hover, section.ideamakerv2-hero > .section-ft a:focus, section.ideamakerv2-hero > .section-ft a:active {
  border-bottom: none;
  border-bottom: 1px solid transparent;
}

section.ideamakerv2-other-features {
  background-color: #333;
  color: #fff;
}
section.ideamakerv2-other-features > .section-bd .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.ideamakerv2-other-features > .section-bd .item .item-hd {
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #C12026;
  height: 100%;
}
section.ideamakerv2-other-features > .section-bd .item .item-hd h2, section.ideamakerv2-other-features > .section-bd .item .item-hd .h2,
section.ideamakerv2-other-features > .section-bd .item .item-hd h3,
section.ideamakerv2-other-features > .section-bd .item .item-hd .h3,
section.ideamakerv2-other-features > .section-bd .item .item-hd h4,
section.ideamakerv2-other-features > .section-bd .item .item-hd .h4,
section.ideamakerv2-other-features > .section-bd .item .item-hd h5,
section.ideamakerv2-other-features > .section-bd .item .item-hd .h5 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-other-features > .section-bd .item .item-hd {
    width: 100%;
    margin-bottom: 1rem;
  }
}
section.ideamakerv2-other-features > .section-bd .item .item-bd {
  height: 100%;
}
section.ideamakerv2-other-features > .section-bd .item .item-bd ul,
section.ideamakerv2-other-features > .section-bd .item .item-bd li {
  margin-top: 0;
  margin-bottom: 0;
  color: #ccc;
}
section.ideamakerv2-overview {
  background-color: #f2f2f2;
}
section.ideamakerv2-overview > .section-hd a {
  border-bottom: 1px solid;
}
section.ideamakerv2-overview > .section-hd a:hover, section.ideamakerv2-overview > .section-hd a:active {
  text-decoration: none;
  border-bottom-color: transparent;
}

section.ideamakerv2-requirements {
  background: #707070;
  color: #fff;
}
section.ideamakerv2-requirements > .section-bd {
  margin-top: 30px;
}
section.ideamakerv2-workflow {
  position: relative;
}
section.ideamakerv2-workflow:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #707070;
  height: 75%;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-workflow:before {
    height: 100%;
  }
}
section.ideamakerv2-workflow > .section-hd {
  position: relative;
  color: #fff;
}
section.ideamakerv2-workflow > .section-hd h2, section.ideamakerv2-workflow > .section-hd .h2,
section.ideamakerv2-workflow > .section-hd h3,
section.ideamakerv2-workflow > .section-hd .h3,
section.ideamakerv2-workflow > .section-hd p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
section.ideamakerv2-workflow > .section-bd {
  position: relative;
}
section.ideamakerv2-workflow > .section-bd img {
  display: block;
  max-width: 680px;
  margin: 0 auto 50px;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-workflow > .section-bd {
    display: none;
  }
}
section.ideamakerv2-workflow > .section-ft {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  section.ideamakerv2-workflow > .section-ft {
    position: relative;
  }
}
section.ideamakerv2-workflow > .section-ft .item {
  text-align: center;
  padding: 0 1rem;
}
section.ideamakerv2-workflow > .section-ft .item .item-hd a {
  display: block;
}
section.ideamakerv2-workflow > .section-ft .item .item-hd img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.ideamakerv2-workflow > .section-ft .item .item-hd:hover img, section.ideamakerv2-workflow > .section-ft .item .item-hd:focus img, section.ideamakerv2-workflow > .section-ft .item .item-hd:active img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 575.98px) {
  section.ideamakerv2-workflow > .section-ft .item {
    padding: 0;
    color: #fff;
  }
}
section.ideamakerv2-workflow > .section-ft .item .item-bd {
  margin-top: 1rem;
}

section.ideamaker-features > .section-bd .box {
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  section.ideamaker-features > .section-bd .box {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
section.ideamaker-features > .section-bd .box .row, section.ideamaker-features > .section-bd .box article .gallery-columns-9, article section.ideamaker-features > .section-bd .box .gallery-columns-9, section.ideamaker-features > .section-bd .box article .gallery-columns-8, article section.ideamaker-features > .section-bd .box .gallery-columns-8, section.ideamaker-features > .section-bd .box article .gallery-columns-7, article section.ideamaker-features > .section-bd .box .gallery-columns-7, section.ideamaker-features > .section-bd .box article .gallery-columns-6, article section.ideamaker-features > .section-bd .box .gallery-columns-6, section.ideamaker-features > .section-bd .box article .gallery-columns-5, article section.ideamaker-features > .section-bd .box .gallery-columns-5, section.ideamaker-features > .section-bd .box article .gallery-columns-4, article section.ideamaker-features > .section-bd .box .gallery-columns-4, section.ideamaker-features > .section-bd .box article .gallery-columns-3, article section.ideamaker-features > .section-bd .box .gallery-columns-3, section.ideamaker-features > .section-bd .box article .gallery-columns-2, article section.ideamaker-features > .section-bd .box .gallery-columns-2, section.ideamaker-features > .section-bd .box article .gallery-columns-1, article section.ideamaker-features > .section-bd .box .gallery-columns-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.ideamaker-features > .section-bd .box:nth-of-type(even) .row, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-9, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-9, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-8, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-8, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-7, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-7, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-6, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-6, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-5, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-5, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-4, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-4, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-3, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-3, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-2, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-2, section.ideamaker-features > .section-bd .box:nth-of-type(even) article .gallery-columns-1, article section.ideamaker-features > .section-bd .box:nth-of-type(even) .gallery-columns-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.ideamaker-features > .section-bd .box:last-of-type() {
  margin-bottom: 0em;
  border-bottom: none;
  padding-bottom: 0;
}
section.ideamaker-overview {
  background-color: #000;
  color: #fff;
}
section.ideamaker-overview > .section-hd a:hover, section.ideamaker-overview > .section-hd a:active {
  text-decoration: none;
}

section.ideamaker-requirements {
  background: #333;
  color: #fff;
}
section.ideamaker-requirements > .section-bd {
  margin-top: 30px;
}
section.legal-main {
  padding: 150px 0;
  background: #353535;
  color: #fff;
}
section.legal-main > .section-bd h2, section.legal-main > .section-bd .h2 {
  font-size: 1.6rem;
}
section.legal-main > .section-bd h3, section.legal-main > .section-bd .h3 {
  font-size: 1.4rem;
}
section.legal-main > .section-bd h4, section.legal-main > .section-bd .h4 {
  font-size: 1.2rem;
}
section.legal-main > .section-bd h5, section.legal-main > .section-bd .h5 {
  font-size: 1rem;
}
section.legal-main > .section-bd p {
  line-height: 1.4;
}
section.legal-main > .section-bd a {
  font-weight: 500;
  text-decoration: underline;
}

section.news-content > .section-hd p {
  font-size: 0.9rem;
  opacity: 0.8;
}
section.news-content > .section-bd {
  margin-top: 2em;
}
section.news-content > .section-bd .featured-image {
  margin: 20px auto;
}
section.news-content > .section-bd .featured-image img {
  width: 100%;
}
section.news-content > .section-bd article {
  max-width: 900px;
  margin: 40px auto;
}
section.news-content > .section-bd article a {
  color: #C12026;
}

section.news-main > .section-hd {
  text-align: center;
}
section.news-main > .section-hd .news-filter .alm-filter--radio {
  display: inline-block;
  padding: 0 2em;
  border-left: 1px solid #ddd;
}
section.news-main > .section-hd .news-filter .alm-filter--radio:first-child {
  border: none;
}
section.news-main > .section-hd .news-filter .alm-filter--link {
  padding: 0;
}
section.news-main > .section-hd .news-filter .alm-filter--link:before, section.news-main > .section-hd .news-filter .alm-filter--link:after {
  display: none;
}
section.news-main > .section-hd .news-filter .alm-filter--link.active {
  font-weight: bold;
}
section.news-main > .section-hd .news-filter .alm-filters-edit {
  display: none;
}
section.news-main > .section-bd .list,
section.news-main > .section-bd .alm-listing {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.news-main > .section-bd .list .item,
section.news-main > .section-bd .alm-listing .item {
  height: 100%;
}
section.news-main > .section-bd .list .item .box,
section.news-main > .section-bd .alm-listing .item .box {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}
@media (max-width: 575.98px) {
  section.news-main > .section-bd .list .item .box,
  section.news-main > .section-bd .alm-listing .item .box {
    padding: 30px 20px;
  }
}
section.news-main > .section-bd .list .item .box .box-bd h3, section.news-main > .section-bd .list .item .box .box-bd .h3,
section.news-main > .section-bd .alm-listing .item .box .box-bd h3,
section.news-main > .section-bd .alm-listing .item .box .box-bd .h3 {
  font-size: 1rem;
  line-height: 1.1;
  min-height: 2.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.news-main > .section-bd .list .item .box .box-bd span,
section.news-main > .section-bd .alm-listing .item .box .box-bd span {
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #999;
}
section.news-main > .section-bd .list .item .box:hover,
section.news-main > .section-bd .alm-listing .item .box:hover {
  border-color: #C12026;
}
section.news-main > .section-bd .alm-btn-wrap {
  text-align: center;
  margin-top: 1em;
}
section.news-main > .section-bd .alm-btn-wrap .alm-load-more-btn {
  padding: 0.5em 2em;
}
section.news-main > .section-bd .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.3;
  pointer-events: none;
}
section.ofp-filaments-main {
  background: #fbfbfb;
}
section.ofp-filaments-main > .section-bd .filaments-filter h4, section.ofp-filaments-main > .section-bd .filaments-filter .h4 {
  padding: 10px 0;
  margin: 0;
}
section.ofp-filaments-main > .section-bd .filaments-filter h5, section.ofp-filaments-main > .section-bd .filaments-filter .h5 {
  margin: 0;
}
section.ofp-filaments-main > .section-bd .filaments-filter .box .box-hd {
  background: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.ofp-filaments-main > .section-bd .filaments-filter .box .box-hd h4, section.ofp-filaments-main > .section-bd .filaments-filter .box .box-hd .h4 {
  text-align: left;
  width: 90%;
}
section.ofp-filaments-main > .section-bd .filaments-filter .box .box-hd .fa {
  text-align: right;
  width: 10%;
}
section.ofp-filaments-main > .section-bd .filaments-filter .box .box-hd input {
  height: 45px;
  border: none;
  width: 100%;
}
section.ofp-filaments-main > .section-bd .filaments-filter .box .box-bd {
  padding: 10px 0;
  line-height: 1.8;
}
.ofp-participants-main .section-anchor {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -90px;
  left: 0;
}

.popup-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 10px;
  z-index: 9998;
}
.popup-dialog .popup-body {
  background-color: #000;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  border-radius: 0px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .popup-dialog .popup-body {
    padding: 0px 0px;
  }
}
.popup-dialog .popup-body img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .popup-dialog .popup-body h2, .popup-dialog .popup-body .h2 {
    font-size: 1.25rem;
  }
}
.popup-dialog .popup-body .container {
  padding-left: 20px;
  padding-right: 20px;
}
.popup-dialog .popup-body .btn-toggle-popup,
.popup-dialog .popup-body .btn-close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
.popup-dialog .popup-body .btn-toggle-popup:hover, .popup-dialog .popup-body .btn-toggle-popup:active,
.popup-dialog .popup-body .btn-close-popup:hover,
.popup-dialog .popup-body .btn-close-popup:active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 575.98px) {
  .popup-dialog .popup-body .btn-toggle-popup,
  .popup-dialog .popup-body .btn-close-popup {
    right: 10px;
    top: 10px;
  }
}

section.press-main {
  padding: 150px 0 40px;
  background: #353535;
  color: #fff;
}
section.press-main > .section-bd .container .box {
  padding: 1.5em;
  background-color: #444;
}
section.press-main > .section-bd a {
  color: #C12026;
}
section.press-main > .section-bd a:hover, section.press-main > .section-bd a:active {
  text-decoration: none;
}
section.press-main > .section-ft h5, section.press-main > .section-ft .h5 {
  font-size: 1.1rem;
}
section.press-main > .section-ft h6, section.press-main > .section-ft .h6 {
  font-weight: 300;
  opacity: 0.9;
}
section.press-main > .section-ft article {
  color: #a8a8a8;
}
section.press-main > .section-ft .alm-btn-wrap {
  text-align: center;
  margin-top: 1em;
}
section.press-main > .section-ft .alm-btn-wrap .alm-load-more-btn {
  padding: 0.5em 2em;
}
section.press-main > .section-ft .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0;
  pointer-events: none;
}

section.compare-models {
  background: #fbfbfb;
}
section.compare-models .section-bd .container .row > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-9 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-9 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-8 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-8 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-7 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-7 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-6 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-6 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-5 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-5 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-4 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-4 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-3 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-3 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-2 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-2 > .col:first-child, section.compare-models .section-bd .container article .gallery-columns-1 > .col:first-child, article section.compare-models .section-bd .container .gallery-columns-1 > .col:first-child {
  margin-left: 0;
}
section.compare-models .section-bd .container .row > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-9 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-9 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-8 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-8 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-7 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-7 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-6 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-6 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-5 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-5 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-4 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-4 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-3 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-3 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-2 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-2 > .col .box-model .box-hd, section.compare-models .section-bd .container article .gallery-columns-1 > .col .box-model .box-hd, article section.compare-models .section-bd .container .gallery-columns-1 > .col .box-model .box-hd {
  text-align: center;
}
section.compare-models .section-bd .container .row > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-9 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-9 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-8 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-8 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-7 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-7 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-6 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-6 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-5 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-5 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-4 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-4 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-3 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-3 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-2 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-2 > .col .box-model .box-hd h5, section.compare-models .section-bd .container article .gallery-columns-1 > .col .box-model .box-hd h5, article section.compare-models .section-bd .container .gallery-columns-1 > .col .box-model .box-hd h5, section.compare-models .section-bd .container .row > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-9 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-9 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-8 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-8 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-7 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-7 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-6 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-6 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-5 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-5 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-4 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-4 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-3 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-3 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-2 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-2 > .col .box-model .box-hd .h5, section.compare-models .section-bd .container article .gallery-columns-1 > .col .box-model .box-hd .h5, article section.compare-models .section-bd .container .gallery-columns-1 > .col .box-model .box-hd .h5 {
  font-weight: normal;
}
section.compare-models .section-bd .container .row > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-9 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-9 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-8 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-8 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-7 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-7 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-6 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-6 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-5 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-5 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-4 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-4 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-3 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-3 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-2 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-2 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container article .gallery-columns-1 > .col .box-model .box-hd h5 span, article section.compare-models .section-bd .container .gallery-columns-1 > .col .box-model .box-hd h5 span, section.compare-models .section-bd .container .row > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-9 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-9 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-8 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-8 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-7 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-7 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-6 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-6 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-5 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-5 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-4 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-4 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-3 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-3 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-2 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-2 > .col .box-model .box-hd .h5 span, section.compare-models .section-bd .container article .gallery-columns-1 > .col .box-model .box-hd .h5 span, article section.compare-models .section-bd .container .gallery-columns-1 > .col .box-model .box-hd .h5 span {
  text-decoration: line-through;
}
section.compare-models .section-bd .container .row > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-9 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-9 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-8 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-8 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-7 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-7 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-6 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-6 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-5 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-5 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-4 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-4 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-3 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-3 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-2 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-2 > .col .box-model img, section.compare-models .section-bd .container article .gallery-columns-1 > .col .box-model img, article section.compare-models .section-bd .container .gallery-columns-1 > .col .box-model img {
  margin: 30px auto;
  display: block;
  width: 360px;
  max-height: 360px;
  max-width: 90%;
}
section.compare-models .section-bd .printer-item {
  display: none;
}
section.compare-models .section-bd .printer-item.active {
  display: block;
}
section.compare-models .section-bd .selectize-control {
  margin: 0 auto;
  max-width: 300px;
}
section.compare-models .section-bd .selectize-control .selectize-input {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 0;
  background: none;
  padding: 1em 0;
}
section.compare-models .section-bd .selectize-control .selectize-input:after {
  right: 3px;
}
@media (max-width: 575.98px) {
  section.compare-models .section-bd .selectize-control .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.compare-models .section-bd .selectize-control .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}

section.feature-section article {
  margin: 0;
}
section.feature-section article p:last-of-type {
  margin-bottom: 0;
}
section.feature-section article ul {
  margin-top: 1em;
}
section.feature-section article .embed-responsive {
  margin: 0 auto;
}
section.feature-section article h3, section.feature-section article .h3 {
  margin-bottom: 1rem;
}
section.feature-section article h5, section.feature-section article .h5,
section.feature-section article h6,
section.feature-section article .h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}

section.pro2-features h3, section.pro2-features .h3 {
  margin-bottom: 1rem;
}
section.pro2-features h5, section.pro2-features .h5 {
  margin-bottom: 1rem;
  font-weight: bold;
}
section.pro2-features > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.pro2-features > .extrusion {
  color: white;
}
section.pro2-features > .size {
  background: #fff;
}
section.pro2-features > .screen {
  background: #1A1A1A;
  color: #fff;
}
section.pro2-features > .screen .container {
  max-width: 1400px;
}
section.pro2-features > .material {
  background: #fff;
}
section.pro2-features > .resuming {
  color: #fff;
}
section.pro2-features > .resolution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.pro2-features > .resolution ul li {
  width: 45%;
  margin-left: 10%;
}
section.pro2-features > .resolution ul li:first-child {
  margin-left: 0;
}
section.pro2-features > .wireless {
  padding: 10px 0;
  background: #1A1A1A;
  color: #fff;
}
section.pro2-features > .filtration {
  color: #fff;
  text-align: center;
}
section.pro2-features > .plate {
  color: #fff;
}
section.pro2-features > .specs .item {
  margin-bottom: 20px;
  text-align: center;
}
section.pro2-features > .specs .item .box {
  padding: 30px;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: left;
}
section.pro2-features > .specs .item .box h4, section.pro2-features > .specs .item .box .h4 {
  color: #C12026;
  margin-bottom: 0.3em;
}
section.pro2-features > .video {
  padding: 0px 0;
  color: #fff;
  background-color: #222;
}
section.pro2-features > .video .container iframe {
  display: block;
}

section.printers-main {
  background: #fbfbfb;
}
section.printers-main > .section-hd ul li {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 0 2em;
}
section.printers-main > .section-hd ul li:first-of-type {
  border: none;
}
@media (max-width: 575.98px) {
  section.printers-main > .section-hd ul li {
    display: block;
    border: none;
    margin-top: 1em;
  }
  section.printers-main > .section-hd ul li:first-of-type {
    margin-top: 0;
  }
}
section.printers-main > .section-hd ul li a:hover {
  color: #C12026;
}
section.printers-main > .section-bd {
  padding: 0px 0;
}
section.printers-main > .section-bd .printers-item {
  padding: 70px 0;
}
section.printers-main > .section-bd .printers-item:nth-of-type(even) {
  border-top: 1px solid #ddd;
}
section.printers-main > .section-bd .printers-item:nth-of-type(even) .row, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-9, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-9, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-8, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-8, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-7, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-7, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-6, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-6, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-5, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-5, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-4, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-4, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-3, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-3, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-2, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-2, section.printers-main > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-1, article section.printers-main > .section-bd .printers-item:nth-of-type(even) .gallery-columns-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.pro2-series {
  background: #fbfbfb;
}
section.pro2-series > .section-hd ul li {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 0 2em;
}
section.pro2-series > .section-hd ul li:first-of-type {
  border: none;
}
@media (max-width: 575.98px) {
  section.pro2-series > .section-hd ul li {
    display: block;
    border: none;
    margin-top: 1em;
  }
  section.pro2-series > .section-hd ul li:first-of-type {
    margin-top: 0;
  }
}
section.pro2-series > .section-hd ul li a:hover {
  color: #C12026;
}
section.pro2-series > .section-bd {
  padding: 0px 0;
}
section.pro2-series > .section-bd .printers-item {
  padding: 70px 0;
}
section.pro2-series > .section-bd .printers-item:nth-of-type(even) {
  border-top: 1px solid #ddd;
}
section.pro2-series > .section-bd .printers-item:nth-of-type(even) .row, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-9, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-9, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-8, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-8, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-7, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-7, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-6, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-6, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-5, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-5, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-4, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-4, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-3, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-3, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-2, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-2, section.pro2-series > .section-bd .printers-item:nth-of-type(even) article .gallery-columns-1, article section.pro2-series > .section-bd .printers-item:nth-of-type(even) .gallery-columns-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.pro2-features .features-extrusion {
  background-color: #000;
  color: #fff;
}
section.pro2-features .features-extrusion .box-hd {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 575.98px) {
  section.pro2-features .features-extrusion .box-hd {
    background: none !important;
  }
}
section.pro2-features .features-extrusion .box-bd {
  color: #fff;
}
section.pro2-features .features-extrusion .box-bd h4, section.pro2-features .features-extrusion .box-bd .h4,
section.pro2-features .features-extrusion .box-bd h5,
section.pro2-features .features-extrusion .box-bd .h5 {
  font-weight: 300;
  color: #eee;
}
section.pro2-features .features-extrusion .box-bd h4 em, section.pro2-features .features-extrusion .box-bd .h4 em,
section.pro2-features .features-extrusion .box-bd h5 em,
section.pro2-features .features-extrusion .box-bd .h5 em {
  font-size: 1rem;
  font-style: normal;
  color: #999;
  font-weight: 300;
  margin: 0 0.2em;
}
section.pro2-features .features-extrusion .box-bd p,
section.pro2-features .features-extrusion .box-bd ul {
  color: #999;
}
section.pro2-features .features-filaments {
  background-color: #fbfbfb;
}
section.pro2-features .features-ux ul li {
  margin: 2em 0;
}
section.pro2-features .features-ux ul li a.state-sync {
  opacity: 1;
}
section.pro2-features .features-ux ul li a.state-sync i {
  display: none;
}
section.pro2-features .features-ux ul li a.state-sync.active {
  color: #C12026;
}
section.pro2-features .features-ux ul li a.state-sync.active i {
  display: inline-block;
  margin-left: 1em;
}
section.pro2-features .features-ux .state-sync {
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  section.pro2-features .features-ux .state-sync {
    opacity: 1;
  }
}
section.pro2-features .features-ux .state-sync.active {
  opacity: 1;
}
section.pro2-features .features-resuming .nav-tabs .nav-item {
  width: 50%;
  border: none !important;
  border-bottom: 5px solid #fff !important;
  text-align: center;
  line-height: 1.1;
}
section.pro2-features .features-resuming .nav-tabs .nav-item.active {
  border-bottom-color: #C12026 !important;
}
section.pro2-features .features-resuming .tab-content {
  background-color: #000;
  color: #fff;
}
section.pro2-features .features-controller {
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-bottom: 200px;
}
section.pro2-features .features-controller ul {
  margin-top: 3em;
  line-height: 1.2;
}
section.pro2-features .features-controller ul li {
  margin-bottom: 0.6em;
}
section.pro2-features .features-filter {
  background-color: #000;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 575.98px) {
  section.pro2-features .features-filter {
    background-image: none !important;
  }
}
section.pro2-features .features-plate {
  background-color: #000;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 575.98px) {
  section.pro2-features .features-plate {
    background-image: none !important;
  }
}
section.pro2-features .features-specs .specs-heading {
  border-bottom: 2px solid #C12026;
  color: #C12026;
}
section.pro2-features .features-specs .specs-heading h4, section.pro2-features .features-specs .specs-heading .h4 {
  font-size: 1.2rem;
}
section.pro2-features .features-specs .specs-group .specs-hd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
section.pro2-features .features-specs .specs-group .specs-hd h4, section.pro2-features .features-specs .specs-group .specs-hd .h4 {
  color: #111;
  font-size: 1.1rem;
}
section.pro2-features .features-specs .specs-group .specs-hd h4 span, section.pro2-features .features-specs .specs-group .specs-hd .h4 span {
  display: inline-block;
  width: 50px;
  font-size: 24px;
  text-align: center;
  color: #666;
  vertical-align: middle;
}
section.pro2-features .features-specs .specs-group .specs-bd {
  color: #888;
}
section.pro2-features .features-specs .specs-group .specs-bd p {
  margin-bottom: 0;
}
section.pro2-features .features-specs .specs-group .specs-bd h5, section.pro2-features .features-specs .specs-group .specs-bd .h5 {
  font-size: 1rem;
  padding-left: 50px;
  font-weight: normal;
  color: #111;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.pro2-features .features-specs .specs-group .specs-bd h5, section.pro2-features .features-specs .specs-group .specs-bd .h5 {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0.3em;
  }
}

section.pro2-printers {
  position: relative;
  padding: 120px 0 50px;
  color: #fff;
}
@media (max-width: 575.98px) {
  section.pro2-printers {
    padding-bottom: 0;
  }
}
section.pro2-printers:before {
  content: "";
  background-color: #404040;
  position: absolute;
  left: 0;
  top: 0;
  width: 50.1%;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.pro2-printers:before {
    width: 100%;
    height: 60%;
  }
}
section.pro2-printers:after {
  content: "";
  background-color: #353535;
  position: absolute;
  right: 0;
  top: 0;
  width: 50.1%;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.pro2-printers:after {
    width: 100%;
    height: 42%;
    top: auto;
    bottom: 0;
  }
}
section.pro2-printers > .section-hd {
  position: relative;
  z-index: 1;
}
section.pro2-printers > .section-hd h4, section.pro2-printers > .section-hd .h4 {
  font-weight: 300;
}
section.pro2-printers > .section-bd {
  position: relative;
  z-index: 1;
}
section.pro2-printers > .section-bd figure {
  text-align: center;
  padding: 0 50px;
}
.feature-section img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-filters li {
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .product-filters li {
    display: inline-block;
    margin-right: 1em;
  }
}
.product-filters a.active {
  color: #C12026;
  font-weight: bold;
}
.product-filters .alm-filters-edit {
  display: none !important;
}

.product-grid {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-grid .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-grid .product-item {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 5%;
  position: relative;
}
.product-grid .product-item:nth-of-type(3n+1) {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .product-grid .product-item {
    width: 100%;
    margin: 15px 0;
  }
}
.product-grid .product-item figure figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
}
.product-grid .product-item a:hover {
  color: #C12026;
}
.product-grid .alm-btn-wrap {
  display: none;
}

section.product-main {
  min-height: 530px;
}
section.product-main > .section-bd {
  padding-top: 50px;
}
section.product-main > .section-bd .product-shopping {
  min-height: 100px;
}
section.product-main > .section-bd .product-title {
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  section.product-main > .section-bd .product-title {
    font-size: 1.5rem;
  }
}
section.product-main > .section-bd .product-price-tag {
  font-weight: normal;
  font-size: 1.5rem;
}
section.product-main > .section-bd .product-slider .product-slide img {
  width: 100%;
}
section.product-main > .section-bd .product-slider .slick-slide .product-slide {
  display: block;
}
section.product-main > .section-bd .product-slider .product-slider-ft {
  margin-top: 8px;
}
section.product-main > .section-bd .product-slider .product-slider-ft .slick-slide {
  padding-left: 12px !important;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
section.product-main > .section-bd .product-slider .product-slider-ft .slick-slide img {
  border: 0px solid transparent;
}
section.product-main > .section-bd .product-slider .product-slider-ft .slick-slide.slick-current {
  opacity: 1;
}
section.product-main > .section-bd .product-slider .product-slider-ft .slick-slide.slick-current img {
  border: 0px solid #222;
}
section.product-main > .section-bd .product-slider .product-slider-ft .product-slider-nav {
  overflow: hidden;
}
section.product-main > .section-bd .product-slider .product-slider-ft .slick-list {
  margin-left: -12px;
}
@media only screen and (max-width: 680px) {
  section.product-main > .section-bd .product-slider .product-slider-ft {
    margin-top: 12px;
  }
}
section.product-main > .section-bd .product-shopping {
  min-height: 95px;
}
section.product-main .shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
  max-width: 100%;
}
section.product-main ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
section.product-main img {
  display: block;
  max-width: 100%;
}
section.product-main input {
  -webkit-appearance: textfield;
  margin: 0;
}
section.product-main .clearfix:after, section.product-main article:after {
  content: "";
  display: none;
}
section.product-main .visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
section.product-main .component-container {
  overflow: hidden;
}
section.product-main .shopify-buy__type--center {
  text-align: center;
}
section.product-main .shopify-buy--visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
section.product-main .shopify-buy__quantity-decrement,
section.product-main .shopify-buy__quantity-increment {
  color: #212529;
  display: block;
  height: 30px;
  float: left;
  line-height: 16px;
  font-family: monospace;
  width: 26px;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #767676;
  position: relative;
}
section.product-main .shopify-buy__quantity-decrement svg,
section.product-main .shopify-buy__quantity-increment svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  fill: currentColor;
}
section.product-main .shopify-buy__quantity-decrement {
  border-radius: 3px 0 0 3px;
}
section.product-main .shopify-buy__quantity-increment {
  border-radius: 0 3px 3px 0;
}
section.product-main .shopify-buy__quantity {
  color: black;
  width: 45px;
  height: 30px;
  font-size: 16px;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}
section.product-main input[type=number]::-webkit-inner-spin-button,
section.product-main input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.product-main .shopify-buy__quantity-container.shopify-buy__quantity-with-btns {
  overflow: hidden;
}
section.product-main .shopify-buy__quantity-container.shopify-buy__quantity-with-btns .shopify-buy__quantity {
  border-left: 0;
  border-right: 0;
  float: left;
}
section.product-main .shopify-buy__btn {
  color: #fff;
  font-size: 15px;
  background-color: #78b657;
  padding: 12px 40px;
  letter-spacing: 0.3px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
section.product-main .shopify-buy__btn:hover,
section.product-main .shopify-buy__btn:focus {
  background-color: #5f9d3e;
}
section.product-main .shopify-buy__btn--parent {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
section.product-main .shopify-buy__btn--parent:hover .product__variant-img,
section.product-main .shopify-buy__btn--parent:focus .product__variant-img {
  opacity: 0.7;
}
section.product-main .shopify-buy__btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2147483647;
}
section.product-main .shopify-buy__btn--cart-tab.is-active {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 1;
}
section.product-main .shopify-buy__btn__counter {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 18px;
}
section.product-main .shopify-buy__icon-cart--side {
  height: 20px;
  width: 20px;
}
section.product-main .shopify-buy__btn[disabled] {
  background-color: #999;
  pointer-events: none;
}
section.product-main .shopify-buy__btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #767676;
  border: none;
  background-color: transparent;
  transition: color 100ms ease, -webkit-transform 100ms ease;
  -webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, color 100ms ease;
  transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 9px;
}
section.product-main .shopify-buy__btn--close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  color: rgb(105, 105, 105);
}
section.product-main .shopify-buy__option-select-wrapper {
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow: hidden;
  vertical-align: bottom;
}
section.product-main .shopify-buy__select-icon {
  cursor: pointer;
  display: block;
  fill: #798c9c;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
section.product-main .shopify-buy__option-select + .shopify-buy__option-select {
  margin-top: 7.5px;
}
section.product-main .shopify-buy__option-select__label {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}
section.product-main .shopify-buy__btn--parent .shopify-buy__option-select__label {
  cursor: pointer;
}
section.product-main .shopify-buy__option-select__select {
  font-size: inherit;
  padding: 7px 10px;
  padding-right: 32px;
  border: 0;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section.product-main .shopify-buy__option-select__select::-ms-expand {
  display: none;
}
section.product-main .shopify-buy__btn--parent .shopify-buy__option-select__select {
  cursor: pointer;
}
section.product-main .shopify-buy__product {
  overflow: hidden;
  width: 100%;
}
section.product-main .shopify-buy__product__variant-img {
  margin: 0 auto 15px auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
section.product-main .shopify-buy__product__variant-img.is-transitioning {
  opacity: 0;
}
section.product-main .shopify-buy__is-button {
  cursor: pointer;
}
section.product-main .shopify-buy__no-image .shopify-buy__product__variant-img {
  display: none;
}
section.product-main .shopify-buy__product__title {
  font-size: 18px;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 15px;
  font-weight: 700;
}
section.product-main .shopify-buy__layout-horizontal .shopify-buy__product__title {
  margin-top: 10px;
}
section.product-main .shopify-buy__product__variant-title {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
section.product-main .shopify-buy__product__price {
  margin-bottom: 15px;
}
section.product-main .shopify-buy__product-description {
  margin-top: 30px;
  line-height: 1.5;
  color: #212529;
  font-size: 1rem;
}
section.product-main .shopify-buy__product-description a {
  color: #C12026;
}
section.product-main .shopify-buy__product-description a:hover, section.product-main .shopify-buy__product-description a:active {
  text-decoration: none;
}
section.product-main .shopify-buy__product-description h4, section.product-main .shopify-buy__product-description .h4 {
  font-size: 1rem;
}
section.product-main .shopify-buy__product-description p,
section.product-main .shopify-buy__product-description ul,
section.product-main .shopify-buy__product-description ol,
section.product-main .shopify-buy__product-description img {
  margin-bottom: 10px;
}
section.product-main .shopify-buy__product-description p:last-child,
section.product-main .shopify-buy__product-description ul:last-child,
section.product-main .shopify-buy__product-description ol:last-child,
section.product-main .shopify-buy__product-description img:last-child {
  margin-bottom: 0;
}
section.product-main .shopify-buy__product-description a {
  color: inherit;
}
section.product-main .shopify-buy__product-description img {
  max-width: 100%;
}
section.product-main .shopify-buy__product-description h1, section.product-main .shopify-buy__product-description .h1 {
  font-size: 20px;
}
section.product-main .shopify-buy__product-description h2, section.product-main .shopify-buy__product-description .h2 {
  font-size: 18px;
}
section.product-main .shopify-buy__product-description h3, section.product-main .shopify-buy__product-description .h3 {
  font-size: 17px;
}
section.product-main .shopify-buy__product-description ul,
section.product-main .shopify-buy__product-description ol {
  margin-left: 2em;
}
section.product-main .shopify-buy__product-description ul {
  list-style-type: disc;
}
section.product-main .shopify-buy__layout-vertical {
  text-align: center;
}
section.product-main .shopify-buy__product__actual-price,
section.product-main .shopify-buy__product__compare-price {
  color: #212529;
  display: inline-block;
}
section.product-main .shopify-buy__product__actual-price {
  font-size: 14px;
}
section.product-main .shopify-buy__product__compare-price {
  font-size: 12px;
  text-decoration: line-through;
  padding-left: 5px;
  opacity: 0.65;
  display: none !important;
}
section.product-main .shopify-buy__product__variant-selectors {
  text-align: left;
  font-size: 14px;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__product__variant-selectors {
  width: 100%;
  max-width: 280px;
  display: inline-block;
}
section.product-main .shopify-buy__quantity {
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 3px;
}
section.product-main .shopify-buy__quantity,
section.product-main .shopify-buy__quantity-increment,
section.product-main .shopify-buy__quantity-decrement {
  border-color: #d3dbe2;
  line-height: 1.2;
  font-size: 15px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
section.product-main .shopify-buy__btn {
  display: inline-block;
}
section.product-main .shopify-buy__btn-wrapper {
  margin-top: 20px;
}
section.product-main .shopify-buy__btn.shopify-buy__beside-quantity {
  display: inline-block;
  vertical-align: top;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid transparent;
}
section.product-main .shopify-buy__btn-and-quantity .shopify-buy__quantity {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
}
section.product-main .shopify-buy__btn-and-quantity .shopify-buy__quantity-container {
  display: inline-block;
  vertical-align: top;
}
section.product-main .shopify-buy__btn-and-quantity .shopify-buy__btn-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
section.product-main .shopify-buy__cart-item__quantity-container {
  margin-top: 20px;
  display: inline-block;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__btn,
section.product-main .shopify-buy__layout-vertical .shopify-buy__quantity-container,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__btn,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__quantity-container {
  margin: 20px auto 0;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__btn:first-child,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__btn:first-child {
  margin-top: 0;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__btn-and-quantity,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity {
  margin: 20px auto 0;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__btn-and-quantity .shopify-buy__btn,
section.product-main .shopify-buy__layout-vertical .shopify-buy__btn-and-quantity .shopify-buy__quantity-container,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity .shopify-buy__btn,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity .shopify-buy__quantity-container {
  margin: 0 auto;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__btn-and-quantity:first-child,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity:first-child {
  margin: 0 auto;
}
section.product-main .shopify-buy__layout-vertical .shopify-buy__product__variant-img,
section.product-main .shopify-buy__layout-horizontal .shopify-buy__product__variant-img {
  max-width: 100%;
}
@media (min-width: 500px) {
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
    float: left;
    width: 40%;
  }
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title {
    text-align: left;
  }
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__title,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__price,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-description,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__btn-and-quantity,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__btn-wrapper,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__quantity-container,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-selectors {
    margin-left: calc(40% + 40px);
  }
}
@media (min-width: 680px) {
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
    float: left;
    width: 60%;
  }
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__title,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__price,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-description,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__btn-and-quantity,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__btn-wrapper,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__quantity-container,
  section.product-main .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-selectors {
    margin-left: calc(60% + 40px);
  }
}
section.product-main .no-image .shopify-buy__product-img-wrapper {
  display: none;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
section.product-main .shopify-buy__carousel {
  font-size: 0;
  text-align: center;
  min-height: 90px;
  margin-left: -15px;
  margin-top: 15px;
}
section.product-main .shopify-buy__carousel-item {
  width: calc(16.666% - 15px);
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0;
  border: none;
}
section.product-main .shopify-buy__carousel-item:nth-child(n+7) {
  margin-top: 15px;
}
section.product-main .shopify-buy__carousel-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
section.product-main .main-image-wrapper {
  position: relative;
}
section.product-main .carousel-button {
  position: absolute;
  width: 75px;
  top: 0;
  height: 100%;
  border: none;
  font-size: 0;
  background-color: transparent;
  opacity: 0.4;
  cursor: pointer;
}
section.product-main .carousel-button:hover,
section.product-main .carousel-button:focus {
  opacity: 0.9;
  outline: none;
}
section.product-main .carousel-button-arrow {
  width: 20px;
  display: inline-block;
  margin-left: 25px;
}
section.product-main .carousel-button--previous {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
section.product-main .carousel-button--next {
  right: 0;
}
section.product-main .shopify-buy__carousel-item--selected {
  opacity: 0.4;
}
section.product-main .shopify-buy__btn:hover {
  background-color: #ae1d21;
}
section.product-main .shopify-buy__btn:focus {
  background-color: #ae1d21;
}
section.product-main .shopify-buy__btn {
  background-color: #c12025;
}
@media (min-width: 601px) {
  section.product-main .shopify-buy__product {
    max-width: 100%;
    margin-left: 0;
  }
}
section.product-main .shopify-buy__product {
  text-align: left;
}
section.product-main .shopify-buy__product__title {
  font-size: 2rem;
  font-weight: 800;
}
section.product-main .shopify-buy__product__actual-price {
  font-size: 1.5rem;
}
section.product-main .shopify-buy__product__compare-price {
  font-size: 15px;
}
section.product-main .shopify-buy__product__title {
  display: none !important;
}
section.product-main .product-description {
  margin-top: 30px;
  line-height: 1.5;
  color: #212529;
  font-size: 1rem;
}
section.product-main .product-description p {
  margin-bottom: 0.6em;
}
section.product-main .product-description h2, section.product-main .product-description .h2 {
  font-size: 1.5rem;
}
section.product-main .product-description h3, section.product-main .product-description .h3 {
  font-size: 1.125rem;
}
section.product-main .product-description h4, section.product-main .product-description .h4 {
  font-size: 1rem;
}
section.product-main .product-description a {
  color: #C12026;
}
section.product-main .product-description a:hover, section.product-main .product-description a:active {
  text-decoration: none;
}
section.product-main .product-description h4, section.product-main .product-description .h4 {
  font-size: 1rem;
}

.resellers-main {
  min-height: 50vh;
}
.resellers-main > .section-hd {
  background: #f9f9f9;
}
.resellers-main > .section-hd .selectize-dropdown-content {
  height: 75vh;
  min-height: 200px;
  max-height: 400px;
}
.resellers-main .alm-btn-wrap {
  display: none;
}
.resellers-main .nav-pills .nav-item {
  margin-right: 1em;
}
@media (max-width: 575.98px) {
  .resellers-main .nav-pills .nav-item {
    margin-right: 0.1em;
  }
}
.resellers-main .nav-pills .nav-item .nav-link {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .resellers-main .nav-pills .nav-item .nav-link {
    font-size: 15px;
  }
}
.resellers-main .distributor-group > h4, .resellers-main .distributor-group > .h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #C12026;
}
.resellers-main .distributor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resellers-main .distributor-list .distributor-item {
  display: none;
  margin-bottom: 30px;
}
.resellers-main .distributor-list .distributor-item .distributor-item-body {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding-bottom: 45px;
  height: 100%;
}
.resellers-main .distributor-list .distributor-item .distributor-item-body:hover, .resellers-main .distributor-list .distributor-item .distributor-item-body:active {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.resellers-main .distributor-list .distributor-item.active {
  display: block;
}
@media (max-width: 575.98px) {
  .resellers-main .distributor-list .distributor-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.resellers-main .distributor-list .distributor-item i {
  font-size: 22px;
  vertical-align: middle;
  width: 22px;
  text-align: center;
  margin-right: 0.6em;
}
.resellers-main .distributor-list .distributor-item h5, .resellers-main .distributor-list .distributor-item .h5 {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}
.resellers-main .distributor-list .distributor-item h6, .resellers-main .distributor-list .distributor-item .h6 {
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
}
.resellers-main .distributor-list .distributor-item ul li {
  font-size: 0.875rem;
  margin-bottom: 0.1rem;
  color: #666;
}
.resellers-main .distributor-list .distributor-item .item-logo {
  position: absolute;
  top: 15px;
  right: 15px;
}
.resellers-main .distributor-list .distributor-item .item-logo img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}
.resellers-main .distributor-list .distributor-item .item-links {
  position: absolute;
  left: 25px;
  bottom: 8px;
}
.resellers-main .distributor-list .distributor-item a {
  color: #666;
}
.resellers-main .distributor-list .distributor-item a:hover {
  color: #C12026;
}

section.resellers-map {
  background: #000;
  padding: 0px 0px;
  margin: 0;
}
section.resellers-map .map {
  background: #000;
  min-height: 900px;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 0;
}
@media (max-width: 575.98px) {
  section.resellers-map .map {
    min-height: 0;
    height: 75vh;
    min-height: 400px;
  }
}
section.resellers-map > .section-hd {
  min-height: 900px;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  padding-top: 150px;
}
section.resellers-map > .section-hd .row, section.resellers-map > .section-hd article .gallery-columns-9, article section.resellers-map > .section-hd .gallery-columns-9, section.resellers-map > .section-hd article .gallery-columns-8, article section.resellers-map > .section-hd .gallery-columns-8, section.resellers-map > .section-hd article .gallery-columns-7, article section.resellers-map > .section-hd .gallery-columns-7, section.resellers-map > .section-hd article .gallery-columns-6, article section.resellers-map > .section-hd .gallery-columns-6, section.resellers-map > .section-hd article .gallery-columns-5, article section.resellers-map > .section-hd .gallery-columns-5, section.resellers-map > .section-hd article .gallery-columns-4, article section.resellers-map > .section-hd .gallery-columns-4, section.resellers-map > .section-hd article .gallery-columns-3, article section.resellers-map > .section-hd .gallery-columns-3, section.resellers-map > .section-hd article .gallery-columns-2, article section.resellers-map > .section-hd .gallery-columns-2, section.resellers-map > .section-hd article .gallery-columns-1, article section.resellers-map > .section-hd .gallery-columns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.resellers-map > .section-hd .row > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-9 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-9 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-8 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-8 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-7 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-7 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-6 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-6 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-5 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-5 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-4 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-4 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-3 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-3 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-2 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-2 > .col:nth-child(1), section.resellers-map > .section-hd article .gallery-columns-1 > .col:nth-child(1), article section.resellers-map > .section-hd .gallery-columns-1 > .col:nth-child(1) {
  width: 30%;
  padding-right: 3%;
}
section.resellers-map > .section-hd .row > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-9 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-9 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-8 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-8 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-7 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-7 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-6 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-6 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-5 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-5 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-4 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-4 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-3 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-3 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-2 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-2 > .col:nth-child(2), section.resellers-map > .section-hd article .gallery-columns-1 > .col:nth-child(2), article section.resellers-map > .section-hd .gallery-columns-1 > .col:nth-child(2) {
  width: 70%;
}
section.resellers-map > .section-ft {
  background: #fff;
  padding: 80px 0;
}
section.resellers-map .box-resellers {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 0.375rem;
  max-width: 400px;
}
section.resellers-map .gmnoprint,
section.resellers-map .gm-control-active,
section.resellers-map .gm-fullscreen-control,
section.resellers-map .gm-style-cc {
  display: none !important;
}
section.resellers-map .gm-style .gm-style-iw-d > div {
  width: 330px;
  max-width: 330px;
}
section.resellers-map .gm-style .gm-style-iw-d > div > div {
  margin: 0 !important;
  width: 100% !important;
}
section.resellers-map .gm-style-iw-c p {
  font-size: 15px !important;
  margin-bottom: 5px !important;
}
section.resellers-map .gm-style-iw-c h6, section.resellers-map .gm-style-iw-c .h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
section.resellers-map .gm-style-iw-c h4, section.resellers-map .gm-style-iw-c .h4 {
  font-size: 1.25rem;
}
section.resellers-map .gm-style-iw-c a:hover {
  color: #C12026;
}
section.resellers-map .gm-style-iw-c i {
  font-size: 24px;
}
section.resellers-map .gm-style-iw-c button {
  right: 0 !important;
  top: 0 !important;
}
section.resellers-map .gm-style-iw-c button img {
  height: 24px !important;
  widows: 24px !important;
}

section.search-results > .section-bd {
  min-height: 60vh;
}
section.shop-main > .section-hd {
  padding-top: 100px;
  background: #fff;
  padding-bottom: 40px;
}
section.shop-main > .section-bd {
  background: #f9f9f9;
  min-height: 400px;
}
section.shop-main > .section-bd a {
  display: block;
  border: 1px solid #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.shop-main > .section-bd a span {
  display: block;
  padding: 0.3em;
  text-align: center;
  background-color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 0.9rem;
}
section.shop-main > .section-bd a:hover, section.shop-main > .section-bd a:active {
  border: 1px solid #C12026;
}
section.shop-main > .section-bd a:hover span, section.shop-main > .section-bd a:active span {
  background-color: #C12026;
}
section.spareparts-main {
  background: #fbfbfb;
}
section.spareparts-main > .section-bd .spareparts-filter h4, section.spareparts-main > .section-bd .spareparts-filter .h4 {
  padding: 0 0 1rem;
  margin: 0;
}
section.spareparts-main > .section-bd .spareparts-filter h5, section.spareparts-main > .section-bd .spareparts-filter .h5 {
  margin: 0;
}
section.spareparts-main > .section-bd .spareparts-filter .box .box-hd {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.spareparts-main > .section-bd .spareparts-filter .box .box-hd h4, section.spareparts-main > .section-bd .spareparts-filter .box .box-hd .h4 {
  text-align: left;
  width: 90%;
}
section.spareparts-main > .section-bd .spareparts-filter .box .box-hd .fa {
  text-align: right;
  width: 10%;
}
section.spareparts-main > .section-bd .spareparts-filter .box .box-hd input {
  height: 45px;
  border: none;
  width: 100%;
}
section.spareparts-main > .section-bd .spareparts-filter .box .box-bd {
  padding: 10px 0;
  line-height: 1.8;
}
section.block-webinar-recorded-index > .section-hd {
  min-height: 380px;
  background-color: #000;
  position: relative;
  color: #fff;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.block-webinar-recorded-index > .section-hd .the-bg {
  background-position: center 25%;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.block-webinar-recorded-index > .section-hd .h2 {
  font-weight: bold;
}
section.block-webinar-recorded-index > .section-hd .container {
  position: relative;
  z-index: 1;
}
section.block-webinar-recorded-index .alert article h2:last-of-type, section.block-webinar-recorded-index .alert article .h2:last-of-type,
section.block-webinar-recorded-index .alert article h3:last-of-type,
section.block-webinar-recorded-index .alert article .h3:last-of-type,
section.block-webinar-recorded-index .alert article h4:last-of-type,
section.block-webinar-recorded-index .alert article .h4:last-of-type,
section.block-webinar-recorded-index .alert article h5:last-of-type,
section.block-webinar-recorded-index .alert article .h5:last-of-type,
section.block-webinar-recorded-index .alert article p:last-of-type {
  margin-bottom: 0;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group {
  margin-bottom: 0.5rem;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title h3, section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title .h3 {
  display: inline-block;
  cursor: pointer;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title h3:after, section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title .h3:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23C12026" class="bi bi-chevron-down" viewBox="0 0 16 16"><path 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"/></svg>');
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  vertical-align: middle;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--inner {
  display: none;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group.expanded .alm-filter--title h3:after, section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group.expanded .alm-filter--title .h3:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--group.expanded .alm-filter--inner {
  display: block;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--title h3, section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--title .h3 {
  color: #C12026;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
section.block-webinar-recorded-index > .section-bd .webinar-filter .alm-filter--link {
  font-size: 0.875rem;
}
section.block-webinar-recorded-index > .section-bd .webinar-list .alm-btn-wrap {
  display: none;
}
section.block-webinar-recorded-index > .section-bd .webinar-list a {
  text-decoration: none;
}
section.block-webinar-recorded-index > .section-bd .webinar-list a:hover, section.block-webinar-recorded-index > .section-bd .webinar-list a:active {
  color: #C12026;
}
section.block-webinar-recorded-index > .section-bd .webinar-list .webinar-details {
  font-size: 0.875rem;
}
section.block-webinar-recorded-index > .section-bd .webinar-list .webinar-details p {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}
section.block-webinar-recorded-index > .section-bd article h1, section.block-webinar-recorded-index > .section-bd article .h1,
section.block-webinar-recorded-index > .section-bd article h2,
section.block-webinar-recorded-index > .section-bd article .h2,
section.block-webinar-recorded-index > .section-bd article h3,
section.block-webinar-recorded-index > .section-bd article .h3,
section.block-webinar-recorded-index > .section-bd article h4,
section.block-webinar-recorded-index > .section-bd article .h4,
section.block-webinar-recorded-index > .section-bd article h5,
section.block-webinar-recorded-index > .section-bd article .h5,
section.block-webinar-recorded-index > .section-bd article strong {
  font-weight: bold;
}
section.block-webinar-recorded-index > .section-bd .box-form {
  background-color: #333;
  color: #fff;
}
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field {
  margin-bottom: 0.75rem;
}
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input {
  min-height: 6em;
}
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=checkbox] {
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
section.block-webinar-recorded-index > .section-bd .box-form .hs-error-msgs,
section.block-webinar-recorded-index > .section-bd .box-form .hs-error-msg {
  font-size: 0.875rem;
  color: #c12125;
  margin-top: 0.375rem;
}
section.block-webinar-recorded-index > .section-bd .box-form .hs-button {
  margin-top: 1rem;
}
section.block-webinar-recorded-index > .section-bd .box-form .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.block-webinar-recorded-index > .section-bd .box-form .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.block-webinar-recorded-index > .section-bd .box-form input,
section.block-webinar-recorded-index > .section-bd .box-form .selectize-input {
  height: auto;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-webinar-recorded-index > .section-bd .box-form input:after,
section.block-webinar-recorded-index > .section-bd .box-form .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.block-webinar-recorded-index > .section-bd .box-form input,
  section.block-webinar-recorded-index > .section-bd .box-form .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.block-webinar-recorded-index > .section-bd .box-form .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.block-webinar-recorded-index > .section-bd .box-form .btn, section.block-webinar-recorded-index > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-recorded-index > .section-bd .box-form input[type=submit], section.block-webinar-recorded-index > .section-bd .box-form .hs-button {
  margin-right: 1em;
}
section.block-webinar-recorded-index > .section-ft article h1, section.block-webinar-recorded-index > .section-ft article .h1,
section.block-webinar-recorded-index > .section-ft article h2,
section.block-webinar-recorded-index > .section-ft article .h2,
section.block-webinar-recorded-index > .section-ft article h3,
section.block-webinar-recorded-index > .section-ft article .h3,
section.block-webinar-recorded-index > .section-ft article h4,
section.block-webinar-recorded-index > .section-ft article .h4,
section.block-webinar-recorded-index > .section-ft article h5,
section.block-webinar-recorded-index > .section-ft article .h5,
section.block-webinar-recorded-index > .section-ft article strong {
  font-weight: bold;
}

section.block-webinar-recorded-single > .section-hd {
  min-height: 380px;
  background-color: #000;
  position: relative;
  color: #fff;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.block-webinar-recorded-single > .section-hd .the-bg {
  background-position: center 25%;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.block-webinar-recorded-single > .section-hd .h2 {
  font-weight: bold;
}
section.block-webinar-recorded-single > .section-hd .container {
  position: relative;
  z-index: 1;
}
section.block-webinar-recorded-single > .section-bd article h1, section.block-webinar-recorded-single > .section-bd article .h1,
section.block-webinar-recorded-single > .section-bd article h2,
section.block-webinar-recorded-single > .section-bd article .h2,
section.block-webinar-recorded-single > .section-bd article h3,
section.block-webinar-recorded-single > .section-bd article .h3,
section.block-webinar-recorded-single > .section-bd article h4,
section.block-webinar-recorded-single > .section-bd article .h4,
section.block-webinar-recorded-single > .section-bd article h5,
section.block-webinar-recorded-single > .section-bd article .h5,
section.block-webinar-recorded-single > .section-bd article strong {
  font-weight: bold;
}
section.block-webinar-recorded-single > .section-bd .box-form {
  background-color: #333;
  color: #fff;
  min-height: 500px;
}
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field {
  margin-bottom: 0.75rem;
}
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input {
  min-height: 6em;
}
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=checkbox] {
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
section.block-webinar-recorded-single > .section-bd .box-form .hs-error-msgs,
section.block-webinar-recorded-single > .section-bd .box-form .hs-error-msg {
  font-size: 0.875rem;
  color: #c12125;
  margin-top: 0.375rem;
}
section.block-webinar-recorded-single > .section-bd .box-form .hs-button {
  margin-top: 1rem;
}
section.block-webinar-recorded-single > .section-bd .box-form .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.block-webinar-recorded-single > .section-bd .box-form .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.block-webinar-recorded-single > .section-bd .box-form input,
section.block-webinar-recorded-single > .section-bd .box-form .selectize-input {
  height: auto;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-webinar-recorded-single > .section-bd .box-form input:after,
section.block-webinar-recorded-single > .section-bd .box-form .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.block-webinar-recorded-single > .section-bd .box-form input,
  section.block-webinar-recorded-single > .section-bd .box-form .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.block-webinar-recorded-single > .section-bd .box-form .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.block-webinar-recorded-single > .section-bd .box-form .btn, section.block-webinar-recorded-single > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-recorded-single > .section-bd .box-form input[type=submit], section.block-webinar-recorded-single > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button {
  margin-right: 1em;
}
section.block-webinar-recorded-single > .section-ft article h1, section.block-webinar-recorded-single > .section-ft article .h1,
section.block-webinar-recorded-single > .section-ft article h2,
section.block-webinar-recorded-single > .section-ft article .h2,
section.block-webinar-recorded-single > .section-ft article h3,
section.block-webinar-recorded-single > .section-ft article .h3,
section.block-webinar-recorded-single > .section-ft article h4,
section.block-webinar-recorded-single > .section-ft article .h4,
section.block-webinar-recorded-single > .section-ft article h5,
section.block-webinar-recorded-single > .section-ft article .h5,
section.block-webinar-recorded-single > .section-ft article strong {
  font-weight: bold;
}

section.block-webinar-upcoming-index > .section-hd {
  min-height: 380px;
  background-color: #000;
  position: relative;
  color: #fff;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.block-webinar-upcoming-index > .section-hd .the-bg {
  background-position: center 25%;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.block-webinar-upcoming-index > .section-hd .h2 {
  font-weight: bold;
}
section.block-webinar-upcoming-index > .section-hd .container {
  position: relative;
  z-index: 1;
}
section.block-webinar-upcoming-index .alert article h2:last-of-type, section.block-webinar-upcoming-index .alert article .h2:last-of-type,
section.block-webinar-upcoming-index .alert article h3:last-of-type,
section.block-webinar-upcoming-index .alert article .h3:last-of-type,
section.block-webinar-upcoming-index .alert article h4:last-of-type,
section.block-webinar-upcoming-index .alert article .h4:last-of-type,
section.block-webinar-upcoming-index .alert article h5:last-of-type,
section.block-webinar-upcoming-index .alert article .h5:last-of-type,
section.block-webinar-upcoming-index .alert article p:last-of-type {
  margin-bottom: 0;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group {
  margin-bottom: 0.5rem;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title h3, section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title .h3 {
  display: inline-block;
  cursor: pointer;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title h3:after, section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--title .h3:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23C12026" class="bi bi-chevron-down" viewBox="0 0 16 16"><path 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"/></svg>');
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  vertical-align: middle;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group .alm-filter--inner {
  display: none;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group.expanded .alm-filter--title h3:after, section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group.expanded .alm-filter--title .h3:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--group.expanded .alm-filter--inner {
  display: block;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--title h3, section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--title .h3 {
  color: #C12026;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
section.block-webinar-upcoming-index > .section-bd .webinar-filter .alm-filter--link {
  font-size: 0.875rem;
}
section.block-webinar-upcoming-index > .section-bd .webinar-list .alm-btn-wrap {
  display: none;
}
section.block-webinar-upcoming-index > .section-bd .webinar-list a {
  text-decoration: none;
}
section.block-webinar-upcoming-index > .section-bd .webinar-list a:hover, section.block-webinar-upcoming-index > .section-bd .webinar-list a:active {
  color: #C12026;
}
section.block-webinar-upcoming-index > .section-bd .webinar-list .webinar-details {
  font-size: 0.875rem;
}
section.block-webinar-upcoming-index > .section-bd .webinar-list .webinar-details p {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}
section.block-webinar-upcoming-index > .section-bd article h1, section.block-webinar-upcoming-index > .section-bd article .h1,
section.block-webinar-upcoming-index > .section-bd article h2,
section.block-webinar-upcoming-index > .section-bd article .h2,
section.block-webinar-upcoming-index > .section-bd article h3,
section.block-webinar-upcoming-index > .section-bd article .h3,
section.block-webinar-upcoming-index > .section-bd article h4,
section.block-webinar-upcoming-index > .section-bd article .h4,
section.block-webinar-upcoming-index > .section-bd article h5,
section.block-webinar-upcoming-index > .section-bd article .h5,
section.block-webinar-upcoming-index > .section-bd article strong {
  font-weight: bold;
}
section.block-webinar-upcoming-index > .section-bd .box-form {
  background-color: #333;
  color: #fff;
}
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field {
  margin-bottom: 0.75rem;
}
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input {
  min-height: 6em;
}
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=checkbox] {
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
section.block-webinar-upcoming-index > .section-bd .box-form .hs-error-msgs,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-error-msg {
  font-size: 0.875rem;
  color: #c12125;
  margin-top: 0.375rem;
}
section.block-webinar-upcoming-index > .section-bd .box-form .hs-button {
  margin-top: 1rem;
}
section.block-webinar-upcoming-index > .section-bd .box-form .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.block-webinar-upcoming-index > .section-bd .box-form .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.block-webinar-upcoming-index > .section-bd .box-form input,
section.block-webinar-upcoming-index > .section-bd .box-form .selectize-input {
  height: auto;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-webinar-upcoming-index > .section-bd .box-form input:after,
section.block-webinar-upcoming-index > .section-bd .box-form .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.block-webinar-upcoming-index > .section-bd .box-form input,
  section.block-webinar-upcoming-index > .section-bd .box-form .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.block-webinar-upcoming-index > .section-bd .box-form .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.block-webinar-upcoming-index > .section-bd .box-form .btn, section.block-webinar-upcoming-index > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-upcoming-index > .section-bd .box-form input[type=submit], section.block-webinar-upcoming-index > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button {
  margin-right: 1em;
}
section.block-webinar-upcoming-index > .section-ft article h1, section.block-webinar-upcoming-index > .section-ft article .h1,
section.block-webinar-upcoming-index > .section-ft article h2,
section.block-webinar-upcoming-index > .section-ft article .h2,
section.block-webinar-upcoming-index > .section-ft article h3,
section.block-webinar-upcoming-index > .section-ft article .h3,
section.block-webinar-upcoming-index > .section-ft article h4,
section.block-webinar-upcoming-index > .section-ft article .h4,
section.block-webinar-upcoming-index > .section-ft article h5,
section.block-webinar-upcoming-index > .section-ft article .h5,
section.block-webinar-upcoming-index > .section-ft article strong {
  font-weight: bold;
}

section.block-webinar-upcoming-single > .section-hd {
  min-height: 380px;
  background-color: #000;
  position: relative;
  color: #fff;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.block-webinar-upcoming-single > .section-hd .the-bg {
  background-position: center 25%;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.block-webinar-upcoming-single > .section-hd .h2 {
  font-weight: bold;
}
section.block-webinar-upcoming-single > .section-hd .container {
  position: relative;
  z-index: 1;
}
section.block-webinar-upcoming-single > .section-bd article h1, section.block-webinar-upcoming-single > .section-bd article .h1,
section.block-webinar-upcoming-single > .section-bd article h2,
section.block-webinar-upcoming-single > .section-bd article .h2,
section.block-webinar-upcoming-single > .section-bd article h3,
section.block-webinar-upcoming-single > .section-bd article .h3,
section.block-webinar-upcoming-single > .section-bd article h4,
section.block-webinar-upcoming-single > .section-bd article .h4,
section.block-webinar-upcoming-single > .section-bd article h5,
section.block-webinar-upcoming-single > .section-bd article .h5,
section.block-webinar-upcoming-single > .section-bd article strong {
  font-weight: bold;
}
section.block-webinar-upcoming-single > .section-bd .box-form {
  background-color: #333;
  color: #fff;
  min-height: 500px;
}
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field {
  margin-bottom: 0.75rem;
}
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input {
  min-height: 6em;
}
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=checkbox] {
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
section.block-webinar-upcoming-single > .section-bd .box-form .hs-error-msgs,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-error-msg {
  font-size: 0.875rem;
  color: #c12125;
  margin-top: 0.375rem;
}
section.block-webinar-upcoming-single > .section-bd .box-form .hs-button {
  margin-top: 1rem;
}
section.block-webinar-upcoming-single > .section-bd .box-form .selectize-control.single .selectize-input:after {
  pointer-events: none;
  border-color: #fff transparent transparent transparent;
}
section.block-webinar-upcoming-single > .section-bd .box-form .selectize-control.single .selectize-input.dropdown-active:after {
  pointer-events: none;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
section.block-webinar-upcoming-single > .section-bd .box-form input,
section.block-webinar-upcoming-single > .section-bd .box-form .selectize-input {
  height: auto;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #fff;
  padding: 0.6em 1em 0.7em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.block-webinar-upcoming-single > .section-bd .box-form input:after,
section.block-webinar-upcoming-single > .section-bd .box-form .selectize-input:after {
  right: 10px;
}
@media (max-width: 575.98px) {
  section.block-webinar-upcoming-single > .section-bd .box-form input,
  section.block-webinar-upcoming-single > .section-bd .box-form .selectize-input {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  section.block-webinar-upcoming-single > .section-bd .box-form .selectize-dropdown {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
section.block-webinar-upcoming-single > .section-bd .box-form .btn, section.block-webinar-upcoming-single > .section-bd .box-form .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-sample-parts-form > .section-bd .the-form .hs_submit section.block-webinar-upcoming-single > .section-bd .box-form input[type=submit], section.block-webinar-upcoming-single > .section-bd section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-index > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd section.block-webinar-upcoming-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button {
  margin-right: 1em;
}
section.block-webinar-upcoming-single > .section-ft article h1, section.block-webinar-upcoming-single > .section-ft article .h1,
section.block-webinar-upcoming-single > .section-ft article h2,
section.block-webinar-upcoming-single > .section-ft article .h2,
section.block-webinar-upcoming-single > .section-ft article h3,
section.block-webinar-upcoming-single > .section-ft article .h3,
section.block-webinar-upcoming-single > .section-ft article h4,
section.block-webinar-upcoming-single > .section-ft article .h4,
section.block-webinar-upcoming-single > .section-ft article h5,
section.block-webinar-upcoming-single > .section-ft article .h5,
section.block-webinar-upcoming-single > .section-ft article strong {
  font-weight: bold;
}

.why-video {
  margin: 90px 0;
}

.why-user {
  background: #c30d22;
  color: #fff;
  padding: 90px 0;
  text-align: center;
}

.why-user img {
  display: block;
  margin: 0 auto 30px;
}

.why-user h2 b, .why-user .h2 b {
  font-size: 4rem;
}

.why-user a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 20px 0 60px;
}

.why-support {
  text-align: center;
  padding: 90px 0;
}

.why-support .excerpt {
  min-height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.why-support .excerpt p {
  text-align: center;
  width: 100%;
}

.why-support img.hover {
  display: none;
}

.why-support img.default {
  display: block;
  margin: 0 auto;
}

.why-support img {
  margin-bottom: 15px !important;
}

.why-support .support-list {
  border-right: 1px solid #ddd;
}

.why-support .col-md-4:last-child .support-list {
  border: 0;
}

.why-support .support-list a:hover img.default {
  display: none;
}

.why-support .support-list a:hover img.hover {
  display: block;
  margin: 0 auto;
}

.why-support .support-list a:hover {
  color: #f04236;
}

.why-support h2, .why-support .h2 {
  margin-bottom: 40px;
}

.why-video a {
  display: block;
  position: relative;
  color: #fff;
}

.why-video .video-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why-video .video-icon .icon-v {
  width: 100%;
}

.why-academy {
  background-image: url(https://s1.raise3d.com/2019/09/academy.jpg);
  padding: 90px 0;
}

.academy-list {
  margin-top: 20px;
  text-align: center;
}

.academy-list b {
  display: block;
}

.academy-list span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.why-enginner {
  padding: 90px 0;
  background: #000;
  color: #fff;
}

.enginner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enginner-content h2, .enginner-content .h2 {
  margin-bottom: 20px;
}

.enginner-content b {
  display: block;
  margin-top: 20px;
}

.why-academy,
.why-enginner {
  background-size: cover;
}

.why-enginner a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.why-perfor .container-fluid, .why-perfor .container-sm, .why-perfor .container-md, .why-perfor .container-lg, .why-perfor .container-xl, .why-perfor .container-xxl {
  padding: 0;
}

.why-perfor .container-fluid .row, .why-perfor .container-fluid article .gallery-columns-9, article .why-perfor .container-fluid .gallery-columns-9, .why-perfor .container-fluid article .gallery-columns-8, article .why-perfor .container-fluid .gallery-columns-8, .why-perfor .container-fluid article .gallery-columns-7, article .why-perfor .container-fluid .gallery-columns-7, .why-perfor .container-fluid article .gallery-columns-6, article .why-perfor .container-fluid .gallery-columns-6, .why-perfor .container-fluid article .gallery-columns-5, article .why-perfor .container-fluid .gallery-columns-5, .why-perfor .container-fluid article .gallery-columns-4, article .why-perfor .container-fluid .gallery-columns-4, .why-perfor .container-fluid article .gallery-columns-3, article .why-perfor .container-fluid .gallery-columns-3, .why-perfor .container-fluid article .gallery-columns-2, article .why-perfor .container-fluid .gallery-columns-2, .why-perfor .container-fluid article .gallery-columns-1, article .why-perfor .container-fluid .gallery-columns-1, .why-perfor .container-sm .row, .why-perfor .container-sm article .gallery-columns-9, article .why-perfor .container-sm .gallery-columns-9, .why-perfor .container-sm article .gallery-columns-8, article .why-perfor .container-sm .gallery-columns-8, .why-perfor .container-sm article .gallery-columns-7, article .why-perfor .container-sm .gallery-columns-7, .why-perfor .container-sm article .gallery-columns-6, article .why-perfor .container-sm .gallery-columns-6, .why-perfor .container-sm article .gallery-columns-5, article .why-perfor .container-sm .gallery-columns-5, .why-perfor .container-sm article .gallery-columns-4, article .why-perfor .container-sm .gallery-columns-4, .why-perfor .container-sm article .gallery-columns-3, article .why-perfor .container-sm .gallery-columns-3, .why-perfor .container-sm article .gallery-columns-2, article .why-perfor .container-sm .gallery-columns-2, .why-perfor .container-sm article .gallery-columns-1, article .why-perfor .container-sm .gallery-columns-1, .why-perfor .container-md .row, .why-perfor .container-md article .gallery-columns-9, article .why-perfor .container-md .gallery-columns-9, .why-perfor .container-md article .gallery-columns-8, article .why-perfor .container-md .gallery-columns-8, .why-perfor .container-md article .gallery-columns-7, article .why-perfor .container-md .gallery-columns-7, .why-perfor .container-md article .gallery-columns-6, article .why-perfor .container-md .gallery-columns-6, .why-perfor .container-md article .gallery-columns-5, article .why-perfor .container-md .gallery-columns-5, .why-perfor .container-md article .gallery-columns-4, article .why-perfor .container-md .gallery-columns-4, .why-perfor .container-md article .gallery-columns-3, article .why-perfor .container-md .gallery-columns-3, .why-perfor .container-md article .gallery-columns-2, article .why-perfor .container-md .gallery-columns-2, .why-perfor .container-md article .gallery-columns-1, article .why-perfor .container-md .gallery-columns-1, .why-perfor .container-lg .row, .why-perfor .container-lg article .gallery-columns-9, article .why-perfor .container-lg .gallery-columns-9, .why-perfor .container-lg article .gallery-columns-8, article .why-perfor .container-lg .gallery-columns-8, .why-perfor .container-lg article .gallery-columns-7, article .why-perfor .container-lg .gallery-columns-7, .why-perfor .container-lg article .gallery-columns-6, article .why-perfor .container-lg .gallery-columns-6, .why-perfor .container-lg article .gallery-columns-5, article .why-perfor .container-lg .gallery-columns-5, .why-perfor .container-lg article .gallery-columns-4, article .why-perfor .container-lg .gallery-columns-4, .why-perfor .container-lg article .gallery-columns-3, article .why-perfor .container-lg .gallery-columns-3, .why-perfor .container-lg article .gallery-columns-2, article .why-perfor .container-lg .gallery-columns-2, .why-perfor .container-lg article .gallery-columns-1, article .why-perfor .container-lg .gallery-columns-1, .why-perfor .container-xl .row, .why-perfor .container-xl article .gallery-columns-9, article .why-perfor .container-xl .gallery-columns-9, .why-perfor .container-xl article .gallery-columns-8, article .why-perfor .container-xl .gallery-columns-8, .why-perfor .container-xl article .gallery-columns-7, article .why-perfor .container-xl .gallery-columns-7, .why-perfor .container-xl article .gallery-columns-6, article .why-perfor .container-xl .gallery-columns-6, .why-perfor .container-xl article .gallery-columns-5, article .why-perfor .container-xl .gallery-columns-5, .why-perfor .container-xl article .gallery-columns-4, article .why-perfor .container-xl .gallery-columns-4, .why-perfor .container-xl article .gallery-columns-3, article .why-perfor .container-xl .gallery-columns-3, .why-perfor .container-xl article .gallery-columns-2, article .why-perfor .container-xl .gallery-columns-2, .why-perfor .container-xl article .gallery-columns-1, article .why-perfor .container-xl .gallery-columns-1, .why-perfor .container-xxl .row, .why-perfor .container-xxl article .gallery-columns-9, article .why-perfor .container-xxl .gallery-columns-9, .why-perfor .container-xxl article .gallery-columns-8, article .why-perfor .container-xxl .gallery-columns-8, .why-perfor .container-xxl article .gallery-columns-7, article .why-perfor .container-xxl .gallery-columns-7, .why-perfor .container-xxl article .gallery-columns-6, article .why-perfor .container-xxl .gallery-columns-6, .why-perfor .container-xxl article .gallery-columns-5, article .why-perfor .container-xxl .gallery-columns-5, .why-perfor .container-xxl article .gallery-columns-4, article .why-perfor .container-xxl .gallery-columns-4, .why-perfor .container-xxl article .gallery-columns-3, article .why-perfor .container-xxl .gallery-columns-3, .why-perfor .container-xxl article .gallery-columns-2, article .why-perfor .container-xxl .gallery-columns-2, .why-perfor .container-xxl article .gallery-columns-1, article .why-perfor .container-xxl .gallery-columns-1 {
  margin: 0;
}

.perfor-left {
  position: absolute;
  top: 0;
  padding: 130px 40px;
  width: 100%;
  color: #fff;
  text-align: right;
}

.perfor-left ul {
  margin: 30px 0;
  line-height: 40px;
}

.perfor-left ul li {
  position: relative;
  padding-right: 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.perfor-left ul li:after {
  width: 5px;
  height: 5px;
  background: #999;
  content: "";
  line-height: 35px;
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.perfor-left ul li:hover:after,
.perfor-left ul li.active:after {
  height: 30px;
  top: 5px;
  background: #c30d22;
}

.perfor-left ul li:hover,
.perfor-left ul li.active {
  font-size: 24px;
  font-weight: bold;
}

.why-perfor .col-md-6 {
  padding: 0;
}

.perfor-left > a {
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 3px;
}

.why-perfor {
  background: #666;
  color: #fff;
}

.perfor-content .perfor-info {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.perfor-content .active {
  max-height: 500px;
  opacity: 1;
}

.perfor-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 40px;
}

.perfor-right strong {
  font-size: 24px;
}

.perfor-info div {
  position: relative !important;
  z-index: 1 !important;
}

.perfor-info div video {
  position: relative !important;
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
  width: 60% !important;
  left: 0 !important;
  z-index: 1 !important;
  height: auto !important;
}

.why-ecosystem {
  padding: 90px 0;
}

.why-ecosystem h2, .why-ecosystem .h2 {
  margin-bottom: 60px;
  text-align: center;
}

.ecosystem-info {
  display: none;
}

.ecosystem-info.active {
  display: block;
}

.ecosystem-right li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.ecosystem-right li .list-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.ecosystem-right li.active .list-content {
  max-height: 100px;
  opacity: 1;
}

.ecosystem-right li.active .list-content p {
  font-size: 0.915rem;
}

.ecosystem-right li.active .list-content a {
  text-decoration: underline;
  color: #f04236;
}

.ecosystem-right li.active:before {
  content: "";
  width: 5px;
  height: 92%;
  display: block;
  background: #c30d22;
  position: absolute;
  left: 0;
  top: 6px;
}

.ecosystem-right li h5, .ecosystem-right li .h5 {
  color: #a8a8a8;
  font-weight: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ecosystem-right li:hover h5, .ecosystem-right li:hover .h5,
.ecosystem-right li.active h5,
.ecosystem-right li.active .h5 {
  color: #c30d22;
  font-weight: bold;
  margin-bottom: 12px;
}

.why-software {
  background: #353535;
  color: #fff;
  padding: 90px 0;
}

.software-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.software-left p {
  margin: 25px 0;
}

.software-right a {
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.why-enginner a:hover,
.software-right a:hover {
  background: #f04236;
  border-color: #f04236;
}

.software-content {
  margin: 40px 0;
}

.software-content p {
  font-size: 18px;
}

.why-enginner.faq p {
  margin: 30px 0;
}

.software-left .software-info {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.software-left .software-info.active {
  max-height: 500px;
  opacity: 1;
}

.tab-click li {
  text-indent: -99999999px;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 15px;
}

.tab-click li:hover,
.tab-click li.active {
  background: #f04236;
}

.tab-click {
  position: absolute;
  top: 25%;
  left: 0;
}

.software-left ul.tab-content {
  padding-left: 40px;
}

html,
body {
  color: #000;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 575.98px) {
  html,
  body {
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul > li,
ol > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}
a.stretched-link {
  text-decoration: none;
}

.spacer {
  margin: 0;
  border: none;
  opacity: 0;
}
.spacer.spacer-lg {
  height: 4rem;
}
.spacer.spacer-md {
  height: 2rem;
}
.spacer.spacer-sm {
  height: 1rem;
}
.spacer.spacer-xs {
  height: 0.6rem;
}
.spacer.no-border {
  border: none;
}

.selectize-input {
  border-radius: 0.375rem;
  padding: 8px 12px;
}

.icon-md {
  display: inline-block;
  line-height: 1;
}
.icon-md svg {
  height: 22px;
  vertical-align: middle;
}

.icon-lg {
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
}
.icon-lg svg {
  height: 28px;
  vertical-align: middle;
}

section {
  position: relative;
}
section > .section-hd {
  position: relative;
}
section > .section-bd {
  position: relative;
}
section > .section-ft {
  position: relative;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: bold;
}

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

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}

h1,
.h1,
.text-h1 {
  font-size: 2.5rem;
}

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

h3,
.h3,
.text-h3 {
  font-size: 1.5rem;
}

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

h5,
.h5,
.text-h5 {
  font-size: 1.125rem;
}

h6,
.h6,
.text-h6 {
  font-size: 0.915rem;
}

p,
.text-p {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  h1, .h1,
  .text-h1 {
    font-size: 2rem;
  }
  h2, .h2,
  .text-h2 {
    font-size: 1.75rem;
  }
  h3, .h3,
  .text-h3 {
    font-size: 1.375rem;
  }
  h4, .h4,
  .text-h4 {
    font-size: 1.25rem;
  }
  h5, .h5,
  .text-h5 {
    font-size: 1rem;
  }
  h6, .h6,
  .text-h6 {
    font-size: 0.875rem;
  }
  p,
  .text-p,
  body,
  .btn,
  .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button,
  section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit],
  section.block-webinar-recorded-index > .section-bd .box-form .hs-button,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-button,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-button,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-button,
  .form-control,
  .hs-fieldtype-textarea.hs-input,
  section.block-sample-parts-form > .section-bd .the-form .hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  h1, .h1,
  .text-h1 {
    font-size: 1.75rem;
  }
  h2, .h2,
  .text-h2 {
    font-size: 1.5rem;
  }
  h3, .h3,
  .text-h3 {
    font-size: 1.25rem;
  }
  h4, .h4,
  .text-h4 {
    font-size: 1rem;
  }
  h5, .h5,
  .text-h5 {
    font-size: 0.9375rem;
  }
  h6, .h6,
  .text-h6 {
    font-size: 0.875rem;
  }
  p,
  .text-p,
  body,
  .btn,
  .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button,
  section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit],
  section.block-webinar-recorded-index > .section-bd .box-form .hs-button,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-button,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-button,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-button,
  .form-control,
  .hs-fieldtype-textarea.hs-input,
  section.block-sample-parts-form > .section-bd .the-form .hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input,
  section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  section > .section-hd > .container,
  section > .footer-hd > .container,
  .global-footer > .section-hd > .container,
  .global-footer > .footer-hd > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
section > .section-bd,
section > .footer-bd,
.global-footer > .section-bd,
.global-footer > .footer-bd {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  section > .section-bd > .container,
  section > .footer-bd > .container,
  .global-footer > .section-bd > .container,
  .global-footer > .footer-bd > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991.98px) {
  section > .section-ft > .container,
  section > .footer-ft > .container,
  .global-footer > .section-ft > .container,
  .global-footer > .footer-ft > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

section {
  position: relative;
}
section > * {
  position: relative;
}
section > .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section > .section-bg.bg-position-top {
  background-position: center top;
  background-size: 100% auto;
}
section > .section-bg.bg-position-bottom {
  background-position: center bottom;
  background-size: 100% auto;
}

.container-xl {
  max-width: 1860px;
}

.list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
strong,
b {
  font-weight: bold;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

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

article ul {
  padding: 0;
  margin: 0.75em 0;
}
article ul > li {
  list-style: disc outside;
  margin-left: 1em;
  margin-bottom: 0.25em;
}
article ol {
  padding: 0;
  margin: 0.75em 0;
}
article ol > li {
  list-style: decimal outside;
  margin-left: 1em;
  margin-bottom: 0.25em;
}
article p {
  line-height: 1.5;
}
article .aligncenter {
  display: block;
  margin: 1em auto;
}
article a {
  text-decoration: none;
  border-bottom: 1px solid;
}
article a:hover, article a:active {
  text-decoration: none;
  border-bottom-color: transparent;
}
article a.btn, article .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit a.hs-button, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit article a.hs-button, article section.block-webinar-recorded-index > .section-bd .box-form a.hs-button, section.block-webinar-recorded-index > .section-bd .box-form article a.hs-button, article section.block-webinar-recorded-single > .section-bd .box-form a.hs-button, section.block-webinar-recorded-single > .section-bd .box-form article a.hs-button, article section.block-webinar-upcoming-index > .section-bd .box-form a.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form article a.hs-button, article section.block-webinar-upcoming-single > .section-bd .box-form a.hs-button, section.block-webinar-upcoming-single > .section-bd .box-form article a.hs-button {
  text-decoration: none;
}
article img,
article .wp-video {
  max-width: 100%;
}
article table td,
article table th {
  border-color: #ccc;
}
@media (max-width: 575.98px) {
  article table td,
  article table th {
    padding: 0.25rem;
    font-size: 0.75rem;
  }
}
article b,
article strong {
  font-weight: bold;
}
article .wp-caption,
article img {
  height: auto;
  max-width: 100%;
}
article .wp-caption.aligncenter,
article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .wp-caption.alignleft,
article img.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  article .wp-caption.alignleft,
  article img.alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
article .wp-caption.alignright,
article img.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  article .wp-caption.alignright,
  article img.alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }
}
article .wp-caption-text {
  max-width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  opacity: 0.75;
}
article h5, article .h5 {
  font-weight: normal;
}

input:active, input:focus,
.form-control:active,
.hs-fieldtype-textarea.hs-input:active,
section.block-sample-parts-form > .section-bd .the-form .hs-input:active,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:active,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:active,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:active,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:active,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:active,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:active,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:active,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:active,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:active,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:active,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:active,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:active,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:active,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:active,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:active,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:active,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:active,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:active,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:active,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:active,
.form-control:focus,
.hs-fieldtype-textarea.hs-input:focus,
section.block-sample-parts-form > .section-bd .the-form .hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-recorded-index > .section-bd .box-form .hs-form-field textarea.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-recorded-single > .section-bd .box-form .hs-form-field textarea.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-upcoming-index > .section-bd .box-form .hs-form-field textarea.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field select.hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=text].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=email].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field input[type=tel].hs-input:focus,
section.block-webinar-upcoming-single > .section-bd .box-form .hs-form-field textarea.hs-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.link-scale {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: inline-block;
}
a.link-scale:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.embed-responsive {
  margin: 40px auto;
}

.link-primary:hover, .link-primary:active {
  color: #C12026;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  margin: 0.5em auto 0 auto;
  font-size: 0.875rem;
  border: none !important;
  padding: 6px 0 !important;
  color: #fff !important;
}

div.wpcf7-mail-sent-ok {
  color: #999;
}

.wpcf7-not-valid {
  border-color: #C12026;
}

span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #C12026;
  padding-top: 3px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: default;
}

#drift-widget-container {
  z-index: 99999 !important;
}

div.wpcf7 .ajax-loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none !important;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

div.wpcf7 .ajax-loader.is-active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input[type=submit], section.block-webinar-recorded-index > .section-bd .box-form .hs-button, section.block-webinar-recorded-single > .section-bd .box-form .hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .hs-button {
  padding: 0.5rem 1.125rem;
  font-weight: 500;
}

.btn-video {
  border-color: transparent !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  outline: none !important;
  padding: 0 1rem !important;
}
.btn-video:hover, .btn-video:focus, .btn-video:active {
  background: transparent !important;
  opacity: 0.8;
  color: #fff !important;
  outline: none !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-control .selectize-input {
  display: block;
}

.btn-play-video {
  padding: 3px 1rem 3px 0.7rem;
}
.btn-play-video svg {
  width: 32px;
  height: 32px;
}
.btn-play-video.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-play-video.btn-outline-white:hover, .btn-play-video.btn-outline-white:focus, .btn-play-video.btn-outline-white:active {
  border-color: white;
  color: #fff;
  background: none;
}
.btn-play-video.btn-outline-primary:hover, .btn-play-video.btn-outline-primary:focus, .btn-play-video.btn-outline-primary:active {
  border-color: rgba(193, 32, 38, 0.7);
  color: #C12026;
  background: none;
}
@media (max-width: 575.98px) {
  .btn-play-video {
    padding: 1px 1rem 2px 0.7rem;
  }
}

section {
  position: relative;
}
section > .section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
section.with-bg-image > .section-hd,
section.with-bg-image > .section-bd,
section.with-bg-image > .section-ft {
  position: relative;
}

.card {
  border: none;
  border-radius: 0;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.ajax-load-more-wrap {
  width: 100%;
}

.alm-filters-edit {
  display: none !important;
}

.btn-white {
  color: #C12026;
}
.btn-white:hover, .btn-white:active {
  color: #C12026;
}

.grecaptcha-badge {
  display: none !important;
}

.btn-close-white:before, .btn-close-white:after {
  background-color: #fff;
}

.max-lines {
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.max-lines.max-lines-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.max-lines.max-lines-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.max-lines.max-lines-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.max-lines.max-lines-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.max-lines.max-lines-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.max-lines.max-lines-6 {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.max-lines.max-lines-7 {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.max-lines.max-lines-8 {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.max-lines.max-lines-9 {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.max-lines.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

section {
  position: relative;
}
section > .section-anchor {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -50px;
}

.embed-responsive-16by9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion .accordion-item .accordion-button {
  background: none;
  font-weight: bold;
  color: inherit;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alm-filters.alm-filters-container.filtering {
  opacity: 1 !important;
}
.alm-filters.alm-filters-container .alm-filter--title h3, .alm-filters.alm-filters-container .alm-filter--title .h3 {
  font-size: 1rem;
}
.alm-filters.alm-filters-container .alm-filter li div.alm-filter--link {
  font-size: 0.8125rem;
}
.alm-filters.alm-filters-container .alm-filter li div.alm-filter--link:before {
  opacity: 0.35;
  width: 18px;
  height: 18px;
}
.alm-filters.alm-filters-container .alm-filter li div.alm-filter--link.field-checkbox:after {
  left: 6px;
  top: 2px;
}
.alm-filters.alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:before, .alm-filters.alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:before {
  opacity: 1;
}

.alm-load-more-btn.done,
.alm-load-more-btn.loading {
  opacity: 0;
  pointer-events: none;
}

.fancybox-slide.fancybox-slide--iframe .fancybox-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

small p, .small p {
  font-size: 0.875rem;
}

.btn.me-1, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .me-1.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.me-1[type=submit], section.block-webinar-recorded-index > .section-bd .box-form .me-1.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .me-1.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .me-1.hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .me-1.hs-button, .btn.me-2, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .me-2.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.me-2[type=submit], section.block-webinar-recorded-index > .section-bd .box-form .me-2.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .me-2.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .me-2.hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .me-2.hs-button, .btn.me-3, .global-footer > .footer-bd .footer-subscribe .hbspt-form .hs-submit .me-3.hs-button, section.block-sample-parts-form > .section-bd .the-form .hs_submit input.me-3[type=submit], section.block-webinar-recorded-index > .section-bd .box-form .me-3.hs-button, section.block-webinar-recorded-single > .section-bd .box-form .me-3.hs-button, section.block-webinar-upcoming-index > .section-bd .box-form .me-3.hs-button, section.block-webinar-upcoming-single > .section-bd .box-form .me-3.hs-button {
  margin-bottom: 0.5rem;
}

.screen-reader-text {
  display: none;
}

article .wp-embedded-content {
  clip: unset !important;
  max-width: 100% !important;
  position: static !important;
}

.btn-link {
  text-decoration: none;
}

.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
.bg-image + .card-body {
  position: relative;
  z-index: 1;
}

img.bg-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.transform-flip-x {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.transform-flip-y {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.h-0 {
  height: 0;
}

.min-vh-10 {
  min-height: 10vh;
}

.min-vh-20 {
  min-height: 20vh;
}

.min-vh-30 {
  min-height: 30vh;
}

.min-vh-40 {
  min-height: 40vh;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-vh-60 {
  min-height: 60vh;
}

.min-vh-70 {
  min-height: 70vh;
}

.min-vh-80 {
  min-height: 80vh;
}

.min-vh-90 {
  min-height: 90vh;
}

@media (min-width: 768px) {
  .min-vh-md-10 {
    min-height: 10vh;
  }
  .min-vh-md-20 {
    min-height: 20vh;
  }
  .min-vh-md-30 {
    min-height: 30vh;
  }
  .min-vh-md-40 {
    min-height: 40vh;
  }
  .min-vh-md-50 {
    min-height: 50vh;
  }
  .min-vh-md-60 {
    min-height: 60vh;
  }
  .min-vh-md-70 {
    min-height: 70vh;
  }
  .min-vh-md-80 {
    min-height: 80vh;
  }
  .min-vh-md-90 {
    min-height: 90vh;
  }
  .min-vh-md-100 {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .min-vh-lg-10 {
    min-height: 10vh;
  }
  .min-vh-lg-20 {
    min-height: 20vh;
  }
  .min-vh-lg-30 {
    min-height: 30vh;
  }
  .min-vh-lg-40 {
    min-height: 40vh;
  }
  .min-vh-lg-50 {
    min-height: 50vh;
  }
  .min-vh-lg-60 {
    min-height: 60vh;
  }
  .min-vh-lg-70 {
    min-height: 70vh;
  }
  .min-vh-lg-80 {
    min-height: 80vh;
  }
  .min-vh-lg-90 {
    min-height: 90vh;
  }
  .min-vh-lg-100 {
    min-height: 100vh;
  }
}
img.h-100 {
  -o-object-fit: cover;
     object-fit: cover;
}
img.flex-fill {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-fluid.position-relative {
  z-index: 1;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
}
[class*=hover-] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hover-fade-out:hover {
  opacity: 0.75;
}

.hover-box-shadow:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.top {
  top: 0;
  bottom: auto;
}

.bottom {
  top: auto;
  bottom: 0;
}

.left {
  right: auto;
  left: 0;
}

.right {
  left: auto;
  right: 0;
}

.border-thick {
  border-width: 4px !important;
}

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

@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid #dee2e6;
  }
}
.max-width-sm {
  max-width: 640px;
}

.max-width-md {
  max-width: 860px;
}

.max-width-lg {
  max-width: 980px;
}

.gutters-sm {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.gutters-sm > .row .col, article .gutters-sm > .gallery-columns-1 .col, article .gutters-sm > .gallery-columns-2 .col, article .gutters-sm > .gallery-columns-3 .col, article .gutters-sm > .gallery-columns-4 .col, article .gutters-sm > .gallery-columns-5 .col, article .gutters-sm > .gallery-columns-6 .col, article .gutters-sm > .gallery-columns-7 .col, article .gutters-sm > .gallery-columns-8 .col, article .gutters-sm > .gallery-columns-9 .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.object-cover-1-1 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 1/1;
}

.object-cover-3-2 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 3/2;
}

.object-cover-4-3 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 4/3;
}

.object-cover-16-9 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 16/9;
}

.object-cover-2-3 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 2/3;
}

.object-cover-3-4 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 3/4;
}

.accordion-item .accordion-button::after {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}

body {
  scroll-padding-top: 188px !important;
}