@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
: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-color: #212529;
  --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-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --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;
}

.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: var(--bs-box-shadow) !important;
}

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

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: 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: transparent !important;
}

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

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

.bg-opacity-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: 1440px) {
  .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: 2100px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-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;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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: 1440px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
@media (min-width: 2100px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bg-light-grey {
  background: #F0F0F0;
}

.headline {
  font-size: 8rem;
  line-height: 120%;
}

.subhead {
  font-size: 4rem;
  line-height: 46px;
}

.card-title {
  font-size: 2.4rem;
  line-height: 138.461538462%;
}

.eyebrow {
  font-size: 2rem;
  line-height: 175%;
  letter-spacing: 0.12em;
}

.body-large {
  font-size: 2rem;
  line-height: 29px;
}
.body-large > * {
  font-size: inherit;
}

.body-regular {
  font-size: 1.6rem;
  line-height: 24px;
}
.body-regular > * {
  font-size: inherit;
}

.title-caption {
  font-size: 1.6rem;
  line-height: 131.25%;
}

.label-small {
  font-size: 1.4rem;
  line-height: 114.285714286%;
}

.pull-quote {
  font-size: 3rem;
  line-height: 133.333333333%;
}

.small-captions {
  font-size: 1.6rem;
  line-height: 131.25%;
}

.acc {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0.1rem 0.1rem 0.1rem 0.1rem);
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-weight: 300;
  min-width: 320px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  scroll-behavior: smooth;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  color: #25282A;
  background-image: url(../images/bg_topography.png), linear-gradient(180deg, #6ec9c9, #006894 72%);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sr-only {
  position: absolute !important;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
  clip: rect(0.1rem 0.1rem 0.1rem 0.1rem);
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 6rem;
    max-width: 1110px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 16.5rem;
    max-width: 1440px;
  }
}

.padding-0-top {
  padding-top: 0px;
}
@media (max-width: 767.98px) {
  .padding-0-top {
    padding-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .padding-0-top {
    padding-top: 0px;
  }
}

.padding-1-top {
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .padding-1-top {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .padding-1-top {
    padding-top: 5px;
  }
}

.padding-2-top {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .padding-2-top {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .padding-2-top {
    padding-top: 10px;
  }
}

.padding-3-top {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .padding-3-top {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .padding-3-top {
    padding-top: 15px;
  }
}

.padding-0-bottom {
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .padding-0-bottom {
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .padding-0-bottom {
    padding-bottom: 0px;
  }
}

.padding-1-bottom {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .padding-1-bottom {
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .padding-1-bottom {
    padding-bottom: 5px;
  }
}

.padding-2-bottom {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .padding-2-bottom {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .padding-2-bottom {
    padding-bottom: 10px;
  }
}

.padding-3-bottom {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .padding-3-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .padding-3-bottom {
    padding-bottom: 15px;
  }
}

.white {
  color: #ffffff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark-purple {
  background-color: #212130;
}

.bg-dark-blue {
  background-color: #0a2238;
}

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

.bg-lighter-grey {
  background-color: #F5F6F6;
}

.bg-grey {
  background-color: #C1C6C8;
}

.bg-med-grey {
  background-color: #53565A;
}

.bg-dark-grey {
  background-color: #25282A;
}

.bg-black {
  background-color: #000000;
}

.bg-cog-yellow {
  background-color: #FFCD00;
}

.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6,
.bg-black .h1, .bg-black .h2, .bg-black .h3, .bg-black .h4, .bg-black .h5, .bg-black .h6,
.bg-black p,
.bg-dark-grey h1,
.bg-dark-grey h2,
.bg-dark-grey h3,
.bg-dark-grey h4,
.bg-dark-grey h5,
.bg-dark-grey h6,
.bg-dark-grey .h1,
.bg-dark-grey .h2,
.bg-dark-grey .h3,
.bg-dark-grey .h4,
.bg-dark-grey .h5,
.bg-dark-grey .h6,
.bg-dark-grey p,
.bg-dark-purple h1,
.bg-dark-purple h2,
.bg-dark-purple h3,
.bg-dark-purple h4,
.bg-dark-purple h5,
.bg-dark-purple h6,
.bg-dark-purple .h1,
.bg-dark-purple .h2,
.bg-dark-purple .h3,
.bg-dark-purple .h4,
.bg-dark-purple .h5,
.bg-dark-purple .h6,
.bg-dark-purple p,
.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue h6,
.bg-dark-blue .h1,
.bg-dark-blue .h2,
.bg-dark-blue .h3,
.bg-dark-blue .h4,
.bg-dark-blue .h5,
.bg-dark-blue .h6,
.bg-dark-blue p,
.bg-transparent h1,
.bg-transparent h2,
.bg-transparent h3,
.bg-transparent h4,
.bg-transparent h5,
.bg-transparent h6,
.bg-transparent .h1,
.bg-transparent .h2,
.bg-transparent .h3,
.bg-transparent .h4,
.bg-transparent .h5,
.bg-transparent .h6,
.bg-transparent p {
  color: #ffffff;
}
.bg-black .button,
.bg-dark-grey .button,
.bg-dark-purple .button,
.bg-dark-blue .button,
.bg-transparent .button {
  color: #0971c8;
}

.padding-4-top {
  padding-top: 80px;
}

.padding-4-bottom {
  padding-bottom: 80px;
}

h1,
.h1 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}
h1.headline,
.h1.headline {
  font-size: 4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1.headline,
  .h1.headline {
    font-size: 6rem;
  }
}

h2,
.h2 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
}
#big h2,
#big .h2 {
  font-size: 6rem;
}

h3,
.h3 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}
.page-advocacy h5, .page-research h5,
.page-advocacy .h5,
.page-research .h5 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  color: #0971c8;
  text-transform: uppercase;
}

p,
.p,
ul,
ol,
li,
figcaption {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 2rem;
  line-height: 120%;
}
p.body-large,
.p.body-large,
ul.body-large,
ol.body-large,
li.body-large,
figcaption.body-large {
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 700;
}
@media (min-width: 768px) {
  p.body-large,
  .p.body-large,
  ul.body-large,
  ol.body-large,
  li.body-large,
  figcaption.body-large {
    font-size: 2rem;
  }
}
p.large, div.large p,
.p.large,
div.large .p,
ul.large,
div.large ul,
ol.large,
div.large ol,
li.large,
div.large li,
figcaption.large,
div.large figcaption {
  font-size: 2rem;
}
p.ref, div.ref p,
.p.ref,
div.ref .p,
ul.ref,
div.ref ul,
ol.ref,
div.ref ol,
li.ref,
div.ref li,
figcaption.ref,
div.ref figcaption {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.008rem;
}
p.label, div.label p,
.p.label,
div.label .p,
ul.label,
div.label ul,
ol.label,
div.label ol,
li.label,
div.label li,
figcaption.label,
div.label figcaption {
  font-size: 1.4rem;
  line-height: 115%;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
p.quote, div.quote p,
.p.quote,
div.quote .p,
ul.quote,
div.quote ul,
ol.quote,
div.quote ol,
li.quote,
div.quote li,
figcaption.quote,
div.quote figcaption {
  font-size: 3rem;
  font-weight: 200;
  line-height: 135%;
  letter-spacing: 0.09rem;
}
p.caption, div.caption p,
.p.caption,
div.caption .p,
ul.caption,
div.caption ul,
ol.caption,
div.caption ol,
li.caption,
div.caption li,
figcaption.caption,
div.caption figcaption {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.036rem;
  margin-bottom: 1rem;
}

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

.small p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
}

.large p {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 2rem;
}

.disclaimer-text p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 125%;
}

a {
  font-size: 1.4rem;
  line-height: 115%;
  transition: all 0.25s ease-in-out;
  color: #0971c8;
}
.page-contact a {
  color: #0971c8;
}
.bg-dark-grey a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  width: auto;
  max-width: 100%;
  pointer-events: none;
}

.component-header h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .component-header h2 {
    font-size: 3rem;
  }
}

.learn-more a {
  font-size: 1.4rem;
  line-height: 114.285714286%;
  color: #53565A;
  text-decoration: none;
  transition: all 0.1s ease;
}

.arrow span {
  display: inline-block;
  height: 16px;
  width: 9px;
  top: 4px;
  margin-left: 10px;
  position: relative;
  background: url("../images/icon-chevron-right-yellow.svg") 0 0 no-repeat;
  background-size: 9px 16px;
}

