﻿/*!
 * Bootstrap Utilities v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 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: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "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: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[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: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
.clearfix::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;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-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;
  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;
  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;
  text-decoration-color: RGBA(
    26,
    30,
    33,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-body-emphasis {
  color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-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;
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  ) !important;
}
.focus-ring:focus {
  outline: 0;
  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: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  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: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
  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 {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.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));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-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-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.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: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary,
.featured-statement .quote a,
.featured-statement.background--white .source a,
.featured-statement.background--white .source-title a,
.callout .section-body a,
.body-content .section-body a,
.section-description a,
.collapse-content a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !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-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.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-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.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;
  text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  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-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !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-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-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 {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .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: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .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: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .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: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .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: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .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: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
} /*!
 * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.blazy__caption,
body .layout-container,
.container-fluid,
.container-full,
.container-maximum,
.container-max,
.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,
  .blazy__caption,
  body .layout-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .blazy__caption,
  body .layout-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .blazy__caption,
  body .layout-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .blazy__caption,
  body .layout-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .blazy__caption,
  body .layout-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 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  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 {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  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: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    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: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
[data-columns] {
  display: grid;
}
[data-columns][data-columns="6"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 576px) {
  [data-columns][data-columns="6"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  [data-columns][data-columns="6"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  [data-columns][data-columns="6"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 1200px) {
  [data-columns][data-columns="6"] {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
[data-columns][data-columns="5"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 576px) {
  [data-columns][data-columns="5"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  [data-columns][data-columns="5"] {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  [data-columns][data-columns="5"] {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
[data-columns][data-columns="4"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 576px) {
  [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  [data-columns][data-columns="4"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  [data-columns][data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
[data-columns][data-columns="3"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 992px) {
  [data-columns][data-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 1200px) {
  [data-columns][data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
[data-columns][data-columns="2"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 768px) {
  [data-columns][data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
[data-columns][data-columns="auto"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 768px) {
  [data-columns][data-columns="auto"] {
    grid-template-columns: repeat(auto-fit, minmax(auto, 280px));
    grid-template-rows: auto;
    grid-gap: 32px;
    justify-content: center;
  }
}
@font-face {
  font-family: "TWK Lausanne";
  src: url("../fonts/TWKLausannePan-200.ttf") format("truetype"),
    url("../fonts/TWKLausannePan-200.woff") format("woff"),
    url("../fonts/TWKLausannePan-200.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "TWK Lausanne";
  src: url("../fonts/TWKLausannePan-400.ttf") format("truetype"),
    url("../fonts/TWKLausannePan-400.woff") format("woff"),
    url("../fonts/TWKLausannePan-400.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TWK Lausanne";
  src: url("../fonts/TWKLausannePan-700.ttf") format("truetype"),
    url("../fonts/TWKLausannePan-700.woff") format("woff"),
    url("../fonts/TWKLausannePan-700.woff2") format("woff2");
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
a.text-link,
.text-link,
a.text--primary-inverse,
.text--primary-inverse {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  color: #fff;
}
a.text-link:after,
.text-link:after,
a.text--primary-inverse:after,
.text--primary-inverse:after {
  content: url(/themes/custom/danaher/images/arrow-white.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
a.text-link:focus,
.text-link:focus,
a.text--primary-inverse:focus,
.text--primary-inverse:focus {
  color: #fff;
  outline: 1px solid currentColor;
  outline-offset: 3px;
  padding-right: 10px;
}
a.text-link:hover,
.text-link:hover,
a.text--primary-inverse:hover,
.text--primary-inverse:hover {
  text-decoration: none;
  color: #fff;
}
a.text-link:hover:after,
.text-link:hover:after,
a.text--primary-inverse:hover:after,
.text--primary-inverse:hover:after {
  transform: translateX(10px);
}
a.text-link:disabled,
a.text-link[disabled],
a.text-link.disabled,
.text-link:disabled,
.text-link[disabled],
.text-link.disabled,
a.text--primary-inverse:disabled,
a.text--primary-inverse[disabled],
a.text--primary-inverse.disabled,
.text--primary-inverse:disabled,
.text--primary-inverse[disabled],
.text--primary-inverse.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
a.text-link:disabled:after,
a.text-link[disabled]:after,
a.text-link.disabled:after,
.text-link:disabled:after,
.text-link[disabled]:after,
.text-link.disabled:after,
a.text--primary-inverse:disabled:after,
a.text--primary-inverse[disabled]:after,
a.text--primary-inverse.disabled:after,
.text--primary-inverse:disabled:after,
.text--primary-inverse[disabled]:after,
.text--primary-inverse.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
a.text-link,
.text-link,
a.text--primary,
.text--primary {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  color: #7523ff;
}
a.text-link:after,
.text-link:after,
a.text--primary:after,
.text--primary:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
a.text-link:focus,
.text-link:focus,
a.text--primary:focus,
.text--primary:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
a.text-link:hover,
.text-link:hover,
a.text--primary:hover,
.text--primary:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
a.text-link:hover:after,
.text-link:hover:after,
a.text--primary:hover:after,
.text--primary:hover:after {
  transform: translateX(10px);
}
a.text-link:disabled,
a.text-link[disabled],
a.text-link.disabled,
.text-link:disabled,
.text-link[disabled],
.text-link.disabled,
a.text--primary:disabled,
a.text--primary[disabled],
a.text--primary.disabled,
.text--primary:disabled,
.text--primary[disabled],
.text--primary.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
a.text-link:disabled:after,
a.text-link[disabled]:after,
a.text-link.disabled:after,
.text-link:disabled:after,
.text-link[disabled]:after,
.text-link.disabled:after,
a.text--primary:disabled:after,
a.text--primary[disabled]:after,
a.text--primary.disabled:after,
.text--primary:disabled:after,
.text--primary[disabled]:after,
.text--primary.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
a.text-link:focus,
.text-link:focus,
a.text--primary:focus,
.text--primary:focus {
  outline: 1px solid currentColor;
}
a.text-link:hover,
.text-link:hover,
a.text--primary:hover,
.text--primary:hover {
  text-decoration: none;
}
a.text-link:hover:after,
.text-link:hover:after,
a.text--primary:hover:after,
.text--primary:hover:after {
  transform: translateX(10px);
} /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.btn {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
}
.btn--primary {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  cursor: pointer;
  background: #7523ff;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
}
.btn--primary:active,
.btn--primary.active,
.btn--primary:hover {
  color: #fff !important;
  background: #4000a5;
}
.btn--primary:focus {
  background: #7523ff;
  outline: 1px solid #7523ff;
  outline-offset: 2px;
}
.btn--primary:disabled,
.btn--primary[disabled],
.btn--primary.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: #e6e6e6;
  color: #848484;
  pointer-events: none;
}
.btn--secondary {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  background: #fff;
  color: #7523ff;
  border: 2px solid #7523ff;
  text-decoration: none !important;
}
.btn--secondary:active,
.btn--secondary.active,
.btn--secondary:hover {
  color: #fff !important;
  background: #7523ff;
  border: 2px solid #7523ff;
}
.btn--secondary:focus {
  color: #fff;
  background: #7523ff;
  outline: 1px solid #7523ff;
  outline-offset: 2px;
}
.btn--secondary:disabled,
.btn--secondary[disabled],
.btn--secondary.disabled {
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: #848484;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--reset {
  transition: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
}
.prefers-reduced-motion .btn--reset {
  transition: none;
}
.btn--reset:hover,
.btn--reset:focus {
  background: rgba(0, 0, 0, 0);
}
.button--primary,
.region-error-messaging-for-404-page #block-errormessaging a,
#user-login-form input[type="submit"],
.search-view .search [id^="edit-submit-search-content"],
.search-view .search [id*=" edit-submit-search-content"],
.search-view .search #edit-submit-search-content,
.button-primary {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  cursor: pointer;
  background: #7523ff;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
}
.button--primary:active,
.region-error-messaging-for-404-page #block-errormessaging a:active,
#user-login-form input[type="submit"]:active,
.search-view .search [id^="edit-submit-search-content"]:active,
.search-view .search [id*=" edit-submit-search-content"]:active,
.search-view .search #edit-submit-search-content:active,
.button--primary.active,
.region-error-messaging-for-404-page #block-errormessaging a.active,
#user-login-form input.active[type="submit"],
.search-view .search .active[id^="edit-submit-search-content"],
.search-view .search .active[id*=" edit-submit-search-content"],
.search-view .search .active#edit-submit-search-content,
.button--primary:hover,
.region-error-messaging-for-404-page #block-errormessaging a:hover,
#user-login-form input[type="submit"]:hover,
.search-view .search [id^="edit-submit-search-content"]:hover,
.search-view .search [id*=" edit-submit-search-content"]:hover,
.search-view .search #edit-submit-search-content:hover,
.button-primary:active,
.button-primary.active,
.button-primary:hover {
  color: #fff !important;
  background: #4000a5;
}
.button--primary:focus,
.region-error-messaging-for-404-page #block-errormessaging a:focus,
#user-login-form input[type="submit"]:focus,
.search-view .search [id^="edit-submit-search-content"]:focus,
.search-view .search [id*=" edit-submit-search-content"]:focus,
.search-view .search #edit-submit-search-content:focus,
.button-primary:focus {
  background: #7523ff;
  outline: 1px solid #7523ff;
  outline-offset: 2px;
}
.button--primary:disabled,
.region-error-messaging-for-404-page #block-errormessaging a:disabled,
#user-login-form input[type="submit"]:disabled,
.search-view .search [id^="edit-submit-search-content"]:disabled,
.search-view .search [id*=" edit-submit-search-content"]:disabled,
.search-view .search #edit-submit-search-content:disabled,
.button--primary[disabled],
.region-error-messaging-for-404-page #block-errormessaging a[disabled],
#user-login-form input[disabled][type="submit"],
.search-view .search [disabled][id^="edit-submit-search-content"],
.search-view .search [disabled][id*=" edit-submit-search-content"],
.search-view .search [disabled]#edit-submit-search-content,
.button--primary.disabled,
.region-error-messaging-for-404-page #block-errormessaging a.disabled,
#user-login-form input.disabled[type="submit"],
.search-view .search .disabled[id^="edit-submit-search-content"],
.search-view .search .disabled[id*=" edit-submit-search-content"],
.search-view .search .disabled#edit-submit-search-content,
.button-primary:disabled,
.button-primary[disabled],
.button-primary.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: #e6e6e6;
  color: #848484;
  pointer-events: none;
}
.button--primary:after,
.region-error-messaging-for-404-page #block-errormessaging a:after,
#user-login-form input[type="submit"]:after,
.search-view .search [id^="edit-submit-search-content"]:after,
.search-view .search [id*=" edit-submit-search-content"]:after,
.search-view .search #edit-submit-search-content:after,
.button-primary:after {
  content: unset;
}
.button--primary-inverse,
.button-primary-inverse {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #7523ff !important;
  border: none;
  text-decoration: none !important;
}
.button--primary-inverse:active,
.button--primary-inverse.active,
.button--primary-inverse:hover,
.button-primary-inverse:active,
.button-primary-inverse.active,
.button-primary-inverse:hover {
  color: #7523ff !important;
  background: #eadeff;
  border: none;
}
.button--primary-inverse:focus,
.button-primary-inverse:focus {
  background: #eadeff;
  outline: 1px solid #eadeff;
  outline-offset: 2px;
}
.button--primary-inverse:disabled,
.button--primary-inverse[disabled],
.button--primary-inverse.disabled,
.button-primary-inverse:disabled,
.button-primary-inverse[disabled],
.button-primary-inverse.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: #e6e6e6;
  color: #848484;
  pointer-events: none;
}
.button--secondary,
.button-secondary {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  background: #fff;
  color: #7523ff;
  border: 2px solid #7523ff;
  text-decoration: none !important;
}
.button--secondary:active,
.button--secondary.active,
.button--secondary:hover,
.button-secondary:active,
.button-secondary.active,
.button-secondary:hover {
  color: #fff !important;
  background: #7523ff;
  border: 2px solid #7523ff;
}
.button--secondary:focus,
.button-secondary:focus {
  color: #fff;
  background: #7523ff;
  outline: 1px solid #7523ff;
  outline-offset: 2px;
}
.button--secondary:disabled,
.button--secondary[disabled],
.button--secondary.disabled,
.button-secondary:disabled,
.button-secondary[disabled],
.button-secondary.disabled {
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: #848484;
  cursor: not-allowed;
  pointer-events: none;
}
.button--secondary-inverse,
.button-secondary-inverse,
.poll .form-radios label {
  cursor: pointer;
  background: #132b80;
  cursor: pointer;
  border-radius: 48px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  background: rgba(0, 0, 0, 0);
  color: #fff !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
.button--secondary-inverse:active,
.button--secondary-inverse.active,
.button--secondary-inverse:hover,
.button-secondary-inverse:active,
.poll .form-radios label:active,
.button-secondary-inverse.active,
.poll .form-radios label.active,
.button-secondary-inverse:hover,
.poll .form-radios label:hover {
  color: #fff;
  background: #7523ff;
  border: none;
}
.button--secondary-inverse:focus,
.button-secondary-inverse:focus,
.poll .form-radios label:focus {
  color: #fff;
  background: #7523ff;
  outline: 1px solid #fff;
  outline-offset: 2px;
}
.button--secondary-inverse:disabled,
.button--secondary-inverse[disabled],
.button--secondary-inverse.disabled,
.button-secondary-inverse:disabled,
.poll .form-radios label:disabled,
.button-secondary-inverse[disabled],
.poll .form-radios label[disabled],
.button-secondary-inverse.disabled,
.poll .form-radios label.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484;
  pointer-events: none;
}
.accordion {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 32px;
}
.accordion.module,
.flexible-framer .accordion[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .accordion.module,
  .flexible-framer .accordion[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .accordion.module,
  .flexible-framer .accordion[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.site-footer .accordion {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .accordion .collapse-item {
  border: none;
}
.accordion .panel-group {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
}
.accordion .section-title {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
  color: #132b80;
}
.accordion .section-title {
  font-size: 24px;
}
@media (min-width: 575px) {
  .accordion .section-title {
    font-size: clamp(24px, calc(1rem), 28px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .accordion .section-title {
    font-size: 28px;
  }
}
.body-content .accordion .section-title {
  padding-bottom: 0;
  margin-bottom: 32px;
}
.accordion .subhead-text {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #132b80;
  margin: 24px auto;
  text-transform: none;
}
.accordion.event .collapse-trigger {
  display: grid;
  grid-template-columns: 15% 1fr;
  color: #000;
}
.accordion.event .collapse-trigger .time-range {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
@media (max-width: 992px) {
  .imagesection {
    display: none;
  }
}
.imagesection .collapse-item {
  border: none;
}
.imagesection .collapse-trigger:not(.collapsed):before {
  content: "";
}
.imagesection .collapse-trigger {
  display: none;
}
.collapse-item {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
  margin-top: -1px;
}
.collapse-item:first-of-type {
  margin-top: 0;
}
.collapse-item p {
  margin-bottom: 24px;
}
.collapse-item .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 0;
  border-bottom: none;
  display: inline-block;
}
.collapse-item .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.collapse-item .cta-link a:hover,
.collapse-item .cta-link a:focus {
  text-decoration: none;
}
.collapse-item .cta-link a:hover:after,
.collapse-item .cta-link a:focus:after {
  transform: translateX(10px);
}
.collapse-trigger {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  border: none;
  border-radius: 0;
  flex-direction: column;
  padding: 32px 0 32px 20px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  line-height: 22px;
  color: #000;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  transition: all 0.5s;
}
.collapse-trigger:before {
  content: url(/themes/custom/danaher/images/minus.svg);
  transition: transform 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: none !important;
  left: 0;
  width: 20px;
  height: 20px;
  top: calc(50% - 15px);
  right: 13px;
}
.prefers-reduced-motion .collapse-trigger:before {
  transition: none;
}
.collapse-trigger:after {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: height 0.2s linear;
}
.collapse-trigger.collapsed:before {
  transform: translateY(-50%);
}
.collapse-trigger.collapsed:after {
  height: 0;
  transition: height 0.2s linear;
}
.collapse-trigger:hover {
  color: #7523ff;
}
.collapse-trigger:active {
  color: #000;
}
.collapse-trigger:focus {
  text-underline-offset: 3px;
  color: #7523ff;
}
.collapse-content {
  padding: 0 0 32px 0;
  position: relative;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.collapse-content a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  color: #7523ff !important;
  font-size: inherit;
  border: none;
}
.collapse-content a:hover,
.collapse-content a:focus {
  text-decoration: underline;
}
.collapse-content:after {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.collapse-content figure {
  display: none;
}
.imagesection .collapse-content figure {
  display: block;
}
@media (max-width: 992px) {
  .collapse-content figure {
    display: block;
    padding-bottom: 24px;
  }
}
.collapse-target.collapse:not(.show) {
  display: none;
}
.collapse-target.collapsing {
  transition: height 0.25s ease;
  height: 0;
  overflow: hidden;
  position: relative;
}
.prefers-reduced-motion .collapse-target.collapsing {
  transition: none;
}
.collapse--alternate .collapse-trigger {
  padding-left: 0;
  padding-right: 40px;
  background: rgba(0, 0, 0, 0);
  font-weight: 400;
}
.collapse--alternate .collapse-trigger:before {
  left: auto;
  right: 0;
}
.collapse--alternate-icon .collapse-trigger:before {
  content: url(/themes/custom/danaher/images/add.svg);
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  color: #132b80;
  transform: none !important;
}
.collapse--alternate-icon .collapse-trigger:hover:before {
  content: url(/themes/custom/danaher/images/add.svg);
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  color: #132b80;
  transform: none !important;
}
.collapse--alternate-icon .collapse-trigger:not(.collapsed):before {
  content: url(/themes/custom/danaher/images/minus.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  top: calc(50% - 24px);
  right: 25px;
}
.collapse--alternate-icon .collapse-trigger.collapsed:before {
  color: #000;
}
@media (max-width: 575.98px) {
  .left-nav .collapse--alternate-icon .collapse-trigger.collapsed:before {
    color: #132b80;
  }
}
.collapse--default .collapse-trigger {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.collapse--default .collapse-trigger:before {
  left: auto;
  right: 0;
}
.collapse--default .collapse-content {
  padding-left: 0;
  padding-right: 0;
}
.collapse-target--sm.collapse:not(.show) {
  display: none;
}
.collapse-target--sm.collapsing {
  transition: height 0.25s ease;
  height: 0;
  overflow: hidden;
  position: relative;
}
.prefers-reduced-motion .collapse-target--sm.collapsing {
  transition: none;
}
@media (min-width: 576px) {
  .collapse-target--sm.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .collapse-target--sm.collapse.show {
    overflow-y: visible;
  }
}
@media (max-width: 575.98px) {
  .collapse-target--md.collapse:not(.show) {
    display: none;
  }
  .collapse-target--md.collapsing {
    transition: height 0.25s ease;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .prefers-reduced-motion .collapse-target--md.collapsing {
    transition: none;
  }
}
@media (min-width: 768px) {
  .collapse-target--md.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .collapse-target--md.collapse.show {
    overflow-y: visible;
  }
}
@media (max-width: 767.98px) {
  .collapse-target--lg.collapse:not(.show) {
    display: none;
  }
  .collapse-target--lg.collapsing {
    transition: height 0.25s ease;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .prefers-reduced-motion .collapse-target--lg.collapsing {
    transition: none;
  }
}
@media (min-width: 992px) {
  .collapse-target--lg.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .collapse-target--lg.collapse.show {
    overflow-y: visible;
  }
}
@media (max-width: 991.98px) {
  .collapse-target--xl.collapse:not(.show) {
    display: none;
  }
  .collapse-target--xl.collapsing {
    transition: height 0.25s ease;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .prefers-reduced-motion .collapse-target--xl.collapsing {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .collapse-target--xl.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .collapse-target--xl.collapse.show {
    overflow-y: visible;
  }
}
@media (max-width: 1199.98px) {
  .collapse-target--xxl.collapse:not(.show) {
    display: none;
  }
  .collapse-target--xxl.collapsing {
    transition: height 0.25s ease;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .prefers-reduced-motion .collapse-target--xxl.collapsing {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .collapse-target--xxl.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .collapse-target--xxl.collapse.show {
    overflow-y: visible;
  }
}
@media (max-width: 1399.98px) {
  .collapse-target-.collapse:not(.show) {
    display: none;
  }
  .collapse-target-.collapsing {
    transition: height 0.25s ease;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .prefers-reduced-motion .collapse-target-.collapsing {
    transition: none;
  }
}
.collapse-target-.collapse {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}
.collapse-target-.collapse.show {
  overflow-y: visible;
}
@media (min-width: 576px) {
  .collapse-trigger--sm {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .collapse-trigger--md {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .collapse-trigger--lg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .collapse-trigger--xl {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1400px) {
  .collapse-trigger--xxl {
    display: none !important;
    visibility: hidden;
  }
}
.collapse-trigger- {
  display: none !important;
  visibility: hidden;
}
.imagesection .accordion-companion {
  display: none;
}
.imagesection .accordion-companion.show {
  display: block;
}
.section-description a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  color: #7523ff !important;
  font-size: inherit;
  border: none;
}
.section-description a:hover,
.section-description a:focus {
  text-decoration: underline;
}
.body-content.module,
.flexible-framer .body-content[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .body-content.module,
  .flexible-framer .body-content[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .body-content.module,
  .flexible-framer .body-content[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .body-content.container.single-column,
  .body-content.single-column.blazy__caption,
  body .body-content.single-column.layout-container {
    padding-left: 15px !important;
  }
}
.body-content b,
.body-content strong {
  font-weight: 500;
}
.body-content h1 > strong,
.body-content h2 > strong,
.body-content h3 > strong,
.body-content h4 > strong,
.body-content h5 > strong,
.body-content h6 > strong {
  font-weight: 500;
}
.body-content .lineabove {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 32px;
}
.body-content .lineabove .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .body-content .lineabove .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .body-content .lineabove .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .body-content .lineabove .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .body-content .lineabove .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .body-content .lineabove .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .body-content .lineabove .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .body-content .lineabove .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .body-content .lineabove .section-title {
    line-height: 36px;
  }
}
.body-content .section-body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.article .body-content .section-body {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
  color: #000;
}
.body-content .section-body h2,
.body-content .section-body h3 {
  font-weight: 400;
  text-transform: none;
  color: #000;
  padding-bottom: 16px;
}
@media (min-width: 1300px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .body-content .section-body h2,
  .body-content .section-body h3 {
    line-height: 36px;
  }
}
.body-content .section-body a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  color: #7523ff !important;
  font-size: inherit;
  border: none;
}
.body-content .section-body a:hover,
.body-content .section-body a:focus {
  text-decoration: underline;
}
.body-content .section-body table {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  padding-bottom: 32px;
}
.body-content .section-body table th {
  font-weight: 700;
}
.body-content .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  padding-bottom: 16px;
  text-align: left;
  color: #000;
}
@media (min-width: 1300px) {
  .body-content .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .body-content .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .body-content .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .body-content .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .body-content .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .body-content .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .body-content .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .body-content .section-title {
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .body-content [data-columns][data-columns="2"] {
    grid-gap: 0;
  }
}
.category-pathing .heading {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 32px;
}
.category-pathing ul {
  list-style-type: none;
  padding: 0;
}
.category-pathing ul li {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .category-pathing ul {
    margin-right: 15px;
  }
}
.category-pathing li a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  display: block;
  color: #7523ff;
  border: none;
  font-weight: 400;
}
.category-pathing li a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.category-pathing li a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.category-pathing li a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.category-pathing li a:hover:after {
  transform: translateX(10px);
}
.category-pathing li a:disabled,
.category-pathing li a[disabled],
.category-pathing li a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.category-pathing li a:disabled:after,
.category-pathing li a[disabled]:after,
.category-pathing li a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
@media (min-width: 1300px) {
  .category-pathing li a {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .category-pathing li a {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .category-pathing li a {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .category-pathing li a {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .category-pathing li a {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .category-pathing li a {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .category-pathing li a {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .category-pathing li a {
    line-height: 40px;
  }
}
.category-pathing li a:after {
  content: url(/themes/custom/danaher/images/large-arrow.svg);
  width: 28px;
  height: 24px;
  display: inline;
  padding-left: 16px;
  transition: all 0.25s;
  vertical-align: text-bottom;
  position: absolute;
  line-height: 1;
}
.category-pathing.module,
.flexible-framer .category-pathing[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .category-pathing.module,
  .flexible-framer .category-pathing[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .category-pathing.module,
  .flexible-framer .category-pathing[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .category-pathing--card.module,
  .flexible-framer .category-pathing--card[data-columns] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .category-pathing--card.container,
  .category-pathing--card.blazy__caption,
  body .category-pathing--card.layout-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.category-pathing .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .category-pathing .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .category-pathing .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .category-pathing .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .category-pathing .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .category-pathing .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .category-pathing .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .category-pathing .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .category-pathing .section-headline {
    line-height: 36px;
  }
}
.category-pathing .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  margin-bottom: 32px;
}
.category-pathing .section-description p {
  margin: 0;
  color: #000;
}
.hero.module,
.flexible-framer .hero[data-columns] {
  margin-top: 0;
  margin-bottom: 72px;
}
.hero .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
}
.hero .hero-featured-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
@media (max-width: 1200px) {
  .hero .hero-featured-card-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .hero .hero-featured-card-grid {
    max-height: 416px;
    overflow: hidden;
  }
}
.hero .hero-featured-card-grid .text-content {
  padding: 32px;
}
@media (max-width: 1200px) {
  .hero .hero-featured-card-grid .text-content {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }
}
.hero .hero-featured-card-grid .text-content .eyebrow {
  color: #fff;
}
.hero .hero-featured-card-grid .text-content .section-heading {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #fff;
}
@media (min-width: 1300px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .hero .hero-featured-card-grid .text-content .section-heading {
    line-height: 28px;
  }
}
.hero .hero-featured-card-grid .text-content .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #fff;
}
.hero .hero-featured-card-grid .text-content .section-supporting {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-top: 16px;
  color: #fff;
}
.hero--directory-hero {
  text-align: center;
  display: grid;
  grid-gap: 16px;
  grid-template-rows: 300px 1fr;
  color: #000;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .hero--directory-hero {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .hero--directory-hero {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero--directory-hero .eyebrow {
  text-transform: none;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
}
.hero--directory-hero .text-content h1,
.hero--directory-hero .text-content .section-title {
  font-style: normal;
  font-weight: 300;
  line-height: 1.1666667;
  text-align: center;
  color: #132b80;
  text-transform: none;
}
.hero--directory-hero .text-content h1,
.hero--directory-hero .text-content .section-title {
  font-size: 36px;
}
@media (min-width: 575px) {
  .hero--directory-hero .text-content h1,
  .hero--directory-hero .text-content .section-title {
    font-size: clamp(36px, calc(1rem), 48px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .hero--directory-hero .text-content h1,
  .hero--directory-hero .text-content .section-title {
    font-size: 48px;
  }
}
.hero--article-hero {
  text-align: left;
  color: #000;
}
.hero--article-hero.module,
.flexible-framer .hero--article-hero[data-columns] {
  margin-top: 96px;
}
.hero--article-hero .container-max {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.hero--article-hero .container-max figure {
  max-height: 600px;
}
.hero--article-hero .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  text-transform: none;
  margin-bottom: 16px;
}
.search-result-row .hero--article-hero .eyebrow {
  color: #000;
}
.hero--article-hero .text-content {
  margin-bottom: 96px;
}
.hero--article-hero .text-content h1,
.hero--article-hero .text-content .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .hero--article-hero .text-content h1,
  .hero--article-hero .text-content .section-title {
    line-height: 40px;
  }
}
.hero--article-hero .text-content .author-attribution {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-top: 8px;
}
.search-result-row .hero--article-hero .text-content {
  margin-bottom: 0;
}
.hero--article-hero figure .blazy__caption {
  margin-bottom: 32px;
}
.hero--article-hero-carousel .hero--card-contents {
  margin: 32px;
  margin-bottom: 0;
}
.hero--article-hero-carousel .eyebrow,
.hero--article-hero-carousel .section-headline,
.hero--article-hero-carousel .section-heading {
  color: #fff;
}
.hero--article-hero-carousel .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .hero--article-hero-carousel .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--article-hero-carousel .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--article-hero-carousel .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .hero--article-hero-carousel .section-headline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .hero--article-hero-carousel .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--article-hero-carousel .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--article-hero-carousel .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .hero--article-hero-carousel .section-headline {
    line-height: 28px;
  }
}
.hero--article-hero-carousel .callout {
  color: #fff;
}
.hero--homepage-hero {
  text-align: left;
  color: #000;
}
@media (max-width: 1440px) {
  .hero--homepage-hero .container-fluid,
  .hero--homepage-hero .container-full,
  .hero--homepage-hero .container-maximum,
  .hero--homepage-hero .container-max,
  .hero--homepage-hero .container-sm,
  .hero--homepage-hero .container-md,
  .hero--homepage-hero .container-lg,
  .hero--homepage-hero .container-xl,
  .hero--homepage-hero .container-xxl {
    padding: 0;
    width: 100%;
  }
}
.hero--homepage-hero .video-hero {
  position: relative;
}
.hero--homepage-hero .video-hero .video-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: sticky;
  top: 0;
}
.hero--homepage-hero video {
  width: 100%;
  height: 100%;
}
.hero--homepage-hero .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
}
@media (min-width: 1300px) {
  .hero--homepage-hero .section-headline {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--homepage-hero .section-headline {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--homepage-hero .section-headline {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .hero--homepage-hero .section-headline {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .hero--homepage-hero .section-headline {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--homepage-hero .section-headline {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--homepage-hero .section-headline {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .hero--homepage-hero .section-headline {
    line-height: 40px;
  }
}
.hero--homepage-hero .section-headline-animated {
  font-weight: 400;
  color: #fff;
  padding: 0 !important;
  opacity: 1 !important;
  max-width: none !important;
}
@media (min-width: 1300px) {
  .hero--homepage-hero .section-headline-animated {
    font-size: 72px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--homepage-hero .section-headline-animated {
    font-size: 60px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--homepage-hero .section-headline-animated {
    font-size: 48px;
  }
}
@media (max-width: 599px) {
  .hero--homepage-hero .section-headline-animated {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .hero--homepage-hero .section-headline-animated {
    line-height: 88px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--homepage-hero .section-headline-animated {
    line-height: 72px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--homepage-hero .section-headline-animated {
    line-height: 56px;
  }
}
@media (max-width: 599px) {
  .hero--homepage-hero .section-headline-animated {
    line-height: 48px;
  }
}
.hero--homepage-hero .text-content {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 96px;
  margin-bottom: 96px;
}
@media (max-width: 1200px) {
  .hero--homepage-hero .text-content {
    margin-top: 72px;
    margin-bottom: 72px;
    margin-left: 24px;
  }
}
.hero--homepage-hero .text-content h1,
.hero--homepage-hero .text-content .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .hero--homepage-hero .text-content h1,
  .hero--homepage-hero .text-content .section-title {
    line-height: 40px;
  }
}
.hero--homepage-hero .text-content .author-attribution {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-top: 8px;
}
.hero--homepage-hero .fs-media.module,
.hero--homepage-hero .flexible-framer .fs-media[data-columns],
.flexible-framer .hero--homepage-hero .fs-media[data-columns] {
  margin: 0;
  padding: 0;
}
.hero--basic-hero {
  text-align: left;
  display: grid;
  grid-gap: 16px;
  grid-template-rows: 1fr;
  color: #000;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
}
.hero--basic-hero .text-content {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .hero--basic-hero .text-content {
    padding: 64px 0;
  }
}
.hero--basic-hero.module,
.flexible-framer .hero--basic-hero[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero--basic-hero.module,
  .flexible-framer .hero--basic-hero[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .hero--basic-hero.module,
  .flexible-framer .hero--basic-hero[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.hero--basic-hero .section-title,
.hero--basic-hero .section-header {
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 1300px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    font-size: 72px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    font-size: 60px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    font-size: 48px;
  }
}
@media (max-width: 599px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    line-height: 88px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    line-height: 72px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    line-height: 56px;
  }
}
@media (max-width: 599px) {
  .hero--basic-hero .section-title,
  .hero--basic-hero .section-header {
    line-height: 48px;
  }
}
.hero--subcategory-hero,
.hero--event-hero,
.hero--person {
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  flex: none;
  order: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .hero--subcategory-hero .container-max figure,
  .hero--event-hero .container-max figure,
  .hero--person .container-max figure {
    max-height: 600px;
  }
}
.hero--subcategory-hero.hero-featured-card-grid,
.hero--event-hero.hero-featured-card-grid,
.hero--person.hero-featured-card-grid {
  height: auto;
  align-items: flex-start;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .hero--subcategory-hero,
  .hero--event-hero,
  .hero--person {
    padding: 0 !important;
    width: 100% !important;
    max-height: 600px;
    min-height: 334px;
  }
}
@media (max-width: 1024px) {
  .hero--subcategory-hero,
  .hero--event-hero,
  .hero--person {
    grid-template-columns: 1fr;
    padding: 0 0 64px 0 !important;
    width: 100% !important;
    max-height: unset;
    height: auto;
    min-height: auto;
  }
}
.hero--subcategory-hero .field--type-image,
.hero--event-hero .field--type-image,
.hero--person .field--type-image {
  float: none;
  margin: 0;
  line-height: 1;
}
.hero--subcategory-hero .field--name-field-caption,
.hero--event-hero .field--name-field-caption,
.hero--person .field--name-field-caption {
  display: none;
}
.hero--subcategory-hero img,
.hero--event-hero img,
.hero--person img {
  width: 100%;
  margin: 0;
}
.hero--subcategory-hero .text-content,
.hero--event-hero .text-content,
.hero--person .text-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0px 96px;
  gap: 16px;
  align-self: center;
}
@media (max-width: 1024px) {
  .hero--subcategory-hero .text-content,
  .hero--event-hero .text-content,
  .hero--person .text-content {
    padding: 64px 24px;
  }
}
.hero--subcategory-hero .text-content p,
.hero--event-hero .text-content p,
.hero--person .text-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  padding: 0;
  margin: 0;
}
.hero--subcategory-hero .text-content .eyebrow,
.hero--event-hero .text-content .eyebrow,
.hero--person .text-content .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.hero--subcategory-hero .text-content .eyebrow ul,
.hero--event-hero .text-content .eyebrow ul,
.hero--person .text-content .eyebrow ul {
  padding: 0;
  list-style-type: none;
}
.hero--subcategory-hero .text-content .section-title,
.hero--event-hero .text-content .section-title,
.hero--person .text-content .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .hero--subcategory-hero .text-content .section-title,
  .hero--event-hero .text-content .section-title,
  .hero--person .text-content .section-title {
    line-height: 40px;
  }
}
.hero--subcategory-hero .text-content .section-subtitle,
.hero--event-hero .text-content .section-subtitle,
.hero--person .text-content .section-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  text-transform: none;
  margin: 0;
}
.hero--person {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .hero--person {
    grid-template-columns: 1fr;
    width: 100% !important;
    max-height: unset;
    grid-gap: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  .hero--person .text-content {
    padding-bottom: 72px;
  }
}
.hero--subcategory-hero {
  overflow: visible;
}
.hero--subcategory-hero .blog-hero-right-side {
  position: relative;
  z-index: 2;
}
.hero--subcategory-hero.active {
  align-items: flex-start;
}
.hero--subcategory-hero figure img {
  object-fit: cover;
}
.hero--event-hero,
.hero--subcategory-hero {
  height: 600px;
}
.search-result-row .hero--event-hero,
.search-result-row .hero--subcategory-hero {
  height: auto;
  display: block;
  padding: 16px 0 !important;
  margin: 0;
}
.hero--event-hero .text,
.hero--subcategory-hero .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 96px;
  gap: 16px;
  height: 100%;
}
.search-result-row .hero--event-hero .text,
.search-result-row .hero--subcategory-hero .text {
  height: auto;
}
.hero--event-hero .blog-hero-right-side,
.hero--subcategory-hero .blog-hero-right-side {
  height: 100%;
  width: 100%;
}
.hero--event-hero figure,
.hero--subcategory-hero figure {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.hero--event-hero figure div,
.hero--event-hero figure article,
.hero--subcategory-hero figure div,
.hero--subcategory-hero figure article {
  width: 100%;
  height: 100%;
}
.hero--event-hero figure img,
.hero--subcategory-hero figure img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero--event-hero figure img,
  .hero--subcategory-hero figure img {
    width: auto;
    object-fit: cover;
    height: 100%;
  }
}
.hero--event-hero figure img[src$=".svg"],
.hero--subcategory-hero figure img[src$=".svg"] {
  width: auto;
  object-fit: none;
}
.hero--event-hero .text-content,
.hero--subcategory-hero .text-content {
  align-items: flex-start !important;
}
@media (max-width: 1024px) {
  .hero--event-hero .text-content,
  .hero--subcategory-hero .text-content {
    height: 208px;
    justify-content: center;
  }
}
.search-result-row .hero--event-hero .text-content,
.search-result-row .hero--subcategory-hero .text-content {
  display: block;
  height: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .search-result-row .hero--event-hero .text-content,
  .search-result-row .hero--subcategory-hero .text-content {
    height: auto;
  }
}
.hero--event-hero .text-content * {
  color: #000;
  text-align: left;
}
.hero--event-hero .text-content * .eyebrow {
  color: #7523ff;
}
.hero--event-hero .text-content * #block-danaher-event-start-date,
.hero--event-hero .text-content * #block-danaher-event-end-date {
  display: inline;
}
.hero--event-hero .text-content * a.cta-link {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-top: 0;
  border: none;
}
.hero--event-hero .text-content * a.cta-link:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.hero--event-hero .text-content * a.cta-link:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.hero--event-hero .text-content * a.cta-link:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.hero--event-hero .text-content * a.cta-link:hover:after {
  transform: translateX(10px);
}
.hero--event-hero .text-content * a.cta-link:disabled,
.hero--event-hero .text-content * a.cta-link[disabled],
.hero--event-hero .text-content * a.cta-link.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.hero--event-hero .text-content * a.cta-link:disabled:after,
.hero--event-hero .text-content * a.cta-link[disabled]:after,
.hero--event-hero .text-content * a.cta-link.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.hero--event-hero .text-content * p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  padding: 0;
}
.hero--blog {
  display: block;
  text-align: center;
}
.hero--blog.has-image {
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-gap: 16px;
  grid-auto-rows: 1fr;
}
@media (max-width: 1024px) {
  .hero--blog.has-image {
    display: block;
  }
  .hero--blog.has-image .blog-hero-right-side figure img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
.hero--blog:has(.blog-hero-right-side figure) {
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-gap: 16px;
  grid-auto-rows: 1fr;
}
@media (max-width: 1024px) {
  .hero--blog:has(.blog-hero-right-side figure) {
    display: block;
  }
  .hero--blog:has(.blog-hero-right-side figure)
    .blog-hero-right-side
    figure
    img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
.hero--blog:not(:has(.blog-hero-right-side figure)) .content {
  text-align: center;
}
.hero--blog:not(:has(.blog-hero-right-side figure)):not(.hero--blog-leadership)
  .eyebrow {
  text-align: center;
}
.hero--blog:not(:has(.blog-hero-right-side figure)) .author--header {
  text-align: center;
  align-items: center;
}
.hero--blog:not(:has(.blog-hero-right-side figure)) .blogauthorsection {
  text-align: center;
}
.hero--blog:not(:has(.blog-hero-right-side figure)) .section-title {
  text-align: center;
}
.hero--blog .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  padding-bottom: 24px;
}
.hero--blog.no-image {
  display: block;
  text-align: center;
}
.hero--blog .blog-left-side {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: 300px 1fr;
}
.hero--blog-leadership {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 16px;
  grid-template-rows: 1fr;
  text-align: left;
}
@media (max-width: 767.98px) {
  .hero--blog-leadership {
    display: block;
  }
}
.hero--blog-leadership .eyebrow {
  text-align: left;
}
.hero--blog-leadership .section-subtitle {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #132b80;
  text-transform: none;
  text-align: left;
}
.hero--blog-leadership.hero-blog .section-title {
  text-align: left;
}
.hero--blog-leadership .section-title {
  text-align: left !important;
}
.hero--blog-leadership:not(:has(.blog-hero-right-side img)) {
  grid-template-columns: 1fr;
}
.hero--blog-leadership:not(:has(.blog-hero-right-side img)) .content {
  text-align: left;
}
.hero--blog-leadership:not(:has(.blog-hero-right-side img)) .author--header {
  text-align: left;
  align-items: left;
}
.hero--blog-leadership:not(:has(.blog-hero-right-side img)) .blogauthorsection {
  text-align: left;
}
.hero--blog-leadership:not(:has(.blog-hero-right-side img)) .section-title {
  text-align: left;
}
.hero--blog-leadership .blog-left-side {
  grid-template-rows: 1fr;
}
.hero--blog-leadership .blog-hero-right-side div {
  height: 100%;
  width: 100%;
  overflow: visible;
  max-height: 600px;
}
.hero--blog-leadership .blog-hero-right-side img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero--blog .blog-hero-right-side div.field,
.hero--blog .blog-hero-right-side div.paragraph,
.hero--blog .blog-hero-right-side div.field__item {
  height: 100%;
}
.hero--blog .blog-hero-right-side figure {
  height: 100%;
  padding: 0;
}
.hero--blog .blog-hero-right-side figure img {
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .hero--blog .blog-hero-right-side figure img {
    width: 100%;
  }
}
.hero--blog .blog-title-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  padding: 55px 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.116;
  text-align: left;
}
.hero--blog .blog-title-section {
  font-size: 36px;
}
@media (min-width: 575px) {
  .hero--blog .blog-title-section {
    font-size: clamp(36px, calc(1rem), 48px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .hero--blog .blog-title-section {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .hero--blog .blog-title-section {
    padding: 48px 16px;
  }
}
.hero--blog .blogauthorsection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 100px;
  gap: 32px;
  text-align: left;
  background: #36b8ff;
  color: #132b80;
}
.hero--blog .blogauthorsection #block-author {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.hero--blog .blogauthorsection #block-author .publication-date {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #132b80;
  padding-top: 8px;
}
.hero--blog .blogauthorsection #block-authored-on {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.hero--blog h1 {
  color: #132b80;
}
.hero--blog h2 {
  color: #132b80;
}
.hero--blog .content {
  height: 100%;
}
.hero--blog .content:empty {
  display: none;
  height: auto !important;
  width: auto;
}
.hero--blog #block-blogherotitlesection {
  padding: 0;
  gap: 16px;
}
.hero--blog .section-title {
  font-style: normal;
  font-weight: 300;
  line-height: 1.1666;
  text-transform: none;
}
.hero--blog .section-title {
  font-size: 36px;
}
@media (min-width: 575px) {
  .hero--blog .section-title {
    font-size: clamp(36px, calc(1rem), 48px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .hero--blog .section-title {
    font-size: 48px;
  }
}
.hero--blog .section-title p {
  padding: 0;
  margin: 0;
}
.hero--category_hub_page_hero {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .hero--category_hub_page_hero {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-gap: 16px;
  }
}
@media (min-width: 1440px) {
  .hero--category_hub_page_hero.container-max figure {
    max-height: 600px;
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .hero--category_hub_page_hero.container-max {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.hero--category_hub_page_hero .text-content {
  box-sizing: border-box;
  justify-content: flex-end;
  z-index: 2;
  position: absolute;
  padding: 96px 0;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
}
@media (max-width: 1023px) {
  .hero--category_hub_page_hero .text-content {
    padding: 64px 0;
  }
}
.hero--category_hub_page_hero .text-content * {
  color: #fff;
}
.hero--category_hub_page_hero .text-content .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  text-transform: none;
  color: #fff;
  margin: 0;
}
.hero--category_hub_page_hero .text-content .section-header {
  font-weight: 400;
  color: #fff;
  max-width: none !important;
}
@media (min-width: 1300px) {
  .hero--category_hub_page_hero .text-content .section-header {
    font-size: 72px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--category_hub_page_hero .text-content .section-header {
    font-size: 60px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--category_hub_page_hero .text-content .section-header {
    font-size: 48px;
  }
}
@media (max-width: 599px) {
  .hero--category_hub_page_hero .text-content .section-header {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .hero--category_hub_page_hero .text-content .section-header {
    line-height: 88px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero--category_hub_page_hero .text-content .section-header {
    line-height: 72px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero--category_hub_page_hero .text-content .section-header {
    line-height: 56px;
  }
}
@media (max-width: 599px) {
  .hero--category_hub_page_hero .text-content .section-header {
    line-height: 48px;
  }
}
.hero--category_hub_page_hero figure {
  margin: 0;
  padding: 0;
  grid-column-start: 1;
  grid-column-end: -1;
  z-index: 1;
  line-height: 1;
  font-size: 0;
  position: relative;
}
.hero--category_hub_page_hero figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
}
@media (max-width: 1024px) {
  .hero--category_hub_page_hero figure {
    height: 600px;
  }
}
.hero--category_hub_page_hero figure img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hero--category_hub_page_hero figure img {
    width: auto;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero--category_hub_page_hero figure {
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.hero .carousel-wrapper .container,
.hero .carousel-wrapper .blazy__caption,
.hero .carousel-wrapper body .layout-container,
body .hero .carousel-wrapper .layout-container {
  max-width: unset;
}
.event-hero-image img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .event-hero-image img {
    width: auto;
    height: 500px;
    object-position: left;
  }
}
.show {
  animation: mask-reveal 0.5s ease-out forwards;
}
@keyframes mask-reveal {
  0% {
    -webkit-mask-size: 100% 0;
  }
  100% {
    -webkit-mask-size: 100% 100%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero figure img {
  width: 100%;
}
.hero-featured-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  grid-auto-flow: column;
}
.hero-featured-card-grid > div {
  height: 100%;
}
@media (max-width: 1200px) {
  .hero-featured-card-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.hero-featured-card-grid .text-content {
  padding: 32px;
}
@media (max-width: 1200px) {
  .hero-featured-card-grid .text-content {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }
}
.hero-featured-card-grid .text-content .eyebrow {
  color: #fff;
}
.hero-featured-card-grid .text-content .section-heading,
.hero-featured-card-grid .text-content .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #fff;
}
@media (min-width: 1300px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .hero-featured-card-grid .text-content .section-heading,
  .hero-featured-card-grid .text-content .section-title {
    line-height: 28px;
  }
}
.hero-featured-card-grid .text-content .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #fff;
}
.page-node-type-business-detail .parent-hero {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 50%,
    #f5f5f5 50%
  );
}
@media (max-width: 1024px) {
  .page-node-type-business-detail .parent-hero {
    background-image: none;
  }
}
.page-node-type-business-detail .hero--subcategory-hero .blog-hero-right-side {
  background-color: #f5f5f5;
}
.page-node-type-business-detail .hero--subcategory-hero figure img {
  width: auto;
}
@media (max-width: 1024px) {
  .page-node-type-business-detail .hero--subcategory-hero {
    height: auto;
    margin-bottom: 0px;
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .page-node-type-subcategory-hub-page .hero {
    max-width: 100%;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
input,
textarea,
select {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
}
.form-include {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
  background: #4000a5;
}
@media (max-width: 767.98px) {
  .form-include {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .form-include {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.content-below .form-include.module,
.content-below .flexible-framer .form-include[data-columns],
.flexible-framer .content-below .form-include[data-columns] {
  margin-top: 0;
  margin-bottom: 0;
  max-width: calc(100% - var(--bs-gutter-x)) !important;
}
.form-include .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 32px;
  color: #fff;
  text-align: left;
}
@media (min-width: 1300px) {
  .form-include .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .form-include .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .form-include .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .form-include .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .form-include .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .form-include .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .form-include .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .form-include .section-title {
    line-height: 28px;
  }
}
.form-include form {
  display: grid;
  grid-template-columns: 55% 26% max-content;
  grid-gap: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .form-include form {
    display: inline-block;
    width: 100%;
  }
}
.form-include form label {
  color: #fff;
  font-size: inherit;
}
.form-include form .webform-name--wrapper .fieldset-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 1200px) {
  .form-include form .webform-name--wrapper .fieldset-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.form-include form input:not([type="submit"]),
.form-include form textarea {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.form-include form input:not([type="submit"]).form-text,
.form-include form textarea.form-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  width: 100%;
}
.form-include form fieldset {
  margin: 0;
  padding: 0;
}
.form-include form fieldset.webform-composite-hidden-title {
  margin: 0;
  padding: 0;
}
.form-include form .button--primary[type="submit"],
.form-include
  form
  .region-error-messaging-for-404-page
  #block-errormessaging
  a[type="submit"],
.region-error-messaging-for-404-page
  #block-errormessaging
  .form-include
  form
  a[type="submit"],
.form-include form #user-login-form input[type="submit"],
#user-login-form .form-include form input[type="submit"],
.form-include
  form
  .search-view
  .search
  [type="submit"][id^="edit-submit-search-content"],
.search-view
  .search
  .form-include
  form
  [type="submit"][id^="edit-submit-search-content"],
.form-include
  form
  .search-view
  .search
  [type="submit"][id*=" edit-submit-search-content"],
.search-view
  .search
  .form-include
  form
  [type="submit"][id*=" edit-submit-search-content"],
.form-include
  form
  .search-view
  .search
  [type="submit"]#edit-submit-search-content,
.search-view
  .search
  .form-include
  form
  [type="submit"]#edit-submit-search-content {
  background: #fff;
  color: #7523ff !important;
  padding: 12px 40px;
}
.callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .callout.container,
  .callout.blazy__caption,
  body .callout.layout-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.callout.module,
.flexible-framer .callout[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .callout.module,
  .flexible-framer .callout[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .callout.module,
  .flexible-framer .callout[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.callout .section-body {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .callout .section-body {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .callout .section-body {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .callout .section-body {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .callout .section-body {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .callout .section-body {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .callout .section-body {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .callout .section-body {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .callout .section-body {
    line-height: 36px;
  }
}
.callout .section-body p {
  margin-bottom: 0;
}
.callout .section-body a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  color: #7523ff !important;
  font-size: inherit;
  border: none;
}
.callout .section-body a:hover,
.callout .section-body a:focus {
  text-decoration: underline;
}
.callout .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.callout .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.callout .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.callout .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.callout .cta-link a:hover:after {
  transform: translateX(10px);
}
.callout .cta-link a:disabled,
.callout .cta-link a[disabled],
.callout .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.callout .cta-link a:disabled:after,
.callout .cta-link a[disabled]:after,
.callout .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.callout .cta-link {
  margin-top: 16px;
}
.callout .cta-link a {
  margin-top: 0;
  text-decoration: none;
}
.form-checkboxes.form-boolean-group,
.form-radios.form-boolean-group {
  column-count: 2;
}
.slick--view--events .slick-track {
  display: flex !important;
}
.slick--view--events .slick-track .slick-slide {
  height: inherit !important;
}
.events-grid form > .form--inline {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, max-content);
}
.events-grid form > .form--inline .js-form-item-sort-by {
  display: none;
}
.events-grid .form-item * {
  display: inline;
}
.events-grid .form-item .form-item {
  float: none;
  text-align: center;
}
.events-grid .form-item .description,
.events-grid .form-item select,
.events-grid .form-item .form-text {
  color: #132b80;
  font-style: normal;
  font-weight: 300;
  border-color: #132b80;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 1px;
  border: none;
}
.events-grid-carousel .view-content .card--global > div {
  width: 100%;
}
.events-grid-carousel .view-content .card--global > div figure {
  line-height: 1;
  font-size: 0;
}
.events-grid-carousel .view-content .card--global > div figure img {
  width: 100%;
  object-fit: contain;
}
.events-grid-carousel .slick--view--events .slick__arrow {
  float: none;
  text-align: center;
}
.events-grid-carousel .slick--view--events button.slick-prev.slick-arrow {
  background-image: url("/themes/custom/danaher/images/previous-carousel-arrow.svg");
  background-size: cover;
  width: 29px;
  height: 28px;
  appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.events-grid-carousel .slick--view--events button.slick-next.slick-arrow {
  background-image: url("/themes/custom/danaher/images/next-carousel-arrow.svg");
  background-size: cover;
  width: 29px;
  height: 28px;
  appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.event--layout .region-hero {
  position: relative;
}
.event--upcoming-list > .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 48px;
}
@media (min-width: 1300px) {
  .event--upcoming-list > .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--upcoming-list > .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--upcoming-list > .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .event--upcoming-list > .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .event--upcoming-list > .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--upcoming-list > .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--upcoming-list > .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .event--upcoming-list > .section-headline {
    line-height: 36px;
  }
}
.event--upcoming-list.module,
.flexible-framer .event--upcoming-list[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .event--upcoming-list.module,
  .flexible-framer .event--upcoming-list[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .event--upcoming-list.module,
  .flexible-framer .event--upcoming-list[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.event--upcoming-list .views-element-container .container,
.event--upcoming-list .views-element-container .blazy__caption,
.event--upcoming-list .views-element-container body .layout-container,
body .event--upcoming-list .views-element-container .layout-container {
  padding: 0;
  width: 100%;
}
.event--header-grid {
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-gap: 16px;
}
@media (max-width: 767.98px) {
  .event--header-grid {
    display: block;
  }
}
.event--header-grid .region-event-hero-form-block {
  background-color: #7a197f;
  padding: 65px 45px;
}
.event--header-grid .region-event-hero-form-block .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .event--header-grid .region-event-hero-form-block .section-headline {
    line-height: 36px;
  }
}
.event--header-grid .region-event-hero-form-block label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.event--header-grid .region-event-hero-form-block input[type="text"],
.event--header-grid .region-event-hero-form-block input[type="email"],
.event--header-grid .region-event-hero-form-block textarea {
  border: none;
  border-bottom: 2px solid #000;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
.event--header-grid .region-event-hero-form-block input[type="submit"] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 0;
}
.event--featured.module,
.flexible-framer .event--featured[data-columns] {
  margin-bottom: 90px;
}
.event--featured figure {
  line-height: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .event--featured figure img {
    width: 100%;
  }
}
.event--featured--info {
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event--featured--info .btn {
  width: fit-content;
}
.event--featured.node > div {
  display: grid;
  grid-template-columns: max-content max-content;
  margin: 0;
  font-size: 1em;
  grid-gap: 0;
  background: #36b8ff;
}
@media (max-width: 767.98px) {
  .event--featured.node > div {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.event--featured .event-type {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #132b80;
}
.event--featured .event-title {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #132b80;
  margin: 0;
}
@media (max-width: 767.98px) {
  .event--featured .event-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.event--featured .event-title a {
  border: none;
  color: #132b80;
  transition: all 0.5s;
}
.event--featured .event-title a:hover {
  color: #132b80;
}
.event--featured .event-title a:active {
  color: #36b8ff;
}
.event--featured .event-title a:focus {
  border: 1px dashed #132b80;
  color: inherit;
}
.event--featured .event-start-date,
.event--featured .event-end-date {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #132b80;
}
.event--featured ul {
  margin: 0;
  padding: 0;
}
.event--featured ul div {
  display: inline;
}
.event--featured ul li {
  display: inline;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #132b80;
}
.event--featured ul li::after {
  content: ",";
}
.event--featured ul li:last-of-type::after {
  content: unset;
}
.event .section-title {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #132b80;
  margin-bottom: 32px;
}
.event--list.module,
.flexible-framer .event--list[data-columns] {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .event--list.module,
  .flexible-framer .event--list[data-columns] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.event--list .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .event--list .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .event--list .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .event--list .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .event--list .section-headline {
    line-height: 36px;
  }
}
.event--list-item {
  display: grid;
  grid-template-columns: 20% 50% 12.5%;
  grid-gap: 32px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .event--list-item {
    grid-template-columns: 1fr;
  }
}
.event--list-item .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .event--list-item .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list-item .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list-item .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .event--list-item .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .event--list-item .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list-item .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list-item .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .event--list-item .section-headline {
    line-height: 36px;
  }
}
.event--list-item .address {
  margin: 0;
  margin-top: 16px;
}
.event--list-item .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  color: #7523ff;
  margin-bottom: 8px;
}
.event--list-item .cta-link {
  text-align: left;
  color: #000;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  border: none;
  margin-top: 0;
  color: #000;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .event--list-item .cta-link {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list-item .cta-link {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list-item .cta-link {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .event--list-item .cta-link {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .event--list-item .cta-link {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list-item .cta-link {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list-item .cta-link {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .event--list-item .cta-link {
    line-height: 28px;
  }
}
.event--list-item .cta-link:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.event--list-item .cta-link:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.event--list-item .cta-link:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.event--list-item .cta-link:hover:after {
  transform: translateX(10px);
}
.event--list-item .cta-link:disabled,
.event--list-item .cta-link[disabled],
.event--list-item .cta-link.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.event--list-item .cta-link:disabled:after,
.event--list-item .cta-link[disabled]:after,
.event--list-item .cta-link.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.event--list-item .cta-link.location {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  margin-top: 16px;
}
.event--list-item p {
  margin-bottom: 0;
  margin-top: 16px;
}
.event--list-item p:first-of-type {
  margin-top: 0;
}
.event--list .heading {
  padding-bottom: 48px;
}
.event--list .heading a.cta-link {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
}
.event--list .heading a.cta-link:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.event--list .heading a.cta-link:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.event--list .heading a.cta-link:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.event--list .heading a.cta-link:hover:after {
  transform: translateX(10px);
}
.event--list .heading a.cta-link:disabled,
.event--list .heading a.cta-link[disabled],
.event--list .heading a.cta-link.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.event--list .heading a.cta-link:disabled:after,
.event--list .heading a.cta-link[disabled]:after,
.event--list .heading a.cta-link.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.event--list .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .event--list .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .event--list .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .event--list .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .event--list .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .event--list .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .event--list .section-headline {
    line-height: 36px;
  }
}
.cta-logo-showcase.module,
.flexible-framer .cta-logo-showcase[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cta-logo-showcase.module,
  .flexible-framer .cta-logo-showcase[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .cta-logo-showcase.module,
  .flexible-framer .cta-logo-showcase[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cta-logo-showcase .text-spacing {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.cta-logo-showcase .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-bottom: 32px;
}
.cta-logo-showcase .section-description * {
  margin: 0;
  color: inherit;
}
.cta-logo-showcase [data-columns][data-columns] {
  grid-gap: 48px 0;
}
.cta-logo-showcase [data-columns][data-columns="6"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 576px) {
  .cta-logo-showcase [data-columns][data-columns="6"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  .cta-logo-showcase [data-columns][data-columns="6"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  .cta-logo-showcase [data-columns][data-columns="6"] {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
.cta-logo-showcase .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
}
@media (min-width: 1300px) {
  .cta-logo-showcase .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .cta-logo-showcase .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .cta-logo-showcase .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .cta-logo-showcase .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .cta-logo-showcase .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .cta-logo-showcase .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .cta-logo-showcase .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .cta-logo-showcase .section-title {
    line-height: 36px;
  }
}
.cta-logo-showcase .section-title * {
  margin: 0;
}
.cta-logo-showcase .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.cta-logo-showcase .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.cta-logo-showcase .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.cta-logo-showcase .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.cta-logo-showcase .cta-link a:hover:after {
  transform: translateX(10px);
}
.cta-logo-showcase .cta-link a:disabled,
.cta-logo-showcase .cta-link a[disabled],
.cta-logo-showcase .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.cta-logo-showcase .cta-link a:disabled:after,
.cta-logo-showcase .cta-link a[disabled]:after,
.cta-logo-showcase .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.cta-logo-showcase .cta-link {
  text-align: right;
}
.cta-logo-showcase .cta-link a {
  margin-top: 0;
}
.cta-logo-showcase .section-description + .cta-link {
  text-align: left;
}
.cta-logo-showcase .right-side .cta-link {
  display: block;
}
@media (max-width: 1200px) {
  .cta-logo-showcase .right-side .cta-link {
    display: none;
  }
}
.cta-logo-showcase .mobile-cta {
  display: none;
}
@media (max-width: 1200px) {
  .cta-logo-showcase .mobile-cta {
    display: block;
  }
  .cta-logo-showcase .mobile-cta .cta-link {
    text-align: left;
    margin-top: 48px;
  }
}
.cta-logo-showcase .icons {
  align-items: center;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .cta-logo-showcase .icons[data-columns] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.cta-logo-showcase .icons a {
  display: block;
  margin-inline: auto;
  transition: all 0.5s;
  text-decoration: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0px 16px 0px 16px;
  border-left: 0.5px solid rgba(0, 0, 0, 0.3);
}
.cta-logo-showcase .icons a figure {
  display: grid;
  height: 100%;
}
.cta-logo-showcase .icons a figure img {
  place-self: center;
  max-height: 96px !important;
  width: auto;
}
.stats {
  text-align: left;
  text-transform: none;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  color: #000;
}
.stats.module,
.flexible-framer .stats[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .stats.module,
  .flexible-framer .stats[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .stats.module,
  .flexible-framer .stats[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.stats .link-right {
  text-align: right;
}
.stats [data-columns][data-columns="4"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 576px) {
  .stats [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  .stats [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  .stats [data-columns][data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
.stats .no-descrip .cta-link a {
  margin-top: 0;
}
.stats .stats-1-up {
  display: grid;
  grid-template-columns: 41% 41%;
  grid-gap: calc(8.33333333% + var(--bs-gutter-x));
}
@media (max-width: 1200px) {
  .stats .stats-1-up {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-gap: 48px;
  }
}
.stats .stats-1-up [data-columns] {
  margin-top: 0;
}
.stats .stats-1-up .link-right {
  text-align: left;
}
.stats .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.stats .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.stats .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.stats .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.stats .cta-link a:hover:after {
  transform: translateX(10px);
}
.stats .cta-link a:disabled,
.stats .cta-link a[disabled],
.stats .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.stats .cta-link a:disabled:after,
.stats .cta-link a[disabled]:after,
.stats .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.stats .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .stats .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .stats .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .stats .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .stats .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .stats .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .stats .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .stats .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .stats .section-title {
    line-height: 36px;
  }
}
.stats .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  margin-bottom: 0;
}
.stats .section-description p {
  margin: 0;
}
.stats [data-columns] {
  margin-top: 48px;
}
.stats--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  color: #000;
  border-left: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-left: 32px;
}
.stats--large {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .stats--large {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .stats--large {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .stats--large {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .stats--large {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .stats--large {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .stats--large {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .stats--large {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .stats--large {
    line-height: 40px;
  }
}
.stats--supporting-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
  color: #000;
  color: #000;
}
.text-and-image {
  grid-gap: 50px;
  grid-auto-rows: 1fr;
}
.text-and-image--stack.module,
.flexible-framer .text-and-image--stack[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .text-and-image--stack.module,
  .flexible-framer .text-and-image--stack[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .text-and-image--stack.module,
  .flexible-framer .text-and-image--stack[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .text-and-image--stack.module .text-and-image .text-content,
  .flexible-framer
    .text-and-image--stack[data-columns]
    .text-and-image
    .text-content {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 1200px) {
  .text-and-image--stack .row {
    gap: 0;
  }
}
.text-and-image.module,
.flexible-framer .text-and-image[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .text-and-image.module,
  .flexible-framer .text-and-image[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .text-and-image.module,
  .flexible-framer .text-and-image[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .text-and-image .row {
    gap: 48px;
  }
}
.text-and-image figure {
  height: 100%;
}
.text-and-image figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-and-image.featured-core-product [data-columns][data-columns="2"] {
  grid-gap: 0;
}
.text-and-image.featured-core-product .text-content {
  background: #7a197f;
}
.text-and-image .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-height: 350px;
}
.text-and-image .text-content.text-high {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 0 15px;
  gap: 16px;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .text-and-image .text-content {
    min-height: 325px;
  }
}
.text-and-image .text-content .section-header {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .text-and-image .text-content .section-header {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .text-and-image .text-content .section-header {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .text-and-image .text-content .section-header {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .text-and-image .text-content .section-header {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .text-and-image .text-content .section-header {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .text-and-image .text-content .section-header {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .text-and-image .text-content .section-header {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .text-and-image .text-content .section-header {
    line-height: 36px;
  }
}
.text-and-image .text-content .section-subhead {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
}
@media (min-width: 1300px) {
  .text-and-image .text-content .section-subhead {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .text-and-image .text-content .section-subhead {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .text-and-image .text-content .section-subhead {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .text-and-image .text-content .section-subhead {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .text-and-image .text-content .section-subhead {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .text-and-image .text-content .section-subhead {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .text-and-image .text-content .section-subhead {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .text-and-image .text-content .section-subhead {
    line-height: 28px;
  }
}
.text-and-image .text-content .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  color: #7523ff;
  margin: 0;
  padding: 0;
}
.text-and-image .text-content .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  margin: 0;
  padding: 0;
}
.text-and-image .text-content .section-description p {
  margin: 0;
  padding: 0;
}
.text-and-image .text-content .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.text-and-image .text-content .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.text-and-image .text-content .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.text-and-image .text-content .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.text-and-image .text-content .cta-link a:hover:after {
  transform: translateX(10px);
}
.text-and-image .text-content .cta-link a:disabled,
.text-and-image .text-content .cta-link a[disabled],
.text-and-image .text-content .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.text-and-image .text-content .cta-link a:disabled:after,
.text-and-image .text-content .cta-link a[disabled]:after,
.text-and-image .text-content .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.text-and-image .text-content .cta-link a {
  margin: 0;
  padding: 0;
}
.person {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
}
.person figure {
  margin: 0;
}
.person.card figure img {
  width: 100%;
}
.person .credentials {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  padding-top: 4px;
}
.person .bio-info {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.person .bio-info a {
  color: #000;
  text-decoration: underline;
  border: none;
}
.person .bio-info a:focus,
.person .bio-info a:hover {
  color: #132b80;
}
.person.node.card figure {
  margin-bottom: 16px;
}
.person.node.card .text-content {
  word-break: break-word;
  margin-right: 20px;
}
.person.node.card .section-name {
  text-transform: none;
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
}
@media (min-width: 1300px) {
  .person.node.card .section-name {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .person.node.card .section-name {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .person.node.card .section-name {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .person.node.card .section-name {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .person.node.card .section-name {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .person.node.card .section-name {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .person.node.card .section-name {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .person.node.card .section-name {
    line-height: 28px;
  }
}
.person.node.card .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.person.node.card .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.person.node.card .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.person.node.card .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.person.node.card .cta-link a:hover:after {
  transform: translateX(10px);
}
.person.node.card .cta-link a:disabled,
.person.node.card .cta-link a[disabled],
.person.node.card .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.person.node.card .cta-link a:disabled:after,
.person.node.card .cta-link a[disabled]:after,
.person.node.card .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.person.node.card .credentials {
  display: none;
}
.person.node.card a.cta-link {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: left;
  font-weight: 400;
  position: relative;
}
.person.node.card a.cta-link:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.person.node.card a.cta-link:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.person.node.card a.cta-link:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.person.node.card a.cta-link:hover:after {
  transform: translateX(10px);
}
.person.node.card a.cta-link:disabled,
.person.node.card a.cta-link[disabled],
.person.node.card a.cta-link.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.person.node.card a.cta-link:disabled:after,
.person.node.card a.cta-link[disabled]:after,
.person.node.card a.cta-link.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.person.node.card a.cta-link::after {
  position: absolute;
}
.person-group.module,
.flexible-framer .person-group[data-columns] {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1200px) {
  .person-group.module,
  .flexible-framer .person-group[data-columns] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 1200px) {
  .person-group [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (max-width: 575.98px) {
  .person-group [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
.person-group:has(.featured article.person.no-image) figure {
  display: none;
}
.person-group .cta-link {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  text-align: right;
  margin-top: 0;
  display: block;
  border: none;
}
.person-group .cta-link:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.person-group .cta-link:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.person-group .cta-link:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.person-group .cta-link:hover:after {
  transform: translateX(10px);
}
.person-group .cta-link:disabled,
.person-group .cta-link[disabled],
.person-group .cta-link.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.person-group .cta-link:disabled:after,
.person-group .cta-link[disabled]:after,
.person-group .cta-link.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.person-group .cta-link.desktop {
  display: block;
}
@media (max-width: 1200px) {
  .person-group .cta-link.desktop {
    display: none;
  }
}
.person-group .cta-link.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .person-group .cta-link.mobile {
    display: block;
    padding-top: 48px;
    text-align: left;
  }
}
.person-group .heading {
  padding-bottom: 48px;
}
.person-group .heading .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .person-group .heading .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .person-group .heading .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .person-group .heading .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .person-group .heading .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .person-group .heading .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .person-group .heading .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .person-group .heading .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .person-group .heading .section-headline {
    line-height: 36px;
  }
}
.person-group--leadership-grid .container,
.person-group--leadership-grid .blazy__caption,
.person-group--leadership-grid body .layout-container,
body .person-group--leadership-grid .layout-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.person--signoff .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 8px;
  display: inline-block;
}
@media (min-width: 1300px) {
  .person--signoff .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .person--signoff .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .person--signoff .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .person--signoff .section-headline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .person--signoff .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .person--signoff .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .person--signoff .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .person--signoff .section-headline {
    line-height: 28px;
  }
}
.person--signoff a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  color: #000;
  margin-top: 0;
}
.person--signoff a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.person--signoff a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.person--signoff a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.person--signoff a:hover:after {
  transform: translateX(10px);
}
.person--signoff a:disabled,
.person--signoff a[disabled],
.person--signoff a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.person--signoff a:disabled:after,
.person--signoff a[disabled]:after,
.person--signoff a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.person--signoff .section-job-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
#block-authorsignoff [data-columns] div p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
@media (max-width: 1200px) {
  #block-authorsignoff [data-columns][data-columns="3"] {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 32px;
  }
  #block-authorsignoff [data-columns][data-columns="3"] .person.container,
  #block-authorsignoff [data-columns][data-columns="3"] .person.blazy__caption,
  #block-authorsignoff
    [data-columns][data-columns="3"]
    body
    .person.layout-container,
  body
    #block-authorsignoff
    [data-columns][data-columns="3"]
    .person.layout-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.leadership-no-images .leadership-tabs .item-list .person.card figure,
.leadership-no-images
  .leadership-tabs
  .item-list
  .person.card
  .section-job-title {
  display: none;
}
.fs-media .side-by-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .fs-media .side-by-side {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
  }
}
.fs-media .side-by-side img {
  max-height: 405px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1200px) {
  .fs-media .side-by-side div {
    height: 100%;
  }
}
.fs-media .side-by-side.alt {
  grid-template-columns: 31.65% 65.7852%;
  grid-gap: 2.5648%;
}
@media (max-width: 1200px) {
  .fs-media .side-by-side.alt {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
.fs-media .side-by-side.single {
  grid-template-columns: 1fr;
}
@media (max-width: 1200px) {
  .fs-media .side-by-side.single {
    grid-template-rows: 1fr;
  }
}
.fs-media .side-by-side.single img {
  max-height: 810px;
}
.fs-media .side-by-side .module,
.fs-media .side-by-side .flexible-framer [data-columns][data-columns],
.flexible-framer .fs-media .side-by-side [data-columns][data-columns] {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.fs-media.module,
.flexible-framer .fs-media[data-columns] {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .fs-media.module,
  .flexible-framer .fs-media[data-columns] {
    margin-top: 64px;
    margin-top: 64px;
  }
}
.fs-media .media--blazy iframe {
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  .fs-media {
    margin-top: 56px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .fs-media.full-bleed {
    width: 100%;
  }
  .fs-media.container,
  .fs-media.blazy__caption,
  body .fs-media.layout-container {
    padding: 0;
    width: calc(100% - 48px);
  }
}
.fs-media.container-fluid img,
.fs-media.container-full img,
.fs-media.container-maximum img,
.fs-media.container-max img,
.fs-media.container-sm img,
.fs-media.container-md img,
.fs-media.container-lg img,
.fs-media.container-xl img,
.fs-media.container-xxl img,
.fs-media.container img,
.fs-media.blazy__caption img,
body .fs-media.layout-container img {
  margin-inline: auto;
  width: 100%;
}
.fs-media .field--type-image {
  float: none !important;
  margin: 0;
}
.fs-media .field--type-image img {
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.fs-media .accordion {
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .full-size-media.container,
  .full-size-media.blazy__caption,
  body .full-size-media.layout-container {
    padding: 0;
  }
}
.full-size-media .field--type-image {
  float: none !important;
  margin: 0;
}
.full-size-media .field--type-image img {
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.full-size-media iframe.media-oembed-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.full-size-media figure {
  text-align: center;
  width: 100%;
}
.full-size-media figure img {
  width: 100%;
  object-fit: contain;
}
.full-bleed.module,
.flexible-framer .full-bleed[data-columns] {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .full-bleed.module,
  .flexible-framer .full-bleed[data-columns] {
    width: 100%;
    padding: 0;
  }
}
.full-bleed .side-by-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .full-bleed .side-by-side {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
.full-bleed .text-block {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .full-bleed .text-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .full-bleed .text-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.full-bleed .blazy__caption {
  display: none;
}
.full-bleed .no-descrip .cta-link a {
  margin-top: 0;
}
.full-bleed .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.full-bleed .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.full-bleed .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.full-bleed .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.full-bleed .cta-link a:hover:after {
  transform: translateX(10px);
}
.full-bleed .cta-link a:disabled,
.full-bleed .cta-link a[disabled],
.full-bleed .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.full-bleed .cta-link a:disabled:after,
.full-bleed .cta-link a[disabled]:after,
.full-bleed .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.full-bleed .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .full-bleed .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .full-bleed .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .full-bleed .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .full-bleed .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .full-bleed .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .full-bleed .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .full-bleed .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .full-bleed .section-headline {
    line-height: 36px;
  }
}
.full-bleed .descriptionclass,
.full-bleed .heading {
  padding-left: 0;
}
.full-bleed .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  margin-bottom: 0;
}
.full-bleed .section-description p {
  margin: 0;
}
@media (max-width: 1200px) {
  .full-bleed .fs-media.container-fluid,
  .full-bleed .fs-media.container-full,
  .full-bleed .fs-media.container-maximum,
  .full-bleed .fs-media.container-max,
  .full-bleed .fs-media.container-sm,
  .full-bleed .fs-media.container-md,
  .full-bleed .fs-media.container-lg,
  .full-bleed .fs-media.container-xl,
  .full-bleed .fs-media.container-xxl {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.flexible-framer.module,
.flexible-framer .flexible-framer[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .flexible-framer.module,
  .flexible-framer .flexible-framer[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .flexible-framer.module,
  .flexible-framer .flexible-framer[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.flexible-framer > .section-description {
  text-align: left;
}
.flexible-framer .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
}
.flexible-framer .section-description p {
  margin: 0;
}
.flexible-framer .default a {
  border-bottom: 2px solid #132b80;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #132b80;
  transition: all 0.5s;
}
.flexible-framer .default a:hover {
  color: #132b80;
}
.flexible-framer .default a:active {
  color: #36b8ff;
}
.flexible-framer .default a:focus {
  border: 1px dashed #132b80;
  color: inherit;
}
.flexible-framer [data-columns][data-columns="4"] {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 32px;
}
@media (min-width: 576px) {
  .flexible-framer [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  .flexible-framer [data-columns][data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  .flexible-framer [data-columns][data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
  }
}
.flexible-framer .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 1300px) {
  .flexible-framer .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .flexible-framer .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .flexible-framer .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .flexible-framer .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .flexible-framer .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .flexible-framer .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .flexible-framer .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .flexible-framer .section-title {
    line-height: 36px;
  }
}
.flexible-framer--item .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  text-align: left;
  text-transform: none;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 1300px) {
  .flexible-framer--item .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .flexible-framer--item .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .flexible-framer--item .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .flexible-framer--item .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .flexible-framer--item .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .flexible-framer--item .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .flexible-framer--item .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .flexible-framer--item .section-title {
    line-height: 28px;
  }
}
.flexible-framer--item a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  transition: all 0.5s;
}
.flexible-framer--item a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.flexible-framer--item a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.flexible-framer--item a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.flexible-framer--item a:hover:after {
  transform: translateX(10px);
}
.flexible-framer--item a:disabled,
.flexible-framer--item a[disabled],
.flexible-framer--item a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.flexible-framer--item a:disabled:after,
.flexible-framer--item a[disabled]:after,
.flexible-framer--item a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.flexible-framer--item figure {
  aspect-ratio: 16/9;
  margin-bottom: 32px;
}
.flexible-framer--item figure img {
  object-fit: cover;
  height: 100%;
}
.flexible-framer--with-icons .flexible-framer--item figure {
  aspect-ratio: unset;
}
.flexible-framer--with-icons .flexible-framer--item figure img {
  object-fit: cover;
  height: 64px;
}
.breadcrumb {
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 700;
  color: #7523ff;
  color: #000;
  margin: 24px auto;
  padding-bottom: 0;
}
.breadcrumb.container,
.breadcrumb.blazy__caption,
body .breadcrumb.layout-container {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .breadcrumb.container,
  .breadcrumb.blazy__caption,
  body .breadcrumb.layout-container {
    padding-left: 16px;
  }
}
.breadcrumb ol,
.breadcrumb ul {
  padding-left: 0;
}
.breadcrumb li {
  color: #7523ff;
  font-weight: 700;
}
.breadcrumb li:before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.breadcrumb li a {
  color: #848484;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.5s;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #4000a5;
  text-decoration: underline;
}
.breadcrumb li a:focus {
  border: 1px dashed #7523ff;
  color: inherit;
}
.body-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.body-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}
.body-content p + h2,
.body-content p + h3 {
  margin-bottom: 48px;
}
.case-study--carousel .body-content {
  padding-bottom: 12px;
}
.recent-news-widget .body-content[class^="col-"],
.recent-news-widget .body-content[class*=" col-"] {
  width: auto !important;
}
.recent-news-widget .body-content[class^="offset-"],
.recent-news-widget .body-content[class*=" offset-"] {
  margin-left: 0 !important;
}
.leadership .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-align: center;
  color: #000;
}
@media (min-width: 1300px) {
  .leadership .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .leadership .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .leadership .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .leadership .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .leadership .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .leadership .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .leadership .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .leadership .section-title {
    line-height: 36px;
  }
}
.leadership--block .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-align: center;
  margin-bottom: 48px;
  color: #000;
}
@media (min-width: 1300px) {
  .leadership--block .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .leadership--block .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .leadership--block .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .leadership--block .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .leadership--block .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .leadership--block .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .leadership--block .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .leadership--block .section-title {
    line-height: 36px;
  }
}
.leadership-tabs .description-block {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 1300px) {
  .leadership-tabs .description-block {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .leadership-tabs .description-block {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .leadership-tabs .description-block {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .leadership-tabs .description-block {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .leadership-tabs .description-block {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .leadership-tabs .description-block {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .leadership-tabs .description-block {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .leadership-tabs .description-block {
    line-height: 36px;
  }
}
.leadership-tabs .description-block p {
  margin: 0;
}
.leadership-tabs form legend {
  display: none;
}
.leadership-tabs form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.leadership-tabs form ul li {
  display: inline-block;
  margin-right: 48px;
}
.leadership-tabs form ul li:first-of-type {
  display: none;
}
.leadership-tabs form ul li:last-of-type {
  margin-right: 0;
}
.leadership-tabs form ul li a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  border: none;
  color: #000;
}
.leadership-tabs form ul li a.bef-link--selected {
  color: #7523ff;
  text-decoration: underline;
  pointer-events: none;
}
.leadership-tabs form input[type="submit"] {
  display: none;
}
.leadership-tabs .item-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
@media (max-width: 1200px) {
  .leadership-tabs .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.view-leadership {
  padding-bottom: 32px;
}
@media (max-width: 1200px) {
  .view-leadership .views-view-grid .views-col {
    min-width: 50%;
    margin-bottom: 32px;
  }
}
.leadership .view-leadership {
  padding-bottom: 0;
}
.view-leadership .node.person {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
}
.view-leadership .node.person.container,
.view-leadership .node.person.blazy__caption,
.view-leadership body .node.person.layout-container,
body .view-leadership .node.person.layout-container {
  padding-left: 0;
  padding-right: 0;
}
.view-leadership .node.person.container figure,
.view-leadership .node.person.blazy__caption figure,
.view-leadership body .node.person.layout-container figure,
body .view-leadership .node.person.layout-container figure {
  max-width: 150px;
  padding-bottom: 32px;
  margin-inline: auto;
}
.view-leadership .node.person.container a,
.view-leadership .node.person.blazy__caption a,
.view-leadership body .node.person.layout-container a,
body .view-leadership .node.person.layout-container a {
  color: #000;
  transition: all 0.5s;
}
.view-leadership .node.person.container a:hover,
.view-leadership .node.person.blazy__caption a:hover,
.view-leadership body .node.person.layout-container a:hover,
body .view-leadership .node.person.layout-container a:hover {
  color: #132b80;
}
.view-leadership .node.person.container a:active,
.view-leadership .node.person.blazy__caption a:active,
.view-leadership body .node.person.layout-container a:active,
body .view-leadership .node.person.layout-container a:active {
  color: #36b8ff;
}
.view-leadership .node.person.container a:focus,
.view-leadership .node.person.blazy__caption a:focus,
.view-leadership body .node.person.layout-container a:focus,
body .view-leadership .node.person.layout-container a:focus {
  text-decoration: underline;
  color: inherit;
}
.view-leadership .node.person.container a h3,
.view-leadership .node.person.blazy__caption a h3,
.view-leadership body .node.person.layout-container a h3,
body .view-leadership .node.person.layout-container a h3 {
  font-weight: 700;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  text-transform: none;
  padding-bottom: 4px;
}
.views-view-grid.horizontal .views-row {
  border: none;
  margin: 0;
  padding: 0 0 15px;
}
a.see-all {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-top: 0;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: right;
}
a.see-all:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
a.see-all:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
a.see-all:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
a.see-all:hover:after {
  transform: translateX(10px);
}
a.see-all:disabled,
a.see-all[disabled],
a.see-all.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
a.see-all:disabled:after,
a.see-all[disabled]:after,
a.see-all.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
a.see-all.desktop {
  display: block;
}
@media (max-width: 1200px) {
  a.see-all.desktop {
    display: none;
  }
}
a.see-all.mobile {
  display: none;
}
@media (max-width: 1200px) {
  a.see-all.mobile {
    display: block;
    text-align: left;
    margin-top: 48px;
  }
}
.recirculation.module,
.flexible-framer .recirculation[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .recirculation.module,
  .flexible-framer .recirculation[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .recirculation.module,
  .flexible-framer .recirculation[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.recirculation .norows {
  display: none;
}
.recirculation:has(.norows) {
  display: none;
}
.recirculation .heading {
  padding-bottom: 48px;
}
.recirculation .event .node__content,
.recirculation .news .node__content,
.recirculation .learning-resource .node__content,
.recirculation .organization .node__content,
.recirculation .capability .node__content,
.recirculation .high-level-pages .node__content,
.recirculation .careers .node__content,
.recirculation .product .node__content {
  width: 100%;
}
.recirculation .event .node__content img,
.recirculation .news .node__content img,
.recirculation .learning-resource .node__content img,
.recirculation .organization .node__content img,
.recirculation .capability .node__content img,
.recirculation .high-level-pages .node__content img,
.recirculation .careers .node__content img,
.recirculation .product .node__content img {
  object-fit: cover;
  width: 100%;
}
.recirculation .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  word-break: normal;
}
@media (min-width: 1300px) {
  .recirculation .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .recirculation .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .recirculation .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .recirculation .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .recirculation .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .recirculation .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .recirculation .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .recirculation .section-title {
    line-height: 36px;
  }
}
.recirculation .more-link {
  display: grid;
  justify-content: center;
  margin: 20px;
}
.recirculation .more-link a {
  background: #132b80;
  text-align: center;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  display: inline-block;
  padding: 12px 40px;
  border-bottom: none;
  color: #fff;
  border-radius: 48px;
  margin: 6px;
  text-align: center;
  display: block;
  background: #7a197f;
}
.recirculation .more-link a:hover {
  background: #001f5c;
  color: inherit;
}
.recirculation .more-link a:active {
  border-color: #36b8ff;
  color: inherit;
}
.recirculation .more-link a:focus {
  color: inherit;
  border: none;
  outline: 1px solid #132b80;
  outline-offset: 1px;
}
.recirculation .more-link a:focus:before {
  border: none;
}
.recirculation .content-type {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #132b80;
}
.recirculation .item-list ul {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-gap: 32px;
  margin: 0;
}
@media (max-width: 1200px) {
  .recirculation .item-list ul {
    grid-template-columns: 1fr;
  }
}
.recirculation .item-list ul li {
  margin: 0;
  padding: 0;
}
.recirculation .item-list ul li figure img {
  width: 100%;
}
.navigation-menu {
  color: #000;
  border-top: none;
  max-height: 350px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2857;
  color: #000;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: -1px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .navigation-menu {
    max-height: none;
  }
}
.navigation-menu.is-visible {
  display: block;
  visibility: visible;
}
.navigation-menu.is-hidden {
  display: none;
  visibility: hidden;
}
.navigation-menu.is-animating-in {
  animation: fadeInDown 0.25s;
  display: block;
  visibility: visible;
}
.navigation-menu.is-animating-out {
  animation: fadeOut 0.25s;
}
.navigation-menu-container {
  display: block;
  left: 0;
  top: 1px;
  position: relative;
  z-index: 50;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    margin-top: -0.5px;
    background: #fff;
  }
}
.navigation-menu-container .menu-toggle {
  display: none !important;
}
.navigation-menu-container > .content .menu-item.navigation-menu {
  width: 100%;
  z-index: 30;
  overflow: visible;
  padding: 0;
  margin: 0;
}
.navigation-menu-container.mobile {
  position: relative;
}
.navigation-menu-container.mobile .organization,
.navigation-menu-container.mobile .learning {
  display: block;
  margin-right: 15px;
}
.navigation-menu-container.mobile .organization .view-content,
.navigation-menu-container.mobile .learning .view-content {
  display: block;
}
.navigation-menu-container.mobile
  .products
  .views-element-container
  .view-our-products-menu
  > .view-content {
  display: block;
}
.navigation-menu-container.mobile .about,
.navigation-menu-container.mobile .learning {
  display: block;
}
.navigation-menu-container.mobile .about ul.menu.menu-level-1,
.navigation-menu-container.mobile .learning ul.menu.menu-level-1 {
  display: block;
}
.navigation-menu-close {
  transition: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  z-index: 1;
}
.prefers-reduced-motion .navigation-menu-close {
  transition: none;
}
.navigation-menu-close:hover,
.navigation-menu-close:focus {
  background: rgba(0, 0, 0, 0);
}
.navigation-menu-close:after {
  content: ur("/themes/custom/danaher/images/close.svg");
}
.navigation-menu-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-menu-content ul li {
  padding: 0;
}
.navigation-menu-content ul li {
  margin: 10px 0;
}
.navigation-menu-content ul li.menu-item--expanded {
  list-style-image: none;
  list-style-type: none;
}
.navigation-menu .region-take-the-quiz,
.navigation-menu .region-featured-resource,
.navigation-menu .recent-news-widget {
  background: #7a197f;
}
.navigation-menu .region-take-the-quiz .section-title,
.navigation-menu .region-take-the-quiz .node__title,
.navigation-menu .region-featured-resource .section-title,
.navigation-menu .region-featured-resource .node__title,
.navigation-menu .recent-news-widget .section-title,
.navigation-menu .recent-news-widget .node__title {
  padding-bottom: 24px;
}
.navigation-menu .region-featured-resource,
.navigation-menu .recent-news-widget {
  padding-right: 32px;
  padding-left: 32px;
}
.navigation-menu#nav-menu-search .navigation-menu-grid {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .navigation-menu#nav-menu-search
    .search-wrapper
    .input-group
    input[type="text"] {
    height: 76px;
  }
  .navigation-menu#nav-menu-search
    .search-wrapper
    .input-group
    .input-group-append
    .btn {
    height: 64px;
    width: 64px;
  }
}
.search-wrapper .input-group input[type="text"] {
  border: none;
  height: 60px;
  padding: 20px 25px;
  border-radius: 38px;
  background-color: #fff;
}
.search-wrapper .input-group input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}
.search-wrapper .input-group .input-group-append {
  padding: 0;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 6px;
  top: 2px;
  bottom: 2px;
  background-color: rgba(0, 0, 0, 0);
}
.search-wrapper .input-group .input-group-append .btn {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin: 0;
}
.search-wrapper .input-results {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(196, 196, 196, 0.5);
  position: relative;
  color: #000;
  font-weight: 500;
  padding: 20px 25px;
  margin: 0 40px;
}
.search-wrapper .input-results a {
  color: #000;
  text-decoration: none;
}
.search-wrapper .input-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-wrapper .input-results ul li {
  padding: 0;
}
@media (max-width: 1200px) {
  #block-megamenu,
  #block-rightmenu,
  #block-requestademomenu {
    display: none;
  }
}
#block-mobiletopmenu {
  display: none;
}
@media (max-width: 1200px) {
  #block-mobiletopmenu {
    display: block;
  }
}
#block-mobiletopmenu ul.menu {
  margin-left: 0;
  margin-bottom: 0;
  align-items: flex-end;
  gap: 0;
  margin-right: 15px;
}
.stock span {
  display: inline-block;
  margin-right: 8px;
}
.stock span:last-child {
  margin-right: 0;
}
.stock .ticker,
.stock .price,
.stock .change {
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #757575;
}
.stock .change {
  color: #38a944;
}
.stock .change.negative {
  color: #da2113;
}
@keyframes swipeInMenu {
  0% {
    left: 300%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 15px;
  }
}
.menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 300%;
  background: #fff;
  transition: all 0.35s;
  width: calc(100% + 15px);
  transition: all 0.5s;
}
.menu-panel > a {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  display: block;
}
@media (min-width: 1300px) {
  .menu-panel > a {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .menu-panel > a {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .menu-panel > a {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .menu-panel > a {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .menu-panel > a {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .menu-panel > a {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .menu-panel > a {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .menu-panel > a {
    line-height: 28px;
  }
}
.menu-panel > a::before {
  content: url(/themes/custom/danaher/images/carousel-prev.svg);
  color: #7523ff;
  margin-right: 8px;
}
.menu-panel.show {
  left: 0;
}
.menu-panel.show > a {
  color: #000 !important;
  margin-bottom: 48px;
}
.menu-panel.show > a:not:has(.heading) {
  margin-bottom: 0;
}
.menu-panel ul.menu {
  margin-left: 0 !important;
  padding-left: 0;
  margin-right: 0;
  padding-top: 0 !important;
}
.menu-panel ul.menu[data-level="0"] li a {
  pointer-events: none;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
}
.menu-panel ul.menu[data-level="1"] > li a {
  pointer-events: none;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
}
.menu-panel ul.menu[data-level="1"] > li a.heading {
  pointer-events: none;
  margin-top: 48px;
}
.menu-panel ul.menu li {
  display: block;
  margin-left: 0 !important;
}
.menu-panel ul.menu li a {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  margin-bottom: 24px;
  display: block;
}
@media (min-width: 1300px) {
  .menu-panel ul.menu li a {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .menu-panel ul.menu li a {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .menu-panel ul.menu li a {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .menu-panel ul.menu li a {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .menu-panel ul.menu li a {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .menu-panel ul.menu li a {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .menu-panel ul.menu li a {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .menu-panel ul.menu li a {
    line-height: 28px;
  }
}
.menu-panel ul.menu li a.hidden {
  display: none;
}
.menu-panel:not(:has(ul.menu)) {
  display: none;
}
#block-megamenu-mobile-toplevel a[data-id="nav-menu-search"] {
  display: none !important;
}
.navigation-overlay {
  background-color: #fff;
  color: #fff;
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2147483647;
}
@media (max-width: 575.98px) {
  .navigation-overlay {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.navigation-overlay.is-visible {
  display: block;
  visibility: visible;
}
.navigation-overlay.is-hidden {
  display: none;
  visibility: hidden;
}
.navigation-overlay.is-animating-in {
  animation: slideRight 0.75s;
  display: block;
  visibility: visible;
}
.navigation-overlay.is-animating-out {
  animation: slideRight 0.75s;
}
.navigation-overlay-scrollable {
  height: 100%;
  overflow-y: auto;
  display: flex;
}
.navigation-overlay-content {
  --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;
  padding-top: 60px;
  padding-bottom: 60px;
  align-self: center;
}
@media (max-width: 767.98px) {
  .navigation-overlay-content {
    padding-top: 30px;
    padding-bottom: 30px;
    align-self: normal;
  }
}
.navigation-overlay-content h2 {
  color: #fff;
}
.navigation-overlay-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-overlay-content ul li {
  padding: 0;
}
.navigation-overlay-content ul li {
  margin: 15px 0;
  color: #fff;
  line-height: 1.2;
}
.navigation-overlay-content ul li a {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay-content ul li a:hover {
  color: #fdd031;
}
.navigation-overlay-content ul.main-nav li {
  font-weight: 500;
  display: list-item;
}
.navigation-overlay-content ul.main-nav li {
  font-size: 18px;
}
@media (min-width: 575px) {
  .navigation-overlay-content ul.main-nav li {
    font-size: clamp(18px, calc(1rem), 24px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .navigation-overlay-content ul.main-nav li {
    font-size: 24px;
  }
}
.navigation-overlay-content ul.sub-nav {
  margin-top: 50px;
}
.navigation-overlay-content ul.sub-nav li {
  font-weight: 400;
  display: list-item;
  margin-top: 15px;
  margin-bottom: 15px;
}
.navigation-overlay-content ul.sub-nav li {
  font-size: 16px;
}
@media (min-width: 575px) {
  .navigation-overlay-content ul.sub-nav li {
    font-size: clamp(16px, calc(1rem), 20px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .navigation-overlay-content ul.sub-nav li {
    font-size: 20px;
  }
}
.navigation-overlay-close {
  transition: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  color: #fff;
}
.prefers-reduced-motion .navigation-overlay-close {
  transition: none;
}
.navigation-overlay-close:hover,
.navigation-overlay-close:focus {
  background: rgba(0, 0, 0, 0);
}
#nav-menu-overlay .navigation-overlay-grid,
#block-micrositenavmenuoverlay-2 .navigation-overlay-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  #nav-menu-overlay .navigation-overlay-grid,
  #block-micrositenavmenuoverlay-2 .navigation-overlay-grid {
    grid-template-columns: 1fr;
    align-content: flex-start;
  }
}
#nav-menu-overlay .navigation-overlay-grid .navigation-overlay-media,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media {
  --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;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
}
@media (max-width: 767.98px) {
  #nav-menu-overlay .navigation-overlay-grid .navigation-overlay-media,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content {
  color: #fff;
  align-self: center;
  text-align: right;
  width: 100%;
}
@media (max-width: 767.98px) {
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content {
    text-align: left;
    align-self: normal;
  }
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  .logo,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  .logo {
  max-width: 300px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    .logo,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    .logo {
    max-width: 140px;
    margin-left: 0;
  }
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a {
  color: #fff;
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a.back-to-main,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a.back-to-main {
  font-weight: 500;
  text-decoration: none;
  position: relative;
  margin-top: 100px;
  display: inline-block;
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a.back-to-main,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a.back-to-main {
  font-size: 20px;
}
@media (min-width: 575px) {
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main {
    font-size: clamp(20px, calc(1rem), 28px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main {
    font-size: 28px;
  }
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a.back-to-main:hover:after,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .positioned-content
  a.back-to-main:hover:after {
  left: -20px;
}
@media (max-width: 767.98px) {
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main {
    margin-top: 30px;
    padding-left: 30px;
  }
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main:hover,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main:hover {
    color: #fdd031;
  }
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main:hover:after,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .positioned-content
    a.back-to-main:hover:after {
    left: 0;
  }
}
#nav-menu-overlay
  .navigation-overlay-grid
  .navigation-overlay-media
  .media-item--fill,
#block-micrositenavmenuoverlay-2
  .navigation-overlay-grid
  .navigation-overlay-media
  .media-item--fill {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  #nav-menu-overlay
    .navigation-overlay-grid
    .navigation-overlay-media
    .media-item--fill,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-media
    .media-item--fill {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #nav-menu-overlay .navigation-overlay-grid .navigation-overlay-scrollable,
  #block-micrositenavmenuoverlay-2
    .navigation-overlay-grid
    .navigation-overlay-scrollable {
    overflow-y: visible;
  }
}
#nav-program-menu-overlay .logo {
  margin-bottom: 50px;
  padding-right: 60px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fdd031;
}
.navigation-dropdown {
  background: #fff;
  padding: 30px 30px 30px 30px;
  position: absolute;
  color: #fff;
  z-index: 100;
  right: 0;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  white-space: normal;
  margin-top: -1px;
}
.navigation-dropdown.is-visible {
  display: block;
  visibility: visible;
}
.navigation-dropdown.is-hidden {
  display: none;
  visibility: hidden;
}
.navigation-dropdown.is-animating-in {
  animation: fadeInDown 0.25s;
  display: block;
  visibility: visible;
}
.navigation-dropdown.is-animating-out {
  animation: fadeOut 0.25s;
}
.is-last .navigation-dropdown {
  left: auto;
  right: 0;
}
.navigation-dropdown-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-dropdown-content ul li {
  padding: 0;
}
.navigation-dropdown-content ul li {
  margin: 20px 0;
  font-weight: 500;
}
.navigation-dropdown-content ul li {
  font-size: 14px;
}
.navigation-dropdown-content ul li:first-of-type {
  margin-top: 0;
}
.navigation-dropdown-content ul li:last-of-type {
  margin-bottom: 0;
}
.navigation-dropdown a {
  color: #fff;
  text-decoration: none;
}
.navigation-dropdown a:hover {
  color: #fdd031;
}
.navigation > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.navigation > ul li {
  padding: 0;
}
.navigation > ul > li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.navigation-item > a,
.navigation-item > button {
  color: #132b80;
  font-weight: 500;
  text-decoration: none;
}
.navigation-item > a,
.navigation-item > button {
  font-size: 16px;
}
@media (min-width: 575px) {
  .navigation-item > a,
  .navigation-item > button {
    font-size: clamp(16px, calc(1rem), 18px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .navigation-item > a,
  .navigation-item > button {
    font-size: 18px;
  }
}
.navigation-item > a:hover,
.navigation-item > button:hover {
  color: #fdd031;
}
.navigation-item > a.has-overlay.icon-menu,
.navigation-item > button.has-overlay.icon-menu {
  display: inline-flex;
  flex-direction: row-reverse;
}
.navigation-item > a.has-overlay.icon-menu .icon-text,
.navigation-item > button.has-overlay.icon-menu .icon-text {
  margin-right: 15px;
}
.navigation-item > a.has-overlay.icon-menu .icon-text,
.navigation-item > button.has-overlay.icon-menu .icon-text {
  font-size: 14px;
}
.navigation-item > a.has-dropdown,
.navigation-item > button.has-dropdown {
  color: #132b80;
  font-weight: 400;
}
.navigation-item > a.has-dropdown,
.navigation-item > button.has-dropdown {
  font-size: 14px;
}
@media (min-width: 575px) {
  .navigation-item > a.has-dropdown,
  .navigation-item > button.has-dropdown {
    font-size: clamp(14px, calc(1rem), 16px);
  }
}
@media (min-width: 575px) and (min-width: 1440px) {
  .navigation-item > a.has-dropdown,
  .navigation-item > button.has-dropdown {
    font-size: 16px;
  }
}
.navigation-item > a.has-dropdown:hover,
.navigation-item > button.has-dropdown:hover {
  color: #fdd031;
}
.navigation-item > a.icon-search,
.navigation-item > a.icon-menu,
.navigation-item > button.icon-search,
.navigation-item > button.icon-menu {
  font-size: 26px;
}
.navigation-item > a.menu-open,
.navigation-item > button.menu-open {
  color: #043d27;
}
.navigation-item > a.menu-open.has-menu,
.navigation-item > button.menu-open.has-menu {
  color: #132b80;
}
.navigation-item > a.menu-open.has-dropdown,
.navigation-item > button.menu-open.has-dropdown {
  color: #132b80;
}
.navigation-item > a.menu-open.has-dropdown:before,
.navigation-item > button.menu-open.has-dropdown:before {
  content: "";
  position: absolute;
  z-index: 110;
  display: block;
  bottom: -10px;
  height: 4px;
  width: 100%;
  background-color: #fff;
}
.navigation-item > a.menu-open.icon-menu,
.navigation-item > button.menu-open.icon-menu {
  color: #fff;
}
.navigation-item > a.menu-open.icon-menu:after,
.navigation-item > button.menu-open.icon-menu:after {
  display: none;
}
.navigation-utility > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.navigation-utility > ul li {
  padding: 0;
}
.navigation-utility > ul > li {
  display: inline-block;
  margin: 0 5px;
}
.navigation-utility-item a,
.navigation-utility-item button {
  text-decoration: none;
  text-transform: uppercase;
}
.navigation-utility-item a,
.navigation-utility-item button {
  font-size: 12px;
}
.navigation.subsite ul.menu > li > ul.menu {
  display: none;
}
#block-mobilehamburger {
  display: none;
}
.link-list {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .link-list {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .link-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.link-list .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .link-list .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .link-list .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .link-list .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .link-list .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .link-list .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .link-list .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .link-list .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .link-list .section-title {
    line-height: 36px;
  }
}
.link-list .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.link-list .section-description p {
  margin: 0;
}
@media (max-width: 1200px) {
  .link-list .left-side {
    margin-bottom: 48px;
  }
}
.link-list .right-side .link-list--item:first-of-type .section-headline {
  margin-top: 0;
}
.link-list--item {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.link-list--item .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
  margin-top: 32px;
  color: #000;
}
@media (min-width: 1300px) {
  .link-list--item .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .link-list--item .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .link-list--item .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .link-list--item .section-headline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .link-list--item .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .link-list--item .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .link-list--item .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .link-list--item .section-headline {
    line-height: 28px;
  }
}
.link-list--item .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  margin-bottom: 32px;
}
.link-list--item .section-description p {
  margin: 0;
}
.featured-statement {
  color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .featured-statement {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .featured-statement {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.featured-statement .cta-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.featured-statement .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.featured-statement .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.featured-statement .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.featured-statement .cta-link a:hover:after {
  transform: translateX(10px);
}
.featured-statement .cta-link a:disabled,
.featured-statement .cta-link a[disabled],
.featured-statement .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.featured-statement .cta-link a:disabled:after,
.featured-statement .cta-link a[disabled]:after,
.featured-statement .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.featured-statement .cta-link a {
  color: #fff;
}
.featured-statement .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-white.svg);
}
.featured-statement .cta-link a:hover {
  color: #fff;
}
.featured-statement .cta-link a:focus {
  outline-color: currentColor;
}
.featured-statement.background--white {
  color: #4000a5;
  margin-bottom: 24px;
}
.featured-statement.background--white .source,
.featured-statement.background--white .source-title {
  color: #000;
}
.featured-statement.background--white .source a,
.featured-statement.background--white .source-title a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  color: #7523ff !important;
  font-size: inherit;
  border: none;
  color: #4000a5 !important;
}
.featured-statement.background--white .source a:hover,
.featured-statement.background--white .source a:focus,
.featured-statement.background--white .source-title a:hover,
.featured-statement.background--white .source-title a:focus {
  text-decoration: underline;
}
.featured-statement.background--white .quote {
  color: #4000a5;
}
.featured-statement.background--white .cta-link a {
  color: #4000a5;
}
.featured-statement.background--white .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg) !important;
}
.featured-statement.background--white .cta-link a:hover {
  color: #7523ff;
}
.featured-statement.background--white .cta-link a:focus {
  outline-color: currentColor;
}
.featured-statement .quote {
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1300px) {
  .featured-statement .quote {
    font-size: 48px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .featured-statement .quote {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .featured-statement .quote {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .featured-statement .quote {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .featured-statement .quote {
    line-height: 1.16667;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .featured-statement .quote {
    line-height: 1.2;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .featured-statement .quote {
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .featured-statement .quote {
    line-height: 1.25;
  }
}
.featured-statement .quote a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  color: #7523ff !important;
  font-size: inherit;
  border: none;
}
.featured-statement .quote a:hover,
.featured-statement .quote a:focus {
  text-decoration: underline;
}
.featured-statement.is-quote .quote:before {
  content: open-quote;
  margin-left: -0.15em;
}
.featured-statement.is-quote .quote:after {
  content: close-quote;
  margin-left: -0.15em;
}
.featured-statement .source {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 8px;
  color: inherit;
}
@media (min-width: 1300px) {
  .featured-statement .source {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .featured-statement .source {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .featured-statement .source {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .featured-statement .source {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .featured-statement .source {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .featured-statement .source {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .featured-statement .source {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .featured-statement .source {
    line-height: 28px;
  }
}
.featured-statement .source-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: inherit;
}
.business-carousel.module,
.flexible-framer .business-carousel[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .business-carousel.module,
  .flexible-framer .business-carousel[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .business-carousel.module,
  .flexible-framer .business-carousel[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.business-carousel .bcw-nav {
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
}
.business-carousel .bcw-nav[data-elements="1"] {
  display: none;
}
.business-carousel .bcw-nav .slick-prev,
.business-carousel .bcw-nav .slick-next {
  width: 28px;
  height: 30px;
  position: static;
  justify-self: flex-start;
  transform: none;
  cursor: pointer;
}
.business-carousel .bcw-nav .slick-prev:active,
.business-carousel .bcw-nav .slick-prev:hover,
.business-carousel .bcw-nav .slick-prev:focus,
.business-carousel .bcw-nav .slick-next:active,
.business-carousel .bcw-nav .slick-next:hover,
.business-carousel .bcw-nav .slick-next:focus {
  transform: scale(1.25);
}
.business-carousel .bcw-nav .pagination {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  color: #000;
  margin-inline: 16px;
}
.business-carousel .bcw-nav .slick-prev,
.business-carousel .bcw-nav .prev {
  justify-self: flex-start;
}
.business-carousel .bcw-nav .slick-next,
.business-carousel .bcw-nav .next {
  justify-self: flex-end;
}
.business-carousel .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .business-carousel .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .business-carousel .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .business-carousel .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .business-carousel .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .business-carousel .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .business-carousel .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .business-carousel .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .business-carousel .section-title {
    line-height: 36px;
  }
}
.business-carousel .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-bottom: 16px;
}
.business-carousel a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-top: 0;
  text-decoration: none;
  font-weight: 700;
}
.business-carousel a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.business-carousel a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.business-carousel a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.business-carousel a:hover:after {
  transform: translateX(10px);
}
.business-carousel a:disabled,
.business-carousel a[disabled],
.business-carousel a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.business-carousel a:disabled:after,
.business-carousel a[disabled]:after,
.business-carousel a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.business-carousel-wrapper .slick-list {
  padding: 48px 20% 48px 0;
}
.business-carousel-wrapper .slick-slide {
  max-width: 363px;
  padding-right: 32px;
}
.business-carousel.card {
  border-left: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-left: 32px;
}
.business-carousel.card figure {
  max-width: 208px;
  padding-bottom: 32px;
}
.business-carousel.card .section-title {
  margin-bottom: 16px;
}
.business-carousel.card article {
  margin-right: 32px;
}
.business-tabs {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .business-tabs {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.business-tabs .description-block {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 1300px) {
  .business-tabs .description-block {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .business-tabs .description-block {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .business-tabs .description-block {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .business-tabs .description-block {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .business-tabs .description-block {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .business-tabs .description-block {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .business-tabs .description-block {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .business-tabs .description-block {
    line-height: 36px;
  }
}
.business-tabs .description-block p {
  margin: 0;
}
.business-tabs form legend {
  display: none;
}
.business-tabs form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 48px;
}
.business-tabs form ul li {
  display: inline-block;
  margin-right: 48px;
}
.business-tabs form ul li:last-of-type {
  margin-right: 0;
}
.business-tabs form ul li a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  border: none;
  color: #000;
}
.business-tabs form ul li a.bef-link--selected {
  color: #7523ff;
  text-decoration: underline;
  pointer-events: none;
}
.business-tabs form input[type="submit"] {
  display: none;
}
.business-tabs .item-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .business-tabs .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.business.card {
  height: 100%;
}
.business-tabs .business.card {
  padding-left: 32px;
  border-left: 0.5px solid #000;
}
.business.card figure {
  margin-bottom: 32px;
}
.business.card figure img {
  height: 96px;
}
.business.card .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
  word-break: normal;
}
@media (min-width: 1300px) {
  .business.card .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .business.card .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .business.card .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .business.card .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .business.card .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .business.card .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .business.card .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .business.card .section-title {
    line-height: 28px;
  }
}
.business.card .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  word-break: break-word;
}
.business.card .section-description p {
  margin: 0;
}
.business.card a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
}
.business.card a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.business.card a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.business.card a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.business.card a:hover:after {
  transform: translateX(10px);
}
.business.card a:disabled,
.business.card a[disabled],
.business.card a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.business.card a:disabled:after,
.business.card a[disabled]:after,
.business.card a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.view-businesses.business-tabs {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .view-businesses.business-tabs .views-view-grid .views-col {
    min-width: 50%;
    margin-bottom: 32px;
  }
}
.view-businesses.business-tabs .node.business {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  word-break: break-all;
  color: #000;
}
.view-businesses.business-tabs .node.business.container,
.view-businesses.business-tabs .node.business.blazy__caption,
.view-businesses.business-tabs body .node.business.layout-container,
body .view-businesses.business-tabs .node.business.layout-container {
  padding-left: 0;
  padding-right: 0;
}
.view-businesses.business-tabs .node.business.container figure,
.view-businesses.business-tabs .node.business.blazy__caption figure,
.view-businesses.business-tabs body .node.business.layout-container figure,
body .view-businesses.business-tabs .node.business.layout-container figure {
  max-width: 150px;
  padding-bottom: 32px;
  margin-inline: auto;
}
.view-businesses.business-tabs .node.business.container a,
.view-businesses.business-tabs .node.business.blazy__caption a,
.view-businesses.business-tabs body .node.business.layout-container a,
body .view-businesses.business-tabs .node.business.layout-container a {
  color: #000;
  transition: all 0.5s;
}
.view-businesses.business-tabs .node.business.container a:hover,
.view-businesses.business-tabs .node.business.blazy__caption a:hover,
.view-businesses.business-tabs body .node.business.layout-container a:hover,
body .view-businesses.business-tabs .node.business.layout-container a:hover {
  color: #132b80;
}
.view-businesses.business-tabs .node.business.container a:active,
.view-businesses.business-tabs .node.business.blazy__caption a:active,
.view-businesses.business-tabs body .node.business.layout-container a:active,
body .view-businesses.business-tabs .node.business.layout-container a:active {
  color: #36b8ff;
}
.view-businesses.business-tabs .node.business.container a:focus,
.view-businesses.business-tabs .node.business.blazy__caption a:focus,
.view-businesses.business-tabs body .node.business.layout-container a:focus,
body .view-businesses.business-tabs .node.business.layout-container a:focus {
  text-decoration: underline;
  color: inherit;
}
.view-businesses.business-tabs .node.business.container a h3,
.view-businesses.business-tabs .node.business.blazy__caption a h3,
.view-businesses.business-tabs body .node.business.layout-container a h3,
body .view-businesses.business-tabs .node.business.layout-container a h3 {
  font-weight: 700;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  text-transform: none;
  padding-bottom: 4px;
}
.views-view-grid.horizontal .views-row {
  border: none;
  margin: 0;
  padding: 0 0 15px;
}
.contact {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 32px;
}
.contact.module,
.flexible-framer .contact[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact.module,
  .flexible-framer .contact[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .contact.module,
  .flexible-framer .contact[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.contact .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .contact .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .contact .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .contact .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .contact .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .contact .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .contact .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .contact .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .contact .section-title {
    line-height: 36px;
  }
}
.contact .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
}
.contact .section-description p {
  margin: 0;
  color: #000;
}
.contact .section-address {
  margin-bottom: 32px;
}
.contact .section-address .postal-code {
  margin-left: 4px;
}
.contact a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  font-weight: 700;
  margin: 0;
}
.contact a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.contact a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.contact a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.contact a:hover:after {
  transform: translateX(10px);
}
.contact a:disabled,
.contact a[disabled],
.contact a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.contact a:disabled:after,
.contact a[disabled]:after,
.contact a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.contact a.address-map-link {
  padding-top: 4px;
  padding-bottom: 4px;
}
.contact p {
  margin: 0;
}
.contact .element {
  margin-bottom: 32px;
}
.contact .element:empty {
  display: none;
}
@media (max-width: 1200px) {
  .contact [data-columns][data-columns="3"] {
    grid-gap: 0;
  }
}
.key-steps .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .key-steps .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .key-steps .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .key-steps .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .key-steps .section-headline {
    line-height: 36px;
  }
}
.key-steps .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.key-steps--step {
  min-height: 500px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 32px;
  border-left: 1px solid #fff;
  color: #fff;
  position: relative;
  display: grid !important;
  grid-template-rows: 318px 233px;
}
.key-steps--step .section-headline,
.key-steps--step .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #fff;
}
.key-steps--step .section-headline {
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1300px) {
  .key-steps--step .section-headline {
    font-size: 96px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps--step .section-headline {
    font-size: 72px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps--step .section-headline {
    font-size: 60px;
  }
}
@media (max-width: 599px) {
  .key-steps--step .section-headline {
    font-size: 48px;
  }
}
@media (min-width: 1300px) {
  .key-steps--step .section-headline {
    line-height: 112px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps--step .section-headline {
    line-height: 88px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps--step .section-headline {
    line-height: 72px;
  }
}
@media (max-width: 599px) {
  .key-steps--step .section-headline {
    line-height: 56px;
  }
}
.key-steps--step .steps-text-content {
  align-self: self-start;
  padding-top: 48px;
}
.key-steps--step .steps-text-content .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 1300px) {
  .key-steps--step .steps-text-content .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps--step .steps-text-content .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps--step .steps-text-content .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .key-steps--step .steps-text-content .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .key-steps--step .steps-text-content .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps--step .steps-text-content .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps--step .steps-text-content .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .key-steps--step .steps-text-content .section-title {
    line-height: 28px;
  }
}
.key-steps--step .steps-text-content p {
  margin: 0;
}
.key-steps.module,
.flexible-framer .key-steps[data-columns] {
  padding-top: 72px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .key-steps.module,
  .flexible-framer .key-steps[data-columns] {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .key-steps.module,
  .flexible-framer .key-steps[data-columns] {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
.key-steps a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-top: 0;
  text-decoration: none;
  font-weight: 700;
}
.key-steps a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.key-steps a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.key-steps a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.key-steps a:hover:after {
  transform: translateX(10px);
}
.key-steps a:disabled,
.key-steps a[disabled],
.key-steps a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.key-steps a:disabled:after,
.key-steps a[disabled]:after,
.key-steps a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.key-steps .steps-carousel-bg {
  margin-top: 64px;
  background-color: #7523ff;
  background-image: linear-gradient(
      90deg,
      rgb(117, 35, 255) 0%,
      rgb(117, 35, 255) 100%
    ),
    url(/themes/custom/danaher/images/key-stats-background-bigger.png);
  background-repeat: no-repeat, repeat-x;
  background-size: 100% 332px, auto;
  background-position: bottom left, 0 0;
}
.key-steps .steps-carousel-bg .steps-carousel-bg-strip {
  padding: 100px 96px;
  width: calc(100% - var(--bs-gutter-x) - 192px);
}
@media (max-width: 1200px) {
  .key-steps .steps-carousel-bg .steps-carousel-bg-strip {
    padding: 50px 24px;
    width: calc(100% - var(--bs-gutter-x) - 48px);
  }
}
.key-steps .steps-carousel-bg .steps-carousel-bg-strip[data-items="4"] {
  background-size: 100% 342px;
}
@media (min-width: 1200px) {
  .key-steps
    .steps-carousel-bg
    .steps-carousel-bg-strip[data-items="4"]
    .slick-slide {
    width: calc(25% - 33px) !important;
  }
}
.key-steps .steps-carousel-bg .steps-carousel-bg-strip[data-items="3"] {
  background-size: 100% 254px;
}
@media (min-width: 1200px) {
  .key-steps
    .steps-carousel-bg
    .steps-carousel-bg-strip[data-items="3"]
    .slick-slide {
    width: calc(33% - 33px) !important;
  }
}
.key-steps .steps-carousel-bg .steps-carousel-bg-strip[data-items="2"] {
  background-size: 100% 254px;
}
@media (min-width: 1200px) {
  .key-steps
    .steps-carousel-bg
    .steps-carousel-bg-strip[data-items="2"]
    .slick-slide {
    width: calc(50% - 33px) !important;
  }
}
@media (max-width: 1200px) {
  .key-steps .steps-carousel-wrapper[data-columns][data-columns] {
    display: block;
  }
}
.key-steps .steps-carousel-wrapper .slick-list {
  padding: 0 20% 0 0;
}
@media (min-width: 1200px) {
  .key-steps .steps-carousel-wrapper .slick-list {
    padding: 0;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .key-steps .steps-carousel-wrapper .slick-track {
    max-width: 1248px !important;
    width: 100% !important;
  }
}
.key-steps .steps-carousel-wrapper .slick-slide {
  padding-right: 32px;
}
.key-steps .steps-carousel-wrapper .slick-slide {
  padding-right: 32px;
}
.key-steps .steps-nav {
  padding-top: 48px;
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
}
@media (min-width: 1200px) {
  .key-steps .steps-nav {
    display: none;
  }
}
.key-steps .steps-nav[data-elements="1"] {
  display: none;
}
.key-steps .steps-nav .slick-prev,
.key-steps .steps-nav .slick-next {
  width: 28px;
  height: 30px;
  position: static;
  justify-self: flex-start;
  transform: none;
  cursor: pointer;
}
.key-steps .steps-nav .slick-prev:active,
.key-steps .steps-nav .slick-prev:hover,
.key-steps .steps-nav .slick-prev:focus,
.key-steps .steps-nav .slick-next:active,
.key-steps .steps-nav .slick-next:hover,
.key-steps .steps-nav .slick-next:focus {
  transform: scale(1.25);
}
.key-steps .steps-nav .pagination {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  color: #000;
  margin-inline: 16px;
}
.key-steps .steps-nav .slick-prev,
.key-steps .steps-nav .prev {
  justify-self: flex-start;
}
.key-steps .steps-nav .slick-next,
.key-steps .steps-nav .next {
  justify-self: flex-end;
}
.key-steps.card {
  border-left: 1px solid #000;
}
.key-steps.card .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 1300px) {
  .key-steps.card .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps.card .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps.card .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .key-steps.card .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .key-steps.card .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .key-steps.card .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .key-steps.card .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .key-steps.card .section-title {
    line-height: 28px;
  }
}
.key-steps.card article {
  margin-right: 32px;
}
.timeline.module,
.flexible-framer .timeline[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .timeline.module,
  .flexible-framer .timeline[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .timeline.module,
  .flexible-framer .timeline[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.timeline .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
}
@media (min-width: 1300px) {
  .timeline .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .timeline .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .timeline .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .timeline .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .timeline .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .timeline .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .timeline .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .timeline .section-headline {
    line-height: 36px;
  }
}
.timeline .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.timeline .timeline-nav {
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
}
.timeline .timeline-nav .slick-prev,
.timeline .timeline-nav .slick-next {
  width: 28px;
  height: 30px;
  position: static;
  justify-self: flex-start;
  transform: none;
  cursor: pointer;
}
.timeline .timeline-nav .pagination {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  color: #000;
  margin-inline: 16px;
}
.timeline .timeline-nav .slick-prev,
.timeline .timeline-nav .prev {
  justify-self: flex-start;
}
.timeline .timeline-nav .slick-next,
.timeline .timeline-nav .next {
  justify-self: flex-end;
}
.timeline .slick-slide {
  padding-right: 32px;
}
.timeline .section-range-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
  padding-left: 32px;
}
@media (min-width: 1300px) {
  .timeline .section-range-headline {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .timeline .section-range-headline {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .timeline .section-range-headline {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .timeline .section-range-headline {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .timeline .section-range-headline {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .timeline .section-range-headline {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .timeline .section-range-headline {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .timeline .section-range-headline {
    line-height: 40px;
  }
}
.timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timeline ul .slick-track {
  display: flex !important;
}
.timeline ul .slick-slide {
  height: inherit !important;
}
.timeline ul .slick-slide > div {
  display: flex !important;
  height: 100%;
  align-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.timeline ul li {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 32px;
  max-width: 395px;
}
.timeline ul li .hide {
  display: none;
}
.timeline ul li .year {
  font-weight: 400;
  text-transform: none;
  color: #000;
  text-transform: none;
  padding-bottom: 16px;
}
@media (min-width: 1300px) {
  .timeline ul li .year {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .timeline ul li .year {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .timeline ul li .year {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .timeline ul li .year {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .timeline ul li .year {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .timeline ul li .year {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .timeline ul li .year {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .timeline ul li .year {
    line-height: 40px;
  }
}
.timeline ul li .desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding: 32px 0 0 0;
  min-height: 130px;
}
@media (max-width: 1200px) {
  .timeline ul li {
    max-width: 326px;
  }
}
.pdf-download.module,
.flexible-framer .pdf-download[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .pdf-download.module,
  .flexible-framer .pdf-download[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .pdf-download.module,
  .flexible-framer .pdf-download[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.pdf-download .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .pdf-download .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .pdf-download .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .pdf-download .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .pdf-download .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .pdf-download .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .pdf-download .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .pdf-download .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .pdf-download .section-headline {
    line-height: 36px;
  }
}
.pdf-download .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.pdf-download .pdf-dl {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0;
  gap: 16px;
  margin-top: 32px;
}
.pdf-download .pdf-dl label {
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
.pdf-download .pdf-dl select {
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  display: flex;
  align-items: center;
  color: #848484;
  padding: 16px 24px 16px 24px;
  position: relative;
}
.poll.paragraph {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 32px;
}
.poll p:not(.eyebrow) {
  margin: 0;
}
.poll.module,
.flexible-framer .poll[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .poll.module,
  .flexible-framer .poll[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .poll.module,
  .flexible-framer .poll[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.poll-question {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 72px;
}
@media (min-width: 1300px) {
  .poll-question {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll-question {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll-question {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .poll-question {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .poll-question {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll-question {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll-question {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .poll-question {
    line-height: 36px;
  }
}
.poll-question input[type="submit"] {
  margin-top: 16px;
}
.poll .chart-desktop {
  display: block;
}
@media (max-width: 1200px) {
  .poll .chart-desktop {
    display: none;
  }
}
.poll .chart-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .poll .chart-mobile {
    display: block;
  }
}
.poll .total {
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin-top: 72px;
}
.poll .percent {
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1300px) {
  .poll .percent {
    font-size: 72px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll .percent {
    font-size: 60px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll .percent {
    font-size: 48px;
  }
}
@media (max-width: 599px) {
  .poll .percent {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .poll .percent {
    line-height: 88px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll .percent {
    line-height: 72px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll .percent {
    line-height: 56px;
  }
}
@media (max-width: 599px) {
  .poll .percent {
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .poll .percent {
    margin-bottom: 12px;
    text-align: left;
  }
}
.poll .chart-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .poll .chart-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll .chart-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll .chart-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .poll .chart-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .poll .chart-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll .chart-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll .chart-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .poll .chart-title {
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .poll .chart-title {
    text-align: left;
    margin-bottom: 16px;
  }
}
.poll dl {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 425px 54px;
}
@media (max-width: 1200px) {
  .poll dl {
    display: block;
  }
}
.poll dl dd {
  display: grid;
  grid-template-rows: 112px 313px;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .poll dl dd {
    grid-template-rows: 112px 45px 313px;
    margin-bottom: 48px;
  }
}
.poll dl dd:nth-child(n + 1) .foreground {
  background-color: #132b80;
}
.poll dl dd:nth-child(n + 2) .foreground {
  background-color: #7523ff;
}
.poll dl dd:nth-child(n + 3) .foreground {
  background-color: #7a197f;
}
.poll dl dt {
  margin-top: 24px;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .poll dl dt {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll dl dt {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll dl dt {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .poll dl dt {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .poll dl dt {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .poll dl dt {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .poll dl dt {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .poll dl dt {
    line-height: 28px;
  }
}
.poll .bar {
  height: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(-90deg) scaleY(1.5);
  line-height: 0;
  position: static;
  float: none;
  clear: both;
  max-height: 313px;
  width: 313px;
}
.poll .bar .foreground {
  height: 150%;
}
@media (max-width: 1200px) {
  .poll .bar {
    transform: none;
  }
}
.poll .form-radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  text-align: center;
  height: 400px;
}
.poll .form-radios .form-item-choice {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: max-content;
  align-content: center;
  justify-content: center;
}
.poll .form-radios .form-item-choice:nth-child(n + 1) {
  background: #132b80;
}
.poll .form-radios .form-item-choice:nth-child(n + 2) {
  background: #7523ff;
}
.poll .form-radios .form-item-choice:nth-child(n + 3) {
  background: #7a197f;
}
.poll .form-radios .form-item-choice:nth-child(2n + 1) {
  background: #132b80;
}
.poll .form-radios .form-item-choice:nth-child(2n + 2) {
  background: #7523ff;
}
.poll .form-radios .form-item-choice:nth-child(2n + 3) {
  background: #7a197f;
}
@media (max-width: 1200px) {
  .poll .form-radios {
    grid-template-columns: 1fr;
  }
}
.poll .form-radios [type="radio"] {
  visibility: hidden;
}
.poll .form-radios [type="radio"]:checked + label {
  transform: scale(1.1);
}
.article {
  padding: 0;
}
.article.container-fluid,
.article.container-full,
.article.container-maximum,
.article.container-max,
.article.container-sm,
.article.container-md,
.article.container-lg,
.article.container-xl,
.article.container-xxl {
  width: 100%;
}
@media (max-width: 1200px) {
  .article.container-fluid,
  .article.container-full,
  .article.container-maximum,
  .article.container-max,
  .article.container-sm,
  .article.container-md,
  .article.container-lg,
  .article.container-xl,
  .article.container-xxl {
    width: auto;
  }
}
.article .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 1300px) {
  .article .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .article .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .article .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .article .section-headline {
    line-height: 36px;
  }
}
.article-text {
  display: inline;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.article .cta-link a {
  display: inline;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 4px;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  color: #7523ff;
  text-decoration: none;
  text-underline-offset: 3px;
  margin-top: 0;
  transition: all 0.5s;
}
.article .cta-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.article .cta-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.article .cta-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.article .cta-link a:hover:after {
  transform: translateX(10px);
}
.article .cta-link a:disabled,
.article .cta-link a[disabled],
.article .cta-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.article .cta-link a:disabled:after,
.article .cta-link a[disabled]:after,
.article .cta-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.article .cta-link a:hover {
  color: #132b80;
}
.article .cta-link a:active {
  color: #36b8ff;
}
.article .cta-link a:focus {
  border: 1px dashed #132b80;
  color: inherit;
}
.article.card .hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article.card .section-date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-top: 16px;
  color: #000;
}
.article.card .section-heading {
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .article.card .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article.card .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article.card .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .article.card .section-heading {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .article.card .section-heading {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article.card .section-heading {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article.card .section-heading {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .article.card .section-heading {
    line-height: 28px;
  }
}
.article--pr-newsfeed .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .article--pr-newsfeed .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article--pr-newsfeed .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article--pr-newsfeed .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .article--pr-newsfeed .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .article--pr-newsfeed .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article--pr-newsfeed .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article--pr-newsfeed .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .article--pr-newsfeed .section-headline {
    line-height: 36px;
  }
}
.article--pr-newsfeed .card {
  color: #000;
  border: none;
}
.article--pr-newsfeed .card .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .article--pr-newsfeed .card .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article--pr-newsfeed .card .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article--pr-newsfeed .card .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .article--pr-newsfeed .card .section-headline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .article--pr-newsfeed .card .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article--pr-newsfeed .card .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article--pr-newsfeed .card .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .article--pr-newsfeed .card .section-headline {
    line-height: 28px;
  }
}
.article--pr-newsfeed .card .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.article--carousel-item {
  max-width: 810px;
}
.article--carousel-item .hero .eyebrow {
  margin: 0 0 32px 0 !important;
}
.article.content-carousel .heading {
  padding-bottom: 48px;
  align-items: end;
}
.article.content-carousel .heading .section-headline {
  margin-bottom: 0;
}
.article.content-carousel .heading a.cta-link {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-top: 0;
  text-align: right;
  display: block;
  margin-bottom: 0;
}
.article.content-carousel .heading a.cta-link:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.article.content-carousel .heading a.cta-link:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.article.content-carousel .heading a.cta-link:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.article.content-carousel .heading a.cta-link:hover:after {
  transform: translateX(10px);
}
.article.content-carousel .heading a.cta-link:disabled,
.article.content-carousel .heading a.cta-link[disabled],
.article.content-carousel .heading a.cta-link.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.article.content-carousel .heading a.cta-link:disabled:after,
.article.content-carousel .heading a.cta-link[disabled]:after,
.article.content-carousel .heading a.cta-link.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.article.content-carousel .slick-track {
  display: flex !important;
}
.article.content-carousel .slick-track .slick-slide {
  height: inherit !important;
}
.article.content-carousel .slick-track .slide {
  margin-right: 32px;
}
.article.content-carousel
  .slick-track
  .slide:nth-child(odd)
  .article--carousel-item {
  max-width: 330px;
}
.article.content-carousel
  .slick-track
  .slide:nth-child(odd)
  .article--carousel-item
  .hero
  .eyebrow {
  margin-left: 0;
  margin-top: 0;
}
.article.content-carousel
  .slick-track
  .slide:nth-child(odd)
  .article--carousel-item
  .hero
  figure {
  display: none;
}
.article.content-carousel .slick-track .slide .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  color: #fff;
  margin: 32px;
}
.article.content-carousel .slick-track .slide .callout {
  display: block;
  padding: 0;
  margin: 0;
}
.article.content-carousel .slick-track .slide .callout .section-body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #fff;
  margin: 32px;
  max-width: fit-content;
  padding: 0;
}
.theme-purple .article.content-carousel .slick-track .slide {
  background: #4000a5;
}
.theme-purple .article.content-carousel .slick-track .slide:nth-child(2),
.theme-purple .article.content-carousel .slick-track .slide:nth-child(6) {
  background: #7a197f;
}
.theme-purple .article.content-carousel .slick-track .slide:nth-child(3),
.theme-purple .article.content-carousel .slick-track .slide:nth-child(7) {
  background: #043d27;
}
.theme-purple .article.content-carousel .slick-track .slide:nth-child(4),
.theme-purple .article.content-carousel .slick-track .slide:nth-child(8) {
  background: #7c2900;
}
.theme-pink .article.content-carousel .slick-track .slide {
  background: #7a197f;
}
.theme-pink .article.content-carousel .slick-track .slide:nth-child(2),
.theme-pink .article.content-carousel .slick-track .slide:nth-child(6) {
  background: #043d27;
}
.theme-pink .article.content-carousel .slick-track .slide:nth-child(3),
.theme-pink .article.content-carousel .slick-track .slide:nth-child(7) {
  background: #7c2900;
}
.theme-pink .article.content-carousel .slick-track .slide:nth-child(4),
.theme-pink .article.content-carousel .slick-track .slide:nth-child(8) {
  background: #4000a5;
}
.theme-green .article.content-carousel .slick-track .slide {
  background: #043d27;
}
.theme-green .article.content-carousel .slick-track .slide:nth-child(2),
.theme-green .article.content-carousel .slick-track .slide:nth-child(6) {
  background: #7c2900;
}
.theme-green .article.content-carousel .slick-track .slide:nth-child(3),
.theme-green .article.content-carousel .slick-track .slide:nth-child(7) {
  background: #4000a5;
}
.theme-green .article.content-carousel .slick-track .slide:nth-child(4),
.theme-green .article.content-carousel .slick-track .slide:nth-child(8) {
  background: #7a197f;
}
.theme-orange .article.content-carousel .slick-track .slide {
  background: #7c2900;
}
.theme-orange .article.content-carousel .slick-track .slide:nth-child(2),
.theme-orange .article.content-carousel .slick-track .slide:nth-child(6) {
  background: #4000a5;
}
.theme-orange .article.content-carousel .slick-track .slide:nth-child(3),
.theme-orange .article.content-carousel .slick-track .slide:nth-child(7) {
  background: #7a197f;
}
.theme-orange .article.content-carousel .slick-track .slide:nth-child(4),
.theme-orange .article.content-carousel .slick-track .slide:nth-child(8) {
  background: #043d27;
}
.article.content-carousel .slick__arrow {
  margin-top: 48px;
}
.article.content-carousel .slick__arrow .slick-prev,
.article.content-carousel .slick__arrow .slick-next {
  position: static;
  display: inline-block;
  background: #eadeff;
  border-radius: 50% 50%;
  opacity: 1;
  height: 32px;
  width: 32px;
}
.article.content-carousel .slick__arrow .slick-prev.slick-disabled,
.article.content-carousel .slick__arrow .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: none;
}
.article.content-carousel .slick__arrow .slick-prev:before {
  content: url(/themes/custom/danaher/images/carousel-prev.svg);
  margin-top: -5px;
  display: inline-block;
}
.article.content-carousel .slick__arrow .slick-next:before {
  content: url(/themes/custom/danaher/images/carousel-next.svg);
  margin-top: -5px;
  display: inline-block;
}
.article--featured-card {
  aspect-ratio: 3/1;
}
.article--featured-card.module,
.flexible-framer .article--featured-card[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .article--featured-card.module,
  .flexible-framer .article--featured-card[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .article--featured-card.module,
  .flexible-framer .article--featured-card[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.article--featured-card .blog-hero-right-side {
  background-color: #fff !important;
}
.article--featured-card > .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #000;
  margin-bottom: 48px;
}
@media (min-width: 1300px) {
  .article--featured-card > .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article--featured-card > .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article--featured-card > .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .article--featured-card > .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .article--featured-card > .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .article--featured-card > .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .article--featured-card > .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .article--featured-card > .section-title {
    line-height: 36px;
  }
}
.article--featured-card .text-content {
  margin: 0;
  height: 100%;
  justify-content: flex-start;
}
.article--featured-card a {
  border-bottom: 0;
}
.article--featured-card a::after {
  content: url(/themes/custom/danaher/images/arrow-left.svg) !important;
}
.article--featured-card .theme-blue .text-content {
  background: #132b80;
}
.article--featured-card .theme-blue a::after {
  content: url(/themes/custom/danaher/images/arrow-white.svg) !important;
}
@media (max-width: 1200px) {
  .article--featured-card .theme-blue a::after {
    right: 32px;
    position: absolute;
  }
}
.article--featured-card .theme-green .text-content {
  background: #043d27;
}
.article--featured-card .theme-green a::after {
  content: url(/themes/custom/danaher/images/arrow-white.svg) !important;
}
@media (max-width: 1200px) {
  .article--featured-card .theme-green a::after {
    right: 32px;
    position: absolute;
  }
}
.article--featured-card .theme-orange .text-content {
  background: #7c2900;
}
.article--featured-card .theme-orange a::after {
  content: url(/themes/custom/danaher/images/arrow-white.svg) !important;
}
@media (max-width: 1200px) {
  .article--featured-card .theme-orange a::after {
    right: 32px;
    position: absolute;
  }
}
.article--featured-card .theme-pink .text-content {
  background: #7a197f;
}
.article--featured-card .theme-pink a::after {
  content: url(/themes/custom/danaher/images/arrow-white.svg) !important;
}
@media (max-width: 1200px) {
  .article--featured-card .theme-pink a::after {
    right: 32px;
    position: absolute;
  }
}
.article--featured-card .theme-purple .text-content {
  background: #4000a5;
}
.article--featured-card .theme-purple a::after {
  content: url(/themes/custom/danaher/images/arrow-white.svg) !important;
}
@media (max-width: 1200px) {
  .article--featured-card .theme-purple a::after {
    right: 32px;
    position: absolute;
  }
}
.article--featured-card .theme-yellow .text-content {
  background: #9d6801;
}
.article--featured-card .theme-yellow a::after {
  content: url(/themes/custom/danaher/images/arrow-white.svg) !important;
}
@media (max-width: 1200px) {
  .article--featured-card .theme-yellow a::after {
    right: 32px;
    position: absolute;
  }
}
.article--pr-newsfeed {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 32px;
}
.view.recent-news,
.view.recent-press-releases {
  margin-top: 72px;
  margin-bottom: 72px;
}
.view.recent-news .section-headline,
.view.recent-press-releases .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 1300px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .view.recent-news .section-headline,
  .view.recent-press-releases .section-headline {
    line-height: 28px;
  }
}
.view.recent-news .view-header,
.view.recent-press-releases .view-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-top: 32px;
  padding-bottom: 48px;
  align-items: end;
}
.view.recent-news .view-header h3,
.view.recent-press-releases .view-header h3 {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .view.recent-news .view-header h3,
  .view.recent-press-releases .view-header h3 {
    line-height: 36px;
  }
}
.view.recent-news .view-header a,
.view.recent-press-releases .view-header a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  border: none;
}
.view.recent-news .view-header a:after,
.view.recent-press-releases .view-header a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.view.recent-news .view-header a:focus,
.view.recent-press-releases .view-header a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.view.recent-news .view-header a:hover,
.view.recent-press-releases .view-header a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.view.recent-news .view-header a:hover:after,
.view.recent-press-releases .view-header a:hover:after {
  transform: translateX(10px);
}
.view.recent-news .view-header a:disabled,
.view.recent-news .view-header a[disabled],
.view.recent-news .view-header a.disabled,
.view.recent-press-releases .view-header a:disabled,
.view.recent-press-releases .view-header a[disabled],
.view.recent-press-releases .view-header a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.view.recent-news .view-header a:disabled:after,
.view.recent-news .view-header a[disabled]:after,
.view.recent-news .view-header a.disabled:after,
.view.recent-press-releases .view-header a:disabled:after,
.view.recent-press-releases .view-header a[disabled]:after,
.view.recent-press-releases .view-header a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
@media (max-width: 1200px) {
  .view.recent-news .view-header a,
  .view.recent-press-releases .view-header a {
    display: none;
  }
}
.view.recent-news .view-content + .more-link a,
.view.recent-press-releases .view-content + .more-link a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  border: none;
  display: none;
  text-align: left;
}
.view.recent-news .view-content + .more-link a:after,
.view.recent-press-releases .view-content + .more-link a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.view.recent-news .view-content + .more-link a:focus,
.view.recent-press-releases .view-content + .more-link a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.view.recent-news .view-content + .more-link a:hover,
.view.recent-press-releases .view-content + .more-link a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.view.recent-news .view-content + .more-link a:hover:after,
.view.recent-press-releases .view-content + .more-link a:hover:after {
  transform: translateX(10px);
}
.view.recent-news .view-content + .more-link a:disabled,
.view.recent-news .view-content + .more-link a[disabled],
.view.recent-news .view-content + .more-link a.disabled,
.view.recent-press-releases .view-content + .more-link a:disabled,
.view.recent-press-releases .view-content + .more-link a[disabled],
.view.recent-press-releases .view-content + .more-link a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.view.recent-news .view-content + .more-link a:disabled:after,
.view.recent-news .view-content + .more-link a[disabled]:after,
.view.recent-news .view-content + .more-link a.disabled:after,
.view.recent-press-releases .view-content + .more-link a:disabled:after,
.view.recent-press-releases .view-content + .more-link a[disabled]:after,
.view.recent-press-releases .view-content + .more-link a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
@media (max-width: 1200px) {
  .view.recent-news .view-content + .more-link a,
  .view.recent-press-releases .view-content + .more-link a {
    display: block;
  }
}
.view.recent-news .item-list ul:not(.contextual-links),
.view.recent-press-releases .item-list ul:not(.contextual-links) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .view.recent-news .item-list ul:not(.contextual-links),
  .view.recent-press-releases .item-list ul:not(.contextual-links) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .view.recent-news .item-list ul:not(.contextual-links),
  .view.recent-press-releases .item-list ul:not(.contextual-links) {
    grid-template-columns: 1fr;
  }
}
.view.recent-news .item-list ul:not(.contextual-links) li,
.view.recent-press-releases .item-list ul:not(.contextual-links) li {
  margin: 0;
  padding: 0;
}
.view.press-release-grid .view-content,
.view.news-grid .view-content,
.view.content-grid .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.view.press-release-grid .form-item-sort-by,
.view.news-grid .form-item-sort-by,
.view.content-grid .form-item-sort-by {
  display: none;
}
.downloadable-content.module,
.flexible-framer .downloadable-content[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .downloadable-content.module,
  .flexible-framer .downloadable-content[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .downloadable-content.module,
  .flexible-framer .downloadable-content[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.downloadable-content.module .section-headline,
.flexible-framer .downloadable-content[data-columns] .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  border-top: 0.5px solid #000;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (min-width: 1300px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .downloadable-content.module .section-headline,
  .flexible-framer .downloadable-content[data-columns] .section-headline {
    line-height: 36px;
  }
}
.downloadable-content--card {
  background: #f5f5f5;
  padding: 32px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.downloadable-content--card--mini-grid {
  display: grid;
  grid-template-columns: 67.59% 1fr;
  grid-gap: 32px;
  align-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .downloadable-content--card--mini-grid {
    grid-template-columns: 1fr;
  }
}
.downloadable-content--card a {
  color: #7523ff;
  border: none;
  font-weight: 700;
  justify-self: self-end;
}
.downloadable-content--card a::after {
  content: url(/themes/custom/danaher/images/download.svg);
  width: 16px;
  height: 17px;
  display: inline-block;
  padding-left: 8px;
}
@media (max-width: 1200px) {
  .downloadable-content--card a {
    justify-self: auto;
  }
}
.downloadable-content--card-link-only a {
  width: 100%;
  transition: all 0.25s;
  position: relative;
}
.downloadable-content--card-link-only a::after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 11px;
  height: 12px;
  display: inline-block;
  padding-left: 8px;
  position: absolute;
  right: 0;
  transition: all 0.25s;
}
.downloadable-content--card-link-only a:hover::after,
.downloadable-content--card-link-only a:focus::after {
  transform: translateX(10px);
}
.linkable-list-collection.module,
.flexible-framer .linkable-list-collection[data-columns] {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .linkable-list-collection.module,
  .flexible-framer .linkable-list-collection[data-columns] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .linkable-list-collection.module,
  .flexible-framer .linkable-list-collection[data-columns] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.linkable-list-collection .section-headline,
.linkable-list-collection .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .linkable-list-collection .section-headline,
  .linkable-list-collection .section-title {
    line-height: 36px;
  }
}
.linkable-list-collection .section-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.linkable-list-collection .downlodable-content--grid {
  margin: 32px 0 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u--fadeIn {
  -webkit-animation: fadeIn 1s ease-in;
  -moz-animation: fadeIn 1s ease-in;
  -o-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInLeft {
  -webkit-animation: fadeInLeft 1s ease-in;
  -moz-animation: fadeInLeft 1s ease-in;
  -o-animation: fadeInLeft 1s ease-in;
  animation: fadeInLeft 1s ease-in;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInRight {
  -webkit-animation: fadeInRight 1s ease-in;
  -moz-animation: fadeInRight 1s ease-in;
  -o-animation: fadeInRight 1s ease-in;
  animation: fadeInRight 1s ease-in;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInUp {
  -webkit-animation: fadeInUp 1s ease-in;
  -moz-animation: fadeInUp 1s ease-in;
  -o-animation: fadeInUp 1s ease-in;
  animation: fadeInUp 1s ease-in;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInDown {
  -webkit-animation: fadeInDown 1s ease-in;
  -moz-animation: fadeInDown 1s ease-in;
  -o-animation: fadeInDown 1s ease-in;
  animation: fadeInDown 1s ease-in;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.u--fadeOut {
  -webkit-animation: fadeOut 1s ease-out;
  -moz-animation: fadeOut 1s ease-out;
  -o-animation: fadeOut 1s ease-out;
  animation: fadeOut 1s ease-out;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutLeft {
  -webkit-animation: fadeOutLeft 1s ease-out;
  -moz-animation: fadeOutLeft 1s ease-out;
  -o-animation: fadeOutLeft 1s ease-out;
  animation: fadeOutLeft 1s ease-out;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutRight {
  -webkit-animation: fadeOutRight 1s ease-out;
  -moz-animation: fadeOutRight 1s ease-out;
  -o-animation: fadeOutRight 1s ease-out;
  animation: fadeOutRight 1s ease-out;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutUp {
  -webkit-animation: fadeOutUp 1s ease-out;
  -moz-animation: fadeOutUp 1s ease-out;
  -o-animation: fadeOutUp 1s ease-out;
  animation: fadeOutUp 1s ease-out;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutDown {
  -webkit-animation: fadeOutDown 1s ease-out;
  -moz-animation: fadeOutDown 1s ease-out;
  -o-animation: fadeOutDown 1s ease-out;
  animation: fadeOutDown 1s ease-out;
}
div.highlighted {
  display: none;
}
.hero--homepage-hero div.container-fluid:last-child,
.hero--homepage-hero div.container-full:last-child,
.hero--homepage-hero div.container-maximum:last-child,
.hero--homepage-hero div.container-max:last-child,
.hero--homepage-hero div.container-sm:last-child,
.hero--homepage-hero div.container-md:last-child,
.hero--homepage-hero div.container-lg:last-child,
.hero--homepage-hero div.container-xl:last-child,
.hero--homepage-hero div.container-xxl:last-child {
  max-width: 100%;
  position: relative;
}
.hero--homepage-hero
  div.container-fluid:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-full:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-maximum:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-max:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-sm:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-md:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-lg:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-xl:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-xxl:last-child
  .blazy--field-embedded-video
  div:last-child,
.hero--homepage-hero
  div.container-fluid:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-full:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-maximum:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-max:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-sm:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-md:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-lg:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-xl:last-child
  .media--bundle--video
  div:last-child,
.hero--homepage-hero
  div.container-xxl:last-child
  .media--bundle--video
  div:last-child {
  height: 100vh;
}
.hero--homepage-hero .blazy--field-embedded-video,
.hero--homepage-hero .media--bundle--video,
.hero--homepage-hero .video-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: sticky;
  top: 110px;
}
.hero--homepage-hero h2.section-headline-animated {
  max-width: 40%;
  height: 100vh;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .hero--homepage-hero h2.section-headline-animated {
    max-width: 100%;
  }
}
.hero--homepage-hero .blazy--field-embedded-video video,
.hero--homepage-hero .media--bundle--video video,
.hero--homepage-hero .video-hero video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  z-index: -1;
}
.hero--homepage-hero div {
  position: relative;
}
@media all and (max-width: 1023px) {
  .path-frontpage .region.region-hero .video-wrapper > #block-contentfield {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .path-frontpage .hero--homepage-hero div.container-fluid .headlines,
  .path-frontpage .hero--homepage-hero div.container-full .headlines,
  .path-frontpage .hero--homepage-hero div.container-maximum .headlines,
  .path-frontpage .hero--homepage-hero div.container-max .headlines,
  .path-frontpage .hero--homepage-hero div.container-sm .headlines,
  .path-frontpage .hero--homepage-hero div.container-md .headlines,
  .path-frontpage .hero--homepage-hero div.container-lg .headlines,
  .path-frontpage .hero--homepage-hero div.container-xl .headlines,
  .path-frontpage .hero--homepage-hero div.container-xxl .headlines {
    pointer-events: none;
    margin-top: -1543px;
    padding-bottom: 200px;
  }
  .path-frontpage .hero--homepage-hero h2.section-headline-animated {
    height: 870px;
    display: flex;
    align-items: center;
  }
  .path-frontpage .region.region-content > #block-contentfield {
    display: none;
  }
  .hero--homepage-hero .blazy--field-embedded-video video,
  .hero--homepage-hero .media--bundle--video video,
  .hero--homepage-hero .video-hero video {
    height: 600px;
  }
  .pager li.pager__item a {
    position: relative;
  }
  .pager li.pager__item a:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    width: 0px;
    height: 0px;
    border: none;
    border-radius: 50%;
    transition: all 0.5s ease;
  }
  .pager li.pager__item a.animated:before {
    width: 60px;
    height: 60px;
    left: -25px;
    top: -20px;
    border: 1px rgba(33, 33, 33, 0.3) solid;
  }
  .pager li.pager__item:hover a {
    color: #7523ff;
  }
  .navigation-menu-container .navigation-menu,
  .navigation-menu-container .navigation-menu.is-animating-in,
  .navigation-menu-container .navigation-menu.is-animating-out,
  .navigation-menu-container .navigation-menu.is-visible {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero--category_hub_page_hero {
    margin-bottom: 30px;
  }
  .hero--category_hub_page_hero .section-header {
    max-width: 60%;
  }
  .blog-hero-right-side figure,
  .stats--item,
  .hero--category_hub_page_hero .text-content,
  .hero--person .text-content,
  .hero--person img,
  .paragraph--view-mode--default .heading,
  article.node--view-mode-card,
  .collapse-content img,
  .text-and-image img,
  .paragraph--type--flexible-framer-image-item img,
  .paragraph--type--linked-logo,
  .hero--category_hub_page_hero figure,
  .paragraph--type--flexible-framer-icon-item,
  .hero--article-hero .container,
  .hero--article-hero .blazy__caption,
  .hero--article-hero body .layout-container,
  body .hero--article-hero .layout-container,
  .page-node-type-leadership-directory .description-block,
  .paragraph--type--accordion .col-xxl-5,
  .slick-slide,
  .hero--homepage-hero h1,
  .paragraph.callout,
  .paragraph--view-mode--default,
  .search-result {
    opacity: 0;
  }
  .blog-hero-right-side figure,
  .stats--item,
  .hero--person .text-content,
  .hero--person img,
  .paragraph--view-mode--default .heading,
  article.node--view-mode-card,
  .collapse-content img,
  .text-and-image img,
  .paragraph--type--flexible-framer-image-item img,
  .paragraph--type--linked-logo,
  .hero--category_hub_page_hero figure,
  .paragraph--type--flexible-framer-icon-item,
  .hero--article-hero .container,
  .hero--article-hero .blazy__caption,
  .hero--article-hero body .layout-container,
  body .hero--article-hero .layout-container,
  .page-node-type-leadership-directory .description-block,
  .paragraph--type--accordion .col-xxl-5,
  .slick-slide,
  .hero--homepage-hero h1,
  .paragraph.callout,
  .paragraph--view-mode--default,
  .search-result {
    position: relative;
  }
  .hero--category_hub_page_hero .text-content {
    transform: translateY(0px);
  }
  .blog-hero-right-side figure.active,
  .stats--item.active,
  .hero--category_hub_page_hero .text-content.active,
  .hero--person.active .text-content,
  .hero--person.active img,
  .paragraph--view-mode--default .heading.active,
  article.node--view-mode-card.active,
  .collapse-content.show img,
  .text-and-image.active img,
  .paragraph--type--flexible-framer-image-item.active img,
  .paragraph--type--linked-logo.active,
  .hero--category_hub_page_hero figure.active,
  .paragraph--type--flexible-framer-icon-item.active,
  .hero--article-hero.active .container,
  .hero--article-hero.active .blazy__caption,
  .hero--article-hero.active body .layout-container,
  body .hero--article-hero.active .layout-container,
  .page-node-type-leadership-directory .description-block.active,
  .paragraph--type--accordion .col-xxl-5.active,
  .slick-slide.active,
  .hero--homepage-hero h1.active,
  .paragraph.callout.active,
  .paragraph--view-mode--default.active,
  .search-result.active {
    opacity: 1;
  }
  .hero--article-hero .container-fluid,
  .hero--article-hero .container-full,
  .hero--article-hero .container-maximum,
  .hero--article-hero .container-max,
  .hero--article-hero .container-sm,
  .hero--article-hero .container-md,
  .hero--article-hero .container-lg,
  .hero--article-hero .container-xl,
  .hero--article-hero .container-xxl,
  article.node--view-mode-card figure,
  .article--carousel-item figure,
  .article--featured-card figure {
    position: relative;
    overflow: hidden;
  }
  .hero--article-hero figure,
  article.node--view-mode-card figure:hover img,
  .article--carousel-item a:hover figure img,
  .article--featured-card a:hover figure img {
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero--article-hero.active figure,
  article.node--view-mode-card figure img,
  .article--carousel-item figure img,
  .article--featured-card figure img {
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .article--carousel-item a,
  .article--featured-card a {
    padding-bottom: 50px;
    display: block;
  }
  .hero--homepage-hero .blazy--field-embedded-video {
    opacity: 0;
    transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero--homepage-hero .blazy--field-embedded-video.active {
    opacity: 1;
  }
  .article--carousel-item a h1,
  .article--featured-card a h1 {
    position: relative;
    display: inline;
    background: linear-gradient(to right, transparent, transparent),
      linear-gradient(to right, white, white, white);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    padding-bottom: 5px;
  }
  .article--featured-card a h1 {
    line-height: 50px !important;
  }
  .paragraph--view-mode--card h1,
  .search-result .field--name-title,
  .paragraph--type--pr-news-feed .card h3 {
    position: relative;
    display: inline;
    background: linear-gradient(to right, white, white),
      linear-gradient(to right, #7523ff, #7523ff, #7523ff);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    padding-bottom: 5px;
  }
  .article--carousel-item a:after,
  .article--featured-card a:after {
    content: url(/themes/custom/danaher/images/arrow-left.svg) !important;
    width: 30px;
    height: 30px;
    background: inherit;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .article--featured-card a:after {
    bottom: 150px;
  }
  .article--carousel-item a:hover:after,
  .article--featured-card a:hover:after {
    opacity: 1;
  }
  .article--carousel-item a:hover h1,
  .paragraph--view-mode--card:hover h1,
  .search-result:hover .field--name-title,
  .article--featured-card a:hover h1,
  .paragraph--type--pr-news-feed .card:hover h3 {
    background-size: 0 0.1em, 100% 0.1em;
  }
  .paragraph--view-mode--card:hover h1,
  .search-result:hover .field--name-title,
  .paragraph--type--pr-news-feed .card:hover h3 {
    color: #7523ff;
  }
  .blog-hero-right-side figure {
    text-align: center;
  }
  .hero--person .blog-hero-right-side,
  .paragraph--type--linked-logo {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .paragraph--type--linked-logo {
    height: 150px !important;
  }
  .hero--person .blog-hero-right-side img {
    max-width: 120%;
    width: 120%;
    max-height: 120%;
    height: 120%;
    transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
  }
  .hero--person.active .blog-hero-right-side img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
  }
  .paragraph--type--linked-logo img {
    width: 60%;
    max-height: 60% !important;
    transition: all 0.2s ease-in;
    object-fit: cover;
  }
  .paragraph--type--linked-logo:hover img {
    width: 70%;
    max-height: 60% !important;
  }
  .blog-hero-right-side figure.active,
  .paragraph--view-mode--default .heading.active,
  article.node--view-mode-card.active,
  .collapse-content.show img,
  .text-and-image.active img,
  .paragraph--type--flexible-framer-image-item.active img,
  .paragraph--type--linked-logo.active,
  .hero--category_hub_page_hero figure.active,
  .stats--item.active,
  .hero--article-hero.active .container,
  .hero--article-hero.active .blazy__caption,
  .hero--article-hero.active body .layout-container,
  body .hero--article-hero.active .layout-container,
  .page-node-type-leadership-directory .description-block.active,
  .slick-slide.active,
  .article--carousel-item a:hover:after,
  .hero--homepage-hero h1.active,
  .paragraph.callout.active,
  .paragraph--view-mode--default.active,
  .search-result.active {
    animation: fade-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .paragraph--type--accordion .col-xxl-5.active {
    animation: fade-bottom2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .slick-slide.active {
    animation: fade-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero--category_hub_page_hero .text-content.active,
  .hero--person.active .text-content,
  .paragraph--type--flexible-framer-icon-item.active {
    animation: fade-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero--subcategory-hero {
    height: auto !important;
  }
  .hero--subcategory-hero.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero--subcategory-hero.hero-featured-card-grid.active {
    align-items: flex-start;
    display: grid;
  }
  .hero--subcategory-hero figure {
    height: auto !important;
  }
  .hero--subcategory-hero .blog-hero-right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50% !important;
    flex-shrink: 0;
    overflow: hidden;
  }
  .hero--subcategory-hero .image-style-bio-portrait-hero {
    width: 100%;
    height: auto;
    transform: scale(1.2);
    transition: all 1s cubic-bezier(0.3, 0, 0.1, 1);
  }
  .hero--subcategory-hero.active .image-style-bio-portrait-hero {
    transform: scale(1);
  }
  .hero--subcategory-hero.hero-featured-card-grid .blog-hero-right-side {
    align-self: center;
  }
  .hero--subcategory-hero .text-content {
    width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  .hero--subcategory-hero.hero-featured-card-grid .text-content {
    justify-content: flex-start !important;
  }
  fieldset[data-drupal-selector="edit-choice"] .option:hover {
    background: white !important;
    color: rgb(117, 35, 255) !important;
  }
  input[data-drupal-selector="edit-vote"],
  input[data-drupal-selector="edit-result"],
  input[data-drupal-selector="edit-cancel"] {
    opacity: 1;
  }
  .image-fixed .row {
    height: 100vh;
  }
  .image-fixed .row .offset-md-1.col-md-6 {
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .image-fixed .row:not(.show-image) figure img {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 15vh;
    height: 70vh;
    width: 600px;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.1, 1);
  }
  .image-fixed .row:first-child figure img,
  .image-fixed .row:last-child.show-image figure img {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 15vh;
    height: 70vh;
    width: 600px;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.1, 1);
  }
  .image-fixed .row.show-image figure img {
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 15vh;
    height: 70vh;
    width: 600px;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.1, 1);
  }
  .pager li.pager__item.pager__item--next a:hover {
    background-image: url(/themes/custom/danaher/images/next-arrow_hover.svg) !important;
  }
  .pager li.pager__item.pager__item--previous a:hover {
    background-image: url(/themes/custom/danaher/images/prev-arrow_hover.svg) !important;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-bottom2 {
    0% {
      transform: translateY(250px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-top {
    0% {
      transform: translateY(150px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
}
.region-header ul.menu li.menu-item a.has-menu:after,
.region-event-landing-header ul.menu li.menu-item a.has-menu:after,
.region-primary-menu-mobile ul.menu li.menu-item a.has-menu:after {
  display: block;
  width: 24px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDJMMTIgMTJMMiAyIiBzdHJva2U9IiMzODEzNjAiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4K);
  transform: scale(0.5) rotateX(0deg) !important;
  transition: all 0.3s ease-out;
}
.region-header ul.menu li.menu-item a.menu-open:after,
.region-event-landing-header ul.menu li.menu-item a.menu-open:after,
.region-primary-menu-mobile ul.menu li.menu-item a.menu-open:after {
  transform: scale(0.5) rotateX(180deg) !important;
  transition: all 0.3s ease-out;
}
.region-header ul.menu li.menu-item a:focus::before,
.region-event-landing-header ul.menu li.menu-item a:focus::before,
.region-primary-menu-mobile ul.menu li.menu-item a:focus::before {
  border-color: #7523ff !important;
}
.region-header ul.menu li.menu-item a:focus::before,
.region-event-landing-header ul.menu li.menu-item a:focus::before,
.region-primary-menu-mobile ul.menu li.menu-item a:focus::before {
  border-color: #7523ff !important;
}
.region-header .info-menu ul.menu li.menu-item a:hover,
.region-event-landing-header .info-menu ul.menu li.menu-item a:hover,
.region-primary-menu-mobile .info-menu ul.menu li.menu-item a:hover,
.region-header ul.menu li.menu-item a:hover,
.region-event-landing-header ul.menu li.menu-item a:hover,
.region-primary-menu-mobile ul.menu li.menu-item a:hover,
#header .region-primary-menu .menu-item a:hover {
  color: #7523ff !important;
}
.linked-logo img {
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linked-logo:hover img {
  transform: scale(1.2);
}
.paragraph--type--flexible-framer-icon-item .section-title {
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.paragraph--type--flexible-framer-icon-item:hover .section-title {
  color: #7523ff !important;
}
.person.node a.cta-link {
  font-size: 20px !important;
  color: #000 !important;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.person.node figure {
  overflow: hidden;
}
.person.node figure img {
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.person.node:hover a.cta-link {
  color: #7523ff !important;
}
.person.node:hover a.cta-link::after {
  transform: translateX(10px);
}
.person.node:hover figure img {
  transform: scale(1.15);
}
.view-recirculation .media--bundle--image.media--image {
  overflow: hidden;
}
.view-recirculation .media--bundle--image.media--image img.media__image {
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.view-recirculation .media--bundle--image.media--image:hover img.media__image {
  transform: scale(1.2);
}
.side-by-side.container-full .field__items > .field__item {
  height: 100%;
}
.side-by-side.container-full .field__items > .field__item > .module.fs-media,
.side-by-side.container-full
  .flexible-framer
  .field__items
  > .field__item
  > .fs-media[data-columns],
.flexible-framer
  .side-by-side.container-full
  .field__items
  > .field__item
  > .fs-media[data-columns] {
  height: 100%;
}
.side-by-side.container-full
  .field__items
  > .field__item
  > .module.fs-media
  > .media.media--bundle--image,
.side-by-side.container-full
  .flexible-framer
  .field__items
  > .field__item
  > .fs-media[data-columns]
  > .media.media--bundle--image,
.flexible-framer
  .side-by-side.container-full
  .field__items
  > .field__item
  > .fs-media[data-columns]
  > .media.media--bundle--image {
  height: 100%;
}
.side-by-side.container-full
  .field__items
  > .field__item
  > .module.fs-media
  > .media.media--bundle--image
  img,
.side-by-side.container-full
  .flexible-framer
  .field__items
  > .field__item
  > .fs-media[data-columns]
  > .media.media--bundle--image
  img,
.flexible-framer
  .side-by-side.container-full
  .field__items
  > .field__item
  > .fs-media[data-columns]
  > .media.media--bundle--image
  img {
  object-fit: cover;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #000;
}
a:active,
.link:active {
  color: #7523ff;
}
.header-wrapper {
  overflow-x: hidden;
}
.layout-main {
  margin: 0;
}
.region-breadcrumb {
  padding: 0;
}
.node__content {
  margin: 0;
  font-size: inherit;
}
#field-language-display {
  display: none;
}
body,
html {
  font-size: 16px;
}
body .skip-to-content-link,
html .skip-to-content-link {
  background: #132b80;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  outline: 1px dotted currentColor;
  outline-offset: -4px;
  z-index: 1;
  color: #fff;
}
body .skip-to-content-link:focus,
html .skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
.site-footer {
  padding: 64px 0 30px;
  background: #eadeff !important;
}
.site-footer .content a {
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #000;
  border: none;
}
.site-footer .content a:focus,
.site-footer .content a:hover {
  color: #4000a5;
  text-decoration: underline;
}
.site-footer .block-social-media-links {
  text-align: right;
}
@media (max-width: 1200px) {
  .site-footer .block-social-media-links {
    text-align: left;
    padding-top: 15px;
  }
}
.site-footer .layout-container {
  padding: 0;
  display: grid;
  grid-gap: 64px;
  grid-template-rows: 1fr auto;
}
@media (min-width: 1440px) {
  .site-footer .layout-container {
    max-width: 1248px;
  }
}
.site-footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
.site-footer .region-footer-top,
.site-footer .region-event-landing-footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
}
@media (max-width: 1200px) {
  .site-footer .region-footer-top,
  .site-footer .region-event-landing-footer {
    display: block;
  }
  .site-footer .region-footer-top .site-logo,
  .site-footer .region-footer-top .site-branding__logo,
  .site-footer .region-event-landing-footer .site-logo,
  .site-footer .region-event-landing-footer .site-branding__logo {
    padding-bottom: 48px;
  }
}
.site-footer .region-footer-top #block-eventlandingrightside .content,
.site-footer
  .region-event-landing-footer
  #block-eventlandingrightside
  .content {
  display: grid;
  grid-template-columns: max-content 3fr max-content;
  grid-gap: 32px;
  padding: 0;
  margin: 0;
  font-size: inherit;
  align-items: center;
}
@media (max-width: 1200px) {
  .site-footer .region-footer-top #block-eventlandingrightside .content,
  .site-footer
    .region-event-landing-footer
    #block-eventlandingrightside
    .content {
    grid-template-columns: none;
    grid-template-rows: auto;
  }
  .site-footer
    .region-footer-top
    #block-eventlandingrightside
    .content
    .copyright
    p,
  .site-footer
    .region-event-landing-footer
    #block-eventlandingrightside
    .content
    .copyright
    p {
    margin: 0;
  }
}
.site-footer .region-footer-top #block-footertoplinks .content > ul.menu,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .content
  > ul.menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .site-footer .region-footer-top #block-footertoplinks .content > ul.menu,
  .site-footer
    .region-event-landing-footer
    #block-footertoplinks
    .content
    > ul.menu {
    display: block;
  }
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .content
  > ul.menu
  li::marker,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .content
  > ul.menu
  li::marker {
  content: none;
}
.site-footer .region-footer-top #block-footertoplinks .accordion .panel-group,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group {
  border: none;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group.menu-item--expanded
  ul.menu
  li.menu-item--expanded,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group.menu-item--expanded
  ul.menu
  li.menu-item--expanded {
  padding-top: 20px;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  .collapse-trigger,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  .collapse-trigger {
  text-decoration: none;
  border: none;
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  .collapse-trigger.mobile,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  .collapse-trigger.mobile {
  display: none;
}
@media (max-width: 992px) {
  .site-footer
    .region-footer-top
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile,
  .site-footer
    .region-event-landing-footer
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile {
    display: block;
    padding-bottom: 16px;
  }
  .site-footer
    .region-footer-top
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile:before,
  .site-footer
    .region-event-landing-footer
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile:before {
    content: "" !important;
  }
  .site-footer
    .region-footer-top
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile.collapsed:after,
  .site-footer
    .region-event-landing-footer
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile.collapsed:after {
    content: url(/themes/custom/danaher/images/accordion-chevron-footer.svg);
    position: static;
    display: inline;
    padding-left: 8px;
    width: 4.5px;
    height: 9px;
    transform: rotate(180deg);
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
  }
  .site-footer
    .region-footer-top
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile:not(.collapsed):after,
  .site-footer
    .region-event-landing-footer
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.mobile:not(.collapsed):after {
    content: url(/themes/custom/danaher/images/accordion-chevron-footer.svg);
    position: static;
    display: inline-block;
    padding-left: 8px;
    width: 4.5px;
    height: 9px;
    transform: rotate(180deg);
    height: auto;
    margin-left: 16px;
  }
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  .collapse-trigger.desktop,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  .collapse-trigger.desktop {
  display: none;
  cursor: auto;
}
@media (max-width: 992px) {
  .site-footer
    .region-footer-top
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.desktop,
  .site-footer
    .region-event-landing-footer
    #block-footertoplinks
    .accordion
    .panel-group
    .collapse-trigger.desktop {
    display: none;
  }
}
.site-footer .region-footer-top #block-footertoplinks .accordion .panel-group a,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  a {
  text-decoration: none;
  border: none;
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #000;
  transition: all 0.5s;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  a:not(.collapse-trigger):hover,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  a:not(.collapse-trigger):hover {
  color: #4000a5;
  text-decoration: underline;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  a:focus,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  a:focus {
  text-decoration: underline;
  color: #4000a5;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  ul.menu,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.site-footer
  .region-footer-top
  #block-footertoplinks
  .accordion
  .panel-group
  ul.menu
  li,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .panel-group
  ul.menu
  li {
  padding-bottom: 16px;
}
.site-footer .region-footer-top #block-footertoplinks .accordion .accordion,
.site-footer
  .region-event-landing-footer
  #block-footertoplinks
  .accordion
  .accordion {
  padding-top: 16px;
}
.site-footer .region-footer-top {
  grid-template-columns: 181px 1fr;
  grid-gap: 203px;
  padding-top: 0;
  color: #000;
  padding-inline: 0;
}
.site-footer .region-event-landing-footer {
  align-items: center;
}
.site-footer .nenu-item {
  list-style: none;
}
.site-footer
  .menu--footer-top-links
  .content
  > ul.menu
  > li:last-of-type
  .accordion
  li.menu-item:last-of-type {
  padding-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #fff !important;
}
body h1,
body h2,
body h3 {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  text-transform: none;
  margin: 0;
}
.sr-only,
.views-exposed-form label,
#search-panel .form-item label,
.view-search-content .form-item label,
.events-grid .form-item label {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.container-fluid,
.container-full,
.container-maximum,
.container-max,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .container-fluid,
  .container-full,
  .container-maximum,
  .container-max,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: calc(100% - 2 * var(--bs-gutter-x));
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));
  }
}
.container-maximum,
.container-max {
  width: 100%;
  max-width: 1800px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1800px) {
  .container-maximum,
  .container-max {
    width: calc(100% - 2 * var(--bs-gutter-x));
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));
  }
}
.container-full {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1800px) {
  .container-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.field--type-entity-reference {
  font-family: inherit;
  margin: 0;
}
.block .content {
  margin-top: 0;
}
figure {
  margin: 0;
  padding: 0;
}
.node--view-mode-teaser {
  padding-bottom: 0;
  border-bottom: none;
}
.module,
.flexible-framer [data-columns][data-columns] {
  margin-top: 32px;
  margin-bottom: 32px;
}
.module-smaller {
  margin-top: 16px;
  margin-bottom: 16px;
}
.module-larger {
  margin-top: 32px;
  margin-bottom: 80px;
}
.module--directory {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .module--directory {
    margin-top: 56px;
  }
}
@media (max-width: 1200px) {
  .module,
  .flexible-framer [data-columns][data-columns] {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .module-larger {
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
.region-pre-header-area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tagging-block {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  color: #000;
  text-transform: none;
}
.tagging-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tagging-block ul li {
  display: inline-block;
}
.layout--twocol-section {
  width: calc(100% - 30px);
}
.main-content .section {
  padding: 0;
}
.main-content.error .quiz {
  margin-bottom: 0;
}
#block-taggingblock div.block:last-child .field__item:last-child li::after {
  content: "";
}
.social-sharing .section-title {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  color: #000;
  margin-bottom: 16px;
}
.tagging-block .section-title {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  color: #000;
  margin-bottom: 16px;
}
.tagging-block ul.tagging-block {
  list-style-type: none;
}
.tagging-block ul.tagging-block li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.tagging-block ul.tagging-block li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 10px;
  background: #eadeff;
  border-radius: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  font-weight: 700;
  text-align: center;
  color: #7523ff;
  flex: none;
  order: 0;
  flex-grow: 0;
  border: none;
}
.social-share-buttons .social-sharing-buttons {
  margin: 0;
  justify-content: flex-start;
}
.social-share-buttons a {
  border-bottom: none;
  margin: 0 16px 0 0;
  transition: all 0.5s;
}
.social-share-buttons a:last-of-type {
  margin-right: 0;
}
.social-share-buttons a:hover,
.social-share-buttons a:focus {
  transform: scale(1.25);
}
.social-share-buttons a.social-sharing-buttons__button {
  width: 20px;
  height: 20px;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50% 50%;
}
.social-share-buttons a.social-sharing-buttons__button svg {
  display: none;
}
.social-share-buttons a.social-sharing-buttons__button.share-linkedin {
  background: url(/themes/custom/danaher/images/social-media/dark-linkedin.svg)
    no-repeat;
  background-size: 20px 20px;
}
.social-share-buttons a.social-sharing-buttons__button.share-facebook {
  background: url(/themes/custom/danaher/images/social-media/dark-facebook.svg)
    no-repeat;
  background-size: 20px 20px;
}
.social-share-buttons a.social-sharing-buttons__button.share-twitter {
  background: url(/themes/custom/danaher/images/social-media/twitter-logo.svg)
    no-repeat;
  background-color: #7523ff;
  background-size: 10px 10px;
  background-position: center;
}
.social-share-buttons a.social-sharing-buttons__button.share-email {
  background: url(/themes/custom/danaher/images/social-media/dark-mail.svg)
    no-repeat;
  background-size: 20px 20px;
}
.social-share-buttons a.social-sharing-buttons__button.share-copy {
  background: url(/themes/custom/danaher/images/social-media/dark-share.svg)
    no-repeat;
  background-size: 20px 20px;
}
.search-result figure {
  display: block;
  text-align: right;
}
.search-result .listing {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 16px 0 48px 0;
}
.views-row:last-of-type .search-result .listing {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.search-result .listing .entity-type {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  color: #7523ff;
  text-transform: none;
  margin-bottom: 16px;
}
.search-result .listing .section-title {
  font-weight: 400;
  text-transform: none;
  color: #000;
  color: #132b80;
  padding: 0;
  margin: 0 0 16px;
}
@media (min-width: 1300px) {
  .search-result .listing .section-title {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .search-result .listing .section-title {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .search-result .listing .section-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .search-result .listing .section-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .search-result .listing .section-title {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .search-result .listing .section-title {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .search-result .listing .section-title {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .search-result .listing .section-title {
    line-height: 28px;
  }
}
.search-result .listing .section-title a {
  color: inherit;
  text-decoration: none;
  border: none;
}
.section-title.featured-title {
  color: #000;
  font-style: normal;
  font-weight: 800;
}
.section-title.featured-title p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.section-title.featured-title + .module--directory {
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .section-title.featured-title + .module--directory {
    margin-top: 56px;
  }
}
.search-grid {
  display: grid;
  padding: 72px 96px;
  grid-gap: 139px;
  grid-template-columns: 40% 48.6789%;
}
@media (max-width: 1200px) {
  .search-grid {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding: 64px 14px;
  }
}
#search-panel {
  display: none;
  padding: 43px 0;
  position: relative;
}
#search-panel .search-close {
  position: absolute;
  left: calc(100% - 50px);
  top: 1em;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0;
  color: #000;
  background: rgba(0, 0, 0, 0) url(/themes/custom/danaher/images/close.svg)
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}
#search-panel .search-close:focus,
#search-panel .search-close:hover {
  transform: scale(1.25);
  border: 2px dashed currentColor;
}
.view-filters.search {
  padding: 0;
}
.pager {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #000;
  color: #000;
  margin-top: 56px;
  margin-bottom: 32px;
}
.pager li.pager__item {
  padding: 0 16px;
  font-size: inherit;
  margin: 0;
}
.pager li.pager__item.is-active a {
  text-decoration: underline;
  color: #7523ff;
  text-underline-offset: 5px;
}
.pager li.pager__item.pager__item--first,
.pager li.pager__item.pager__item--last {
  display: none;
}
.pager li.pager__item.pager__item--previous a {
  background-image: url("/themes/custom/danaher/images/prev-arrow.svg");
  background-size: cover;
  width: 32px;
  height: 32px;
  appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.pager li.pager__item.pager__item--next a {
  background-image: url("/themes/custom/danaher/images/next-arrow.svg");
  background-size: cover;
  width: 32px;
  height: 32px;
  appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.pager li a {
  text-decoration: none;
  border: none;
  color: #848484;
}
.pager__items {
  text-align: left;
}
.blazy__caption {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-top: 32px;
}
.search-view .view-header {
  font-weight: 400;
  text-transform: none;
  color: #000;
}
@media (min-width: 1300px) {
  .search-view .view-header {
    font-size: 32px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .search-view .view-header {
    font-size: 32px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .search-view .view-header {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .search-view .view-header {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .search-view .view-header {
    line-height: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .search-view .view-header {
    line-height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .search-view .view-header {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .search-view .view-header {
    line-height: 36px;
  }
}
.search-view .search .form--inline {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 16px;
  align-items: flex-end;
  padding: 72px 24px 0;
}
@media (max-width: 1200px) {
  .search-view .search .form--inline {
    grid-template-columns: 1fr;
  }
}
.search-view .search .form--inline .form-item {
  margin: 0;
}
.search-view .search .form--inline .form-actions {
  padding: 0;
  margin: 0;
}
.search-view .search input[name="keys"],
.search-view .search #edit-keys {
  font-weight: 400;
  text-transform: none;
  color: #000;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  line-height: 26px;
  padding: 8px;
}
@media (min-width: 1300px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .search-view .search input[name="keys"],
  .search-view .search #edit-keys {
    line-height: 40px;
  }
}
.search-view .search input[name="keys"]::placeholder,
.search-view .search #edit-keys::placeholder {
  color: #848484;
}
.search-view .search [id^="edit-submit-search-content"],
.search-view .search [id*=" edit-submit-search-content"],
.search-view .search #edit-submit-search-content {
  display: block;
}
@media (max-width: 1200px) {
  #block-requestademomenu {
    display: none;
  }
}
#header {
  background: #fff !important;
  transition: all 0.5s;
  border-bottom: 1px solid #e6e6e6;
  z-index: 1;
}
#header .section {
  padding: 0;
}
@media (min-width: 1440px) {
  #header .layout-container {
    max-width: 1248px;
  }
}
@media (max-width: 1200px) {
  #header .info-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  #header .region-primary-menu-mobile .info-menu {
    display: block;
    border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  #header
    .region-primary-menu-mobile
    .info-menu
    div.wd_quote
    div.wd_main-wrapper {
    text-align: left !important;
  }
  #header .region-primary-menu-mobile .info-menu div.wd_quote {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  #header .visually-hidden {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  #header.stuck {
    position: sticky;
    top: -1px;
    z-index: 1000;
  }
  #header.stuck .region-header {
    padding-bottom: 0;
  }
  #header.stuck .region-header .wrapper {
    grid-template-columns: 137px 1fr max-content;
  }
  #header.stuck .region-header #block-megamenu ul.menu {
    transition: all 0.4s cubic-bezier(0.3, 0, 0.1, 1);
    transform: translateY(-10px);
  }
  #header.stuck.showmenu .region-header .wrapper {
    grid-template-columns: 137px 1fr max-content max-content;
  }
  #header.stuck .site-logo,
  #header.stuck .site-branding__logo {
    height: 52.5px;
  }
}
#header .site-logo,
#header .site-branding__logo {
  max-width: 250px;
  height: 75px;
  margin: 0;
  padding: 0;
  margin-left: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.1, 1);
}
@media (max-width: 1200px) {
  #header .site-logo,
  #header .site-branding__logo {
    max-width: 110px;
  }
}
#header .site-logo img,
#header .site-branding__logo img {
  height: 100%;
}
#header .region-primary-menu {
  position: relative;
}
@media (max-width: 1200px) {
  #header .region-primary-menu {
    display: none;
  }
}
#header .region-primary-menu .menu-item a {
  transition: all 0.25s;
  font-weight: 400;
  text-transform: none;
  color: #000;
  border-radius: 0;
  border: 1px dashed rgba(0, 0, 0, 0);
  padding: 16px 0;
  margin: 0;
}
@media (min-width: 1300px) {
  #header .region-primary-menu .menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  #header .region-primary-menu .menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  #header .region-primary-menu .menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  #header .region-primary-menu .menu-item a {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  #header .region-primary-menu .menu-item a {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  #header .region-primary-menu .menu-item a {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  #header .region-primary-menu .menu-item a {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  #header .region-primary-menu .menu-item a {
    line-height: 28px;
  }
}
#header .region-primary-menu .menu-item a.heading {
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1.3333;
  padding-top: 0;
  pointer-events: none;
  color: #4000a5;
}
#header .region-primary-menu .menu-item a.is-active {
  border-radius: 0;
}
#header .region-primary-menu .menu-item a:hover {
  color: #7523ff;
}
#header .region-primary-menu .menu-item--active-trail a {
  border-radius: 0;
}
#header .region-primary-menu .block-menu .menu {
  padding: 0;
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
}
.region-header .block:not(.site-branding) {
  margin: 0;
}
@media (min-width: 901px) {
  .region-header .block:not(.site-branding) {
    margin: 0;
  }
}
.region-header .wrapper,
.region-event-landing-header .wrapper,
.region-primary-menu-mobile .wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: 137px 1fr max-content max-content;
  align-items: flex-start;
  margin-inline: auto;
  width: 100%;
  padding: 0;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42;
  color: #fff;
}
@media (max-width: 1200px) {
  .region-header .wrapper,
  .region-event-landing-header .wrapper,
  .region-primary-menu-mobile .wrapper {
    align-items: center;
  }
}
@media (max-width: 1399.98px) {
  .region-header .wrapper,
  .region-event-landing-header .wrapper,
  .region-primary-menu-mobile .wrapper {
    width: calc(100% - 192px);
  }
}
@media (max-width: 1199.98px) {
  .region-header .wrapper,
  .region-event-landing-header .wrapper,
  .region-primary-menu-mobile .wrapper {
    width: calc(100% - 144px);
  }
}
@media (max-width: 991.98px) {
  .region-header .wrapper,
  .region-event-landing-header .wrapper,
  .region-primary-menu-mobile .wrapper {
    width: calc(100% - 144px);
  }
}
@media (max-width: 767.98px) {
  .region-header .wrapper,
  .region-event-landing-header .wrapper,
  .region-primary-menu-mobile .wrapper {
    width: calc(100% - 96px);
  }
}
@media (max-width: 575.98px) {
  .region-header .wrapper,
  .region-event-landing-header .wrapper,
  .region-primary-menu-mobile .wrapper {
    width: calc(100% - 48px);
  }
}
.region-header .wrapper #block-megamenu,
.region-header .wrapper #block-rightmenu,
.region-event-landing-header .wrapper #block-megamenu,
.region-event-landing-header .wrapper #block-rightmenu,
.region-primary-menu-mobile .wrapper #block-megamenu,
.region-primary-menu-mobile .wrapper #block-rightmenu {
  transition: all 0.5s;
  position: relative;
}
.region-header .block-menu,
.region-event-landing-header .block-menu,
.region-primary-menu-mobile .block-menu {
  width: 100%;
  margin: 0 !important;
  border: none;
}
.region-header .info-menu,
.region-event-landing-header .info-menu,
.region-primary-menu-mobile .info-menu {
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #757575;
}
.region-header .info-menu ul.menu li.menu-item a,
.region-event-landing-header .info-menu ul.menu li.menu-item a,
.region-primary-menu-mobile .info-menu ul.menu li.menu-item a {
  color: #757575;
}
.region-header ul.menu,
.region-event-landing-header ul.menu,
.region-primary-menu-mobile ul.menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 16px;
  margin-bottom: 24px;
  justify-content: flex-end;
}
#block-infomenu .region-header ul.menu,
#block-infomenu .region-event-landing-header ul.menu,
#block-infomenu .region-primary-menu-mobile ul.menu {
  margin-bottom: 44px;
}
#block-megamenu .region-header ul.menu,
#block-megamenu .region-event-landing-header ul.menu,
#block-megamenu .region-primary-menu-mobile ul.menu {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .region-header ul.menu,
  .region-event-landing-header ul.menu,
  .region-primary-menu-mobile ul.menu {
    justify-content: flex-end;
    gap: 0 8px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .region-header ul.menu,
  .region-event-landing-header ul.menu,
  .region-primary-menu-mobile ul.menu {
    margin-right: -8px;
  }
}
@media (max-width: 1200px) {
  .region-header ul.menu li,
  .region-event-landing-header ul.menu li,
  .region-primary-menu-mobile ul.menu li {
    margin-left: 8px;
  }
}
.region-header ul.menu li.menu-item,
.region-event-landing-header ul.menu li.menu-item,
.region-primary-menu-mobile ul.menu li.menu-item {
  display: inline-block;
  margin-right: 32px;
}
.region-header ul.menu li.menu-item:last-of-type,
.region-event-landing-header ul.menu li.menu-item:last-of-type,
.region-primary-menu-mobile ul.menu li.menu-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .region-header ul.menu li.menu-item,
  .region-event-landing-header ul.menu li.menu-item,
  .region-primary-menu-mobile ul.menu li.menu-item {
    margin-right: 0;
  }
}
.region-header ul.menu li.menu-item.menu-item--active-trail a::before,
.region-event-landing-header
  ul.menu
  li.menu-item.menu-item--active-trail
  a::before,
.region-primary-menu-mobile
  ul.menu
  li.menu-item.menu-item--active-trail
  a::before {
  width: 100%;
}
.region-header ul.menu li.menu-item a,
.region-event-landing-header ul.menu li.menu-item a,
.region-primary-menu-mobile ul.menu li.menu-item a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #000;
  position: relative;
  text-decoration: none;
  border: none;
  transition: all 0.25s;
}
.region-header ul.menu li.menu-item a::before,
.region-event-landing-header ul.menu li.menu-item a::before,
.region-primary-menu-mobile ul.menu li.menu-item a::before {
  content: "";
  border-bottom: 3px solid #7523ff;
  width: 0;
  position: absolute;
  bottom: -8px;
  transition: all 0.45s;
}
.region-header ul.menu li.menu-item a[data-id="nav-menu-search"],
.region-event-landing-header ul.menu li.menu-item a[data-id="nav-menu-search"],
.region-primary-menu-mobile ul.menu li.menu-item a[data-id="nav-menu-search"] {
  font-size: 1px;
  width: 24px;
  height: 24px;
}
.region-header ul.menu li.menu-item a[data-id="nav-menu-search"]::after,
.region-event-landing-header
  ul.menu
  li.menu-item
  a[data-id="nav-menu-search"]::after,
.region-primary-menu-mobile
  ul.menu
  li.menu-item
  a[data-id="nav-menu-search"]::after {
  content: url(../images/search.svg);
  width: 24px;
  height: 24px;
}
.region-header ul.menu li.menu-item a:focus::before,
.region-event-landing-header ul.menu li.menu-item a:focus::before,
.region-primary-menu-mobile ul.menu li.menu-item a:focus::before {
  border-color: #132b80;
}
.region-header ul.menu li.menu-item a.has-menu,
.region-event-landing-header ul.menu li.menu-item a.has-menu,
.region-primary-menu-mobile ul.menu li.menu-item a.has-menu {
  transition: all 0.5s;
}
.region-header ul.menu li.menu-item a.has-menu::after,
.region-event-landing-header ul.menu li.menu-item a.has-menu::after,
.region-primary-menu-mobile ul.menu li.menu-item a.has-menu::after {
  content: url(/themes/custom/danaher/images/carat_down.svg);
  position: static;
  transform: scale(0.5);
  background-image: none;
}
.region-header ul.menu li.menu-item a.has-menu.menu-open::after,
.region-event-landing-header ul.menu li.menu-item a.has-menu.menu-open::after,
.region-primary-menu-mobile ul.menu li.menu-item a.has-menu.menu-open::after {
  transform: scale(0.5) rotate(180deg);
}
.region-header ul.menu li.menu-item a.search,
.region-event-landing-header ul.menu li.menu-item a.search,
.region-primary-menu-mobile ul.menu li.menu-item a.search {
  content: url(/themes/custom/danaher/images/search.svg);
  position: static;
  text-indent: -9999px;
  margin-right: 16px;
}
.region-header ul.menu li.menu-item a.globe,
.region-event-landing-header ul.menu li.menu-item a.globe,
.region-primary-menu-mobile ul.menu li.menu-item a.globe {
  content: url(/themes/custom/danaher/images/globe.svg);
  position: static;
  text-indent: -9999px;
}
.region-header ul.menu li.menu-item a.request-demo,
.region-event-landing-header ul.menu li.menu-item a.request-demo,
.region-primary-menu-mobile ul.menu li.menu-item a.request-demo {
  background: #132b80;
  text-align: center;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  display: inline-block;
  padding: 12px 40px;
  border-bottom: none;
  color: #fff;
  border-radius: 48px;
  margin: 6px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  transition: 1s;
}
.region-header ul.menu li.menu-item a.request-demo:hover,
.region-event-landing-header ul.menu li.menu-item a.request-demo:hover,
.region-primary-menu-mobile ul.menu li.menu-item a.request-demo:hover {
  background: #001f5c;
  color: inherit;
}
.region-header ul.menu li.menu-item a.request-demo:active,
.region-event-landing-header ul.menu li.menu-item a.request-demo:active,
.region-primary-menu-mobile ul.menu li.menu-item a.request-demo:active {
  border-color: #36b8ff;
  color: inherit;
}
.region-header ul.menu li.menu-item a.request-demo:focus,
.region-event-landing-header ul.menu li.menu-item a.request-demo:focus,
.region-primary-menu-mobile ul.menu li.menu-item a.request-demo:focus {
  color: inherit;
  border: none;
  outline: 1px solid #132b80;
  outline-offset: 1px;
}
.region-header ul.menu li.menu-item a.request-demo:focus:before,
.region-event-landing-header ul.menu li.menu-item a.request-demo:focus:before,
.region-primary-menu-mobile ul.menu li.menu-item a.request-demo:focus:before {
  border: none;
}
.region-header,
.region-event-landing-header {
  margin-inline: auto;
  background: #fff;
  padding: 16px 0 24px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.1, 1);
}
.region-footer-top {
  max-width: 1248px;
}
#block-mobile-megamenu {
  position: relative;
}
div.wd_quote .wd_quote-value-down::before {
  width: auto !important;
  top: auto !important;
}
div.wd_quote .wd_quote-value-up::before {
  width: auto !important;
  top: auto !important;
}
.region-primary-menu-mobile {
  display: none;
  padding-left: 24px;
}
@media (min-width: 1200px) {
  .region-primary-menu-mobile {
    display: none !important;
  }
}
.region-primary-menu-mobile ul.menu {
  display: block;
}
@media (max-width: 1200px) {
  .region-primary-menu-mobile ul.menu {
    padding: 0;
    padding-top: 32px;
    margin-left: 0;
  }
  .region-primary-menu-mobile ul.menu li.menu-item {
    padding-bottom: 24px;
  }
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-weight: 400;
    text-transform: none;
    color: #000;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 200 !important;
    font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif !important;
    vertical-align: baseline !important;
  }
}
@media (max-width: 1200px) and (min-width: 1300px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 1299px) and (min-width: 800px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) and (min-width: 600px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 599px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 1300px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 1299px) and (min-width: 800px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) and (min-width: 600px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 599px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    font-weight: 400;
    text-transform: none;
    color: #000;
  }
}
@media (max-width: 1200px) and (min-width: 1300px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 1299px) and (min-width: 800px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) and (min-width: 600px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 599px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 1300px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 1299px) and (min-width: 800px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) and (min-width: 600px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 599px) {
  .region-primary-menu-mobile ul.menu li.menu-item a {
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .region-primary-menu-mobile ul.menu li.menu-item a::before {
    content: unset;
    border-bottom: none;
  }
}
@media (max-width: 1200px) {
  .region-primary-menu-mobile ul.menu li.menu-item a:focus::before {
    border: none;
    width: 0;
  }
}
@media (max-width: 1200px) {
  .region-primary-menu-mobile ul.menu li.menu-item a.has-menu.menu-open::after {
    transform: scale(0.5) rotate(-90deg);
  }
}
@media (max-width: 1200px) {
  .region-primary-menu-mobile ul.menu li.menu-item {
    padding-bottom: 24px;
  }
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-weight: 400;
    text-transform: none;
    color: #000;
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 1200px) and (min-width: 1300px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 1299px) and (min-width: 800px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) and (min-width: 600px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 599px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 1300px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 1299px) and (min-width: 800px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) and (min-width: 600px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 599px) {
  .region-primary-menu-mobile ul.menu li.menu-item .wd_quote .wd_main * {
    line-height: 28px;
  }
}
.region-primary-menu-mobile ul.menu li.menu-item {
  display: block;
  padding-bottom: 24px;
  padding-top: 0;
  margin: 0;
}
.region-primary-menu-mobile ul.menu li.menu-item a.has-menu::after {
  transform: scale(0.5) rotate(-90deg);
}
.site-branding__logo {
  margin-right: 32px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .site-branding__logo {
    margin-right: 0;
  }
}
.card--global {
  background: #fdd031;
  padding: 0;
  margin: 0 16px;
  height: 100%;
  display: flex;
}
.card--global .content-type {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #132b80;
}
.card--global .section-title {
  display: block;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #132b80;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  border: 1px dashed rgba(0, 0, 0, 0);
}
.card--global .section-title a {
  color: inherit;
  border: none;
  text-decoration: none;
  transition: all 0.25s;
}
.card--global .section-title a::after {
  content: url(/themes/custom/danaher/images/card-arrow.svg);
  margin-left: 8px;
}
.card--global .section-title a:hover {
  color: #132b80;
}
.card--global .section-title a:active {
  color: #7523ff;
}
.card--global .section-title a:focus {
  border: 1px dashed #132b80;
  color: inherit;
}
.card--global .text-content {
  margin: 16px;
}
.card--global .text-content .event-dates {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin-bottom: 16px;
}
.card--global .text-content .event-dates div {
  display: inline-block;
}
.card--global .tagging-block {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #132b80;
  text-align: left;
}
.card--global .tagging-block ul {
  text-align: left;
  padding: 0;
}
.card--global .tagging-block ul li:last-of-type::after {
  content: "";
}
.copyright p {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .copyright p {
    margin-bottom: 16px;
  }
}
#block-danaher-footer ul:not(.contextual-links),
#block-footerbottom ul:not(.contextual-links) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0px;
  gap: 32px;
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #000;
  flex-grow: 0;
}
@media (max-width: 1200px) {
  #block-danaher-footer ul:not(.contextual-links),
  #block-footerbottom ul:not(.contextual-links) {
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
}
#block-danaher-footer ul:not(.contextual-links) li,
#block-footerbottom ul:not(.contextual-links) li {
  display: inline;
}
#block-danaher-footer ul:not(.contextual-links) li a,
#block-footerbottom ul:not(.contextual-links) li a {
  color: inherit;
  border: none;
  text-decoration: none;
  transition: all 0.5s;
  border: 1px dashed rgba(0, 0, 0, 0);
}
#block-danaher-footer ul:not(.contextual-links) li a:hover,
#block-danaher-footer ul:not(.contextual-links) li a:active,
#block-danaher-footer ul:not(.contextual-links) li a:hover,
#block-footerbottom ul:not(.contextual-links) li a:hover,
#block-footerbottom ul:not(.contextual-links) li a:active,
#block-footerbottom ul:not(.contextual-links) li a:hover {
  color: #4000a5;
  text-decoration: underline;
}
.social-media-links--platforms {
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .social-media-links--platforms {
    padding-top: 15px !important;
    display: inline-block !important;
  }
}
.social-media-links--platforms.horizontal li {
  padding: 0;
  margin-left: 8px;
}
.social-media-links--platforms.horizontal li:first-of-type {
  margin-left: 0;
}
.social-media-links--platforms.horizontal li a {
  color: #132b80;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
  border: none;
  font-size: 12px;
  border-radius: 50%;
  background: #7523ff;
  transition: all 0.5s;
}
.social-media-links--platforms.horizontal li a:hover,
.social-media-links--platforms.horizontal li a:focus {
  color: #132b80;
  background: #4000a5;
}
.social-media-links--platforms.horizontal li a [class^="fa-"],
.social-media-links--platforms.horizontal li a [class*=" fa-"] {
  font-size: inherit;
  color: #fff;
}
.region-footer-bottom {
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  grid-gap: 80px;
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
  color: #000;
}
@media (max-width: 1400px) {
  .region-footer-bottom {
    grid-template-columns: max-content 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .region-footer-bottom {
    grid-template-columns: 1fr;
    grid-gap: 48px;
    grid-template-rows: auto auto auto;
  }
}
.region-footer-bottom .menu--footer-bottom-left-side ul.menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0;
  gap: 32px;
}
@media (max-width: 1200px) {
  .region-footer-bottom .menu--footer-bottom-left-side ul.menu {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .region-footer-bottom {
    display: block;
  }
}
#menu_checkbox {
  display: none;
}
#menu_checkbox:checked + label div:first-child {
  top: 7px;
  transform: rotateZ(45deg);
}
#menu_checkbox:checked + label div:last-child {
  top: -9px;
  transform: rotateZ(45deg);
}
#menu_checkbox:checked + label div:nth-child(2) {
  width: 25px;
  top: -1px;
  right: 0;
  transform: rotateZ(-45deg);
}
label.hbm {
  position: static;
  display: block;
  width: 25px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.1s cubic-bezier(0, 0.96, 1, 0.02) background-color;
}
label.hbm div {
  position: relative;
  top: 0;
  height: 3px;
  background-color: #000;
  margin-bottom: 5px;
  transition: 0.1s ease transform, 0.1s ease top, 0.1s ease width,
    0.1s ease right;
  border-radius: 0;
}
label.hbm div:first-child {
  transform-origin: center;
}
label.hbm div:last-child {
  margin-bottom: 0;
  transform-origin: center;
}
label.hbm div:nth-child(2) {
  right: 0;
  width: 25px;
  transform-origin: center;
}
@media (min-width: 1400px) {
  .container,
  .blazy__caption,
  body .layout-container,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1248px;
    width: calc(100% - 48px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .container,
  .blazy__caption,
  body .layout-container,
  .reagion-header .layout-container {
    width: calc(100% - 192px);
  }
}
@media (max-width: 1199.98px) {
  .container,
  .blazy__caption,
  body .layout-container,
  .reagion-header .layout-container {
    width: calc(100% - 144px);
  }
}
@media (max-width: 991.98px) {
  .container,
  .blazy__caption,
  body .layout-container,
  .reagion-header .layout-container {
    width: calc(100% - 144px);
  }
}
@media (max-width: 767.98px) {
  .container,
  .blazy__caption,
  body .layout-container,
  .reagion-header .layout-container {
    width: calc(100% - 96px);
  }
}
@media (max-width: 575.98px) {
  .container,
  .blazy__caption,
  body .layout-container,
  .reagion-header .layout-container {
    width: calc(100% - 48px);
  }
}
.block-field-blocknodepagebody {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.form--inline .form-item {
  margin-right: 0;
}
.social-sharing-buttons__popup {
  background-color: #132b80;
  color: #fff;
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.event-landing-text-header p {
  margin: 0;
}
.featured-resource .case-study--carousel.featured-case-study {
  background: none;
  width: 100%;
  padding-right: 30px;
  margin: 0;
  max-width: 150px;
}
.featured-resource .case-study--carousel.featured-case-study .body-content {
  padding-top: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.featured-resource .case-study--carousel.featured-case-study .body-content div {
  padding: 0;
  margin: 0;
  width: 100%;
}
.featured-resource .case-study--carousel.featured-case-study .body-content p {
  font-size: 14px;
  line-height: 18px;
}
.featured-resource .case-study--carousel.featured-case-study a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #132b80;
  border-bottom: 2px solid #132b80;
  display: inline-block;
}
.featured-resource .section-title {
  margin-bottom: 0;
}
.featured-resource .rightside {
  background: none;
}
.featured-resource .rightside .title {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-top: 16px;
}
.eyebrow {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
}
.background--dark-purple {
  background: #4000a5;
}
.background--dark-blue {
  background: #132b80;
}
.background--dark-green {
  background: #043d27;
}
.background--dark-pink {
  background: #7a197f;
}
.background--dark-orange {
  background: #7c2900;
}
.background--dark-yellow {
  background: #9d6801;
}
.background--white {
  background: #fff;
}
.region-primary-menu .menu-item,
body:not(:target) .region-primary-menu .menu-item {
  float: none;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  clear: both;
}
.wd_widget-theme-light {
  font-size: 14px;
  line-height: 1.2857;
  font-weight: 400;
  color: #000;
}
.wd_widget-theme-light .wd_quote {
  background-color: #fff !important;
  border: none !important;
}
#views-exposed-form-search-content-search input.form-submit {
  display: block;
}
#views-exposed-form-search-content-search #edit-actions {
  position: relative;
}
#views-exposed-form-search-content-search [id^="edit-reset"],
#views-exposed-form-search-content-search [id*=" edit-reset"],
#views-exposed-form-search-content-search input#edit-reset,
#views-exposed-form-search-content-search button.clear {
  margin: 0;
  position: absolute;
  top: 0;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  left: calc(-100% + 8px);
  padding: 12px 40px;
}
.region-search-taxonomy-links-block .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  color: #000;
  display: inline-block;
  margin-right: 48px;
}
.region-search-taxonomy-links-block ul.search-prefill {
  list-style-type: none;
  display: inline-flex;
  gap: 48px;
}
@media (max-width: 1200px) {
  .region-search-taxonomy-links-block ul.search-prefill {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px 16px;
    padding: 0;
  }
}
.region-search-taxonomy-links-block ul.search-prefill li {
  display: inline-block;
}
.region-search-taxonomy-links-block ul.search-prefill li a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  margin-top: 26px;
  border-bottom: none;
  display: inline-block;
  outline: none;
  font-weight: 700;
  margin-top: 0;
}
.region-search-taxonomy-links-block ul.search-prefill li a:after {
  content: url(/themes/custom/danaher/images/arrow-left.svg);
  width: 9px;
  height: 15px;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.25s;
}
.region-search-taxonomy-links-block ul.search-prefill li a:focus {
  color: #7523ff;
  padding-right: 10px;
  outline-offset: 3px;
}
.region-search-taxonomy-links-block ul.search-prefill li a:hover {
  text-decoration: none;
  outline: none;
  border-bottom-style: none;
  color: #7523ff;
}
.region-search-taxonomy-links-block ul.search-prefill li a:hover:after {
  transform: translateX(10px);
}
.region-search-taxonomy-links-block ul.search-prefill li a:disabled,
.region-search-taxonomy-links-block ul.search-prefill li a[disabled],
.region-search-taxonomy-links-block ul.search-prefill li a.disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
  color: #848484 !important;
  pointer-events: none;
}
.region-search-taxonomy-links-block ul.search-prefill li a:disabled:after,
.region-search-taxonomy-links-block ul.search-prefill li a[disabled]:after,
.region-search-taxonomy-links-block ul.search-prefill li a.disabled:after {
  content: url(/themes/custom/danaher/images/arrow-gray.svg);
}
.search-result-row .module,
.search-result-row .flexible-framer [data-columns][data-columns],
.flexible-framer .search-result-row [data-columns][data-columns] {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.search-result-row .container,
.search-result-row body .layout-container,
body .search-result-row .layout-container,
.search-result-row .blazy__caption,
.search-result-row .container-fluid,
.search-result-row .container-sm,
.search-result-row .container-md,
.search-result-row .container-lg,
.search-result-row .container-xl,
.search-result-row .container-xxl,
.search-result-row .container-maximum,
.search-result-row .container-full,
.search-result-row .container-max {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.views-exposed-form {
  font-weight: 400;
  text-transform: none;
  color: #000;
  padding-bottom: 48px;
}
.views-exposed-form .js-form-item {
  display: inline-block;
  margin-right: 48px;
}
.views-exposed-form input.form-submit {
  display: none;
}
@media (min-width: 1300px) {
  .views-exposed-form {
    font-size: 24px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .views-exposed-form {
    font-size: 24px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .views-exposed-form {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .views-exposed-form {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .views-exposed-form {
    line-height: 30px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .views-exposed-form {
    line-height: 30px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .views-exposed-form {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .views-exposed-form {
    line-height: 28px;
  }
}
.views-exposed-form select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/themes/custom/danaher/images/carat-select-down.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .views-exposed-form select {
    margin-bottom: 16px;
  }
}
.login-page #block-infomenu,
.login-page #block-megamenu {
  display: none;
}
#user-login-form label {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
  color: #000;
  padding-top: 32px;
}
#user-login-form .description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
}
.share-tagging-container.module,
.flexible-framer .share-tagging-container[data-columns] {
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 16px;
}
@media (max-width: 575.98px) {
  .share-tagging-container.module,
  .flexible-framer .share-tagging-container[data-columns] {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
}
.share-tagging-container > .content {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: calc(33.33% + 15px) 1fr;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .share-tagging-container > .content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#edit-field-news-topic-target-id option:empty,
#edit-field-event-type-target-id option:empty,
#edit-field-business-segment-target-id option:empty {
  display: none;
}
.publication-date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-bottom: 8px;
}
.region-article-hero-author-references p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #000;
  margin-bottom: 8px;
}
.region-article-hero-author-references p a {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #7523ff;
  text-decoration: none;
  border: none;
}
.region-article-hero-author-references p a:hover,
.region-article-hero-author-references p a:focus {
  text-decoration: underline;
}
.region-hero {
  overflow: hidden;
}
.region-error-messaging-for-404-page {
  height: 50vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.region-error-messaging-for-404-page #block-errormessaging {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.region-error-messaging-for-404-page #block-errormessaging .content {
  max-width: 600px;
  margin-inline: auto;
}
.region-error-messaging-for-404-page #block-errormessaging .eyebrow {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 400;
  color: #4000a5;
  margin: 0 0 16px;
  padding: 0;
}
.region-error-messaging-for-404-page #block-errormessaging .section-headline {
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin: 0 0 16px;
}
@media (min-width: 1300px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    font-size: 52px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    font-size: 40px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    line-height: 64px;
  }
}
@media (max-width: 1299px) and (min-width: 800px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    line-height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .region-error-messaging-for-404-page #block-errormessaging .section-headline {
    line-height: 40px;
  }
}
.region-error-messaging-for-404-page #block-errormessaging p {
  margin: 0 0 16px;
}
.region-error-messaging-for-404-page #block-errormessaging a {
  margin-top: 16px;
  display: inline-block;
}
.site-footer {
  font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
}
#block-authorsignoff article.person.container,
#block-authorsignoff body article.person.layout-container,
body #block-authorsignoff article.person.layout-container,
#block-authorsignoff article.person.blazy__caption {
  margin-left: 0;
  margin-right: 0;
}
.item-list ul li {
  padding: 0;
}
.fa-twitter:before {
  content: url(/themes/custom/danaher/images/social-media/twitter-logo.svg);
}
.hero--homepage-hero .blazy--field-embedded-video,
.hero--homepage-hero .media--bundle--video,
.hero--homepage-hero .video-hero {
  top: 0 !important;
}
@media (min-width: 1200px) {
  .hero--homepage-hero .blazy--field-embedded-video,
  .hero--homepage-hero .media--bundle--video,
  .hero--homepage-hero .video-hero {
    top: 110px !important;
  }
} /*# sourceMappingURL=styles.css.map */
