/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #2C5697;
  --bs-navy: #1F3C6A;
  --bs-navy-dark: #061630;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #009f96;
  --bs-sand: #B79A81;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-beige-light-3: #f9f6f3;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --bs-gray-light: #EAEAEA;
  --bs-gray: #6e6e6e;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #EAEAEA;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #C8C9C7;
  --bs-gray-600: #6e6e6e;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #53565a;
  --bs-primary: #2C5697;
  --bs-secondary: #1F3C6A;
  --bs-success: #009f96;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f6f2ee;
  --bs-dark: #53565a;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-sand-light: #f6f2ee;
  --bs-primary-rgb: 44, 86, 151;
  --bs-secondary-rgb: 31, 60, 106;
  --bs-success-rgb: 0, 159, 150;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 246, 242, 238;
  --bs-dark-rgb: 83, 86, 90;
  --bs-beige-light-rgb: 233, 225, 217;
  --bs-beige-light-2-rgb: 233, 225, 217;
  --bs-sand-light-rgb: 246, 242, 238;
  --bs-primary-text-emphasis: rgb(17.6, 34.4, 60.4);
  --bs-secondary-text-emphasis: rgb(12.4, 24, 42.4);
  --bs-success-text-emphasis: rgb(0, 63.6, 60);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #53565a;
  --bs-primary-bg-subtle: rgb(212.8, 221.2, 234.2);
  --bs-secondary-bg-subtle: rgb(210.2, 216, 225.2);
  --bs-success-bg-subtle: rgb(204, 235.8, 234);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(244.5, 244.5, 244.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(170.6, 187.4, 213.4);
  --bs-secondary-border-subtle: rgb(165.4, 177, 195.4);
  --bs-success-border-subtle: rgb(153, 216.6, 213);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #C8C9C7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", 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.6;
  --bs-body-color: #1D1D1D;
  --bs-body-color-rgb: 29, 29, 29;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(29, 29, 29, 0.75);
  --bs-secondary-color-rgb: 29, 29, 29;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(29, 29, 29, 0.5);
  --bs-tertiary-color-rgb: 29, 29, 29;
  --bs-tertiary-bg: #EAEAEA;
  --bs-tertiary-bg-rgb: 234, 234, 234;
  --bs-heading-color: inherit;
  --bs-link-color: #2C5697;
  --bs-link-color-rgb: 44, 86, 151;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(35.2, 68.8, 120.8);
  --bs-link-hover-color-rgb: 35, 69, 121;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1D1D1D;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --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 2px 8px rgba(0, 0, 0, 0.1);
  --bs-box-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --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(44, 86, 151, 0.25);
  --bs-form-valid-color: #009f96;
  --bs-form-valid-border-color: #009f96;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #53565a;
  --bs-body-bg-rgb: 83, 86, 90;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: rgb(67.5, 72, 77);
  --bs-tertiary-bg-rgb: 68, 72, 77;
  --bs-primary-text-emphasis: rgb(128.4, 153.6, 192.6);
  --bs-secondary-text-emphasis: rgb(120.6, 138, 165.6);
  --bs-success-text-emphasis: rgb(102, 197.4, 192);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #EAEAEA;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: rgb(8.8, 17.2, 30.2);
  --bs-secondary-bg-subtle: rgb(6.2, 12, 21.2);
  --bs-success-bg-subtle: rgb(0, 31.8, 30);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(26.4, 51.6, 90.6);
  --bs-secondary-border-subtle: rgb(18.6, 36, 63.6);
  --bs-success-border-subtle: rgb(0, 95.4, 90);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(128.4, 153.6, 192.6);
  --bs-link-hover-color: rgb(153.72, 173.88, 205.08);
  --bs-link-color-rgb: 128, 154, 193;
  --bs-link-hover-color-rgb: 154, 174, 205;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 197.4, 192);
  --bs-form-valid-border-color: rgb(102, 197.4, 192);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.btn, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a, .block--type-hero .field--name-field-links .field__item:nth-child(even) a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --bs-btn-disabled-opacity: 0.6;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a, .block--type-hero .field--name-field-links .field__item:nth-child(even) a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a {
    transition: none;
  }
}
.btn:hover, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a:hover, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a:hover, .block--type-hero .field--name-field-links .field__item:nth-child(even) a:hover, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) .btn-check + a:hover, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) .btn-check + a:hover, .block--type-hero .field--name-field-links .field__item:nth-child(even) .btn-check + a:hover, .block--type-hero .field--name-field-links .field__item:nth-child(odd) .btn-check + a:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(even) a:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) .btn-check:focus-visible + a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) .btn-check:focus-visible + a, .block--type-hero .field--name-field-links .field__item:nth-child(even) .btn-check:focus-visible + a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) .btn-check:focus-visible + a {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) .btn-check:checked + a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) .btn-check:checked + a, .block--type-hero .field--name-field-links .field__item:nth-child(even) .btn-check:checked + a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) .btn-check:checked + a, :not(.btn-check) + .btn:active, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) :not(.btn-check) + a:active, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) :not(.btn-check) + a:active, .block--type-hero .field--name-field-links .field__item:nth-child(even) :not(.btn-check) + a:active, .block--type-hero .field--name-field-links .field__item:nth-child(odd) :not(.btn-check) + a:active, .btn:first-child:active, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a:first-child:active, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a:first-child:active, .block--type-hero .field--name-field-links .field__item:nth-child(even) a:first-child:active, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a:first-child:active, .btn.active, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a.active, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a.active, .block--type-hero .field--name-field-links .field__item:nth-child(even) a.active, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a.active, .btn.show, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a.show, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a.show, .block--type-hero .field--name-field-links .field__item:nth-child(even) a.show, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) .btn-check:checked + a:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) .btn-check:checked + a:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(even) .btn-check:checked + a:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(odd) .btn-check:checked + a:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) :not(.btn-check) + a:active:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) :not(.btn-check) + a:active:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(even) :not(.btn-check) + a:active:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(odd) :not(.btn-check) + a:active:focus-visible, .btn:first-child:active:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a:first-child:active:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a:first-child:active:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(even) a:first-child:active:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a:first-child:active:focus-visible, .btn.active:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a.active:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a.active:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(even) a.active:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a.active:focus-visible, .btn.show:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a.show:focus-visible, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a.show:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(even) a.show:focus-visible, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) .btn-check:checked:focus-visible + a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) .btn-check:checked:focus-visible + a, .block--type-hero .field--name-field-links .field__item:nth-child(even) .btn-check:checked:focus-visible + a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) .btn-check:checked:focus-visible + a {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a:disabled, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a:disabled, .block--type-hero .field--name-field-links .field__item:nth-child(even) a:disabled, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a:disabled, .btn.disabled, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a.disabled, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a.disabled, .block--type-hero .field--name-field-links .field__item:nth-child(even) a.disabled, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a.disabled, fieldset:disabled .btn, fieldset:disabled .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) fieldset:disabled a, fieldset:disabled .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) fieldset:disabled a, fieldset:disabled .block--type-hero .field--name-field-links .field__item:nth-child(even) a, .block--type-hero .field--name-field-links .field__item:nth-child(even) fieldset:disabled a, fieldset:disabled .block--type-hero .field--name-field-links .field__item:nth-child(odd) a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) fieldset:disabled a {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #2C5697;
  --bs-btn-border-color: #2C5697;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(37.4, 73.1, 128.35);
  --bs-btn-hover-border-color: rgb(35.2, 68.8, 120.8);
  --bs-btn-focus-shadow-rgb: 76, 111, 167;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgb(35.2, 68.8, 120.8);
  --bs-btn-active-border-color: rgb(33, 64.5, 113.25);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #2C5697;
  --bs-btn-disabled-border-color: #2C5697;
}