.button {
  text-transform: uppercase;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #0971c8;
  border: 2px solid #0971c8;
  background-color: #ffffff;
  display: inline-block;
  height: 44px;
  padding: 10px;
  transition: all 0.25s ease-in-out;
  font-size: 1.6rem;
  line-height: 24px;
}
.button > * {
  font-size: inherit;
}
.button:hover {
  color: #ffffff;
  background-color: #0971c8;
  font-weight: 700;
}
.button.alt {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0;
  border: none;
  height: auto;
  padding-left: 0;
}
.button.alt:after {
  top: 8px;
}
.button.alt:hover {
  font-weight: 700;
}
.bg-dark-grey .button {
  border: 2px solid #C1C6C8;
  color: #C1C6C8;
}

.button-wrapper p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.white .button {
  color: #fff;
  position: relative;
  display: inline-block;
}
.white .button:after {
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  left: 5px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 8px;
}

figure {
  margin: 0;
  padding: 0;
}
figure figcaption {
  padding: 20px 0;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: normal;
}

.featured-articles .row,
.featured-jobs .row {
  border-bottom: 2px solid #AEB2AF;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .featured-articles .row,
  .featured-jobs .row {
    padding-bottom: 2rem;
  }
}
.featured-articles .row:last-child,
.featured-jobs .row:last-child {
  border-bottom: none;
}
.featured-articles h3,
.featured-jobs h3 {
  font-size: 2.4rem;
  margin-top: 0;
}
.featured-articles h3 a,
.featured-jobs h3 a {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.featured-articles .button-wrapper p,
.featured-jobs .button-wrapper p {
  display: flex;
  justify-content: flex-end;
}

.single-articles .back-link {
  margin-bottom: 0;
  padding-bottom: 0;
}

.back-link {
  font-size: 1.4rem;
  line-height: 114.285714286%;
}
.back-link.interior {
  margin-bottom: 0;
  padding-bottom: 0;
}
.back-link a {
  color: inherit;
  text-decoration: none;
}
.back-link img {
  transition: all 0.3s ease;
  margin-right: 10px;
  position: relative;
  width: 10px;
  height: 16px;
  top: 3px;
}

.divider .hr {
  border-top: 1px solid #25282A;
}
.divider hr {
  display: none;
}

.page-content h2 {
  margin-top: -5px;
}
.page-content p {
  font-size: 2rem;
  line-height: 29px;
  margin-top: 0;
  padding-bottom: 0;
}
.page-content p > * {
  font-size: inherit;
}
.page-content p a {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.page-content.font-size-large p, .page-content.font-size-large li {
  font-weight: 400;
}
.page-content a {
  letter-spacing: 0;
  text-decoration: underline;
}
.page-content a:hover {
  font-weight: 300;
}
.page-content.font-size-medium p, .page-content.font-size-medium li {
  font-size: 1.8rem;
}
.page-content.font-size-small p, .page-content.font-size-small li {
  font-size: 1.6rem;
  line-height: 24px;
}
.page-content + .button-wrapper {
  padding-top: 20px;
}

.wysiwyg p,
.team-body-bio p {
  padding-bottom: 0;
}
.wysiwyg p:first-child,
.team-body-bio p:first-child {
  margin-top: 0;
}
.wysiwyg p:last-child,
.team-body-bio p:last-child {
  padding-bottom: 0;
}
.wysiwyg ul,
.team-body-bio ul {
  padding-left: 2rem;
}
.wysiwyg li,
.team-body-bio li {
  padding-bottom: 3px;
}

.sidebar-content h4 {
  font-size: 1.6rem;
  line-height: 131.25%;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.005em;
  text-transform: none;
  margin-top: 0;
}
.sidebar-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.sidebar-content p, .sidebar-content li {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.03em;
}
.sidebar-content p > *, .sidebar-content li > * {
  font-size: inherit;
}
.sidebar-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer {
  background: #0a2238;
  background-image: url(../images/watermark.svg);
  color: #fff;
  background-size: 30%;
  background-attachment: fixed;
  background-position: 95% 115%;
  background-repeat: no-repeat;
}
#footer .container {
  padding-top: 38px;
  padding-bottom: 10px;
}
#footer .container .row {
  position: relative;
}
#footer .site-title {
  margin-bottom: 47px;
}
#footer p, #footer ul, #footer li {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3125;
  letter-spacing: 0.005em;
  margin: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  #footer p, #footer ul, #footer li {
    text-align: center;
  }
}
#footer p a, #footer ul a, #footer li a {
  color: #fff;
  letter-spacing: 0.005em;
  text-decoration: none;
  font-size: 1.6rem;
}
#footer p a:hover, #footer ul a:hover, #footer li a:hover {
  font-weight: inherit;
  color: #fff;
  text-decoration: underline;
}
#footer .footer-copy {
  padding-right: 23px;
}
@media (min-width: 768px) {
  #footer .footer-copy {
    padding-right: 0;
  }
}
#footer .footer-copy p, #footer .footer-copy a {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #ffffff !important;
}
#footer .nav {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  #footer .nav {
    display: none;
  }
}
#footer .nav > li {
  padding-bottom: 0;
}
#footer .nav > li > a {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 130%;
  color: #ffffff;
  padding-bottom: 1.2rem;
}
#footer .nav > li > ul {
  list-style: none;
  padding: 0;
}
#footer .nav > li > ul > li {
  padding-bottom: 0;
}
#footer .nav > li > ul > li > a {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 0.6rem;
}

#policy {
  background-color: #0071b3;
  padding: 9px 0;
}
#policy p {
  color: #ffffff;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 130%;
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  #policy p {
    text-align: center;
  }
}
#policy p a {
  color: #ffffff;
  text-decoration: underline;
}

.cta-wrapper .cta {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(24, 47, 67, 0.2);
}
.cta-wrapper .cta .cta-headline {
  padding: 30px;
}
@media (min-width: 1200px) {
  .cta-wrapper .cta .cta-headline {
    padding: 120px 50px 100px 100px;
  }
}
.cta-wrapper .cta .cta-headline > * {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #25282A;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .cta-wrapper .cta .cta-headline > * {
    font-size: 8rem;
  }
}
.cta-wrapper .cta .cta-headline em, .cta-wrapper .cta .cta-headline i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.cta-wrapper .cta .cta-headline em:before, .cta-wrapper .cta .cta-headline i:before {
  position: absolute;
  bottom: 18.75%;
  content: "";
  height: 41.66667%;
  background: #FFCD00;
  z-index: -1;
  left: -3px;
  width: calc(100% + 6px);
}
@media (min-width: 768px) {
  .cta-wrapper .cta .cta-headline em:before, .cta-wrapper .cta .cta-headline i:before {
    left: -5px;
    width: calc(100% + 18px);
  }
}
.cta-wrapper .cta .cta-copy {
  padding: 30px;
  background: url("../images/cta-background.png") 0 0 repeat;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
}
.cta-wrapper .cta .cta-copy p {
  margin: 0;
  padding: 0;
}
.cta-wrapper a.cta-button {
  border: 2px solid #53565A;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 24px;
  color: #25282A;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
}
.cta-wrapper a.cta-button > * {
  font-size: inherit;
}

#font-height {
  font-size: 8rem;
}

.featured-clients .eyebrow {
  text-transform: uppercase;
  color: #FFCD00;
  padding-bottom: 0;
  margin-top: 0;
}
.featured-clients h5.body-large {
  font-weight: 300;
}
.featured-clients .clients {
  padding-bottom: 20px;
}
.featured-clients .clients ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-clients .clients li {
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 0;
}
.featured-clients .clients li span {
  white-space: nowrap;
  padding-right: 30px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
}
.featured-clients .clients li span:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/cog-bug.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transform: translateY(-50%);
}

.accolades .eyebrow {
  text-transform: uppercase;
  color: #25282A;
  padding-bottom: 0;
  margin-top: 0;
}
.accolades .accolades-copy {
  font-size: 2rem;
  line-height: 29px;
}
.accolades .accolades-copy > * {
  font-size: inherit;
}
.accolades .accolades-copy p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.accolades .awards {
  padding-bottom: 20px;
}
.accolades .awards ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
}
.accolades .awards li {
  margin: 50px 50px 0 0;
  padding-bottom: 0;
}
.accolades.bg-dark-grey .eyebrow {
  color: #FFCD00;
}

