/**
 * 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);
}

.scroll-to-top-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-to-top-wrapper.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767.98px) {
  .scroll-to-top-wrapper {
    bottom: 6rem;
    right: 1.5rem;
  }
}

.scroll-bubble {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(233, 225, 217, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 1.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 3.5rem;
  height: 3.5rem;
}
.scroll-bubble:hover {
  width: 10rem;
  border-radius: 1.75rem;
  background: rgba(233, 225, 217, 0.85);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: 0 8px 20px rgba(44, 86, 151, 0.3);
}
.scroll-bubble:hover .scroll-title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.scroll-bubble:hover .scroll-button {
  background: rgba(44, 86, 151, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.scroll-bubble:hover .scroll-button svg {
  stroke: white;
}
@media (max-width: 767.98px) {
  .scroll-bubble {
    width: 3rem;
    height: 3rem;
  }
  .scroll-bubble:hover {
    width: 9rem;
  }
}

.scroll-title {
  color: #2C5697;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 1rem 0 1.25rem;
  opacity: 0;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
@media (max-width: 767.98px) {
  .scroll-title {
    font-size: 0.75rem;
    padding: 0 0.75rem 0 1rem;
  }
}

.scroll-button {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  background: rgba(233, 225, 217, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
.scroll-button svg {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  stroke: #2c5697;
}
.scroll-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.25);
}
.scroll-button:active {
  -webkit-transform: translateY(-50%) scale(0.95) !important;
          transform: translateY(-50%) scale(0.95) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}
@media (max-width: 767.98px) {
  .scroll-button {
    right: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .scroll-button svg {
    width: 16px;
    height: 16px;
  }
}

#klaro_toggle_dialog {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1025;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(233, 225, 217, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#klaro_toggle_dialog::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/loe/build/assets/icons/icon-shield.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#klaro_toggle_dialog:hover {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: 0 8px 20px rgba(44, 86, 151, 0.1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#klaro_toggle_dialog:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: url("/themes/custom/loe/build/assets/icons/icon-shield-fill.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
#klaro_toggle_dialog:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.25);
}
#klaro_toggle_dialog.scroll-button-visible {
  bottom: 7rem;
}
@media (max-width: 767.98px) {
  #klaro_toggle_dialog.scroll-button-visible {
    bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  #klaro_toggle_dialog {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  #klaro_toggle_dialog::before {
    width: 20px;
    height: 20px;
  }
}

#klaro .cm-bg {
  background: rgba(255, 255, 255, 0.5);
}
#klaro .cookie-notice {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 0.8rem auto;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}
#klaro .cookie-notice.scroll-button-visible {
  margin-bottom: 5rem;
}
#klaro .cookie-notice .cn-body {
  padding: 1.5rem;
}
#klaro .cookie-notice .cn-body p#id-cookie-notice {
  color: #061630;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#klaro .cookie-notice .cn-body p#id-cookie-notice strong {
  color: #2C5697;
  font-weight: 700;
}
#klaro .cookie-notice .cn-body .cn-ok {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more {
  color: #2C5697;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
#klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more:hover {
  color: rgb(32.4923076923, 63.5076923077, 111.5076923077);
  text-decoration: none;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons {
  display: flex;
  gap: 0.5rem;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn {
  display: inline-block !important;
  padding: 0.5rem 0.75rem !important;
  font-family: inherit !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  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 !important;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline {
  color: #2C5697 !important;
  background-color: transparent !important;
  border-color: #2C5697 !important;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline:hover {
  color: #FFFFFF !important;
  background-color: #2C5697 !important;
  border-color: #2C5697 !important;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline:focus {
  color: #FFFFFF !important;
  background-color: #2C5697 !important;
  border-color: #2C5697 !important;
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.25) !important;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success {
  color: #FFFFFF !important;
  background-color: #2C5697 !important;
  border-color: #2C5697 !important;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success:hover {
  color: #FFFFFF !important;
  background-color: rgb(35.3692307692, 69.1307692308, 121.3807692308) !important;
  border-color: rgb(32.4923076923, 63.5076923077, 111.5076923077) !important;
}
#klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success:focus {
  color: #FFFFFF !important;
  background-color: rgb(35.3692307692, 69.1307692308, 121.3807692308) !important;
  border-color: rgb(32.4923076923, 63.5076923077, 111.5076923077) !important;
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.5) !important;
}
#klaro .cm-modal {
  background: #f6f2ee;
  border-radius: 0.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: none;
  max-width: 600px;
  margin: 0 auto;
}
#klaro .cm-modal .cm-header {
  padding: 3rem 1.5rem;
  border-bottom: unset;
  position: relative;
}
#klaro .cm-modal .cm-header button.hide {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#klaro .cm-modal .cm-header button.hide:focus {
  outline: none !important;
}
#klaro .cm-modal .cm-header .title {
  color: #061630;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#klaro .cm-modal .cm-header p {
  font-size: 1rem;
}
#klaro .cm-modal .cm-header p a {
  color: #2C5697;
  text-decoration: none;
  background: radial-gradient(ellipse at center, rgba(44, 86, 151, 0.18) 60%, rgba(31, 60, 106, 0.48) 100%);
  background-size: 100% 15%;
  background-repeat: no-repeat;
  background-position: 0 104%;
  transition: background-size 0.3s, color 0.2s;
}
#klaro .cm-modal .cm-header p a:hover, #klaro .cm-modal .cm-header p a:focus {
  text-decoration: none;
  background-size: 100% 30%;
  color: #1F3C6A;
}
#klaro .cm-modal .cm-body {
  padding: 1.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes {
  list-style: none;
  margin: 0;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose {
  margin-bottom: 1.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose:last-child {
  margin-bottom: 0;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding-left: 2.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label .cm-list-title {
  color: #061630;
  font-weight: 700;
  font-size: 1rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label .cm-required {
  color: #C8C9C7;
  font-size: 0.875rem;
  font-style: italic;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services {
  margin-top: 0.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret {
  margin-bottom: 0.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret a {
  color: #2C5697;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret a:hover {
  color: rgb(32.4923076923, 63.5076923077, 111.5076923077);
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret a span:first-child {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret a[aria-expanded=true] span:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service {
  margin-bottom: 0.5rem;
  padding: 1rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service:last-child {
  margin-bottom: 0;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .cm-list-label {
  background: none;
  padding: 0;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .cm-list-label .cm-list-title {
  font-size: 1rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .cm-list-description {
  padding-left: 2.5rem;
  color: #6e6e6e;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
#klaro .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .purposes {
  color: #C8C9C7;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
  padding-left: 2.5rem;
}
#klaro .cm-modal .cm-footer {
  padding: 1.5rem;
  background: rgb(242.4692307692, 236.9, 231.3307692308);
}
#klaro .cm-modal .cm-footer .cm-footer-buttons {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn {
  flex: 1;
  display: inline-block !important;
  padding: 0.5rem 0.75rem !important;
  font-family: inherit !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  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 !important;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline {
  color: #1F3C6A !important;
  background-color: transparent !important;
  border-color: #1F3C6A !important;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline:hover {
  color: #FFFFFF !important;
  background-color: #1F3C6A !important;
  border-color: #1F3C6A !important;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline:focus {
  color: #FFFFFF !important;
  background-color: #1F3C6A !important;
  border-color: #1F3C6A !important;
  box-shadow: 0 0 0 0.25rem rgba(31, 60, 106, 0.25) !important;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept, #klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept-all {
  color: #FFFFFF !important;
  background-color: #2C5697 !important;
  border-color: #2C5697 !important;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept:hover, #klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept-all:hover {
  color: #FFFFFF !important;
  background-color: rgb(35.3692307692, 69.1307692308, 121.3807692308) !important;
  border-color: rgb(32.4923076923, 63.5076923077, 111.5076923077) !important;
}
#klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept:focus, #klaro .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept-all:focus {
  color: #FFFFFF !important;
  background-color: rgb(35.3692307692, 69.1307692308, 121.3807692308) !important;
  border-color: rgb(32.4923076923, 63.5076923077, 111.5076923077) !important;
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.5) !important;
}
#klaro .cm-modal .cm-footer .cm-powered-by {
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
  color: #C8C9C7;
}
#klaro .cm-modal .cm-footer .cm-powered-by a {
  color: #6e6e6e;
  text-decoration: none;
}
#klaro .cm-modal .cm-footer .cm-powered-by a:hover {
  color: #343a40;
  text-decoration: underline;
}

.klaro .cookie-modal .cm-switch {
  height: 23px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  padding-left: 1rem;
}
.klaro .cookie-modal .cm-modal .cm-list-label .slider {
  background-color: #FFFFFF;
  box-shadow: none;
  width: 40px;
}
.klaro .cookie-modal .cm-modal .cm-list-label .slider::before {
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 4px;
}
.klaro .cookie-modal .cm-modal .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #2C5697 !important;
  box-shadow: none;
}
.klaro .cookie-modal .cm-modal .cm-list-input:checked + .cm-list-label .slider {
  background-color: #1F3C6A;
  box-shadow: none;
}

.page--user-form-image {
  position: relative;
  background-image: url("/themes/custom/loe/build/assets/images/loe-text-bg.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.page--user-form-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
  pointer-events: none;
}
.page--user-form-image::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
  pointer-events: none;
}
.page--user-form-image:hover {
  background-size: 101.5%;
  -webkit-filter: brightness(1.005) contrast(1.005);
          filter: brightness(1.005) contrast(1.005);
}
.page--user-form-image:hover::before {
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.page--user-form-image:hover::after {
  opacity: 0.3;
}
.page--user-form-image .image-wrapper {
  max-height: 70vh;
  width: auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.page--user-form-image .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  pointer-events: none;
}
.page--user-form-image .image-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
  pointer-events: none;
}
.page--user-form-image .image-wrapper img {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--user-form-content {
  background-color: #061630;
}
@media (min-width: 992px) {
  .page--user-form-content .login-form-container {
    max-width: 400px;
  }
}

.page__side-menu {
  top: 30%;
  right: 0;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  .page__side-menu {
    top: unset;
    bottom: 0;
    width: 100%;
  }
}

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