.btn-secondary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #1F3C6A;
  --bs-btn-border-color: #1F3C6A;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(26.35, 51, 90.1);
  --bs-btn-hover-border-color: rgb(24.8, 48, 84.8);
  --bs-btn-focus-shadow-rgb: 65, 89, 128;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgb(24.8, 48, 84.8);
  --bs-btn-active-border-color: rgb(23.25, 45, 79.5);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #1F3C6A;
  --bs-btn-disabled-border-color: #1F3C6A;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #009f96;
  --bs-btn-border-color: #009f96;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(38.25, 173.4, 165.75);
  --bs-btn-hover-border-color: rgb(25.5, 168.6, 160.5);
  --bs-btn-focus-shadow-rgb: 0, 135, 128;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(51, 178.2, 171);
  --bs-btn-active-border-color: rgb(25.5, 168.6, 160.5);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #009f96;
  --bs-btn-disabled-border-color: #009f96;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f6f2ee;
  --bs-btn-border-color: #f6f2ee;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(209.1, 205.7, 202.3);
  --bs-btn-hover-border-color: rgb(196.8, 193.6, 190.4);
  --bs-btn-focus-shadow-rgb: 209, 206, 202;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(196.8, 193.6, 190.4);
  --bs-btn-active-border-color: rgb(184.5, 181.5, 178.5);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f6f2ee;
  --bs-btn-disabled-border-color: #f6f2ee;
}

.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #53565a;
  --bs-btn-border-color: #53565a;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(108.8, 111.35, 114.75);
  --bs-btn-hover-border-color: rgb(100.2, 102.9, 106.5);
  --bs-btn-focus-shadow-rgb: 109, 111, 115;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(117.4, 119.8, 123);
  --bs-btn-active-border-color: rgb(100.2, 102.9, 106.5);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #53565a;
  --bs-btn-disabled-border-color: #53565a;
}