.four-oh-four {
  padding: 275px 0;
}
@media (max-width: 767.98px) {
  .four-oh-four {
    padding: 100px 0;
  }
  .four-oh-four .col-6 {
    margin-bottom: 40px;
  }
}
.four-oh-four .eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.four-oh-four h2 {
  font-size: 4rem;
  line-height: 46px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 4rem;
}

#content sup {
  vertical-align: top;
  position: relative;
  top: 5px;
  line-height: 0;
  font-size: 50%;
}
#content .article-header p a {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  border-bottom: 1px solid #25282A;
  color: #25282A;
  background: linear-gradient(0deg, #FFCD00, #FFCD00) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 200ms;
  --bg-h: 100%;
}
#content .article-header p a:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  border-bottom: 1px solid transparent;
}

.top-author {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.author-details {
  padding: 80px 0;
  background: #F5F6F6;
}
@media (max-width: 767.98px) {
  .author-details {
    padding: 2rem 0;
  }
}
.author-details h3 {
  margin-top: 1rem;
}
.author-details .author-meta img {
  margin-bottom: 10px;
}
.author-details .author-meta_headshot {
  width: 50px;
  height: auto;
  object-fit: contain;
}
.author-details .author-meta strong {
  font-size: 1.2rem;
}
.author-details .author-meta .credentials {
  font-size: 1.1rem;
  display: block;
  color: #C1C6C8;
}
.author-details .author-meta a {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}
.author-details .author-meta a img {
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

@media (max-width: 767.98px) {
  .project-content-header .sidebar-content {
    padding-top: 2rem !important;
  }
  .project-content-header .sidebar-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

a.skip-link {
  font-family: "Helvetica Now Var", sans-serif;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
  color: #25282A;
}
a.skip-link:focus {
  left: 0;
  top: 0;
  padding: 10px;
  text-decoration: none;
  outline: none;
  color: #0971c8;
}

body {
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

.masthead {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 15px;
  background: #0a2238;
  left: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .masthead {
    height: 100px;
  }
}

header.header {
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  header.header {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  header.header {
    padding: 0 6rem;
    max-width: 1110px;
  }
}
@media (min-width: 1200px) {
  header.header {
    padding: 0 16.5rem;
    max-width: 1440px;
  }
}
@media (min-width: 768px) {
  header.header {
    height: 100px;
  }
}
header.header .site-name {
  margin: 0;
  height: 35px;
  padding-bottom: 0;
  font-size: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  header.header .site-name {
    padding: 0;
    height: 50px;
  }
}
header.header .site-name a {
  display: block;
  height: 100%;
  background: url("../images/logo.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
header.header .site-name a img {
  height: 100%;
  visibility: hidden;
}
header.header .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.toggle_wrapper {
  display: block;
}
@media (min-width: 992px) {
  .toggle_wrapper {
    display: none;
  }
}

.toggle_wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 32px;
  width: 40px;
  z-index: 9999;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .toggle_wrapper {
    right: 60px;
  }
}

.toggle {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.1s;
  top: 50%;
  background: transparent;
  transform: translate(0, -50%);
}

.toggle:focus {
  outline: none;
}

.toggle span {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 13px;
  left: 4px;
  right: 4px;
  height: 6px;
  background: #53565A;
  -webkit-transition: background 0s 0.1s;
  transition: background 0s 0.1s;
}

.toggle span::before,
.toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #53565A;
  content: "";
  -webkit-transition-duration: 0.1s, 0.1s;
  transition-duration: 0.1s, 0.1s;
  -webkit-transition-delay: 0.1s, 0s;
  transition-delay: 0.1s, 0s;
}

.toggle span::before {
  top: -11px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.toggle span::after {
  bottom: -11px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.toggle.is-active span {
  top: 14.5px;
  height: 3px;
}

.toggle.is-active span::before,
.toggle.is-active span::after {
  height: 3px;
}

.toggle.is-active span::before {
  top: -8px;
}

.toggle.is-active span::after {
  bottom: -8px;
}

.toggle.is-active span {
  background: none;
}

.toggle.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.is-active span::before,
.toggle.is-active span::after {
  background-color: #0971c8;
  -webkit-transition-delay: 0s, 0.1s;
  transition-delay: 0s, 0.1s;
}

@media (max-width: 991.98px) {
  nav.nav-main {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(-3px, 28px);
    min-width: 230px;
  }
  nav.nav-main ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  }
  nav.nav-main ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  nav.nav-main ul li a {
    position: relative;
    width: 100%;
    font-size: 2rem;
    line-height: 29px;
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 11px 20px;
    display: block;
    background: #fff;
    font-weight: 400;
  }
  nav.nav-main ul li a > * {
    font-size: inherit;
  }
  nav.nav-main ul li a:hover {
    color: #0971c8;
    text-decoration: underline;
  }
  nav.nav-main ul li ul {
    filter: none;
  }
  nav.nav-main ul li ul li a {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 24px;
  }
  nav.nav-main ul li ul li a > * {
    font-size: inherit;
  }
}
@media (max-width: 767.98px) {
  nav.nav-main {
    position: absolute;
    top: 60px;
    right: auto;
    left: 0;
    transform: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  nav.nav-main {
    display: block !important;
    position: static;
    width: auto;
    height: auto;
    border: none;
    transform: none;
  }
  nav.nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  nav.nav-main li {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 150%;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
    position: relative;
  }
  nav.nav-main li a {
    position: relative;
    font-size: 2rem;
    line-height: 29px;
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 11px 20px;
    display: block;
    font-weight: 400;
  }
  nav.nav-main li a span {
    clear: left;
  }
  nav.nav-main li a > * {
    font-size: inherit;
  }
  nav.nav-main li:hover a {
    color: #0971c8;
    text-decoration: underline;
  }
  nav.nav-main li:hover ul {
    display: block;
    min-width: 160px;
    top: 100%;
  }
  nav.nav-main li:hover ul a {
    background: #fff;
  }
  nav.nav-main li:hover ul a:hover {
    color: #0971c8;
    text-decoration: underline;
  }
  nav.nav-main li ul {
    position: absolute;
    top: -999em;
    left: 0px;
    white-space: nowrap;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    display: block;
    min-width: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  nav.nav-main li ul {
    display: none;
    top: 100%;
  }
}
@media (min-width: 992px) {
  nav.nav-main li ul li a {
    font-size: 1.6rem;
    line-height: 24px;
    background: #fff;
    font-weight: 300;
  }
  nav.nav-main li ul li a > * {
    font-size: inherit;
  }
  nav.nav-main li ul li:last-child a {
    border-radius: 0px 0px 4px 4px;
  }
}

body.do-ani-nav nav.nav-main > ul > li ul {
  transition: all 0.3s ease;
  display: none;
  top: 100%;
}
body.do-ani-nav nav.nav-main > ul > li ul li {
  display: block;
}
body.do-ani-nav nav.nav-main > ul > li:hover ul {
  display: block;
}

.team-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
@media (min-width: 768px) {
  .team-filters ul {
    display: flex;
    justify-content: flex-start;
  }
}
.team-filters ul li {
  margin-right: 1rem;
}
.team-filters ul li a {
  display: inline-block;
  padding: 12px 20px;
  background: #EBECEC;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 5px;
  color: #25282A;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  letter-spacing: 0.005em;
}
.team-filters ul li a > * {
  font-size: inherit;
}
.team-filters ul li a:before {
  content: attr(data-label);
  position: relative;
  height: 1px;
  top: -1px;
  visibility: hidden;
  font-weight: 700;
  display: block;
}
.team-filters ul li a.active, .team-filters ul li a:hover {
  font-weight: 700;
  background: #FFCD00;
}

#tab-content .row {
  margin-left: 0;
  margin-right: 0;
}
#tab-content .row .team-member {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #tab-content .row .team-member {
    margin-bottom: 0;
  }
}

.article-body {
  padding-bottom: 10rem;
}

a {
  text-decoration: none;
  color: #25282A;
}
a:hover .name p {
  font-weight: 300;
}
a:hover .headshot img {
  filter: grayscale(1);
}
a:hover .headshot:before {
  background: #fff;
}
a:hover .headshot:after {
  left: 0;
}

.name h3 {
  letter-spacing: 0;
  margin-bottom: 0;
}
.name p {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 300;
}
.name p.credentials {
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #888C91;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}

.headshot {
  position: relative;
  overflow: hidden;
}
.headshot img {
  position: relative;
  z-index: 10;
  display: block;
  filter: grayscale(0);
  transition: all 0.3s ease;
}
.headshot:before, .headshot:after {
  z-index: 1;
  position: absolute;
  content: "";
  background: #EFF3F3;
  width: 100%;
  height: 85.714285714%;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.headshot:after {
  background: #FFCD00;
  z-index: 20;
  mix-blend-mode: multiply;
  left: -100%;
}

#strategic-partners {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
#strategic-partners .row > * {
  margin-top: 8rem;
}
#strategic-partners header {
  margin-bottom: 8rem;
}
#strategic-partners .container > .row > * {
  margin-top: 0rem;
}
#strategic-partners .container > .row .team-member {
  margin-top: 4rem;
}
#strategic-partners h2 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
}
#strategic-partners p {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2rem;
  line-height: 29px;
}
#strategic-partners p > * {
  font-size: inherit;
}

#tab-content {
  min-height: 500px;
  transition: all 0.3s ease;
  background: url("../images/Spinner@1x-1.0s-200px-200px.gif") 50% 30px no-repeat;
  background-color: rgb(255, 255, 255);
  background-blend-mode: lighten;
  background-size: 100px 100px;
}
#tab-content.loading {
  background-color: rgba(255, 255, 255, 0);
}

.team-head {
  margin-bottom: 8rem;
}

.team-body-bio .bio {
  font-size: 1.6rem;
  line-height: 24px;
}
.team-body-bio .bio > * {
  font-size: inherit;
}

.team-sidebar {
  padding-top: 26px;
}
.team-sidebar .social-links {
  padding-bottom: 2rem;
  margin-bottom: 12px;
}
.team-sidebar .social-links li {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.03em;
}
.team-sidebar .social-links li > * {
  font-size: inherit;
}
.team-sidebar .social-links li a {
  letter-spacing: 0.03em;
}

#clients {
  margin-top: 8rem;
}
#clients > * {
  color: inherit;
}
#clients .client-category h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0;
  text-transform: none;
}
#clients .client-category p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

.project-content-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.project-content-header h2.subhead {
  margin-top: 0;
}
.project-content-header .sidebar-content {
  padding-top: 4rem;
}

.project-challenges-goals {
  padding: 4rem 0 4rem 0;
}
@media (min-width: 768px) {
  .project-challenges-goals {
    padding: 8rem 0;
  }
}
.project-challenges-goals h3 {
  margin-top: 0;
}
.project-challenges-goals p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.project-challenges-goals p > * {
  font-size: inherit;
}
.project-challenges-goals p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-testimonial {
  padding: 4rem 0 4rem 0;
}
@media (min-width: 768px) {
  .project-testimonial {
    padding: 12rem 0 9rem 0;
  }
}
.project-testimonial .testimonial-logo figure {
  display: flex;
  justify-content: center;
}
.project-testimonial blockquote {
  padding-bottom: 3rem;
}
.project-testimonial blockquote p {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #25282A;
}
.project-testimonial blockquote p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.project-testimonial blockquote + figcaption {
  padding-top: 0;
}
.project-testimonial blockquote + figcaption h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  color: #25282A;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.project-testimonial blockquote + figcaption p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.005em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-references {
  padding: 4rem 0;
}
.project-references ol {
  margin: 0 0 0 2rem;
  padding: 0;
}
.project-references ol li {
  margin: 0;
  padding: 0;
}
.project-references ol li h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.005em;
  text-transform: none;
}
.project-references ol li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.005em;
  margin: 0;
  padding: 0;
}

.project-related {
  padding-bottom: 8rem;
}
.project-related header {
  padding: 4rem 0;
}
.project-related header h3 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
}

.page-research .bg-white h1, .page-research .bg-white h2, .page-research .bg-white h3, .page-research .bg-white h4, .page-research .bg-white h5, .page-research .bg-white h6,
.page-research .bg-white .h1, .page-research .bg-white .h2, .page-research .bg-white .h3, .page-research .bg-white .h4, .page-research .bg-white .h5, .page-research .bg-white .h6,
.page-research .bg-white p {
  color: #0971c8;
}
.page-research #video .row {
  align-items: center;
}
.page-research #video .wysiwyg h1 {
  margin-top: 0;
  margin-bottom: 5rem;
}
.page-research #video .wysiwyg p {
  margin: 1rem 0;
  padding-bottom: 2rem;
}
.page-research .wysiwyg h5 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
}
.page-research .wysiwyg h3 {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.page-research .wysiwyg p {
  margin: 0;
}
.page-research .wysiwyg a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
  color: #0971c8;
}
.page-research .wysiwyg a:hover {
  font-weight: 400;
  color: #0a2238;
}
.page-research .pipeline .container {
  overflow: scroll;
}
@media (min-width: 992px) {
  .page-research .pipeline .container {
    overflow: auto;
  }
}
.page-research .pipeline table {
  border: #000000 1px solid;
  border-spacing: 0;
  min-width: 400px;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .page-research .pipeline table {
    width: 100%;
  }
}
.page-research .pipeline table thead {
  background-color: #212130;
}
.page-research .pipeline table thead th {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
}
.page-research .pipeline table thead th:nth-of-type(2), .page-research .pipeline table thead th:nth-of-type(3), .page-research .pipeline table thead th:nth-of-type(4), .page-research .pipeline table thead th:nth-of-type(5) {
  border-left: #ffffff 1px solid;
}
.page-research .pipeline table tbody tr {
  padding: 0;
}
.page-research .pipeline table tbody tr p {
  margin: 0;
  color: #212130;
  padding-bottom: 0.5rem;
}
.page-research .pipeline table tbody tr .drug {
  padding: 1rem 0 1rem 2rem;
}
.page-research .pipeline table tbody tr .drug-image {
  width: 85px;
}
.page-research .pipeline table tbody tr .drug-image.BOREAS {
  width: 100px;
}
.page-research .pipeline table tbody tr .drug-title {
  font-weight: 700;
}
.page-research .pipeline table div.phase {
  display: flex;
  position: relative;
}
.page-research .pipeline table div.phase p {
  font-size: 1.5rem;
  font-style: italic;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  color: #ffffff;
  left: 10px;
  line-height: 35px;
}
@media (min-width: 992px) {
  .page-research .pipeline table div.phase p {
    font-size: 1.8rem;
    left: 10px;
  }
}
.page-research .pipeline table div.phase-bar {
  display: block;
  background: #0971c8;
  background: linear-gradient(90deg, rgba(9, 113, 200, 0.8) 0%, rgb(9, 113, 200) 100%);
  left: 0px;
  z-index: 0;
  width: 0;
  height: 35px;
  position: absolute;
  animation: myAnimation 2s ease-out;
}
@keyframes myAnimation {
  from {
    width: 0%; /* Or any starting value */
  }
  /* No 'to' or '100%' for width */
}
.page-research .pipeline table div.phase-bar::after {
  display: block;
  content: "";
  background: #0971c8;
  width: 24.7487373415px;
  height: 24.7487373415px;
  transform: rotate(45deg);
  position: absolute;
  right: -12.3743686708px;
  top: 5px;
}

.page-science sup a {
  color: #ffffff;
  font-size: 75%;
}
.page-science h1 {
  font-size: 5rem;
  font-weight: 300;
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.page-science p {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .page-science .video .container {
    width: 62.5%;
  }
}
.page-science .bg-custom {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-science .bg-custom.bg-right {
  background-position: right;
}
.page-science .bg-custom.d-block.d-md-none {
  height: 1000px;
}
.page-science .mobile-images img {
  padding-bottom: 4rem;
}
.page-science .references-list li {
  padding-bottom: 0;
}
.page-science .references-list h1 {
  color: #0071b3;
}
.page-science .references-list p {
  padding-bottom: 0;
  font-size: 1.8rem;
  color: #0071b3;
  margin: 9px 0;
}
.page-science .references-list a {
  color: #0071b3;
}
.page-science .references-list a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.page-presentations .presentations .presentation {
  border-bottom: 1px solid #000000;
}
.page-presentations .presentations .presentation a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.page-presentations .presentations .presentation a::after {
  display: block;
  content: url(../images/icon-chevron-right-gray.svg);
}
.page-presentations .presentations .presentation a h2 {
  margin-top: 0;
  color: #0971c8;
}
.page-presentations .presentations .presentation a h4 {
  margin-top: 0;
}
.page-presentations .presentations .presentation a .abstract p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-presentations .presentations .presentation a:hover h2 {
  text-decoration: underline;
}
.page-presentations .presentations .presentation:last-of-type {
  border-bottom: none;
}

.page-about .fragments_layout#logo .row {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-about .fragments_layout#logo .row .col-md-4 {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .page-about .fragments_layout#logo .row .col-12 {
    padding-bottom: 5rem;
  }
}
.page-about #advisors h2 {
  margin-bottom: 0;
}
.page-about #advisors p {
  margin-top: 0;
}