.btn-beige-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e9e1d9;
  --bs-btn-border-color: #e9e1d9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(236.3, 229.5, 222.7);
  --bs-btn-hover-border-color: rgb(235.2, 228, 220.8);
  --bs-btn-focus-shadow-rgb: 198, 191, 184;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(237.4, 231, 224.6);
  --bs-btn-active-border-color: rgb(235.2, 228, 220.8);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e9e1d9;
  --bs-btn-disabled-border-color: #e9e1d9;
}

.btn-beige-light-2 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e9e1d9;
  --bs-btn-border-color: #e9e1d9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(236.3, 229.5, 222.7);
  --bs-btn-hover-border-color: rgb(235.2, 228, 220.8);
  --bs-btn-focus-shadow-rgb: 198, 191, 184;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(237.4, 231, 224.6);
  --bs-btn-active-border-color: rgb(235.2, 228, 220.8);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e9e1d9;
  --bs-btn-disabled-border-color: #e9e1d9;
}

.btn-sand-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f6f2ee;
  --bs-btn-border-color: #f6f2ee;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(247.35, 243.95, 240.55);
  --bs-btn-hover-border-color: rgb(246.9, 243.3, 239.7);
  --bs-btn-focus-shadow-rgb: 209, 206, 202;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(247.8, 244.6, 241.4);
  --bs-btn-active-border-color: rgb(246.9, 243.3, 239.7);
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f6f2ee;
  --bs-btn-disabled-border-color: #f6f2ee;
}

.btn-outline-primary, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a, .block--type-hero .field--name-field-links .field__item:nth-child(even) a {
  --bs-btn-color: #2C5697;
  --bs-btn-border-color: #2C5697;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #2C5697;
  --bs-btn-hover-border-color: #2C5697;
  --bs-btn-focus-shadow-rgb: 44, 86, 151;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #2C5697;
  --bs-btn-active-border-color: #2C5697;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #2C5697;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2C5697;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #1F3C6A;
  --bs-btn-border-color: #1F3C6A;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #1F3C6A;
  --bs-btn-hover-border-color: #1F3C6A;
  --bs-btn-focus-shadow-rgb: 31, 60, 106;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #1F3C6A;
  --bs-btn-active-border-color: #1F3C6A;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #1F3C6A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1F3C6A;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #009f96;
  --bs-btn-border-color: #009f96;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #009f96;
  --bs-btn-hover-border-color: #009f96;
  --bs-btn-focus-shadow-rgb: 0, 159, 150;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #009f96;
  --bs-btn-active-border-color: #009f96;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #009f96;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009f96;
  --bs-gradient: none;
}

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

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

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

.btn-outline-light {
  --bs-btn-color: #f6f2ee;
  --bs-btn-border-color: #f6f2ee;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f6f2ee;
  --bs-btn-hover-border-color: #f6f2ee;
  --bs-btn-focus-shadow-rgb: 246, 242, 238;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f6f2ee;
  --bs-btn-active-border-color: #f6f2ee;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #f6f2ee;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f2ee;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #53565a;
  --bs-btn-border-color: #53565a;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #53565a;
  --bs-btn-hover-border-color: #53565a;
  --bs-btn-focus-shadow-rgb: 83, 86, 90;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #53565a;
  --bs-btn-active-border-color: #53565a;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #53565a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #53565a;
  --bs-gradient: none;
}

.btn-outline-beige-light {
  --bs-btn-color: #e9e1d9;
  --bs-btn-border-color: #e9e1d9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e9e1d9;
  --bs-btn-hover-border-color: #e9e1d9;
  --bs-btn-focus-shadow-rgb: 233, 225, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e9e1d9;
  --bs-btn-active-border-color: #e9e1d9;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #e9e1d9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9e1d9;
  --bs-gradient: none;
}

.btn-outline-beige-light-2 {
  --bs-btn-color: #e9e1d9;
  --bs-btn-border-color: #e9e1d9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e9e1d9;
  --bs-btn-hover-border-color: #e9e1d9;
  --bs-btn-focus-shadow-rgb: 233, 225, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e9e1d9;
  --bs-btn-active-border-color: #e9e1d9;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #e9e1d9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9e1d9;
  --bs-gradient: none;
}

.btn-outline-sand-light {
  --bs-btn-color: #f6f2ee;
  --bs-btn-border-color: #f6f2ee;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f6f2ee;
  --bs-btn-hover-border-color: #f6f2ee;
  --bs-btn-focus-shadow-rgb: 246, 242, 238;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f6f2ee;
  --bs-btn-active-border-color: #f6f2ee;
  --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #f6f2ee;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f2ee;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6e6e6e;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 76, 111, 167;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 1.1875rem;
  --bs-btn-border-radius: 0.375rem;
}