.hero .hero-image-mobile {
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero .hero-image-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero .hero-image-mobile {
    display: none;
  }
}
.hero .hero-image-desktop {
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero .hero-image-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero .hero-image-desktop {
    display: block;
  }
}
.hero .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.hero .container figure, .hero .container figure img {
  width: 100%;
  display: block;
  margin: 0;
}
.hero .container .hero-copy {
  width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .hero .container .hero-copy {
    max-width: 1110px;
  }
}
@media (min-width: 1200px) {
  .hero .container .hero-copy {
    padding: 0 16.5rem;
    max-width: 1440px;
  }
}
.hero .container .hero-copy p {
  margin-top: 0;
}
.hero.hero-full .hero-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: #fff;
}
.hero.hero-short .hero-copy {
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .hero.hero-short .hero-copy {
    max-width: 1110px;
  }
}
@media (min-width: 1200px) {
  .hero.hero-short .hero-copy {
    padding: 0 16.5rem;
    max-width: 1440px;
  }
}
.hero.hero-video .video-embed {
  width: 100%;
}
.hero.hero-video .video-embed iframe {
  width: 100%;
  margin-bottom: -2px;
  aspect-ratio: 16/9;
}
.hero.hero-headline .container {
  padding: 0 2rem;
  width: inherit;
}
@media (min-width: 768px) {
  .hero.hero-headline .container {
    max-width: 1110px;
    padding: 0 6rem;
  }
}
@media (min-width: 1200px) {
  .hero.hero-headline .container {
    padding: 0 16.5rem;
    max-width: 1440px;
  }
}
.hero.hero-headline .container .hero-copy {
  padding: 0;
}
.hero.hero-transparent {
  background-color: transparent !important;
}
.hero.hero-transparent .flex-wrapper {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .hero.hero-transparent .flex-wrapper {
    padding: 0 10rem 10rem 10rem;
  }
}
.hero.hero-hand {
  background-image: url("../images/patient-bg.svg");
  background-repeat: no-repeat;
  background-position: 75% 5%;
  background-size: 950px;
}
.hero.hero-hand h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.hero.hero-hand h1 {
  margin-top: 2.5rem;
}
.hero.hero-hand p {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
}
.hero.hero-hand .hands {
  position: relative;
}
.hero.hero-hand .hands::after {
  display: block;
  content: "";
  position: relative;
  background-image: url("../images/patients-hands.svg");
  background-repeat: no-repeat;
  height: 125%;
  top: -45px;
  transform: translateX(150px);
}

@media (max-width: 1199.98px) {
  body.page-about #content h1 {
    font-size: 4rem;
  }
}

.card {
  margin-bottom: 4rem;
}
.card .featured-image a {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: url("../images/cog-bug.svg"), auto;
}
.card .featured-image a img {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.card .featured-image a:after {
  z-index: 10;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  display: block;
  transition: all 0.3s ease;
}
.card .featured-image a:hover:after {
  left: 0;
  opacity: 1;
}

.card-content {
  padding: 20px 0 0 0;
}
.card-content h3.card_title {
  margin-top: 10px;
}
.card-content h3.card_title a {
  font-size: inherit;
  color: #25282A;
  text-decoration: none;
  letter-spacing: inherit;
}
.card-content .terms {
  margin-bottom: 4px;
}
.card-content .terms p {
  font-size: 1.4rem;
  line-height: 114.285714286%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #25282A;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-content .terms p a {
  color: #25282A;
  transition: all 0.1s ease;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.card-content .terms p a:hover {
  text-decoration: underline;
}
.card-content .card_title {
  font-size: 2.4rem;
  line-height: 138.461538462%;
  color: #25282A;
}
.card-content .tags {
  font-size: 1.4rem;
  line-height: 114.285714286%;
  color: #888C91;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 0;
}
.card-content .tags a {
  color: #888C91;
  transition: all 0.1s ease;
}
.card-content .tags a:hover {
  text-decoration: underline;
}
.card-content .learn-more {
  margin-top: 30px;
  padding-bottom: 0;
}
.card-content .learn-more a {
  position: relative;
  font-size: 1.4rem;
  line-height: 114.285714286%;
}

.carousel .carousel-slides .slick-slide {
  height: unset;
}
.carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.carousel .carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .carousel .carousel-wrapper {
    padding: 0;
    position: relative;
  }
}
.carousel .carousel-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.carousel .carousel-nav .image-spacer {
  width: 100%;
  visibility: hidden;
}
.carousel .carousel-nav .image-spacer img {
  width: 100%;
}
@media (min-width: 768px) {
  .carousel .carousel-nav {
    display: block;
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-nav {
    display: block;
    padding: 0px 165px;
  }
}
.carousel .carousel-nav a {
  display: none;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .carousel .carousel-nav a {
    width: 165px;
  }
}
.carousel .carousel-nav a.next-slide {
  left: auto;
  right: 0;
}
@media (min-width: 1200px) {
  .carousel .carousel-nav a.next-slide {
    width: 165px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.carousel .dots-wrapper.carousel-large {
  position: absolute;
  bottom: 30px;
  left: 60px;
  width: calc(100% - 120px);
  height: 10px;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .carousel .dots-wrapper.carousel-large {
    bottom: -30px;
  }
}
.carousel .dots-wrapper.carousel-large .slick-dots {
  position: static;
  height: 10px;
}
.carousel .slick-dots {
  position: static;
  height: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.carousel .slick-dots li {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px;
  padding: 0;
  width: 9px;
}
.carousel .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.carousel .slick-dots li button:before, .carousel .slick-dots li button:after {
  display: none;
}
.carousel .slick-dots li.slick-active button {
  border-color: #FFCD00;
  background: #FFCD00;
}
.carousel .container {
  padding: 0;
}
.carousel .container figure {
  width: 100%;
}
.carousel .container figure img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .carousel .container figure .image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
  }
}
.carousel .container .col:first-child {
  padding: 0;
}
.carousel .container .col .inner p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .carousel .container .container .col {
    padding: 0;
  }
}
.carousel .slides {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.carousel .slides .slide {
  margin: 0;
}
@media (min-width: 768px) {
  .carousel .slides .slide {
    margin: 0 60px;
  }
}
@media (min-width: 1200px) {
  .carousel .slides .slide {
    margin: 0 165px;
  }
}
.carousel.carousel-small .carousel-nav .image-spacer img {
  width: 100%;
}
@media (min-width: 1200px) {
  .carousel.carousel-small .carousel-nav .image-spacer img {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .carousel.carousel-small .slide {
    display: flex;
    justify-content: flex-start;
  }
  .carousel.carousel-small .slide .col {
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
  .carousel.carousel-small .slide .col:first-child {
    width: 65.765765766%;
    padding-left: 0;
  }
}

.layout-full .carousel .slides {
  padding-bottom: 30px;
}
.layout-full .dots-wrapper.carousel-large {
  bottom: 0;
}
.layout-full.project-single .featured-image, .layout-full.project-single figure {
  width: 100%;
}
.layout-full.project-single .featured-image img, .layout-full.project-single figure img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .layout-columns.carousel .carousel-nav.carousel-slides-projects .image-spacer, .layout-columns.carousel .carousel-nav.carousel-slides-case-studies .image-spacer {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.layout-columns.carousel .dots-wrapper {
  padding-top: 30px;
}
.layout-columns.carousel .carousel-image-cols-wrapper {
  margin-bottom: 4rem;
}
.layout-columns.carousel .carousel-image-cols-wrapper .carousel-image-cols-copy {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.layout-columns.carousel .carousel-image-cols-wrapper .carousel-image-cols-copy .copy-container {
  color: #000;
}

@media (min-width: 1200px) {
  .layout-columns.project-single .card {
    --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));
    display: flex;
    align-items: center;
  }
  .layout-columns.project-single .card .featured-image {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .layout-columns.project-single .card .card-content {
    padding: 0 0 0 30px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .layout-columns .carousel-slides.carousel-slides-projects .slide .card, .layout-columns .carousel-slides.carousel-slides-case-studies .slide .card {
    --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));
    display: flex;
    align-items: center;
  }
  .layout-columns .carousel-slides.carousel-slides-projects .slide .card .featured-image, .layout-columns .carousel-slides.carousel-slides-case-studies .slide .card .featured-image {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .layout-columns .carousel-slides.carousel-slides-projects .slide .card .card-content, .layout-columns .carousel-slides.carousel-slides-case-studies .slide .card .card-content {
    padding: 0 0 0 30px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.collage .grid {
  display: grid;
  grid-gap: 15px;
}
.collage .grid figure {
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
  position: relative;
}
@media (min-width: 768px) {
  .collage .grid figure.sq:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .collage .grid figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .collage .grid {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
  .collage .grid .collage-image-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .collage .grid .collage-image-2 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .collage .grid .collage-image-3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .collage .grid .collage-image-4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .collage .grid .collage-image-5 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
  }
}

.image.image-single-full img {
  width: 100%;
  max-wdith: 100%;
  height: auto;
}
.image.image-single-full figure .image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
}
.image.image-collage figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: repeat(6, 1fr);
  grid-gap: 1.5rem;
}
@media (min-width: 768px) {
  .image.image-collage figure {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.image.image-collage figure .one {
  aspect-ratio: 1/1;
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media (min-width: 768px) {
  .image.image-collage figure .one {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }
}
.image.image-collage figure .two {
  aspect-ratio: 1/1;
  grid-column: 1/1;
  grid-row: 3/3;
}
@media (min-width: 768px) {
  .image.image-collage figure .two {
    grid-column: 3/3;
    grid-row: 1/1;
  }
}
.image.image-collage figure .three {
  aspect-ratio: 1/1;
  grid-column: 2/2;
  grid-row: 3/3;
}
@media (min-width: 768px) {
  .image.image-collage figure .three {
    grid-column: 3/3;
    grid-row: 2/2;
  }
}
.image.image-collage figure .four {
  aspect-ratio: 1/1;
  grid-column: 1/span 2;
  grid-row: 4/span 2;
}
@media (min-width: 768px) {
  .image.image-collage figure .four {
    grid-column: 1/1;
    grid-row: 3/3;
  }
}
.image.image-collage figure .five {
  aspect-ratio: 2/1;
  grid-column: 1/span 2;
  grid-row: 6/span 1;
}
@media (min-width: 768px) {
  .image.image-collage figure .five {
    grid-column: 2/span 2;
    grid-row: 3/3;
  }
}
.image.image-collage figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image.image-double figure,
.image.image-quad figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 991.98px) {
  .image.image-double figure,
  .image.image-quad figure {
    display: block;
  }
  .image.image-double figure .image-wrapper,
  .image.image-quad figure .image-wrapper {
    margin-bottom: 30px;
  }
}

.fragments_layout .video .container {
  padding: 0;
}
.fragments_layout .video .container iframe {
  width: 100%;
}

.video .video-embed-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
}
.video .video-embed {
  width: 100%;
  border-radius: 8px;
}
.video .video-embed video {
  max-width: 100%;
  height: auto;
}
.video .video-embed iframe,
.video .video-embed embed,
.video .video-embed object {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid transparent;
  background-clip: padding-box;
}
.video .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .cover-image img {
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 767px) {
  .video .cover-image {
    display: none;
  }
}
.video .cover-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.video .cover-image .play {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  opacity: 1;
  cursor: pointer;
  transition: all 0.1s ease;
  justify-content: center;
  align-items: center;
}
.video .cover-image .play:hover {
  opacity: 0.65;
}

.callout h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #25282A;
}

.bg-dark-grey .callout h3 {
  color: #FFCD00;
}

.callout p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 0;
  color: #25282A;
}

.bg-dark-grey .callout .callout-copy * {
  color: #fff !important;
}

.quad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 991.98px) {
  .quad-grid {
    display: block;
  }
}
.quad-grid .quad-grid-item {
  background: #f4f5f5;
  border-radius: 4px;
  font-size: 2rem;
  line-height: 29px;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 50px 60px 50px 75px;
  position: relative;
  overflow: hidden;
}
.quad-grid .quad-grid-item > * {
  font-size: inherit;
}
@media (max-width: 991.98px) {
  .quad-grid .quad-grid-item {
    margin-bottom: 15px;
  }
}
.quad-grid .quad-grid-item p {
  margin: 0;
  padding: 0;
}
.quad-grid .quad-grid-item:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFCD00;
  z-index: 10;
  transition: all 0.3s ease;
}
.quad-grid .quad-grid-item:after {
  background: url("../images/cog-bug-white.svg") 0 0 no-repeat;
  background-size: 39px 37px;
  position: absolute;
  top: 27px;
  left: 18px;
  left: -100%;
  content: "";
  width: 39px;
  height: 37px;
  z-index: 20;
}
.quad-grid .quad-grid-item:hover {
  cursor: pointer;
}
.quad-grid .quad-grid-item:hover:before {
  left: 0;
}
.quad-grid .quad-grid-item:hover:after {
  left: 18px;
}
.quad-grid .quad-grid-item:hover .init-state {
  opacity: 0;
}
.quad-grid .quad-grid-item:hover .hover-state {
  opacity: 1;
  visibility: visible;
}
.quad-grid .quad-grid-item .init-state {
  display: flex;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  padding: 0 60px 0 75px;
  transition: all 0.3s ease;
}
.quad-grid .quad-grid-item .init-state p {
  font-weight: 700;
  font-size: 41.1421px;
  line-height: 53px;
}
.quad-grid .quad-grid-item .init-state p em, .quad-grid .quad-grid-item .init-state p i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.quad-grid .quad-grid-item .init-state p em:before, .quad-grid .quad-grid-item .init-state p i:before {
  position: absolute;
  bottom: 18.75%;
  content: "";
  height: 41.66667%;
  background: #FFCD00;
  z-index: -1;
  left: -3px;
  width: calc(100% + 6px);
}
@media (min-width: 768px) {
  .quad-grid .quad-grid-item .init-state p em:before, .quad-grid .quad-grid-item .init-state p i:before {
    left: -2px;
    width: calc(100% + 3px);
  }
}
.quad-grid .quad-grid-item .hover-state {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.quad-grid .quad-grid-item .hover-state p {
  font-size: 2rem;
  line-height: 29px;
}
.quad-grid .quad-grid-item .hover-state p > * {
  font-size: inherit;
}

.bg-dark-grey > * {
  color: #fff;
}

.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-form label.wpforms-field-label,
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-form label.wpforms-field-label-inline,
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-form legend.wpforms-field-label {
  font-family: "Helvetica Now Var";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.bg-dark-grey .shortcode div.wpforms-container-full input[type=text],
.bg-dark-grey .shortcode div.wpforms-container-full input[type=email] {
  font-family: "Helvetica Now Var", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  font-size: 14px !important;
  height: unset;
  border-radius: 0 !important;
  color: #fff !important;
  background: #53565A;
  border: none;
  border-bottom: 1px solid #b9bfc1;
}
.bg-dark-grey .shortcode div.wpforms-container-full input[type=text]:focus,
.bg-dark-grey .shortcode div.wpforms-container-full input[type=email]:focus {
  outline: 1px solid #b9bfc1;
  border-bottom: 1px solid transparent;
}
.bg-dark-grey .shortcode div.wpforms-container-full input[type=text]:focus,
.bg-dark-grey .shortcode div.wpforms-container-full input[type=email]:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
.bg-dark-grey .shortcode div.wpforms-container-full textarea.wpforms-field-medium {
  font-family: "Helvetica Now Var", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  min-height: 130px;
  max-width: 100%;
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  font-size: 14px !important;
  height: unset;
  border-radius: 0 !important;
  color: #fff !important;
  background: #53565A;
  border: none;
  border-bottom: 1px solid #b9bfc1;
}
.bg-dark-grey .shortcode div.wpforms-container-full textarea.wpforms-field-medium:focus {
  outline: 1px solid #b9bfc1;
  border-bottom: 1px solid transparent;
}
.bg-dark-grey .shortcode div.wpforms-container-full textarea.wpforms-field-medium:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container span {
  padding-right: 34px;
  position: relative;
  display: inline-block;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container span:after {
  border-color: #FFCD00;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  left: 5px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 8px;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container span:after {
  top: 8px;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container:hover {
  background: #25282A !important;
  color: #fff !important;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active) {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #fff;
  padding: 6px 27px 6px 20px;
  border-radius: 4px;
  width: auto !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #fff;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: block;
  background: #25282A;
  display: flex;
  justify-content: center;
  display: inline-flex;
  font-family: "Helvetica Now Var", sans-serif !important;
  font-size: 16px;
  line-height: 27px;
  transition: all 0.3s ease;
  height: auto !important;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover,
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:focus,
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:active {
  outline: none !important;
  border: 2px solid #fff !important;
  padding: 6px 27px 6px 20px;
  box-shadow: none !important;
  font-family: "Helvetica Now Var", sans-serif !important;
  font-size: 16px !important;
  line-height: 27px !important;
  height: auto !important;
  background: #25282A !important;
  color: #fff !important;
  font-weight: 700 !important;
}
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover:after,
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:focus:after,
.bg-dark-grey .shortcode div.wpforms-container-full .wpforms-submit-container button[type=submit]:active:after {
  display: none !important;
}

div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active) {
  font-weight: 300 !important;
  font-size: 16px !important;
}

.form div.wpforms-container-full:not(:empty) {
  margin-top: 0;
}

.form .wpforms-container .wpforms-field:first-child {
  padding-top: 10px;
}

.footer-cta-contact h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 21px;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-transform: none;
}
.footer-cta-contact a {
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
}
.footer-cta-contact a:hover {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.footer-cta-contact address {
  font-weight: 300;
  line-height: 29px;
  font-family: "Helvetica Now Var", sans-serif;
  font-style: normal;
  padding-right: 20px;
}

.shortcode div.wpforms-container-full:not(:empty) {
  margin: 0;
}

div.wpforms-container-full ul, div.wpforms-container-full li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.wpforms-container-full .wpforms-form label.wpforms-field-label,
div.wpforms-container-full .wpforms-form label.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form legend.wpforms-field-label {
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  font-size: 14px !important;
  letter-spacing: 0.07px;
  display: block;
  margin-bottom: 1rem;
}
div.wpforms-container-full .wpforms-form label.wpforms-field-label-inline {
  padding-top: 1.5px;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 700 !important;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  color: #D63637;
}
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  margin-right: 6px;
}
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email] {
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 300;
  color: #25282A;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  border-radius: 0 !important;
  font-size: 14px !important;
}
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=email]:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #25282A !important;
  box-shadow: none !important;
}
div.wpforms-container-full input[type=text].wpforms-error,
div.wpforms-container-full input[type=email].wpforms-error {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #D63637 !important;
  box-shadow: none !important;
  color: #D63637;
}
div.wpforms-container-full input[type=text].wpforms-error:focus,
div.wpforms-container-full input[type=email].wpforms-error:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #D63637 !important;
  box-shadow: none !important;
}
div.wpforms-container-full div.wpforms-field-select-style-classic {
  position: relative;
}
div.wpforms-container-full div.wpforms-field-select-style-classic:after {
  border-color: #FFCD00;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  right: 10px;
  position: absolute;
  bottom: 31px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 8px;
  z-index: 10;
  pointer-events: none !important;
}
div.wpforms-container-full select.wpforms-field-medium {
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  font-size: 14px !important;
  color: #25282A;
  padding: 14px 16px 8px 16px;
  background-image: none;
}
div.wpforms-container-full select.wpforms-field-medium:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
div.wpforms-container-full select.wpforms-field-medium.wpforms-error {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #D63637 !important;
  box-shadow: none !important;
  color: #D63637;
}
div.wpforms-container-full select.wpforms-field-medium.wpforms-error:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #D63637 !important;
  box-shadow: none !important;
}
div.wpforms-container-full textarea.wpforms-field-medium {
  font-family: "Helvetica Now Var", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  min-height: 262px;
  max-width: 100%;
  font-family: "Helvetica Now Var", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 114.285714286%;
  font-size: 14px !important;
  border: none;
  border-bottom: 1px solid #b9bfc1;
  height: unset;
  min-height: 80px;
  border-radius: 0 !important;
}
div.wpforms-container-full textarea.wpforms-field-medium:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
div.wpforms-container-full .wpforms-submit-container button span {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active) {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #25282A;
  padding: 6px 20px;
  border-radius: 4px;
  width: auto !important;
  color: #fff;
  color: #25282A;
  text-align: left;
  cursor: pointer;
  position: relative;
  background: #fff;
  display: inline-flex;
  font-family: "Helvetica Now Var", sans-serif !important;
  font-size: 16px;
  line-height: 27px;
  transition: all 0.3s ease;
  height: auto !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover,
div.wpforms-container-full .wpforms-submit-container button[type=submit]:focus,
div.wpforms-container-full .wpforms-submit-container button[type=submit]:active {
  outline: none !important;
  box-shadow: none !important;
  font-family: "Helvetica Now Var", sans-serif !important;
  font-size: 16px !important;
  line-height: 27px !important;
  height: auto !important;
  background: #fff !important;
  color: #25282A !important;
  width: auto !important;
  display: inline-flex !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover:after,
div.wpforms-container-full .wpforms-submit-container button[type=submit]:focus:after,
div.wpforms-container-full .wpforms-submit-container button[type=submit]:active:after {
  display: none !important;
}

.bg-dark-grey .form textarea {
  color: #fff;
  background: #53565A;
  border: none;
  border-bottom: 1px solid #b9bfc1;
}
.bg-dark-grey .form textarea:focus {
  outline: 1px solid #b9bfc1;
  border-bottom: 1px solid transparent;
}
.bg-dark-grey .form button[type=submit]:not(:hover):not(:active) {
  border: 1px solid #fff;
  color: #fff;
  background: #25282A;
  transition: all 0.3s ease;
}
.bg-dark-grey .form button[type=submit]:not(:hover):not(:active) span {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 7px;
}
.bg-dark-grey .form button[type=submit]:not(:hover):not(:active) span:after {
  border-color: #FFCD00;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  left: 5px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 8px;
}
.bg-dark-grey .form button[type=submit]:not(:hover):not(:active):hover {
  background: #25282A !important;
  color: #fff !important;
}

.contact-panel-nav {
  margin-bottom: 4rem;
}
.contact-panel-nav h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
.contact-panel-nav ul, .contact-panel-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-panel-nav li {
  margin-bottom: 2rem;
}
.contact-panel-nav a {
  display: block;
  padding: 1rem 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: normal;
  color: #25282A;
  text-decoration: none;
  letter-spacing: 0;
}
.contact-panel-nav a.active {
  border-bottom: 3px solid #FFCD00;
}

#form-panels {
  position: relative;
  padding-bottom: 8rem;
}

.panel .form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel .form ul li {
  margin-bottom: 24px;
}
.panel .form label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.005em;
  margin-bottom: 4px;
}
.panel .form input[type=text], .panel .form input[type=email] {
  width: 100%;
  padding: 13px 16px;
  border: none;
  border-bottom: 1px solid #C1C6C8;
  -webkit-appearance: none;
  appearance: none;
}
.panel .form input[type=text]::-webkit-input-placeholder, .panel .form input[type=email]::-webkit-input-placeholder {
  color: #C1C6C8;
}
.panel .form input[type=text]::-moz-placeholder, .panel .form input[type=email]::-moz-placeholder {
  color: #C1C6C8;
}
.panel .form input[type=text]:-ms-input-placeholder, .panel .form input[type=email]:-ms-input-placeholder {
  color: #C1C6C8;
}
.panel .form input[type=text]:-moz-placeholder, .panel .form input[type=email]:-moz-placeholder {
  color: #C1C6C8;
}
.panel .form .select-wrapper {
  position: relative;
}
.panel .form .select-wrapper:after {
  border-color: #FFCD00;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  right: 10px;
  position: absolute;
  top: 13px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 8px;
  z-index: 10;
  pointer-events: none !important;
}
.panel .form select {
  width: 100%;
  padding: 13px 16px;
  border: none;
  border-bottom: 1px solid #C1C6C8;
  -webkit-appearance: none;
  appearance: none;
  color: #C1C6C8;
}
.panel .form select option {
  color: #C1C6C8;
}
.panel .form .textarea-wrapper {
  position: relative;
}
.panel .form .textarea-wrapper textarea {
  width: 100%;
  padding: 13px 16px;
  border: none;
  margin-bottom: 0;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid #C1C6C8;
}
.panel .form button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #25282A;
  padding: 6px 20px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  color: #25282A;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 27px;
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}
.panel .form button[type=submit] span {
  padding-right: 34px;
  position: relative;
  display: inline-block;
}
.panel .form button[type=submit] span:after {
  border-color: #FFCD00;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  left: 5px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 8px;
}
.panel .form button[type=submit] span:after {
  top: 8px;
}
.panel .form button[type=submit]:hover {
  background: #25282A;
  color: #fff;
}
.panel .form .choices {
  font-family: "Helvetica Now Var", sans-serif;
}
.panel .form .choices .choices__inner {
  padding: 6.5px 24px 6.5px 7px !important;
}
.panel .form .choices[data-type*=select-multiple]:after {
  top: 55% !important;
}
.panel .form .form-footer-content a {
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
}