.btn-sm, .block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a, .block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a, .block--type-hero .field--name-field-links .field__item:nth-child(even) a, .block--type-hero .field--name-field-links .field__item:nth-child(odd) a {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.block--type-hero {
  font-size: 1.125rem;
}
.block--type-hero .field--name-body h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .block--type-hero .field--name-body h2 {
    font-size: 2.5rem;
  }
}
.block--type-hero .field--name-body h1, .block--type-hero .field--name-body h2, .block--type-hero .field--name-body h3, .block--type-hero .field--name-body h4, .block--type-hero .field--name-body h5, .block--type-hero .field--name-body h6 {
  margin-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .block--type-hero .field--name-body h1, .block--type-hero .field--name-body h2, .block--type-hero .field--name-body h3, .block--type-hero .field--name-body h4, .block--type-hero .field--name-body h5, .block--type-hero .field--name-body h6 {
    margin-bottom: 2.5rem;
  }
}
.block--type-hero .field--name-field-links {
  display: flex;
  align-items: center;
}
.block--type-hero .field--name-field-links .field__item a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.block--type-hero .field--name-field-links .field__item:nth-child(odd) {
  margin-right: 1.5rem;
}
.block--type-hero .field--name-field-links .field__item:nth-child(odd) a {
  color: #f6f2ee;
}
.block--type-hero .field--name-field-links .field__item:nth-child(even):hover a {
  color: #f6f2ee;
}
.block--type-call-to-action {
  font-size: 1.1875rem;
  --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));
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .block--type-call-to-action {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .block--type-call-to-action {
    padding-bottom: 2.5rem;
  }
}
.path-losninger .block--type-call-to-action {
  background-color: rgb(242.4692307692, 236.9, 231.3307692308);
  border-radius: 0.375rem;
  padding-top: calc(1.525rem + 3.3vw);
  padding-bottom: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .path-losninger .block--type-call-to-action {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .path-losninger .block--type-call-to-action {
    padding-bottom: 4rem;
  }
}
.block--type-call-to-action .block__content {
  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);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .block--type-call-to-action .block__content {
    flex: 0 0 auto;
    width: 50%;
    margin: 0 auto;
  }
}
.block--type-call-to-action .field--name-body h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .block--type-call-to-action .field--name-body h2 {
    font-size: 2.5rem;
  }
}
.block--type-call-to-action .field--name-body h1, .block--type-call-to-action .field--name-body h2, .block--type-call-to-action .field--name-body h3, .block--type-call-to-action .field--name-body h4, .block--type-call-to-action .field--name-body h5, .block--type-call-to-action .field--name-body h6 {
  margin-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .block--type-call-to-action .field--name-body h1, .block--type-call-to-action .field--name-body h2, .block--type-call-to-action .field--name-body h3, .block--type-call-to-action .field--name-body h4, .block--type-call-to-action .field--name-body h5, .block--type-call-to-action .field--name-body h6 {
    margin-bottom: 2.5rem;
  }
}
.block--type-call-to-action .field--name-field-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .block--type-call-to-action .field--name-field-links {
    margin-top: 2.5rem;
  }
}
.block--type-call-to-action .field--name-field-links .field__item a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) {
  margin-right: 1.5rem;
}
.block--type-call-to-action .field--name-field-links .field__item:nth-child(odd) a {
  color: #FFFFFF !important;
}
.block--type-call-to-action .field--name-field-links .field__item:nth-child(even) a {
  color: #f6f2ee !important;
}
.block--type-call-to-action .field--name-field-links .field__item:nth-child(even):hover a {
  color: #2C5697 !important;
}
.block--loe-exposed-form-search-page-search {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .block--loe-exposed-form-search-page-search {
    margin-bottom: 2.5rem;
  }
}
.block--loe-main-menu {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .block--loe-main-menu {
    margin-top: 2.5rem;
  }
}
.block--loe-views-block--solutions-block-front-page-carousel {
  margin-top: calc(1.575rem + 3.9vw);
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .block--loe-views-block--solutions-block-front-page-carousel {
    margin-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .block--loe-views-block--solutions-block-front-page-carousel {
    margin-bottom: 6rem;
  }
}
.block--loe-views-block--product-categories-block-front-listing {
  margin-top: calc(1.575rem + 3.9vw);
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .block--loe-views-block--product-categories-block-front-listing {
    margin-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .block--loe-views-block--product-categories-block-front-listing {
    margin-bottom: 6rem;
  }
}

/*# sourceMappingURL=block.css.map*/