#content .bg-dark-grey div.wpforms-container-full .wpforms-confirmation-container-full {
  background: #25282A;
  color: #fff;
}
#content .bg-dark-grey div.wpforms-container-full .wpforms-confirmation-container-full p {
  font-size: 1.6rem;
  color: #fff;
}
#content div.wpforms-container-full .wpforms-confirmation-container-full {
  background: #fff;
  border: none;
  padding: 0;
}
#content div.wpforms-container-full .wpforms-confirmation-container-full p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #25282A;
}

section.testimonial {
  background: #25282A;
}
section.testimonial .container {
  display: flex;
  justify-content: space-between;
}
section.testimonial .container .testimonial-content {
  position: relative;
  padding: 64px 30px 60px 0;
}
section.testimonial .container .testimonial-content:before {
  position: absolute;
  top: 49px;
  left: -105px;
  width: 65px;
  height: 65px;
  background: url("../images/cog-bug-dark.svg") 0px 0 no-repeat;
  background-size: 65px 65px;
  content: "";
}
@media (max-width: 1199.98px) {
  section.testimonial .container .testimonial-content:before {
    left: 0px;
  }
}
@media (max-width: 1199.98px) {
  section.testimonial .container .testimonial-content {
    padding-left: 105px;
  }
}
@media (max-width: 991.98px) {
  section.testimonial .container .testimonial-content {
    padding-right: 0px;
  }
}
section.testimonial .container .testimonial-content h3, section.testimonial .container .testimonial-content h4, section.testimonial .container .testimonial-content blockquote, section.testimonial .container .testimonial-content figure, section.testimonial .container .testimonial-content p {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.testimonial .container .testimonial-content h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C1C6C8;
  margin-bottom: 40px;
}
section.testimonial .container .testimonial-content blockquote {
  margin-bottom: 20px;
}
section.testimonial .container .testimonial-content blockquote p {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 20px;
}
section.testimonial .container .testimonial-content blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  section.testimonial .container .testimonial-content blockquote p {
    font-size: 20px;
    line-height: 26px;
  }
}
section.testimonial .container .testimonial-content figcaption h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.005em;
  color: #F5F6F6;
  margin-bottom: 5px;
  text-transform: none;
}
section.testimonial .container .testimonial-content figcaption p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #C1C6C8;
}
section.testimonial .container aside {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  section.testimonial .container aside {
    display: none;
  }
}
section.testimonial .container aside p {
  margin: 0;
  padding: 0;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 9rem;
  line-height: 82%;
  color: #FFFFFF;
  opacity: 0.2;
  writing-mode: vertical-rl;
}
section.testimonial .container aside p span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  section.testimonial .container aside p {
    font-size: 6rem;
  }
}

.advocacy_groups .group-img {
  height: 180px;
  object-fit: none;
  width: 100%;
}
.advocacy_groups .group-button {
  background-color: #ea9852;
  width: 100%;
  margin-top: 1rem;
  border: none;
  color: #ffffff;
  text-align: center;
}
.advocacy_groups .group-button:hover {
  background-color: #ea9852;
  color: #ffffff;
  text-decoration: underline;
}
.advocacy_groups .group-copy p {
  color: #0071b3;
  font-size: 1.6rem;
}

.leadership_list {
  display: flex;
  justify-content: space-around;
  gap: 30px 65px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.leadership_list_item {
  width: 100%;
}
@media (min-width: 768px) {
  .leadership_list_item {
    width: 20%;
  }
}
.leadership_list_item img {
  filter: grayscale(100%);
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.leadership_list_item h3 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 700;
}
.leadership_list_item h4 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  margin: 0;
}
.leadership_list_item button {
  border: none;
  background: none;
  text-align: left;
  position: relative;
}
.leadership_list_item button::after {
  display: flex;
  content: "Click for Bio";
  text-transform: uppercase;
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  height: 12.5%;
  background: linear-gradient(0deg, #212130 30%, rgba(33, 33, 48, 0) 99%);
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.leadership_list_item button:hover ::after {
  opacity: 1;
}
.leadership_list_item button:hover img {
  filter: grayscale(0%);
}
.leadership-cta .container {
  position: relative;
}
.leadership-cta .element-bg {
  position: absolute;
  height: 250px;
  width: 250px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .leadership-cta .element-bg {
    top: -30%;
    right: -1%;
  }
}
.leadership-accordion_list summary {
  list-style: none;
}
.leadership-accordion_list summary h2:hover {
  text-decoration: underline;
  cursor: pointer;
}
.leadership-accordion_list summary h3 {
  margin-top: 0;
}
.leadership-accordion_list h5 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.leadership-accordion_list h2 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.leadership-accordion_list h3 {
  font-family: Roboto Slab, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.leadership-accordion_list .bio p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .leadership-accordion_list .bio p {
    column-count: 2;
    column-gap: 35px;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 41, 79, 0.93);
  z-index: 1000;
}
.modal.is-open header {
  position: absolute;
  top: 10%;
  right: 5%;
}
@media (min-width: 768px) {
  .modal.is-open header {
    top: 15%;
  }
}
.modal.is-open header button {
  border: none;
  background: none;
  color: #ffffff;
  font-size: 70px;
}
.modal.is-open header button:hover {
  cursor: pointer;
}
.modal.is-open div.modal-content {
  display: flex;
  justify-content: normal;
  align-items: center;
  height: 75%;
  width: 100vw;
  position: absolute;
  top: 20%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .modal.is-open div.modal-content {
    justify-content: center;
    height: 100vh;
    width: 75vw;
    flex-direction: row;
    position: relative;
    margin: auto;
    top: 30vh;
    align-items: flex-start;
  }
  .modal.is-open div.modal-content div h3 {
    margin-top: 0;
  }
}
.modal.is-open div.modal-content .copy {
  width: 80%;
  color: white;
  overflow-y: scroll;
}
.modal.is-open div.modal-content .copy h3 {
  font-size: 2.1rem;
}
.modal.is-open div.modal-content .copy h4 {
  font-size: 1.8rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .modal.is-open div.modal-content .copy {
    width: 40%;
    margin-left: 40px;
    height: 60vh;
    overflow-y: auto;
    padding-right: 1.75rem;
  }
}

.image_array_list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (min-width: 576px) {
  .image_array_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 75px;
  }
}
@media (min-width: 992px) {
  .image_array_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 90px;
  }
}

.image-single figure, .image-double figure, .image-quad figure {
  display: block;
}
@media (min-width: 768px) {
  .image-single figure, .image-double figure, .image-quad figure {
    display: grid;
  }
}
.image-single .image-wrapper, .image-double .image-wrapper, .image-quad .image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
}
.image-single .image-wrapper img, .image-double .image-wrapper img, .image-quad .image-wrapper img {
  object-fit: cover;
}
.image-double figure {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.image-quad figure {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

@font-face {
  font-family: "Helvetica Now Var";
  src: url("../fonts/HelveticaNowVar.woff2") format("woff2");
}