@charset "UTF-8";
@font-face {
  font-family: "NeueKabel";
  src: url("../assets/fonts/NeueKabel-Thin.woff2") format("woff2"), url("../assets/fonts/NeueKabel-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueKabel";
  src: url("../assets/fonts/NeueKabel-Regular.woff2") format("woff2"), url("../assets/fonts/NeueKabel-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueKabel";
  src: url("../assets/fonts/NeueKabel-Book.woff2") format("woff2"), url("../assets/fonts/NeueKabel-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueKabel";
  src: url("../assets/fonts/NeueKabel-Medium.woff2") format("woff2"), url("../assets/fonts/NeueKabel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueKabel";
  src: url("../assets/fonts/NeueKabel-Bold.woff2") format("woff2"), url("../assets/fonts/NeueKabel-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueKabel";
  src: url("../assets/fonts/NeueKabel-Black.woff2") format("woff2"), url("../assets/fonts/NeueKabel-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DalaMoa";
  src: url("../assets/fonts/DalaMoa-Light.woff2") format("woff2"), url("../assets/fonts/DalaMoa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DalaMoa";
  src: url("../assets/fonts/DalaMoa-Regular.woff2") format("woff2"), url("../assets/fonts/DalaMoa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DalaMoa";
  src: url("../assets/fonts/DalaMoa-Bold.woff2") format("woff2"), url("../assets/fonts/DalaMoa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #a1643c;
  --bs-yellow: #ffc107;
  --bs-green: #788261;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #474747;
  --bs-gray-dark: #252525;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #757575;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #474747;
  --bs-gray-700: #495057;
  --bs-gray-800: #252525;
  --bs-gray-900: #212529;
  --bs-primary: #F7F4EE;
  --bs-secondary: #4B4745;
  --bs-success: #788261;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-light: #FFFFFF;
  --bs-primary-dark: #D4C7B5;
  --bs-secondary-light: #797369;
  --bs-gray: #474747;
  --bs-gray-light: #757575;
  --bs-gray-dark: #252525;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-primary-rgb: 247, 244, 238;
  --bs-secondary-rgb: 75, 71, 69;
  --bs-success-rgb: 120, 130, 97;
  --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-light-rgb: 255, 255, 255;
  --bs-primary-dark-rgb: 212, 199, 181;
  --bs-secondary-light-rgb: 121, 115, 105;
  --bs-gray-rgb: 71, 71, 71;
  --bs-gray-light-rgb: 117, 117, 117;
  --bs-gray-dark-rgb: 37, 37, 37;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: rgb(98.8, 97.6, 95.2);
  --bs-secondary-text-emphasis: rgb(30, 28.4, 27.6);
  --bs-success-text-emphasis: rgb(48, 52, 38.8);
  --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: #495057;
  --bs-primary-bg-subtle: rgb(253.4, 252.8, 251.6);
  --bs-secondary-bg-subtle: rgb(219, 218.2, 217.8);
  --bs-success-bg-subtle: rgb(228, 230, 223.4);
  --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(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #757575;
  --bs-primary-border-subtle: rgb(251.8, 250.6, 248.2);
  --bs-secondary-border-subtle: rgb(183, 181.4, 180.6);
  --bs-success-border-subtle: rgb(201, 205, 191.8);
  --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: #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: "NeueKabel", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.4;
  --bs-body-color: #757575;
  --bs-body-color-rgb: 117, 117, 117;
  --bs-body-bg: #F7F4EE;
  --bs-body-bg-rgb: 247, 244, 238;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(117, 117, 117, 0.75);
  --bs-secondary-color-rgb: 117, 117, 117;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(117, 117, 117, 0.5);
  --bs-tertiary-color-rgb: 117, 117, 117;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #474747;
  --bs-link-color-rgb: 71, 71, 71;
  --bs-link-decoration: none;
  --bs-link-hover-color: #000000;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-code-color: #d63384;
  --bs-highlight-color: #757575;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(247, 244, 238, 0.25);
  --bs-form-valid-color: #788261;
  --bs-form-valid-border-color: #788261;
  --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: #ffffff;
  --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: #252525;
  --bs-secondary-bg-rgb: 37, 37, 37;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #232527;
  --bs-tertiary-bg-rgb: 35, 37, 39;
  --bs-primary-text-emphasis: rgb(250.2, 248.4, 244.8);
  --bs-secondary-text-emphasis: rgb(147, 144.6, 143.4);
  --bs-success-text-emphasis: rgb(174, 180, 160.2);
  --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: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(49.4, 48.8, 47.6);
  --bs-secondary-bg-subtle: rgb(15, 14.2, 13.8);
  --bs-success-bg-subtle: rgb(24, 26, 19.4);
  --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: #252525;
  --bs-dark-bg-subtle: rgb(18.5, 18.5, 18.5);
  --bs-primary-border-subtle: rgb(148.2, 146.4, 142.8);
  --bs-secondary-border-subtle: rgb(45, 42.6, 41.4);
  --bs-success-border-subtle: rgb(72, 78, 58.2);
  --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: #252525;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(250.2, 248.4, 244.8);
  --bs-link-hover-color: rgb(251.16, 249.72, 246.84);
  --bs-link-color-rgb: 250, 248, 245;
  --bs-link-hover-color-rgb: 251, 250, 247;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(174, 180, 160.2);
  --bs-form-valid-border-color: rgb(174, 180, 160.2);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #a1643c;
  --bs-yellow: #ffc107;
  --bs-green: #788261;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #474747;
  --bs-gray-dark: #252525;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #757575;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #474747;
  --bs-gray-700: #495057;
  --bs-gray-800: #252525;
  --bs-gray-900: #212529;
  --bs-primary: #F7F4EE;
  --bs-secondary: #4B4745;
  --bs-success: #788261;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-light: #FFFFFF;
  --bs-primary-dark: #D4C7B5;
  --bs-secondary-light: #797369;
  --bs-gray: #474747;
  --bs-gray-light: #757575;
  --bs-gray-dark: #252525;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-primary-rgb: 247, 244, 238;
  --bs-secondary-rgb: 75, 71, 69;
  --bs-success-rgb: 120, 130, 97;
  --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-light-rgb: 255, 255, 255;
  --bs-primary-dark-rgb: 212, 199, 181;
  --bs-secondary-light-rgb: 121, 115, 105;
  --bs-gray-rgb: 71, 71, 71;
  --bs-gray-light-rgb: 117, 117, 117;
  --bs-gray-dark-rgb: 37, 37, 37;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: rgb(98.8, 97.6, 95.2);
  --bs-secondary-text-emphasis: rgb(30, 28.4, 27.6);
  --bs-success-text-emphasis: rgb(48, 52, 38.8);
  --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: #495057;
  --bs-primary-bg-subtle: rgb(253.4, 252.8, 251.6);
  --bs-secondary-bg-subtle: rgb(219, 218.2, 217.8);
  --bs-success-bg-subtle: rgb(228, 230, 223.4);
  --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(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #757575;
  --bs-primary-border-subtle: rgb(251.8, 250.6, 248.2);
  --bs-secondary-border-subtle: rgb(183, 181.4, 180.6);
  --bs-success-border-subtle: rgb(201, 205, 191.8);
  --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: #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: "NeueKabel", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.4;
  --bs-body-color: #757575;
  --bs-body-color-rgb: 117, 117, 117;
  --bs-body-bg: #F7F4EE;
  --bs-body-bg-rgb: 247, 244, 238;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(117, 117, 117, 0.75);
  --bs-secondary-color-rgb: 117, 117, 117;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(117, 117, 117, 0.5);
  --bs-tertiary-color-rgb: 117, 117, 117;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #474747;
  --bs-link-color-rgb: 71, 71, 71;
  --bs-link-decoration: none;
  --bs-link-hover-color: #000000;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-code-color: #d63384;
  --bs-highlight-color: #757575;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(247, 244, 238, 0.25);
  --bs-form-valid-color: #788261;
  --bs-form-valid-border-color: #788261;
  --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: #ffffff;
  --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: #252525;
  --bs-secondary-bg-rgb: 37, 37, 37;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #232527;
  --bs-tertiary-bg-rgb: 35, 37, 39;
  --bs-primary-text-emphasis: rgb(250.2, 248.4, 244.8);
  --bs-secondary-text-emphasis: rgb(147, 144.6, 143.4);
  --bs-success-text-emphasis: rgb(174, 180, 160.2);
  --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: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(49.4, 48.8, 47.6);
  --bs-secondary-bg-subtle: rgb(15, 14.2, 13.8);
  --bs-success-bg-subtle: rgb(24, 26, 19.4);
  --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: #252525;
  --bs-dark-bg-subtle: rgb(18.5, 18.5, 18.5);
  --bs-primary-border-subtle: rgb(148.2, 146.4, 142.8);
  --bs-secondary-border-subtle: rgb(45, 42.6, 41.4);
  --bs-success-border-subtle: rgb(72, 78, 58.2);
  --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: #252525;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(250.2, 248.4, 244.8);
  --bs-link-hover-color: rgb(251.16, 249.72, 246.84);
  --bs-link-color-rgb: 250, 248, 245;
  --bs-link-hover-color-rgb: 251, 250, 247;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(174, 180, 160.2);
  --bs-form-valid-border-color: rgb(174, 180, 160.2);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "DalaMoa", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: 2.1875rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.53125rem;
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: 1.5rem;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1;
  font-size: 5rem;
}

.display-2 {
  font-weight: 300;
  line-height: 1;
  font-size: 4.5rem;
}

.display-3 {
  font-weight: 300;
  line-height: 1;
  font-size: 4rem;
}

.display-4 {
  font-weight: 300;
  line-height: 1;
  font-size: 3.5rem;
}

.display-5 {
  font-weight: 300;
  line-height: 1;
  font-size: 3rem;
}

.display-6 {
  font-weight: 300;
  line-height: 1;
  font-size: 2.5rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #474747;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

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

.row {
  --bs-gutter-x: 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;
}

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

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

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

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

@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;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 8rem;
  }
}
@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;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 8rem;
  }
}
@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;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 8rem;
  }
}
@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;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1600px) {
  .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;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1800px) {
  .col-hugh {
    flex: 1 0 0;
  }
  .row-cols-hugh-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-hugh-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-hugh-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-hugh-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-hugh-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-hugh-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-hugh-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hugh-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-hugh-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-hugh-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hugh-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-hugh-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-hugh-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-hugh-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-hugh-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-hugh-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-hugh-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-hugh-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-hugh-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-hugh-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-hugh-0 {
    margin-left: 0;
  }
  .offset-hugh-1 {
    margin-left: 8.33333333%;
  }
  .offset-hugh-2 {
    margin-left: 16.66666667%;
  }
  .offset-hugh-3 {
    margin-left: 25%;
  }
  .offset-hugh-4 {
    margin-left: 33.33333333%;
  }
  .offset-hugh-5 {
    margin-left: 41.66666667%;
  }
  .offset-hugh-6 {
    margin-left: 50%;
  }
  .offset-hugh-7 {
    margin-left: 58.33333333%;
  }
  .offset-hugh-8 {
    margin-left: 66.66666667%;
  }
  .offset-hugh-9 {
    margin-left: 75%;
  }
  .offset-hugh-10 {
    margin-left: 83.33333333%;
  }
  .offset-hugh-11 {
    margin-left: 91.66666667%;
  }
  .g-hugh-0,
  .gx-hugh-0 {
    --bs-gutter-x: 0;
  }
  .g-hugh-0,
  .gy-hugh-0 {
    --bs-gutter-y: 0;
  }
  .g-hugh-1,
  .gx-hugh-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-hugh-1,
  .gy-hugh-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-hugh-2,
  .gx-hugh-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-hugh-2,
  .gy-hugh-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-hugh-3,
  .gx-hugh-3 {
    --bs-gutter-x: 1rem;
  }
  .g-hugh-3,
  .gy-hugh-3 {
    --bs-gutter-y: 1rem;
  }
  .g-hugh-4,
  .gx-hugh-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-hugh-4,
  .gy-hugh-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-hugh-5,
  .gx-hugh-5 {
    --bs-gutter-x: 3rem;
  }
  .g-hugh-5,
  .gy-hugh-5 {
    --bs-gutter-y: 3rem;
  }
  .g-hugh-6,
  .gx-hugh-6 {
    --bs-gutter-x: 5rem;
  }
  .g-hugh-6,
  .gy-hugh-6 {
    --bs-gutter-y: 5rem;
  }
  .g-hugh-7,
  .gx-hugh-7 {
    --bs-gutter-x: 8rem;
  }
  .g-hugh-7,
  .gy-hugh-7 {
    --bs-gutter-y: 8rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(10rem + var(--bs-border-width));
  padding-bottom: calc(10rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 10rem 0rem;
  font-family: "NeueKabel", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1F1D1F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #b8bca7;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #1F1D1F;
  background-color: transparent;
  border-color: rgb(251, 249.5, 246.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(247, 244, 238, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.2em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 10rem 0rem;
  margin: -10rem 0rem;
  margin-inline-end: 0rem;
  color: #1F1D1F;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 10rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.2em + 4rem + calc(var(--bs-border-width) * 2));
  padding: 2rem 0rem;
  font-size: 1.5rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 2rem 0rem;
  margin: -2rem 0rem;
  margin-inline-end: 0rem;
}

.form-control-lg {
  min-height: calc(1.2em + 6rem + calc(var(--bs-border-width) * 2));
  padding: 3rem 0rem;
  font-size: 2.4rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 3rem 0rem;
  margin: -3rem 0rem;
  margin-inline-end: 0rem;
}

textarea.form-control {
  min-height: calc(1.2em + 20rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.2em + 4rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.2em + 6rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23252525' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 10rem 0rem 10rem 0rem;
  font-family: "NeueKabel", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1F1D1F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #b8bca7;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(251, 249.5, 246.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(247, 244, 238, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1F1D1F;
}

.form-select-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0rem;
  font-size: 1.5rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0rem;
  font-size: 2.4rem;
  border-radius: var(--bs-border-radius-lg);
}

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

.form-check {
  display: block;
  min-height: 1.225rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: transparent;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(251, 249.5, 246.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(247, 244, 238, 0.25);
}
.form-check-input:checked {
  background-color: #F7F4EE;
  border-color: #F7F4EE;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #F7F4EE;
  border-color: #F7F4EE;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28251, 249.5, 246.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

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

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: 0;
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: 0;
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #474747;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 10rem 0rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1F1D1F;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #b8bca7;
  border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 3rem 0rem;
  font-size: 2.4rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 2rem 0rem;
  font-size: 1.5rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 0rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

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

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.2em + 20rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23788261' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 5rem) center;
  background-size: calc(0.6em + 10rem) calc(0.6em + 10rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 20rem);
  background-position: top calc(0.3em + 5rem) right calc(0.3em + 5rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23788261' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 0rem;
  background-position: right 0rem center, center right 0rem;
  background-size: 16px 12px, calc(0.6em + 10rem) calc(0.6em + 10rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.2em + 20rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

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

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.2em + 20rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 5rem) center;
  background-size: calc(0.6em + 10rem) calc(0.6em + 10rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 20rem);
  background-position: top calc(0.3em + 5rem) right calc(0.3em + 5rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 0rem;
  background-position: right 0rem center, center right 0rem;
  background-size: 16px 12px, calc(0.6em + 10rem) calc(0.6em + 10rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.2em + 20rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 20rem;
  --bs-btn-padding-y: 15rem;
  --bs-btn-font-family: NeueKabel, sans-serif;
  --bs-btn-font-size: 10rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.05;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 30px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          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.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn: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 {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn: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 {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.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, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  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 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F7F4EE;
  --bs-btn-border-color: #F7F4EE;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(248.2, 245.65, 240.55);
  --bs-btn-hover-border-color: rgb(247.8, 245.1, 239.7);
  --bs-btn-focus-shadow-rgb: 210, 207, 202;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(248.6, 246.2, 241.4);
  --bs-btn-active-border-color: rgb(247.8, 245.1, 239.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #F7F4EE;
  --bs-btn-disabled-border-color: #F7F4EE;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #4B4745;
  --bs-btn-border-color: #4B4745;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(63.75, 60.35, 58.65);
  --bs-btn-hover-border-color: rgb(60, 56.8, 55.2);
  --bs-btn-focus-shadow-rgb: 102, 99, 97;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(60, 56.8, 55.2);
  --bs-btn-active-border-color: rgb(56.25, 53.25, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #4B4745;
  --bs-btn-disabled-border-color: #4B4745;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #788261;
  --bs-btn-border-color: #788261;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(140.25, 148.75, 120.7);
  --bs-btn-hover-border-color: rgb(133.5, 142.5, 112.8);
  --bs-btn-focus-shadow-rgb: 102, 111, 82;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(147, 155, 128.6);
  --bs-btn-active-border-color: rgb(133.5, 142.5, 112.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #788261;
  --bs-btn-disabled-border-color: #788261;
}

.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 3px 5px rgba(0, 0, 0, 0.125);
  --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 3px 5px rgba(0, 0, 0, 0.125);
  --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 3px 5px rgba(0, 0, 0, 0.125);
  --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: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-primary-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FFFFFF;
  --bs-btn-disabled-border-color: #FFFFFF;
}

.btn-primary-dark {
  --bs-btn-color: #000000;
  --bs-btn-bg: #D4C7B5;
  --bs-btn-border-color: #D4C7B5;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(218.45, 207.4, 192.1);
  --bs-btn-hover-border-color: rgb(216.3, 204.6, 188.4);
  --bs-btn-focus-shadow-rgb: 180, 169, 154;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(220.6, 210.2, 195.8);
  --bs-btn-active-border-color: rgb(216.3, 204.6, 188.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #D4C7B5;
  --bs-btn-disabled-border-color: #D4C7B5;
}

.btn-secondary-light {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #797369;
  --bs-btn-border-color: #797369;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(102.85, 97.75, 89.25);
  --bs-btn-hover-border-color: rgb(96.8, 92, 84);
  --bs-btn-focus-shadow-rgb: 141, 136, 128;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(96.8, 92, 84);
  --bs-btn-active-border-color: rgb(90.75, 86.25, 78.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #797369;
  --bs-btn-disabled-border-color: #797369;
}

.btn-gray {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #474747;
  --bs-btn-border-color: #474747;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(60.35, 60.35, 60.35);
  --bs-btn-hover-border-color: rgb(56.8, 56.8, 56.8);
  --bs-btn-focus-shadow-rgb: 99, 99, 99;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(56.8, 56.8, 56.8);
  --bs-btn-active-border-color: rgb(53.25, 53.25, 53.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #474747;
  --bs-btn-disabled-border-color: #474747;
}

.btn-gray-light {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #757575;
  --bs-btn-border-color: #757575;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(99.45, 99.45, 99.45);
  --bs-btn-hover-border-color: rgb(93.6, 93.6, 93.6);
  --bs-btn-focus-shadow-rgb: 138, 138, 138;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(93.6, 93.6, 93.6);
  --bs-btn-active-border-color: rgb(87.75, 87.75, 87.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #757575;
  --bs-btn-disabled-border-color: #757575;
}

.btn-gray-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #252525;
  --bs-btn-border-color: #252525;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(31.45, 31.45, 31.45);
  --bs-btn-hover-border-color: rgb(29.6, 29.6, 29.6);
  --bs-btn-focus-shadow-rgb: 70, 70, 70;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(29.6, 29.6, 29.6);
  --bs-btn-active-border-color: rgb(27.75, 27.75, 27.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #252525;
  --bs-btn-disabled-border-color: #252525;
}

.btn-white {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

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

.btn-outline-primary {
  --bs-btn-color: #F7F4EE;
  --bs-btn-border-color: #F7F4EE;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F7F4EE;
  --bs-btn-hover-border-color: #F7F4EE;
  --bs-btn-focus-shadow-rgb: 247, 244, 238;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F7F4EE;
  --bs-btn-active-border-color: #F7F4EE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F7F4EE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F7F4EE;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #4B4745;
  --bs-btn-border-color: #4B4745;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4B4745;
  --bs-btn-hover-border-color: #4B4745;
  --bs-btn-focus-shadow-rgb: 75, 71, 69;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4B4745;
  --bs-btn-active-border-color: #4B4745;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4B4745;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4B4745;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #788261;
  --bs-btn-border-color: #788261;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #788261;
  --bs-btn-hover-border-color: #788261;
  --bs-btn-focus-shadow-rgb: 120, 130, 97;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #788261;
  --bs-btn-active-border-color: #788261;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #788261;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #788261;
  --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 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #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 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #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 3px 5px rgba(0, 0, 0, 0.125);
  --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: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-primary-light {
  --bs-btn-color: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFFFFF;
  --bs-gradient: none;
}

.btn-outline-primary-dark {
  --bs-btn-color: #D4C7B5;
  --bs-btn-border-color: #D4C7B5;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D4C7B5;
  --bs-btn-hover-border-color: #D4C7B5;
  --bs-btn-focus-shadow-rgb: 212, 199, 181;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #D4C7B5;
  --bs-btn-active-border-color: #D4C7B5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D4C7B5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D4C7B5;
  --bs-gradient: none;
}

.btn-outline-secondary-light {
  --bs-btn-color: #797369;
  --bs-btn-border-color: #797369;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #797369;
  --bs-btn-hover-border-color: #797369;
  --bs-btn-focus-shadow-rgb: 121, 115, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #797369;
  --bs-btn-active-border-color: #797369;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #797369;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #797369;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #474747;
  --bs-btn-border-color: #474747;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #474747;
  --bs-btn-hover-border-color: #474747;
  --bs-btn-focus-shadow-rgb: 71, 71, 71;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #474747;
  --bs-btn-active-border-color: #474747;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #474747;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #474747;
  --bs-gradient: none;
}

.btn-outline-gray-light {
  --bs-btn-color: #757575;
  --bs-btn-border-color: #757575;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #757575;
  --bs-btn-hover-border-color: #757575;
  --bs-btn-focus-shadow-rgb: 117, 117, 117;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #757575;
  --bs-btn-active-border-color: #757575;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #757575;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #757575;
  --bs-gradient: none;
}

.btn-outline-gray-dark {
  --bs-btn-color: #252525;
  --bs-btn-border-color: #252525;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #252525;
  --bs-btn-hover-border-color: #252525;
  --bs-btn-focus-shadow-rgb: 37, 37, 37;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #252525;
  --bs-btn-active-border-color: #252525;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #252525;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #252525;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --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: #474747;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 99, 99, 99;
  text-decoration: none;
}
.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: 2rem;
  --bs-btn-font-size: 2rem;
  --bs-btn-border-radius: 30px;
}

.btn-sm {
  --bs-btn-padding-y: 1.5rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-font-size: 1.2rem;
  --bs-btn-border-radius: 30px;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #F7F4EE;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #474747;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-hugh-start {
    --bs-position: start;
  }
  .dropdown-menu-hugh-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-hugh-end {
    --bs-position: end;
  }
  .dropdown-menu-hugh-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #252525;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #F7F4EE;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23757575' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2898.8, 97.6, 95.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(247, 244, 238, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28250.2, 248.4, 244.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28250.2, 248.4, 244.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.4;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-hugh-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-hugh-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-hugh-down .modal-header,
  .modal-fullscreen-hugh-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-hugh-down .modal-body {
    overflow-y: auto;
  }
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000000;
  --bs-carousel-caption-color: #000000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #ffffff;
  --bs-carousel-caption-color: #ffffff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000000;
  --bs-carousel-caption-color: #000000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(249, 246, 241, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 246, 241, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(60, 57, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(60, 57, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(147, 155, 129, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(147, 155, 129, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

.link-primary-dark {
  color: RGBA(var(--bs-primary-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-dark:hover, .link-primary-dark:focus {
  color: RGBA(221, 210, 196, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(221, 210, 196, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary-light {
  color: RGBA(var(--bs-secondary-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary-light:hover, .link-secondary-light:focus {
  color: RGBA(97, 92, 84, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(97, 92, 84, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-hugh-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-hugh-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

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

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

.opacity-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));
}

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

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

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

.bottom-0 {
  bottom: 0 !important;
}

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

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

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-opacity-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-6 {
  margin: 5rem !important;
}

.m-7 {
  margin: 8rem !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-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-7 {
  margin-right: 8rem !important;
  margin-left: 8rem !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-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

.mt-7 {
  margin-top: 8rem !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-6 {
  margin-right: 5rem !important;
}

.me-7 {
  margin-right: 8rem !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-6 {
  margin-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 8rem !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-6 {
  margin-left: 5rem !important;
}

.ms-7 {
  margin-left: 8rem !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;
}

.p-6 {
  padding: 5rem !important;
}

.p-7 {
  padding: 8rem !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;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-7 {
  padding-right: 8rem !important;
  padding-left: 8rem !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;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-7 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !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;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pt-7 {
  padding-top: 8rem !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;
}

.pe-6 {
  padding-right: 5rem !important;
}

.pe-7 {
  padding-right: 8rem !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;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pb-7 {
  padding-bottom: 8rem !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;
}

.ps-6 {
  padding-left: 5rem !important;
}

.ps-7 {
  padding-left: 8rem !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;
}

.gap-6 {
  gap: 5rem !important;
}

.gap-7 {
  gap: 8rem !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;
}

.row-gap-6 {
  row-gap: 5rem !important;
}

.row-gap-7 {
  row-gap: 8rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.column-gap-6 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.column-gap-7 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1, .page__legal__header h1, .page__legal__header .h1, .page-template-page-portfolio .module-title, .module-half.size-large .module-title, .module-banner.module-align-center .module-title {
  font-size: 33 40 40 45 50 !important;
}

.fs-2, .module.module-text .module-text {
  font-size: 24 26 24 26 28 !important;
}

.fs-3, .single-post .single-content h2, .single-post .single-content .h2, .single-post .single-content h1, .single-post .single-content .h1 {
  font-size: 22 24 22 24 24 !important;
}

.fs-4, .single-post .single-content blockquote, .single-post .single-content h4, .single-post .single-content .h4, .single-post .single-content h3, .single-post .single-content .h3 {
  font-size: 13 14 16 18 21 !important;
}

.fs-5 {
  font-size: 13 14 17 17 18 !important;
}

.fs-6 {
  font-size: 10 12 14 14 16 !important;
}

.fs-0 {
  font-size: 50 70 80 80 120 !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.4 !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-primary-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-light-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

.text-white {
  --bs-text-opacity: 1;
  color: #ffffff !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: #000000 !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-primary-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-light-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

.link-underline-black {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-black-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-primary-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-light-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

.bg-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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 8rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 8rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 8rem !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;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 8rem !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;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 8rem !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;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 8rem !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;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 8rem !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;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 8rem !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;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 8rem !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;
  }
  .row-gap-sm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 8rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: 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-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 8rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 8rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 8rem !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;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 8rem !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;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 8rem !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;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 8rem !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;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 8rem !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;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 8rem !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;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 8rem !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;
  }
  .row-gap-md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 8rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: 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-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 8rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 8rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 8rem !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;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 8rem !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;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 8rem !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;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 8rem !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;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 8rem !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;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 8rem !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;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 8rem !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;
  }
  .row-gap-lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 8rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 8rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 8rem !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;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 8rem !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;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 8rem !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;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 8rem !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;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 8rem !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;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 8rem !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;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 8rem !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;
  }
  .row-gap-xl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 8rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: 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-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 8rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 8rem !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;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 8rem !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;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 8rem !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;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 8rem !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;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 8rem !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;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 8rem !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;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-7 {
    gap: 8rem !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;
  }
  .row-gap-xxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 8rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !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: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       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-6 {
    margin: 5rem !important;
  }
  .m-xxxl-7 {
    margin: 8rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-xxxl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 8rem !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;
  }
  .p-xxxl-6 {
    padding: 5rem !important;
  }
  .p-xxxl-7 {
    padding: 8rem !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;
  }
  .px-xxxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }
  .py-xxxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }
  .pt-xxxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 8rem !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;
  }
  .pe-xxxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 8rem !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;
  }
  .pb-xxxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 8rem !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;
  }
  .ps-xxxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 8rem !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;
  }
  .gap-xxxl-6 {
    gap: 5rem !important;
  }
  .gap-xxxl-7 {
    gap: 8rem !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;
  }
  .row-gap-xxxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-7 {
    row-gap: 8rem !important;
  }
  .column-gap-xxxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxxl-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxxl-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !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: 1800px) {
  .float-hugh-start {
    float: left !important;
  }
  .float-hugh-end {
    float: right !important;
  }
  .float-hugh-none {
    float: none !important;
  }
  .object-fit-hugh-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-hugh-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-hugh-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-hugh-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-hugh-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-hugh-inline {
    display: inline !important;
  }
  .d-hugh-inline-block {
    display: inline-block !important;
  }
  .d-hugh-block {
    display: block !important;
  }
  .d-hugh-grid {
    display: grid !important;
  }
  .d-hugh-inline-grid {
    display: inline-grid !important;
  }
  .d-hugh-table {
    display: table !important;
  }
  .d-hugh-table-row {
    display: table-row !important;
  }
  .d-hugh-table-cell {
    display: table-cell !important;
  }
  .d-hugh-flex {
    display: flex !important;
  }
  .d-hugh-inline-flex {
    display: inline-flex !important;
  }
  .d-hugh-none {
    display: none !important;
  }
  .flex-hugh-fill {
    flex: 1 1 auto !important;
  }
  .flex-hugh-row {
    flex-direction: row !important;
  }
  .flex-hugh-column {
    flex-direction: column !important;
  }
  .flex-hugh-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-hugh-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-hugh-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-hugh-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-hugh-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-hugh-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-hugh-wrap {
    flex-wrap: wrap !important;
  }
  .flex-hugh-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-hugh-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hugh-start {
    justify-content: flex-start !important;
  }
  .justify-content-hugh-end {
    justify-content: flex-end !important;
  }
  .justify-content-hugh-center {
    justify-content: center !important;
  }
  .justify-content-hugh-between {
    justify-content: space-between !important;
  }
  .justify-content-hugh-around {
    justify-content: space-around !important;
  }
  .justify-content-hugh-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-hugh-start {
    align-items: flex-start !important;
  }
  .align-items-hugh-end {
    align-items: flex-end !important;
  }
  .align-items-hugh-center {
    align-items: center !important;
  }
  .align-items-hugh-baseline {
    align-items: baseline !important;
  }
  .align-items-hugh-stretch {
    align-items: stretch !important;
  }
  .align-content-hugh-start {
    align-content: flex-start !important;
  }
  .align-content-hugh-end {
    align-content: flex-end !important;
  }
  .align-content-hugh-center {
    align-content: center !important;
  }
  .align-content-hugh-between {
    align-content: space-between !important;
  }
  .align-content-hugh-around {
    align-content: space-around !important;
  }
  .align-content-hugh-stretch {
    align-content: stretch !important;
  }
  .align-self-hugh-auto {
    align-self: auto !important;
  }
  .align-self-hugh-start {
    align-self: flex-start !important;
  }
  .align-self-hugh-end {
    align-self: flex-end !important;
  }
  .align-self-hugh-center {
    align-self: center !important;
  }
  .align-self-hugh-baseline {
    align-self: baseline !important;
  }
  .align-self-hugh-stretch {
    align-self: stretch !important;
  }
  .order-hugh-first {
    order: -1 !important;
  }
  .order-hugh-0 {
    order: 0 !important;
  }
  .order-hugh-1 {
    order: 1 !important;
  }
  .order-hugh-2 {
    order: 2 !important;
  }
  .order-hugh-3 {
    order: 3 !important;
  }
  .order-hugh-4 {
    order: 4 !important;
  }
  .order-hugh-5 {
    order: 5 !important;
  }
  .order-hugh-last {
    order: 6 !important;
  }
  .m-hugh-0 {
    margin: 0 !important;
  }
  .m-hugh-1 {
    margin: 0.25rem !important;
  }
  .m-hugh-2 {
    margin: 0.5rem !important;
  }
  .m-hugh-3 {
    margin: 1rem !important;
  }
  .m-hugh-4 {
    margin: 1.5rem !important;
  }
  .m-hugh-5 {
    margin: 3rem !important;
  }
  .m-hugh-6 {
    margin: 5rem !important;
  }
  .m-hugh-7 {
    margin: 8rem !important;
  }
  .m-hugh-auto {
    margin: auto !important;
  }
  .mx-hugh-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-hugh-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-hugh-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-hugh-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-hugh-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-hugh-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-hugh-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-hugh-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-hugh-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-hugh-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-hugh-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-hugh-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-hugh-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-hugh-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-hugh-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-hugh-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-hugh-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-hugh-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-hugh-0 {
    margin-top: 0 !important;
  }
  .mt-hugh-1 {
    margin-top: 0.25rem !important;
  }
  .mt-hugh-2 {
    margin-top: 0.5rem !important;
  }
  .mt-hugh-3 {
    margin-top: 1rem !important;
  }
  .mt-hugh-4 {
    margin-top: 1.5rem !important;
  }
  .mt-hugh-5 {
    margin-top: 3rem !important;
  }
  .mt-hugh-6 {
    margin-top: 5rem !important;
  }
  .mt-hugh-7 {
    margin-top: 8rem !important;
  }
  .mt-hugh-auto {
    margin-top: auto !important;
  }
  .me-hugh-0 {
    margin-right: 0 !important;
  }
  .me-hugh-1 {
    margin-right: 0.25rem !important;
  }
  .me-hugh-2 {
    margin-right: 0.5rem !important;
  }
  .me-hugh-3 {
    margin-right: 1rem !important;
  }
  .me-hugh-4 {
    margin-right: 1.5rem !important;
  }
  .me-hugh-5 {
    margin-right: 3rem !important;
  }
  .me-hugh-6 {
    margin-right: 5rem !important;
  }
  .me-hugh-7 {
    margin-right: 8rem !important;
  }
  .me-hugh-auto {
    margin-right: auto !important;
  }
  .mb-hugh-0 {
    margin-bottom: 0 !important;
  }
  .mb-hugh-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-hugh-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-hugh-3 {
    margin-bottom: 1rem !important;
  }
  .mb-hugh-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-hugh-5 {
    margin-bottom: 3rem !important;
  }
  .mb-hugh-6 {
    margin-bottom: 5rem !important;
  }
  .mb-hugh-7 {
    margin-bottom: 8rem !important;
  }
  .mb-hugh-auto {
    margin-bottom: auto !important;
  }
  .ms-hugh-0 {
    margin-left: 0 !important;
  }
  .ms-hugh-1 {
    margin-left: 0.25rem !important;
  }
  .ms-hugh-2 {
    margin-left: 0.5rem !important;
  }
  .ms-hugh-3 {
    margin-left: 1rem !important;
  }
  .ms-hugh-4 {
    margin-left: 1.5rem !important;
  }
  .ms-hugh-5 {
    margin-left: 3rem !important;
  }
  .ms-hugh-6 {
    margin-left: 5rem !important;
  }
  .ms-hugh-7 {
    margin-left: 8rem !important;
  }
  .ms-hugh-auto {
    margin-left: auto !important;
  }
  .p-hugh-0 {
    padding: 0 !important;
  }
  .p-hugh-1 {
    padding: 0.25rem !important;
  }
  .p-hugh-2 {
    padding: 0.5rem !important;
  }
  .p-hugh-3 {
    padding: 1rem !important;
  }
  .p-hugh-4 {
    padding: 1.5rem !important;
  }
  .p-hugh-5 {
    padding: 3rem !important;
  }
  .p-hugh-6 {
    padding: 5rem !important;
  }
  .p-hugh-7 {
    padding: 8rem !important;
  }
  .px-hugh-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-hugh-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-hugh-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-hugh-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-hugh-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-hugh-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-hugh-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-hugh-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-hugh-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-hugh-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-hugh-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-hugh-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-hugh-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-hugh-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-hugh-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-hugh-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-hugh-0 {
    padding-top: 0 !important;
  }
  .pt-hugh-1 {
    padding-top: 0.25rem !important;
  }
  .pt-hugh-2 {
    padding-top: 0.5rem !important;
  }
  .pt-hugh-3 {
    padding-top: 1rem !important;
  }
  .pt-hugh-4 {
    padding-top: 1.5rem !important;
  }
  .pt-hugh-5 {
    padding-top: 3rem !important;
  }
  .pt-hugh-6 {
    padding-top: 5rem !important;
  }
  .pt-hugh-7 {
    padding-top: 8rem !important;
  }
  .pe-hugh-0 {
    padding-right: 0 !important;
  }
  .pe-hugh-1 {
    padding-right: 0.25rem !important;
  }
  .pe-hugh-2 {
    padding-right: 0.5rem !important;
  }
  .pe-hugh-3 {
    padding-right: 1rem !important;
  }
  .pe-hugh-4 {
    padding-right: 1.5rem !important;
  }
  .pe-hugh-5 {
    padding-right: 3rem !important;
  }
  .pe-hugh-6 {
    padding-right: 5rem !important;
  }
  .pe-hugh-7 {
    padding-right: 8rem !important;
  }
  .pb-hugh-0 {
    padding-bottom: 0 !important;
  }
  .pb-hugh-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-hugh-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-hugh-3 {
    padding-bottom: 1rem !important;
  }
  .pb-hugh-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-hugh-5 {
    padding-bottom: 3rem !important;
  }
  .pb-hugh-6 {
    padding-bottom: 5rem !important;
  }
  .pb-hugh-7 {
    padding-bottom: 8rem !important;
  }
  .ps-hugh-0 {
    padding-left: 0 !important;
  }
  .ps-hugh-1 {
    padding-left: 0.25rem !important;
  }
  .ps-hugh-2 {
    padding-left: 0.5rem !important;
  }
  .ps-hugh-3 {
    padding-left: 1rem !important;
  }
  .ps-hugh-4 {
    padding-left: 1.5rem !important;
  }
  .ps-hugh-5 {
    padding-left: 3rem !important;
  }
  .ps-hugh-6 {
    padding-left: 5rem !important;
  }
  .ps-hugh-7 {
    padding-left: 8rem !important;
  }
  .gap-hugh-0 {
    gap: 0 !important;
  }
  .gap-hugh-1 {
    gap: 0.25rem !important;
  }
  .gap-hugh-2 {
    gap: 0.5rem !important;
  }
  .gap-hugh-3 {
    gap: 1rem !important;
  }
  .gap-hugh-4 {
    gap: 1.5rem !important;
  }
  .gap-hugh-5 {
    gap: 3rem !important;
  }
  .gap-hugh-6 {
    gap: 5rem !important;
  }
  .gap-hugh-7 {
    gap: 8rem !important;
  }
  .row-gap-hugh-0 {
    row-gap: 0 !important;
  }
  .row-gap-hugh-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-hugh-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-hugh-3 {
    row-gap: 1rem !important;
  }
  .row-gap-hugh-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-hugh-5 {
    row-gap: 3rem !important;
  }
  .row-gap-hugh-6 {
    row-gap: 5rem !important;
  }
  .row-gap-hugh-7 {
    row-gap: 8rem !important;
  }
  .column-gap-hugh-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-hugh-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-hugh-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-hugh-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-hugh-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-hugh-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-hugh-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-hugh-7 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .text-hugh-start {
    text-align: left !important;
  }
  .text-hugh-end {
    text-align: right !important;
  }
  .text-hugh-center {
    text-align: center !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;
  }
}
body {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.3125rem;
    line-height: 1.4;
  }
}

.module-icons article figure figcaption, .module-section p, #navMenuFixed li a, .navbar #navMenuSticky li a, .navbar .site-menu li a {
  font-size: 0.625rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .module-icons article figure figcaption, .module-section p, #navMenuFixed li a, .navbar #navMenuSticky li a, .navbar .site-menu li a {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .module-icons article figure figcaption, .module-section p, #navMenuFixed li a, .navbar #navMenuSticky li a, .navbar .site-menu li a {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

h1, .h1, .fs-1, .module-banner.module-align-center .module-title, .module-half.size-large .module-title, .page-template-page-portfolio .module-title, .page__legal__header h1, .page__legal__header .h1, .module-areas .areas-grid .areas-item .area-content p, .module-title,
.module-title p,
.module-title span {
  font-size: 33px;
}
@media (min-width: 768px) {
  h1, .h1, .fs-1, .module-banner.module-align-center .module-title, .module-half.size-large .module-title, .page-template-page-portfolio .module-title, .page__legal__header h1, .page__legal__header .h1, .module-areas .areas-grid .areas-item .area-content p, .module-title,
  .module-title p,
  .module-title span {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1, .h1, .fs-1, .module-banner.module-align-center .module-title, .module-half.size-large .module-title, .page-template-page-portfolio .module-title, .page__legal__header h1, .page__legal__header .h1, .module-areas .areas-grid .areas-item .area-content p, .module-title,
  .module-title p,
  .module-title span {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1, .h1, .fs-1, .module-banner.module-align-center .module-title, .module-half.size-large .module-title, .page-template-page-portfolio .module-title, .page__legal__header h1, .page__legal__header .h1, .module-areas .areas-grid .areas-item .area-content p, .module-title,
  .module-title p,
  .module-title span {
    font-size: 45px;
  }
}
@media (min-width: 1400px) {
  h1, .h1, .fs-1, .module-banner.module-align-center .module-title, .module-half.size-large .module-title, .page-template-page-portfolio .module-title, .page__legal__header h1, .page__legal__header .h1, .module-areas .areas-grid .areas-item .area-content p, .module-title,
  .module-title p,
  .module-title span {
    font-size: 50px;
  }
}

h2, .h2, .fs-2, .module.module-text .module-text, .module-hero .module-content .module-text p, .module-half .module-text p, .module-contact .form .module-title p span {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2, .h2, .fs-2, .module.module-text .module-text, .module-hero .module-content .module-text p, .module-half .module-text p, .module-contact .form .module-title p span {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2, .h2, .fs-2, .module.module-text .module-text, .module-hero .module-content .module-text p, .module-half .module-text p, .module-contact .form .module-title p span {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2, .h2, .fs-2, .module.module-text .module-text, .module-hero .module-content .module-text p, .module-half .module-text p, .module-contact .form .module-title p span {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  h2, .h2, .fs-2, .module.module-text .module-text, .module-hero .module-content .module-text p, .module-half .module-text p, .module-contact .form .module-title p span {
    font-size: 28px;
  }
}

h3, .h3, .fs-3, .single-post .single-content h1, .single-post .single-content .h1, .single-post .single-content h2, .single-post .single-content .h2, .module-tipologias .selector section .area-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3, .h3, .fs-3, .single-post .single-content h1, .single-post .single-content .h1, .single-post .single-content h2, .single-post .single-content .h2, .module-tipologias .selector section .area-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3, .h3, .fs-3, .single-post .single-content h1, .single-post .single-content .h1, .single-post .single-content h2, .single-post .single-content .h2, .module-tipologias .selector section .area-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h3, .h3, .fs-3, .single-post .single-content h1, .single-post .single-content .h1, .single-post .single-content h2, .single-post .single-content .h2, .module-tipologias .selector section .area-title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  h3, .h3, .fs-3, .single-post .single-content h1, .single-post .single-content .h1, .single-post .single-content h2, .single-post .single-content .h2, .module-tipologias .selector section .area-title {
    font-size: 24px;
  }
}

h4, .h4, .fs-4, .single-post .single-content h3, .single-post .single-content .h3, .single-post .single-content h4, .single-post .single-content .h4, .single-post .single-content blockquote, .module-tipologias .selector section .area-data p, .module-areas aside .modal-title, .module-contact .form .module-text p, .loading .loading-content p {
  font-size: 13px;
}
@media (min-width: 768px) {
  h4, .h4, .fs-4, .single-post .single-content h3, .single-post .single-content .h3, .single-post .single-content h4, .single-post .single-content .h4, .single-post .single-content blockquote, .module-tipologias .selector section .area-data p, .module-areas aside .modal-title, .module-contact .form .module-text p, .loading .loading-content p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h4, .h4, .fs-4, .single-post .single-content h3, .single-post .single-content .h3, .single-post .single-content h4, .single-post .single-content .h4, .single-post .single-content blockquote, .module-tipologias .selector section .area-data p, .module-areas aside .modal-title, .module-contact .form .module-text p, .loading .loading-content p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h4, .h4, .fs-4, .single-post .single-content h3, .single-post .single-content .h3, .single-post .single-content h4, .single-post .single-content .h4, .single-post .single-content blockquote, .module-tipologias .selector section .area-data p, .module-areas aside .modal-title, .module-contact .form .module-text p, .loading .loading-content p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  h4, .h4, .fs-4, .single-post .single-content h3, .single-post .single-content .h3, .single-post .single-content h4, .single-post .single-content .h4, .single-post .single-content blockquote, .module-tipologias .selector section .area-data p, .module-areas aside .modal-title, .module-contact .form .module-text p, .loading .loading-content p {
    font-size: 21px;
  }
}

h5, .h5, .fs-5, .module-carousel .carousel-fullwidth .splide__slide figcaption span, .carousel-horizontal .splide__slide .slide-caption span, .module-half .col-60-40 .module-text p, .module-text p, .module-content .module-text p, .site-footer address *, .site-footer .footer-nav ul li a {
  font-size: 13px;
}
@media (min-width: 768px) {
  h5, .h5, .fs-5, .module-carousel .carousel-fullwidth .splide__slide figcaption span, .carousel-horizontal .splide__slide .slide-caption span, .module-half .col-60-40 .module-text p, .module-text p, .module-content .module-text p, .site-footer address *, .site-footer .footer-nav ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h5, .h5, .fs-5, .module-carousel .carousel-fullwidth .splide__slide figcaption span, .carousel-horizontal .splide__slide .slide-caption span, .module-half .col-60-40 .module-text p, .module-text p, .module-content .module-text p, .site-footer address *, .site-footer .footer-nav ul li a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  h5, .h5, .fs-5, .module-carousel .carousel-fullwidth .splide__slide figcaption span, .carousel-horizontal .splide__slide .slide-caption span, .module-half .col-60-40 .module-text p, .module-text p, .module-content .module-text p, .site-footer address *, .site-footer .footer-nav ul li a {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  h5, .h5, .fs-5, .module-carousel .carousel-fullwidth .splide__slide figcaption span, .carousel-horizontal .splide__slide .slide-caption span, .module-half .col-60-40 .module-text p, .module-text p, .module-content .module-text p, .site-footer address *, .site-footer .footer-nav ul li a {
    font-size: 18px;
  }
}

h6, .h6, .fs-6, .module-areas aside .modal-list p, .module-banner .video-player span, form *, .site-footer .footer-title {
  font-size: 10px;
}
@media (min-width: 768px) {
  h6, .h6, .fs-6, .module-areas aside .modal-list p, .module-banner .video-player span, form *, .site-footer .footer-title {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  h6, .h6, .fs-6, .module-areas aside .modal-list p, .module-banner .video-player span, form *, .site-footer .footer-title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  h6, .h6, .fs-6, .module-areas aside .modal-list p, .module-banner .video-player span, form *, .site-footer .footer-title {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  h6, .h6, .fs-6, .module-areas aside .modal-list p, .module-banner .video-player span, form *, .site-footer .footer-title {
    font-size: 16px;
  }
}

h0, .h0, .fs-0, .module-banner .module-content .module-title p span {
  font-size: 50px;
}
@media (min-width: 768px) {
  h0, .h0, .fs-0, .module-banner .module-content .module-title p span {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  h0, .h0, .fs-0, .module-banner .module-content .module-title p span {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  h0, .h0, .fs-0, .module-banner .module-content .module-title p span {
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  h0, .h0, .fs-0, .module-banner .module-content .module-title p span {
    font-size: 120px;
  }
}

.module-top-small, .module-tipologias .selector, .module-gallery .btn-gallery {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .module-top-small, .module-tipologias .selector, .module-gallery .btn-gallery {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .module-top-small, .module-tipologias .selector, .module-gallery .btn-gallery {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .module-top-small, .module-tipologias .selector, .module-gallery .btn-gallery {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .module-top-small, .module-tipologias .selector, .module-gallery .btn-gallery {
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  .module-top-small, .module-tipologias .selector, .module-gallery .btn-gallery {
    padding-top: 100px;
  }
}

.module-bottom-small, .page-template-default h1, .page-template-default .h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .module-bottom-small, .page-template-default h1, .page-template-default .h1 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .module-bottom-small, .page-template-default h1, .page-template-default .h1 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .module-bottom-small, .page-template-default h1, .page-template-default .h1 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .module-bottom-small, .page-template-default h1, .page-template-default .h1 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .module-bottom-small, .page-template-default h1, .page-template-default .h1 {
    padding-bottom: 100px;
  }
}

.module-vertical-small, .single-post .single-wrap, .single-post .single-footer, .module-areas aside .btn-close-modal, .module-areas aside, .site-footer, .site-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .module-vertical-small, .single-post .single-wrap, .single-post .single-footer, .module-areas aside .btn-close-modal, .module-areas aside, .site-footer, .site-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .module-vertical-small, .single-post .single-wrap, .single-post .single-footer, .module-areas aside .btn-close-modal, .module-areas aside, .site-footer, .site-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .module-vertical-small, .single-post .single-wrap, .single-post .single-footer, .module-areas aside .btn-close-modal, .module-areas aside, .site-footer, .site-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .module-vertical-small, .single-post .single-wrap, .single-post .single-footer, .module-areas aside .btn-close-modal, .module-areas aside, .site-footer, .site-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .module-vertical-small, .single-post .single-wrap, .single-post .single-footer, .module-areas aside .btn-close-modal, .module-areas aside, .site-footer, .site-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.module-top-medium {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .module-top-medium {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .module-top-medium {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  .module-top-medium {
    padding-top: 130px;
  }
}
@media (min-width: 1400px) {
  .module-top-medium {
    padding-top: 150px;
  }
}
@media (min-width: 1600px) {
  .module-top-medium {
    padding-top: 160px;
  }
}

.module-bottom-medium {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .module-bottom-medium {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .module-bottom-medium {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .module-bottom-medium {
    padding-bottom: 130px;
  }
}
@media (min-width: 1400px) {
  .module-bottom-medium {
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .module-bottom-medium {
    padding-bottom: 160px;
  }
}

.module-vertical-medium, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .page-template-page-legal .module-legal .module-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .module-vertical-medium, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .page-template-page-legal .module-legal .module-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .module-vertical-medium, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .page-template-page-legal .module-legal .module-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .module-vertical-medium, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .page-template-page-legal .module-legal .module-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1400px) {
  .module-vertical-medium, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .page-template-page-legal .module-legal .module-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .module-vertical-medium, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .page-template-page-legal .module-legal .module-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.module-top-large {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .module-top-large {
    padding-top: 170px;
  }
}
@media (min-width: 992px) {
  .module-top-large {
    padding-top: 220px;
  }
}
@media (min-width: 1200px) {
  .module-top-large {
    padding-top: 240px;
  }
}
@media (min-width: 1400px) {
  .module-top-large {
    padding-top: 260px;
  }
}
@media (min-width: 1600px) {
  .module-top-large {
    padding-top: 280px;
  }
}

.module-bottom-large {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .module-bottom-large {
    padding-bottom: 170px;
  }
}
@media (min-width: 992px) {
  .module-bottom-large {
    padding-bottom: 220px;
  }
}
@media (min-width: 1200px) {
  .module-bottom-large {
    padding-bottom: 240px;
  }
}
@media (min-width: 1400px) {
  .module-bottom-large {
    padding-bottom: 260px;
  }
}
@media (min-width: 1600px) {
  .module-bottom-large {
    padding-bottom: 280px;
  }
}

.module-vertical-large, .page-template-default #wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .module-vertical-large, .page-template-default #wrapper {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media (min-width: 992px) {
  .module-vertical-large, .page-template-default #wrapper {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (min-width: 1200px) {
  .module-vertical-large, .page-template-default #wrapper {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1400px) {
  .module-vertical-large, .page-template-default #wrapper {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}
@media (min-width: 1600px) {
  .module-vertical-large, .page-template-default #wrapper {
    padding-top: 280px;
    padding-bottom: 280px;
  }
}

.module-left-small, .module-location .module-wrapper-inner, .module-banner .scroll-indicator {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .module-left-small, .module-location .module-wrapper-inner, .module-banner .scroll-indicator {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .module-left-small, .module-location .module-wrapper-inner, .module-banner .scroll-indicator {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .module-left-small, .module-location .module-wrapper-inner, .module-banner .scroll-indicator {
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .module-left-small, .module-location .module-wrapper-inner, .module-banner .scroll-indicator {
    padding-left: 80px;
  }
}
@media (min-width: 1600px) {
  .module-left-small, .module-location .module-wrapper-inner, .module-banner .scroll-indicator {
    padding-left: 100px;
  }
}

.module-right-small, .module-half.module-type--block .column-media, .module-location .module-wrapper-inner, .carousel-horizontal .splide__slide.module-content {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .module-right-small, .module-half.module-type--block .column-media, .module-location .module-wrapper-inner, .carousel-horizontal .splide__slide.module-content {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .module-right-small, .module-half.module-type--block .column-media, .module-location .module-wrapper-inner, .carousel-horizontal .splide__slide.module-content {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .module-right-small, .module-half.module-type--block .column-media, .module-location .module-wrapper-inner, .carousel-horizontal .splide__slide.module-content {
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .module-right-small, .module-half.module-type--block .column-media, .module-location .module-wrapper-inner, .carousel-horizontal .splide__slide.module-content {
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .module-right-small, .module-half.module-type--block .column-media, .module-location .module-wrapper-inner, .carousel-horizontal .splide__slide.module-content {
    padding-right: 100px;
  }
}

.module-max-width-large .module-wrapper, .module-max-width-small .module-wrapper, .module-max-width .module-wrapper, .module-default .module-wrapper, .module-horizontal-small, .splide_arrow_small .splide__arrows, .single-post .single-footer, .page-template-page-legal .module-legal .module-wrapper, .module-areas aside {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .module-max-width-large .module-wrapper, .module-max-width-small .module-wrapper, .module-max-width .module-wrapper, .module-default .module-wrapper, .module-horizontal-small, .splide_arrow_small .splide__arrows, .single-post .single-footer, .page-template-page-legal .module-legal .module-wrapper, .module-areas aside {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .module-max-width-large .module-wrapper, .module-max-width-small .module-wrapper, .module-max-width .module-wrapper, .module-default .module-wrapper, .module-horizontal-small, .splide_arrow_small .splide__arrows, .single-post .single-footer, .page-template-page-legal .module-legal .module-wrapper, .module-areas aside {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .module-max-width-large .module-wrapper, .module-max-width-small .module-wrapper, .module-max-width .module-wrapper, .module-default .module-wrapper, .module-horizontal-small, .splide_arrow_small .splide__arrows, .single-post .single-footer, .page-template-page-legal .module-legal .module-wrapper, .module-areas aside {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .module-max-width-large .module-wrapper, .module-max-width-small .module-wrapper, .module-max-width .module-wrapper, .module-default .module-wrapper, .module-horizontal-small, .splide_arrow_small .splide__arrows, .single-post .single-footer, .page-template-page-legal .module-legal .module-wrapper, .module-areas aside {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1600px) {
  .module-max-width-large .module-wrapper, .module-max-width-small .module-wrapper, .module-max-width .module-wrapper, .module-default .module-wrapper, .module-horizontal-small, .splide_arrow_small .splide__arrows, .single-post .single-footer, .page-template-page-legal .module-legal .module-wrapper, .module-areas aside {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.module-left-medium, .module-blocks .columns:nth-child(even).module-type--fullwidth .column-content, .module-half.module-type--block .column-media, .carousel-horizontal .splide__slide:first-of-type.module-content, .module-contact .form {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .module-left-medium, .module-blocks .columns:nth-child(even).module-type--fullwidth .column-content, .module-half.module-type--block .column-media, .carousel-horizontal .splide__slide:first-of-type.module-content, .module-contact .form {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .module-left-medium, .module-blocks .columns:nth-child(even).module-type--fullwidth .column-content, .module-half.module-type--block .column-media, .carousel-horizontal .splide__slide:first-of-type.module-content, .module-contact .form {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .module-left-medium, .module-blocks .columns:nth-child(even).module-type--fullwidth .column-content, .module-half.module-type--block .column-media, .carousel-horizontal .splide__slide:first-of-type.module-content, .module-contact .form {
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .module-left-medium, .module-blocks .columns:nth-child(even).module-type--fullwidth .column-content, .module-half.module-type--block .column-media, .carousel-horizontal .splide__slide:first-of-type.module-content, .module-contact .form {
    padding-left: 120px;
  }
}
@media (min-width: 1600px) {
  .module-left-medium, .module-blocks .columns:nth-child(even).module-type--fullwidth .column-content, .module-half.module-type--block .column-media, .carousel-horizontal .splide__slide:first-of-type.module-content, .module-contact .form {
    padding-left: 215px;
  }
}

.module-right-medium, .module-blocks .columns:nth-child(odd).module-type--fullwidth .column-content, .module-contact .form {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .module-right-medium, .module-blocks .columns:nth-child(odd).module-type--fullwidth .column-content, .module-contact .form {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .module-right-medium, .module-blocks .columns:nth-child(odd).module-type--fullwidth .column-content, .module-contact .form {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .module-right-medium, .module-blocks .columns:nth-child(odd).module-type--fullwidth .column-content, .module-contact .form {
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .module-right-medium, .module-blocks .columns:nth-child(odd).module-type--fullwidth .column-content, .module-contact .form {
    padding-right: 120px;
  }
}
@media (min-width: 1600px) {
  .module-right-medium, .module-blocks .columns:nth-child(odd).module-type--fullwidth .column-content, .module-contact .form {
    padding-right: 215px;
  }
}

.module-narrow .module-wrapper, .module-horizontal-medium, .module-blocks .module-type--block, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .single-post .single-wrap, .page__legal__wrap, .page__legal__header h1, .page__legal__header .h1, .module-areas aside .btn-close-modal, .module-contact .dossier, .navbar .site-menu, .site-footer {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .module-narrow .module-wrapper, .module-horizontal-medium, .module-blocks .module-type--block, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .single-post .single-wrap, .page__legal__wrap, .page__legal__header h1, .page__legal__header .h1, .module-areas aside .btn-close-modal, .module-contact .dossier, .navbar .site-menu, .site-footer {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .module-narrow .module-wrapper, .module-horizontal-medium, .module-blocks .module-type--block, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .single-post .single-wrap, .page__legal__wrap, .page__legal__header h1, .page__legal__header .h1, .module-areas aside .btn-close-modal, .module-contact .dossier, .navbar .site-menu, .site-footer {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .module-narrow .module-wrapper, .module-horizontal-medium, .module-blocks .module-type--block, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .single-post .single-wrap, .page__legal__wrap, .page__legal__header h1, .page__legal__header .h1, .module-areas aside .btn-close-modal, .module-contact .dossier, .navbar .site-menu, .site-footer {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .module-narrow .module-wrapper, .module-horizontal-medium, .module-blocks .module-type--block, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .single-post .single-wrap, .page__legal__wrap, .page__legal__header h1, .page__legal__header .h1, .module-areas aside .btn-close-modal, .module-contact .dossier, .navbar .site-menu, .site-footer {
    padding-right: 120px;
    padding-left: 120px;
  }
}
@media (min-width: 1600px) {
  .module-narrow .module-wrapper, .module-horizontal-medium, .module-blocks .module-type--block, .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content, .single-post .single-wrap, .page__legal__wrap, .page__legal__header h1, .page__legal__header .h1, .module-areas aside .btn-close-modal, .module-contact .dossier, .navbar .site-menu, .site-footer {
    padding-right: 215px;
    padding-left: 215px;
  }
}

.module-left-large {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .module-left-large {
    padding-left: 150px;
  }
}
@media (min-width: 992px) {
  .module-left-large {
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  .module-left-large {
    padding-left: 200px;
  }
}
@media (min-width: 1400px) {
  .module-left-large {
    padding-left: 250px;
  }
}
@media (min-width: 1600px) {
  .module-left-large {
    padding-left: 288px;
  }
}

.module-right-large {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .module-right-large {
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .module-right-large {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  .module-right-large {
    padding-right: 200px;
  }
}
@media (min-width: 1400px) {
  .module-right-large {
    padding-right: 250px;
  }
}
@media (min-width: 1600px) {
  .module-right-large {
    padding-right: 288px;
  }
}

.module-extra .module-wrapper, .module-horizontal-large {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .module-extra .module-wrapper, .module-horizontal-large {
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media (min-width: 992px) {
  .module-extra .module-wrapper, .module-horizontal-large {
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  .module-extra .module-wrapper, .module-horizontal-large {
    padding-right: 200px;
    padding-left: 200px;
  }
}
@media (min-width: 1400px) {
  .module-extra .module-wrapper, .module-horizontal-large {
    padding-right: 250px;
    padding-left: 250px;
  }
}
@media (min-width: 1600px) {
  .module-extra .module-wrapper, .module-horizontal-large {
    padding-right: 288px;
    padding-left: 288px;
  }
}

.input-group-lg input, .input-group-sm input, .input-field,
.input-label-content, input {
  font-family: "NeueKabel", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 0;
}

.input-field,
.input-label-content, input {
  padding: 10px 0px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .input-field,
  .input-label-content, input {
    padding: 10px 0px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .input-field,
  .input-label-content, input {
    padding: 10px 0px;
    font-size: 16px;
  }
}

.input-group-sm input {
  padding: 2px 0px;
  font-size: 1.5px;
}
@media (min-width: 768px) {
  .input-group-sm input {
    padding: 1.8px 0px;
    font-size: 1.4px;
  }
}
@media (min-width: 992px) {
  .input-group-sm input {
    padding: 1.5px 0px;
    font-size: 1.2px;
  }
}

.input-group-lg input {
  padding: 3px 0px;
  font-size: 2.4px;
}
@media (min-width: 768px) {
  .input-group-lg input {
    padding: 2.5px 0px;
    font-size: 2.2px;
  }
}
@media (min-width: 992px) {
  .input-group-lg input {
    padding: 2.2px 0px;
    font-size: 2px;
  }
}

.module-location .module-text,
.module-location .module-title, .module-tipologias .module-text,
.module-tipologias .module-title, .module-gallery .module-text,
.module-gallery .module-title {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .module-location .module-text,
  .module-location .module-title, .module-tipologias .module-text,
  .module-tipologias .module-title, .module-gallery .module-text,
  .module-gallery .module-title {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .module-location .module-text,
  .module-location .module-title, .module-tipologias .module-text,
  .module-tipologias .module-title, .module-gallery .module-text,
  .module-gallery .module-title {
    max-width: 785px;
  }
}

.module-hero .module-content .module-text {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .module-hero .module-content .module-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .module-hero .module-content .module-text {
    max-width: 630px;
  }
}
@media (min-width: 1200px) {
  .module-hero .module-content .module-text {
    max-width: 730px;
  }
}

:root {
  --doc-height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #F7F4EE;
  color: #757575;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: color 0.3s;
}

img {
  height: auto;
}

strong {
  font-weight: 400;
}

.btn {
  font-family: "NeueKabel", sans-serif;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .btn {
    padding: 15px 25px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 15px 25px;
    font-size: 14px;
  }
}
.btn svg,
.btn img {
  margin: 0 16px;
}

.btn-sm {
  padding: 1.5px 2px;
  font-size: 1.2px;
}
@media (min-width: 768px) {
  .btn-sm {
    padding: 1.5px 2.5px;
    font-size: 1.2px;
  }
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 15px 25px;
    font-size: 14px;
  }
}

.btn-lg {
  padding: 1px 2px;
  font-size: 2px;
}
@media (min-width: 768px) {
  .btn-lg {
    padding: 1px 3px;
    font-size: 2px;
  }
}
@media (min-width: 992px) {
  .btn-lg {
    padding: 15px 25px;
    font-size: 18px;
  }
}

.btn-primary {
  color: #4B4745;
}
.btn-primary:hover {
  color: #4B4745;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-secondary {
  color: #F7F4EE;
}
.btn-secondary:hover {
  color: #F7F4EE;
  background-color: #1F1D1F;
  border-color: transparent;
}

.btn-orange {
  color: #F7F4EE;
}
.btn-orange:hover {
  color: #F7F4EE;
  background-color: #252525;
  border-color: transparent;
}

.btn-green:hover {
  color: #F7F4EE;
  background-color: #252525;
}

.btn-link {
  padding-right: 0;
  padding-left: 0;
}

.svg-icon-inline, .svg-icon {
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: transparent;
  fill: currentColor;
}

.svg-icon {
  display: flex;
}

.svg-icon-inline {
  display: inline-flex;
}

hr.vertical {
  margin: 0;
  width: 1px;
  border: none;
  border-left: 1px solid #4B4745;
}

p {
  margin: 0;
  padding: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  row-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-areas: "logo" "address" "cogesa" "legal";
  background-color: #797369;
}
@media (min-width: 992px) {
  .site-footer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "logo address cogesa" ". legal legal";
    justify-items: flex-start;
    align-items: flex-start;
    row-gap: 100px;
  }
}
.site-footer * {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer * {
    text-align: left;
  }
}
.site-footer .footer-title {
  font-weight: 500;
  color: #D4C7B5;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.site-footer .footer-logo {
  grid-area: logo;
}
.site-footer .footer-nav {
  grid-area: navigation;
}
.site-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav ul li {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.site-footer .footer-nav ul li a {
  color: #F7F4EE;
}
.site-footer address {
  grid-area: address;
  display: flex;
  flex-direction: column;
}
.site-footer address * {
  margin-bottom: 5px;
  color: #F7F4EE;
}
.site-footer address .footer-address {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-cogesa {
  grid-area: cogesa;
}
.site-footer .footer-cogesa img {
  width: 126px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer .footer-legal {
  grid-area: legal;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 992px) {
  .site-footer .footer-legal {
    flex-direction: row;
  }
}
.site-footer .footer-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .site-footer .footer-legal ul {
    flex-direction: row;
    gap: 40px;
  }
}
.site-footer .footer-legal li,
.site-footer .footer-legal li a,
.site-footer .footer-legal p {
  font-size: 12px;
  line-height: 1;
  color: #D4C7B5;
}
.site-footer .footer-legal p {
  display: flex;
  align-items: center;
}
.site-footer .footer-legal p img {
  margin-left: 5px;
}

#wrapper {
  overflow: hidden;
}

.navbar-fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  transform: translateY(-100%);
}

.navbar {
  width: 100%;
  background-color: #F7F4EE;
  box-shadow: 0px 10px 10px -3px rgba(125, 125, 125, 0.1);
}
@media (max-width: 767.98px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .navbar {
    height: 8vh;
  }
}
.navbar .site-menu {
  display: none;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .navbar .site-menu {
    display: grid;
  }
}
@media (max-width: 991.98px) {
  .navbar .site-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .site-menu li {
  list-style: none;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .site-menu li:not(:last-of-type) {
  border-right: 1px solid #4B4745;
}
.navbar .site-menu li a {
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "NeueKabel", sans-serif;
  color: #4B4745 !important;
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar .site-menu li a {
    letter-spacing: 0.1em;
  }
}
.navbar .site-menu li a span {
  color: #4B4745 !important;
}
.navbar .site-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4B4745;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.navbar .site-menu li a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.navbar #navMenuSticky {
  width: 100%;
  position: fixed;
  top: 8vh;
  left: 0;
  z-index: 200;
  background-color: #F7F4EE;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0 25px;
  margin: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.navbar #navMenuSticky.show, .navbar #navMenuSticky.collapsing {
  display: flex;
}
.navbar #navMenuSticky li {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.navbar #navMenuSticky li:not(:last-of-type) {
  border-bottom: 2px solid #4B4745;
}
.navbar #navMenuSticky li a {
  color: #4B4745;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}

#navMenuFixed {
  position: absolute;
  bottom: 8vh;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #F7F4EE;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0 25px;
  margin: 0;
  box-shadow: 0px 10px 10px -3px rgba(125, 125, 125, 0.1);
}
#navMenuFixed.show, #navMenuFixed.collapsing {
  display: flex;
}
#navMenuFixed li {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
#navMenuFixed li:not(:last-of-type) {
  border-bottom: 2px solid #4B4745;
}
#navMenuFixed li a {
  color: #4B4745;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.loading.hidden {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.loading .loading-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .loading .loading-content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .loading .loading-content {
    width: 50%;
  }
}
.loading .loading-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loading .loading-content p {
  padding-top: 10%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}
.loading img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .loading img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header-brand {
  width: 100px;
}
@media (min-width: 768px) {
  .header-brand {
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .header-brand {
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .header-brand {
    width: 175px;
  }
}
.header-brand img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-burger {
  text-transform: uppercase;
  font-size: 12px;
  height: 8vh;
  width: 100%;
  position: relative;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-burger div {
  display: flex;
  align-items: center;
}
.header-burger span {
  color: #4B4745;
}
@media (min-width: 768px) {
  .header-burger {
    display: none;
  }
}
.header-burger .burger {
  width: 12px;
  height: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}
.header-burger .burger span {
  width: 100%;
  height: 1px;
  background-color: #4B4745;
}

.brand {
  height: 3rem;
}
@media (min-width: 768px) {
  .brand {
    height: 6rem;
  }
}
@media (min-width: 992px) {
  .brand {
    height: 7rem;
  }
}
.brand img {
  transition: all 0.3s;
  height: 100%;
  width: auto;
}

.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation li {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .main-navigation li {
    margin: 1.5rem 0;
  }
}
.main-navigation a {
  position: relative;
  font-family: "DalaMoa", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  text-decoration: none;
  line-height: 1em;
  padding: 0 0 1rem;
  color: #474747;
}
@media (min-width: 768px) {
  .main-navigation a {
    font-size: 7rem;
  }
}
@media (min-width: 992px) {
  .main-navigation a {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .main-navigation a {
    font-size: 7rem;
  }
}
.main-navigation a:hover {
  color: #ffffff;
}
.main-navigation li.current_page_item a {
  color: #ffffff;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .main-navigation li.current_page_item a {
    padding-left: 6rem;
  }
}
.main-navigation li.current_page_item a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  margin-right: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .main-navigation li.current_page_item a:before {
    transform: translateY(-50%);
  }
}

.social-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.social-navigation ul li + li {
  margin-left: 2em;
}
@media (min-width: 768px) {
  .social-navigation ul li + li {
    margin-left: 4em;
  }
}
.social-navigation ul a {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.social-navigation ul svg {
  font-size: 1.8rem;
  transition: all 0.3s;
}

.languages-navigation {
  color: #ffffff;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.languages-navigation .wpml-ls-legacy-dropdown {
  width: inherit;
}
.languages-navigation .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0;
}
.languages-navigation .wpml-ls-legacy-dropdown a {
  padding: 0 30px 5px 10px;
}
.languages-navigation .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) !important;
}
.languages-navigation a, .languages-navigation span {
  color: #ffffff;
}
.languages-navigation a {
  background-color: transparent !important;
  border: 0 !important;
}

.shrink .languages-navigation a, .shrink .languages-navigation span, .header-dark .languages-navigation a, .header-dark .languages-navigation span {
  color: #474747;
}
.shrink .languages-navigation .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .header-dark .languages-navigation .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border-color: #474747;
}

.input {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}

.input-field,
.input-label-content {
  text-align: left;
  transition: all 0.2s;
}

.input-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  z-index: 1000;
  width: 100%;
  color: #1F1D1F;
  background: transparent;
  border-width: 0 0 2px 0;
  border-radius: 0;
  border-color: #b8bca7;
  border-style: solid;
}
.input-field:focus {
  outline: none;
}

.input-label {
  display: inline-block;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  cursor: text;
  font-weight: 500;
}

.input-label-content {
  display: block;
  position: relative;
  width: 100%;
  color: #1F1D1F;
  font-weight: 400;
  transition: transform 0.3s;
  transform-origin: 0% 50%;
}

.input-select select {
  height: 5rem;
  opacity: 0;
  transition: all 0.2s;
}
.input-select select option {
  color: #474747;
  background: #4B4745;
}
.input-select label {
  border-width: 0 0 2px 0;
  border-radius: 0;
  border-color: #b8bca7;
  border-style: solid;
  transition: all 0.2s;
}

textarea {
  height: 40px;
  overflow: hidden;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

form input[type=submit] {
  color: #F7F4EE;
}
form input[type=submit]:disabled {
  color: #F7F4EE;
}
form input[type=submit]::after {
  content: "";
  display: block;
  background-image: url("../assets/icons/icon-arrow-submit.png");
  width: 19px;
  height: 17px;
}

.input--filled select {
  opacity: 1;
}

.input--filled .input-label-content {
  transform: translateY(-50%);
}

.input--filled .input-field {
  border-color: #778260;
}

.input-field--madoka:focus + .input-label--madoka,
.input--filled .input-label--madoka {
  pointer-events: none;
  cursor: default;
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form p {
  margin-bottom: 0;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.wpcf7-acceptance {
  font-size: 1.2rem;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 0 0.3rem 0;
}
.wpcf7-acceptance a {
  color: #474747;
  text-decoration: none;
}
.wpcf7-acceptance label {
  display: flex;
}
.wpcf7-acceptance input {
  opacity: 0;
}
.wpcf7-acceptance input:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 10px;
  color: #1F1D1F;
  font-size: 12px;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  font-size: 12px;
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-15px, -50%);
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1F1D1F;
  border-radius: 100%;
  transition: all 0.3s;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  border: 0;
  width: 12px;
  height: 12px;
  left: 2px;
  opacity: 0;
  background-color: #1F1D1F;
  border-radius: 100%;
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

div.wpcf7-response-output {
  margin: 10px 0 0;
  border: 2px solid #F7F4EE !important;
  color: #F7F4EE !important;
  font-size: 1.4rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  color: #ff0000;
}

.btn {
  border-radius: 30px;
  font-family: "NeueKabel", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.btn-secondary {
  background-color: #4B4745;
  color: #F7F4EE;
}

.btn-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
}
.btn-arrow:after {
  content: "";
  width: 18px;
  height: 16px;
  background-size: cover;
  margin-left: 70px;
  transition: all 0.2s;
  background-image: url(../assets/images/btn-arrow.png);
  animation: arrow 2s infinite;
}
.btn-arrow:hover:after {
  margin-left: 80px;
}
.btn-arrow:disabled {
  color: #F7F4EE;
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.columns {
  display: flex;
}
.columns.col-40-60 .column:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-40-60 .column:first-of-type {
    width: 40%;
  }
}
.columns.col-40-60 .column:last-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-40-60 .column:last-of-type {
    width: 60%;
  }
}
.columns.col-45-55 .column:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-45-55 .column:first-of-type {
    width: 45%;
  }
}
.columns.col-45-55 .column:last-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-45-55 .column:last-of-type {
    width: 55%;
  }
}
.columns.col-50-50 .column {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-50-50 .column {
    width: 50%;
  }
}
.columns.col-55-45 .column:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-55-45 .column:first-of-type {
    width: 55%;
  }
}
.columns.col-55-45 .column:last-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-55-45 .column:last-of-type {
    width: 45%;
  }
}
.columns.col-60-40 .column:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-60-40 .column:first-of-type {
    width: 60%;
  }
}
.columns.col-60-40 .column:last-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-60-40 .column:last-of-type {
    width: 40%;
  }
}
.columns.col-70-30 .column:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-70-30 .column:first-of-type {
    width: 70%;
  }
}
.columns.col-70-30 .column:last-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-70-30 .column:last-of-type {
    width: 30%;
  }
}
.columns.col-30-70 .column:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-30-70 .column:first-of-type {
    width: 30%;
  }
}
.columns.col-30-70 .column:last-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .columns.col-30-70 .column:last-of-type {
    width: 70%;
  }
}
.columns .column-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-project {
  display: block;
}
.card-project .card-image {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .card-project .card-image {
    margin-bottom: 4rem;
  }
}
.card-project a {
  color: #474747;
}
.card-project h2, .card-project .h2 {
  margin: 0;
}
.card-project span {
  display: flex;
  align-items: center;
  color: #757575;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .card-project span {
    margin-bottom: 1rem;
  }
}
.card-project span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 1.5rem;
  background-color: #474747;
}

.scroll-circle:before, .scroll-circle-indicator:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../assets/images/scroll-circle.svg);
  background-size: cover;
  animation: scrollCricle 20s linear forwards infinite;
}
@media (min-width: 768px) {
  .scroll-circle:before, .scroll-circle-indicator:before {
    width: 6rem;
    height: 6rem;
  }
}

.theme-dark.hero-left.hero-scroll .module-content:before {
  background-image: url(../assets/images/scroll-circle-primary.svg);
}

@keyframes scrollCricle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll-indicator--line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .scroll-indicator--line {
    margin-top: 4rem;
  }
}
.scroll-indicator--line span {
  display: none;
  font-size: 15px;
  font-family: "NeueKabel", sans-serif;
  font-weight: 400;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
  transform: rotate(-90deg);
}
.scroll-indicator--line .scroll-indicator-line {
  width: 0.2rem;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.scroll-indicator--line .scroll-indicator-line:before, .scroll-indicator--line .scroll-indicator-line:after {
  content: "";
  display: block;
}
.scroll-indicator--line .scroll-indicator-line:after {
  height: 100%;
  width: 0.1rem;
  margin-left: 0.1rem;
  background-color: #797369;
}
.scroll-indicator--line .scroll-indicator-line:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #F7F4EE;
  animation: scrollArrow 1.5s ease-in-out forwards infinite;
}

@keyframes scrollArrow {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0);
  }
}
.sidenav-bg {
  content: "";
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.sidenav-content {
  position: fixed;
  z-index: 800;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 100vh;
  padding: 3rem;
  background-color: #D4C7B5;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .sidenav-content {
    padding: 5rem;
  }
}
@media (min-width: 992px) {
  .sidenav-content {
    width: 50%;
    padding: 6rem;
  }
}
@media (min-width: 1200px) {
  .sidenav-content {
    padding: 8rem;
  }
}
@media (min-width: 1600px) {
  .sidenav-content {
    padding: 10rem 8rem;
  }
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav ul a {
  display: block;
  color: #4B4745;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 24px;
}

.menu-open .sidenav-content {
  transform: translateX(0);
}

.module-section + .module-title {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .module-section + .module-title {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .module-section + .module-title {
    margin-top: 66px;
  }
}

.module-section + .module-text {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .module-section + .module-text {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .module-section + .module-text {
    margin-top: 66px;
  }
}

.module-title + .module-text {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .module-title + .module-text {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .module-title + .module-text {
    margin-top: 66px;
  }
}

.module-title,
.module-title p,
.module-title span {
  opacity: 1;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.15em;
  font-family: "DalaMoa", sans-serif;
}
.module-title strong,
.module-title p strong,
.module-title span strong {
  font-weight: 400;
}

.module-section p {
  display: flex;
  align-items: center;
  font-family: "NeueKabel", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-section p:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-right: 15px;
}

.module-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.module-content .module-text p {
  font-weight: 400;
  font-family: "NeueKabel", sans-serif;
}

.module-text p {
  font-weight: 400;
}

.module-buttons {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .module-buttons {
    margin-top: 4rem;
  }
}

.module.theme-dark .module-section p {
  color: #D4C7B5;
}
.module.theme-dark .module-section p::before {
  background-color: #D4C7B5;
}
.module.theme-dark .module-title p {
  color: #D4C7B5;
}
.module.theme-dark .module-text p {
  color: #ffffff;
}
.module.theme-dark.module-hero .module-section {
  color: #ffffff;
}
.module.theme-dark.module-hero .module-text p {
  color: #ffffff;
}

.module.theme-light .module-section p {
  color: #1F1D1F;
}
.module.theme-light .module-section p::before {
  background-color: #1F1D1F;
}
.module.theme-light .module-title p {
  color: #4B4745;
}
.module.theme-light .module-text p {
  color: #4B4745;
}

.module-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-text p {
  line-height: 1.3125em;
}

.module-banner {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden !important;
}

.module-banner-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-banner-bg .parallax-container,
.module-banner-bg .parallax-bg,
.module-banner-bg .module-banner-bg-wrap {
  width: 100%;
  height: 100vh;
}
.module-banner-bg img,
.module-banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .module-banner-bg img,
  .module-banner-bg video {
    -o-object-position: center;
       object-position: center;
  }
}

.module:not(.module-align-bottom) .module-content + .module-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.module-banner .module-content {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.module-banner .module-content .module-title {
  transform: translateX(2%);
}
.module-banner .module-content .module-title p {
  line-height: 0.9;
}
.module-banner .module-content .module-title p span {
  line-height: 0.9;
}
.module-banner .module-content .module-title br {
  display: unset;
}
.module-banner * {
  color: #ffffff;
  margin: 0;
}
.module-banner .video-player {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .module-banner .video-player {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .module-banner .video-player {
    margin-top: 100px;
  }
}
.module-banner .video-player {
  cursor: pointer;
}
.module-banner .video-player figure {
  position: relative;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .module-banner .video-player figure {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .module-banner .video-player figure {
    width: 70px;
    height: 70px;
  }
}
.module-banner .video-player figure:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.module-banner .video-player figure img {
  scale: 1;
  transition: all 0.3s ease;
  width: 6px;
  height: 8px;
}
@media (min-width: 768px) {
  .module-banner .video-player figure img {
    width: 10px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .module-banner .video-player figure img {
    width: 13px;
    height: 19px;
  }
}
.module-banner .video-player figure:hover:before {
  width: 100%;
  height: 100%;
}
.module-banner .video-player figure:hover img {
  scale: 1.3;
}
.module-banner .video-player span {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: 20px;
}

.module-banner-carousel {
  width: 100%;
  height: 100vh;
  position: initial;
}

.module-banner.module-align-bottom .module-content {
  top: inherit;
  bottom: 12rem;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .module-banner.module-align-bottom .module-content {
    bottom: 15rem;
  }
}
.module-banner.module-height-normal {
  height: 38rem;
}
@media (min-width: 768px) {
  .module-banner.module-height-normal {
    height: 60rem;
  }
}
@media (min-width: 1600px) {
  .module-banner.module-height-normal {
    height: 65rem;
  }
}
.module-banner .module-content {
  max-width: 90%;
}
@media (min-width: 1200px) {
  .module-banner .module-content {
    max-width: 100rem;
  }
}
@media (min-width: 1600px) {
  .module-banner .module-content {
    max-width: 130rem;
  }
}
.module-banner .module-content img {
  max-width: 90%;
}
.module-banner .module-title + .module-text {
  margin-top: 5rem;
}

.module-banner-bg img {
  animation: imageZoomAnimation 24s linear infinite 0s;
}

@keyframes imageZoomAnimation {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
  }
  30% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
.module-banner .scroll-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

@media (max-width: 991.98px) {
  .module-blocks {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 767.98px) {
  .module-blocks {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.module-blocks .columns {
  grid-gap: 16rem;
  margin-bottom: 7rem;
}
@media (max-width: 991.98px) {
  .module-blocks .columns {
    grid-gap: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .module-blocks .columns {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .module-blocks .columns {
    margin-bottom: 7rem;
  }
}
.module-blocks .columns:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .module-blocks .column-content {
    padding-right: 5rem;
  }
}
@media (min-width: 1600px) {
  .module-blocks .column-content {
    padding-right: 15rem;
  }
}
@media (max-width: 991.98px) {
  .module-blocks .column-content {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .module-blocks .column-media {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .module-blocks .columns:nth-child(odd) .column-content {
    order: 2;
  }
  .module-blocks .columns:nth-child(odd) .column-media {
    order: 1;
  }
}
@media (min-width: 992px) {
  .module-blocks .module-type--fullwidth .column-content > div {
    padding-right: 5rem;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .module-blocks .module-type--fullwidth .column-content > div {
    padding-right: 15rem;
  }
}
.module-blocks .block-number {
  font-family: "DalaMoa", sans-serif;
  font-size: 7rem;
  line-height: 0.8em;
  color: #F7F4EE;
  margin: 0 0 3rem 0;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .module-blocks .block-number {
    margin: 0 5rem 0 0;
  }
}

.module-contact .contact {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .module-contact .contact {
    flex-direction: row;
  }
}
.module-contact .module-title p {
  letter-spacing: 0;
}

.module-contact .col {
  flex: 1 1 auto;
}
.module-contact .dossier {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-contact .dossier > a {
  display: block;
  position: relative;
  max-width: 600px;
  aspect-ratio: 9/10;
}
.module-contact .dossier > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-contact .dossier .dossier-title {
  position: relative;
  z-index: 10;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .module-contact .dossier .dossier-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .module-contact .dossier .dossier-title {
    justify-content: flex-start;
  }
}
.module-contact .dossier .dossier-title p {
  font-family: "DalaMoa", sans-serif;
  font-size: 33px;
  line-height: 1.05em;
  letter-spacing: 0.12em;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module-contact .dossier .dossier-title p {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .module-contact .dossier .dossier-title p {
    margin-bottom: 60px;
  }
}
.module-contact .dossier .dossier-title p strong {
  text-decoration: underline;
}
.module-contact .dossier .dossier-title img {
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .module-contact .dossier .dossier-title img {
    width: 75px;
    height: 75px;
  }
}
.module-contact .dossier > div:last-of-type {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.module-contact .dossier > div:last-of-type:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
.module-contact .dossier > div:last-of-type img {
  position: relative;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-contact .form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .module-contact .form {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.module-contact .form .module-content {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .module-contact .form .module-content {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .module-contact .form .module-title {
    padding-bottom: 0;
  }
}
.module-contact .form .module-title p span {
  font-family: "NeueKabel", sans-serif;
  letter-spacing: 0;
  color: #1F1D1F;
  text-align: center;
}
@media (min-width: 992px) {
  .module-contact .form .module-title p span {
    text-align: left;
  }
}
.module-contact .form .module-text {
  margin: 5px 0;
  padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-contact .form .module-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .module-contact .form .module-text {
    padding-bottom: 20px;
    text-align: left;
  }
}
.module-contact .form .module-text p {
  color: #1F1D1F;
}
.module-contact .form .is-flex {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .module-contact .form .is-flex {
    flex-direction: row;
  }
}
.module-contact .form .is-full {
  width: 100%;
  padding: 0;
  margin: 0;
}
.module-contact .form .is-half {
  width: 100%;
}
@media (min-width: 768px) {
  .module-contact .form .is-half {
    width: 50%;
  }
}
.module-contact .form .input_submit {
  margin-top: 40px;
}

.module-half.module-type--fullheight .columns, .module-half.module-type--fullwidth .columns {
  grid-gap: 0;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.module-half.module-type--fullheight {
  padding-top: 0;
}
@media (min-width: 768px) {
  .module-half.module-type--fullheight {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .module-half.module-type--fullheight {
    height: 100vh;
    overflow: hidden;
  }
}
.module-half.module-type--fullheight .column-media {
  padding-left: 0;
  padding-right: 0;
}
.module-half.module-type--fullheight .column-media img {
  height: 100%;
}
@media (min-width: 992px) {
  .module-half.module-type--fullheight .column-media img {
    height: 100vh;
  }
}
.module-half.module-type--block .column-content {
  padding-left: 25px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .module-half.module-type--block .column-content {
    max-width: 80%;
    padding-left: 50px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .module-half.module-type--block .column-content {
    padding-left: 215px;
    padding-bottom: 0;
    max-width: 60%;
  }
}
.module-half.module-type--block .column-content .module-title,
.module-half.module-type--block .column-content .module-text {
  max-width: 80%;
}
@media (min-width: 992px) {
  .module-half.module-type--block .column-content .module-title,
  .module-half.module-type--block .column-content .module-text {
    max-width: 90%;
  }
}
.module-half.flex-lg-row .columns {
  flex-direction: column;
}
@media (min-width: 992px) {
  .module-half.flex-lg-row .columns {
    flex-direction: row;
  }
}
.module-half.flex-lg-row-reverse .columns {
  flex-direction: column;
}
@media (min-width: 992px) {
  .module-half.flex-lg-row-reverse .columns {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .module-half.text-center .module-text,
  .module-half.text-center .module-title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .module-half .column-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.module-half .column-media {
  position: relative;
}
.module-half img,
.module-half video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-half .col-60-40 .module-text p {
  max-width: 500px;
}
.module-half .col-50-50 .module-text {
  max-width: 100%;
}
@media (min-width: 768px) {
  .module-half .col-50-50 .module-text {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .module-half .col-50-50 .module-text {
    max-width: 100%;
  }
}

.module-gallery .gallery-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
  grid-template-areas: "first first" "second third" "fourth fifth";
}
@media (min-width: 768px) {
  .module-gallery .gallery-grid {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "first first first first" "second third fourth fifth";
  }
}
@media (min-width: 992px) {
  .module-gallery .gallery-grid {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .module-gallery .gallery-grid {
    gap: 100px;
  }
}
.module-gallery .gallery-grid a {
  width: 100%;
}
.module-gallery .gallery-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-gallery .gallery-grid a:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)) {
  display: none;
}
.module-gallery .gallery-grid a:first-of-type {
  grid-area: first;
}
@media (max-width: 767.98px) {
  .module-gallery .gallery-grid a:first-of-type {
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
}
.module-gallery .gallery-grid a:nth-of-type(2) {
  grid-area: second;
}
.module-gallery .gallery-grid a:nth-of-type(3) {
  grid-area: third;
}
.module-gallery .gallery-grid a:nth-of-type(4) {
  grid-area: fourth;
}
.module-gallery .gallery-grid a:nth-of-type(5) {
  grid-area: fifth;
}
.module-gallery .btn-gallery {
  display: flex;
  justify-content: center;
}

.module-2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .module-2 {
    margin-bottom: 130px;
  }
}

.module-hero {
  position: relative;
}

.module-hero {
  text-align: center;
}
.module-hero .module-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.module-hero .module-content .module-section p:before {
  display: none;
}

.module-icons article {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
@media (min-width: 768px) {
  .module-icons article {
    max-width: 500px;
    margin: 70px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .module-icons article {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .module-icons article figure:nth-child(1) {
    grid-column: 2/4;
  }
  .module-icons article figure:nth-child(2) {
    grid-column: 4/6;
  }
  .module-icons article figure:nth-child(3) {
    grid-column: 6/8;
  }
  .module-icons article figure:nth-child(4) {
    grid-column: 8/10;
  }
  .module-icons article figure:nth-child(5) {
    grid-column: 1/3;
  }
  .module-icons article figure:nth-child(6) {
    grid-column: 3/5;
  }
  .module-icons article figure:nth-child(7) {
    grid-column: 5/7;
  }
  .module-icons article figure:nth-child(8) {
    grid-column: 7/9;
  }
  .module-icons article figure:nth-child(9) {
    grid-column: 9/11;
  }
}
.module-icons article figure {
  width: calc(50% - 20px);
  display: grid;
  grid-template-rows: 56px auto;
  row-gap: 20px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: flex-start;
  opacity: 0;
}
@media (min-width: 992px) {
  .module-icons article figure {
    width: 100%;
  }
}
.module-icons article figure figcaption {
  color: #ffffff;
  text-align: center;
  font-family: "NeueKabel", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .module-icons article figure figcaption {
    max-width: 60%;
  }
}

.module-media .module-content + .module-wrap {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .module-media .module-content + .module-wrap {
    margin-top: 15rem;
  }
}
.module-media .module-wrap {
  display: grid;
}
.module-media img {
  width: 100%;
  height: auto;
}
.module-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .module-media video {
    -o-object-position: center;
       object-position: center;
  }
}
.module-media .swiper_gallery {
  width: 100%;
}
.module-media .media-item {
  overflow: hidden;
}
.module-media .module-wrap.with-gap {
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .module-media .module-wrap.with-gap {
    grid-gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .module-media .module-wrap.with-gap {
    grid-gap: 2rem;
  }
}
.module-media .module-wrap.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.module-media .module-wrap.col2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.module-media .module-wrap.col3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.module-media .module-wrap.col4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.module-media .module-wrap.col5 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1400px) {
  .module.module-text .module-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 110rem;
    margin: 0 auto;
  }
}
.module.module-text .module-text {
  line-height: 1.5;
  font-family: "DalaMoa", sans-serif;
  text-align: center;
  color: #474747;
}
.module.module-text p {
  margin: 0;
}

.module-areas .areas-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  height: 100vh;
}
@media (min-width: 768px) {
  .module-areas .areas-grid {
    height: 120vh;
  }
}
@media (min-width: 992px) {
  .module-areas .areas-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    height: 62vh;
  }
}
.module-areas .areas-grid .areas-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.module-areas .areas-grid .areas-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.module-areas .areas-grid .areas-item:first-of-type .area-content button {
  background-color: #D4C7B5;
  color: #4B4745;
}
.module-areas .areas-grid .areas-item:nth-of-type(2) .area-content button {
  background-color: #797369;
}
.module-areas .areas-grid .areas-item:last-of-type .area-content button {
  background-color: #4B4745;
}
.module-areas .areas-grid .areas-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-areas .areas-grid .areas-item .area-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.module-areas .areas-grid .areas-item .area-content p {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "DalaMoa", sans-serif;
}
.module-areas .areas-grid .areas-item .area-content button {
  color: white;
}
.module-areas aside {
  display: none;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .module-areas aside {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  .module-areas aside {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.module-areas aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #F7F4EE;
}
.module-areas aside:first-of-type .modal-title {
  border-bottom: 1px solid #D4C7B5;
  color: #D4C7B5;
}
.module-areas aside:first-of-type .modal-title .btn {
  background-color: #D4C7B5;
  color: #4B4745;
}
.module-areas aside:nth-of-type(2) .modal-title {
  border-bottom: 1px solid #797369;
  color: #797369;
}
.module-areas aside:nth-of-type(2) .modal-title .btn {
  background-color: #797369;
  color: white;
}
.module-areas aside:last-of-type .modal-title {
  border-bottom: 1px solid #4B4745;
  color: #4B4745;
}
.module-areas aside:last-of-type .modal-title .btn {
  background-color: #4B4745;
  color: white;
}
.module-areas aside .splide,
.module-areas aside .splide__track,
.module-areas aside .splide__list .splide__slide {
  width: 100%;
  height: 100%;
}
.module-areas aside .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  border-radius: 0;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .module-areas aside .splide__arrows .splide__arrow {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .module-areas aside .splide__arrows .splide__arrow {
    height: 90px;
    width: 90px;
  }
}
.module-areas aside .splide__arrows .splide__arrow:disabled {
  display: none;
}
.module-areas aside .splide__arrows .splide__arrow img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .module-areas aside .splide__arrows .splide__arrow--prev {
    left: 0;
    visibility: visible;
  }
}
.module-areas aside .splide__arrows .splide__arrow--prev {
  transform: translateX(-150%);
}
.module-areas aside .splide__arrows .splide__arrow--next {
  right: 0;
  transform: translateX(150%);
}
.module-areas aside .areas-floor {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  grid-gap: 40px;
  height: 100%;
}
@media (min-width: 992px) {
  .module-areas aside .areas-floor {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 100%;
    grid-template-areas: "zones plan";
    gap: 40px;
    justify-content: center;
  }
}
.module-areas aside .areas-floor .zones_advice {
  font-size: 13px;
  line-height: 1em;
  margin-top: 15px;
}
.module-areas aside section {
  width: 100%;
  grid-area: zones;
}
@media (min-width: 992px) {
  .module-areas aside section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .module-areas aside figure {
    grid-area: plan;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.module-areas aside figure img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .module-areas aside figure img {
    max-height: 70vh;
  }
}
.module-areas aside .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D4C7B5;
  font-family: "NeueKabel", sans-serif;
  text-transform: uppercase;
  color: #D4C7B5;
}
@media (min-width: 1600px) {
  .module-areas aside .modal-title {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
.module-areas aside .modal-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .module-areas aside .modal-list {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .module-areas aside .modal-list {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .module-areas aside .modal-list {
    margin-bottom: 10px;
  }
}
.module-areas aside .modal-list p {
  font-family: "NeueKabel", sans-serif;
  color: #000000;
}
.module-areas aside .btn-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background: none;
  outline: none;
  border: none;
}

.module-carousel-horizontal .module-content {
  margin-bottom: 60px;
}

.carousel-horizontal .splide__slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.carousel-horizontal .splide__slide.module-content {
  width: 45%;
  align-items: flex-start;
}
.carousel-horizontal .splide__slide.module-content p {
  text-align: left;
}
.carousel-horizontal .splide__slide img {
  max-width: 100%;
  height: auto;
}
.carousel-horizontal .splide__slide .slide-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 500;
  display: flex;
  align-items: center;
}
.carousel-horizontal .splide__slide .slide-caption span {
  margin-left: 10px;
  color: white;
}
.carousel-horizontal .splide__arrows {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .carousel-horizontal .splide__arrows {
    margin-top: 25px;
  }
}
.carousel-horizontal .splide__arrows .splide__arrow {
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  transform: unset !important;
  background: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  display: block !important;
}
@media (max-width: 767.98px) {
  .carousel-horizontal .splide__arrows .splide__arrow {
    height: 30px;
    width: 30px;
  }
}
.carousel-horizontal .splide__arrows .splide__arrow:disabled {
  display: none;
}
.carousel-horizontal .splide__arrows .splide__arrow img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .carousel-horizontal .splide__arrows .splide__arrow--prev {
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .carousel-horizontal .splide__arrows .splide__arrow--next {
    left: 75px;
  }
}

.module-carousel .carousel-fullwidth {
  height: 100vh;
}
.module-carousel .carousel-fullwidth .splide__track {
  height: inherit;
}
.module-carousel .carousel-fullwidth .splide__track .splide__list {
  height: inherit;
}
.module-carousel .carousel-fullwidth .splide__slide {
  position: relative;
}
.module-carousel .carousel-fullwidth .splide__slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__slide img {
    width: 100%;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.module-carousel .carousel-fullwidth .splide__slide figcaption {
  position: absolute;
  bottom: 60px;
  display: flex;
  align-items: center;
  right: 50%;
  transform: translateX(50%);
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__slide figcaption {
    bottom: 100px;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__slide figcaption {
    bottom: 120px;
    right: 80px;
    transform: unset;
  }
}
@media (min-width: 1200px) {
  .module-carousel .carousel-fullwidth .splide__slide figcaption {
    bottom: 140px;
    right: 100px;
  }
}
.module-carousel .carousel-fullwidth .splide__slide figcaption img {
  width: 16px;
  height: 21px;
}
.module-carousel .carousel-fullwidth .splide__slide figcaption span {
  color: white;
  margin-left: 10px;
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  border-radius: 0;
  height: 30px;
  width: 30px;
}
@media (max-width: 767.98px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
    bottom: 40px;
    top: unset;
  }
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
    height: 90px;
    width: 90px;
  }
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow:disabled {
  display: none;
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow img {
  height: 100%;
  width: 100%;
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--prev {
  visibility: hidden;
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--prev {
    left: 50px;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--prev {
    left: 100px;
  }
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--next {
  right: 25px;
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--next {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--next {
    right: 100px;
  }
}

.module-tipologias img {
  height: auto;
  max-width: 100%;
}
.module-tipologias .accordion .area-data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: "NeueKabel", sans-serif;
}
.module-tipologias .accordion .accordion-item:nth-child(1) button:not(.collapsed) {
  color: #a1643c !important;
  border-color: #a1643c;
}
.module-tipologias .accordion .accordion-item:nth-child(1) button:not(.collapsed):after {
  border-color: #a1643c !important;
  color: #a1643c !important;
}
.module-tipologias .accordion .accordion-item:nth-child(2) button:not(.collapsed) {
  color: #4B4745 !important;
  border-color: #4B4745;
}
.module-tipologias .accordion .accordion-item:nth-child(2) button:not(.collapsed):after {
  border-color: #4B4745 !important;
  color: #4B4745 !important;
}
.module-tipologias .accordion .accordion-item:nth-child(3) button:not(.collapsed) {
  color: #788261 !important;
  border-color: #788261;
}
.module-tipologias .accordion .accordion-item:nth-child(3) button:not(.collapsed):after {
  border-color: #788261 !important;
  color: #788261 !important;
}
.module-tipologias .selector {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .module-tipologias .selector {
    gap: 90px;
  }
}
@media (min-width: 992px) {
  .module-tipologias .selector {
    flex-direction: row;
  }
}
.module-tipologias .selector section {
  width: 100%;
}
@media (min-width: 992px) {
  .module-tipologias .selector section {
    width: 50%;
  }
}
.module-tipologias .selector section .area-title {
  color: #1F1D1F;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1F1D1F;
}
.module-tipologias .selector section .area-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-tipologias .selector section .area-data p {
  color: #000000;
}
.module-tipologias .selector .images {
  display: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-tipologias .selector .images.is-active {
  display: block;
}
.module-tipologias .selector .zones {
  margin-bottom: 60px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.module-tipologias .selector .zones:first-of-type.is-active .area-title {
  color: #a1643c;
  border-bottom: 1px solid #a1643c;
  transition: all 0.4s ease;
}
.module-tipologias .selector .zones:nth-of-type(2).is-active .area-title {
  color: #4B4745;
  border-bottom: 1px solid #4B4745;
  transition: all 0.4s ease;
}
.module-tipologias .selector .zones:last-of-type.is-active .area-title {
  color: #788261;
  border-bottom: 1px solid #788261;
  transition: all 0.4s ease;
}
.module-tipologias .selector .wrapper-right {
  position: relative;
}
.module-tipologias .selector .wrapper-right .image-target {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.module-tipologias .selector .wrapper-right .image-target:first-of-type {
  height: 38%;
  top: 0;
}
.module-tipologias .selector .wrapper-right .image-target:nth-of-type(2) {
  height: 20%;
  top: 38%;
}
.module-tipologias .selector .wrapper-right .image-target:last-of-type {
  height: 23%;
  top: 58%;
}
.module-tipologias .selector .wrapper-right .images {
  position: relative;
  z-index: 1;
}
.module-tipologias .selector .wrapper-left {
  display: none;
}
@media (min-width: 768px) {
  .module-tipologias .selector .wrapper-left {
    display: block;
  }
}
.module-tipologias .selector .accordion {
  display: block;
}
@media (min-width: 768px) {
  .module-tipologias .selector .accordion {
    display: none;
  }
}

.module-location .module-wrapper > img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .module-location .module-wrapper > img {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .module-location .module-wrapper > img {
    margin-top: 150px;
  }
}
.module-location .media {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .module-location .media {
    margin-left: -25px;
    margin-right: -25px;
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .module-location .media img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.module-team .team-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 60px;
}

.module-one-col .module-content {
  margin-bottom: 60px;
}
.module-one-col .media {
  width: 100%;
  overflow: hidden;
}
.module-one-col .media img {
  width: 100%;
  height: auto;
}

.page_navigation {
  position: relative;
  display: flex;
  height: 15rem;
  background: #E6E7E8;
}
@media (min-width: 768px) {
  .page_navigation {
    height: 12rem;
  }
}
@media (min-width: 992px) {
  .page_navigation {
    height: 23rem;
  }
}
.page_navigation:before {
  content: "";
  display: block;
  height: 60%;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page_navigation .page_navigation__item {
  flex-basis: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.page_navigation .page_navigation__item a {
  color: #000000;
  font-family: "DalaMoa", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .page_navigation .page_navigation__item a {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .page_navigation .page_navigation__item a {
    font-size: 3rem;
  }
}
.page_navigation .page_navigation__item span {
  display: block;
  color: #252525;
  font-family: "NeueKabel", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page_navigation .page_navigation__item span {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .page_navigation .page_navigation__item span {
    font-size: 2rem;
  }
}

.aside-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  transition: all 0.5s;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aside-menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(95, 158, 160, 0.4);
  backdrop-filter: blur(10px);
}
.aside-menu .main-navigation {
  position: relative;
  z-index: 100;
}
.aside-menu .main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aside-menu .main-navigation li {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .aside-menu .main-navigation li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .aside-menu .main-navigation li {
    margin-bottom: 1.5rem;
  }
}
.aside-menu .main-navigation a {
  font-size: 3.5rem;
  line-height: 1.3;
  font-family: "DalaMoa", sans-serif;
  color: #ffffff;
}
@media (min-width: 768px) {
  .aside-menu .main-navigation a {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .aside-menu .main-navigation a {
    font-size: 7rem;
  }
}

.menu-open .aside-menu {
  transform: translateX(0);
}

.image-zoom, .module-media a .image-wrap {
  overflow: hidden;
}
.image-zoom img, .module-media a .image-wrap img {
  transition: all 0.3s;
}
.image-zoom:hover img, .module-media a .image-wrap:hover img {
  transform: scale(1.05);
  scale: 1.05;
}

.parallax-container {
  overflow: hidden;
  position: relative;
}
.parallax-container .parallax-bg,
.parallax-container .parallax-bg-2x {
  position: relative;
  top: 0;
  height: 120% !important;
  width: auto;
  max-width: initial;
}
.parallax-container .parallax-bg-2x {
  position: relative;
  top: -20%;
  height: 110% !important;
  width: auto;
  max-width: initial;
}
.parallax-container .parallax-fake {
  position: relative;
  opacity: 0;
}
.parallax-container .parallax-absolute {
  position: absolute;
}

.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item button {
  padding: 15px 0;
  font-family: "NeueKabel", sans-serif;
  font-size: 12px;
  background-color: transparent !important;
  color: #4B4745 !important;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #4B4745;
}
.accordion .accordion-item button:after {
  content: "+";
  background: transparent !important;
  font-size: 20px;
  border: 1px solid #4B4745 !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: none;
}
.accordion .accordion-item button:not(.collapsed):after {
  content: "-";
}
.accordion .accordion-item .accordion-body {
  padding: 15px 0;
}

.module-section + .module-title {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .module-section + .module-title {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .module-section + .module-title {
    margin-top: 66px;
  }
}

.module-section + .module-text {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .module-section + .module-text {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .module-section + .module-text {
    margin-top: 66px;
  }
}

.module-title + .module-text {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .module-title + .module-text {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .module-title + .module-text {
    margin-top: 66px;
  }
}

.module-title,
.module-title p,
.module-title span {
  opacity: 1;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.15em;
  font-family: "DalaMoa", sans-serif;
}
.module-title strong,
.module-title p strong,
.module-title span strong {
  font-weight: 400;
}

.module-section p {
  display: flex;
  align-items: center;
  font-family: "NeueKabel", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-section p:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-right: 15px;
}

.module-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.module-content .module-text p {
  font-weight: 400;
  font-family: "NeueKabel", sans-serif;
}

.module-text p {
  font-weight: 400;
}

.module-buttons {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .module-buttons {
    margin-top: 4rem;
  }
}

.module.theme-dark .module-section p {
  color: #D4C7B5;
}
.module.theme-dark .module-section p::before {
  background-color: #D4C7B5;
}
.module.theme-dark .module-title p {
  color: #D4C7B5;
}
.module.theme-dark .module-text p {
  color: #ffffff;
}
.module.theme-dark.module-hero .module-section {
  color: #ffffff;
}
.module.theme-dark.module-hero .module-text p {
  color: #ffffff;
}

.module.theme-light .module-section p {
  color: #1F1D1F;
}
.module.theme-light .module-section p::before {
  background-color: #1F1D1F;
}
.module.theme-light .module-title p {
  color: #4B4745;
}
.module.theme-light .module-text p {
  color: #4B4745;
}

.module-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-text p {
  line-height: 1.3125em;
}

.module-banner {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden !important;
}

.module-banner-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-banner-bg .parallax-container,
.module-banner-bg .parallax-bg,
.module-banner-bg .module-banner-bg-wrap {
  width: 100%;
  height: 100vh;
}
.module-banner-bg img,
.module-banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .module-banner-bg img,
  .module-banner-bg video {
    -o-object-position: center;
       object-position: center;
  }
}

.module:not(.module-align-bottom) .module-content + .module-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.module-banner .module-content {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.module-banner .module-content .module-title {
  transform: translateX(2%);
}
.module-banner .module-content .module-title p {
  line-height: 0.9;
}
.module-banner .module-content .module-title p span {
  line-height: 0.9;
}
.module-banner .module-content .module-title br {
  display: unset;
}
.module-banner * {
  color: #ffffff;
  margin: 0;
}
.module-banner .video-player {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .module-banner .video-player {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .module-banner .video-player {
    margin-top: 100px;
  }
}
.module-banner .video-player {
  cursor: pointer;
}
.module-banner .video-player figure {
  position: relative;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .module-banner .video-player figure {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .module-banner .video-player figure {
    width: 70px;
    height: 70px;
  }
}
.module-banner .video-player figure:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.module-banner .video-player figure img {
  scale: 1;
  transition: all 0.3s ease;
  width: 6px;
  height: 8px;
}
@media (min-width: 768px) {
  .module-banner .video-player figure img {
    width: 10px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .module-banner .video-player figure img {
    width: 13px;
    height: 19px;
  }
}
.module-banner .video-player figure:hover:before {
  width: 100%;
  height: 100%;
}
.module-banner .video-player figure:hover img {
  scale: 1.3;
}
.module-banner .video-player span {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: 20px;
}

.module-banner-carousel {
  width: 100%;
  height: 100vh;
  position: initial;
}

.module-banner.module-align-bottom .module-content {
  top: inherit;
  bottom: 12rem;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .module-banner.module-align-bottom .module-content {
    bottom: 15rem;
  }
}
.module-banner.module-height-normal {
  height: 38rem;
}
@media (min-width: 768px) {
  .module-banner.module-height-normal {
    height: 60rem;
  }
}
@media (min-width: 1600px) {
  .module-banner.module-height-normal {
    height: 65rem;
  }
}
.module-banner .module-content {
  max-width: 90%;
}
@media (min-width: 1200px) {
  .module-banner .module-content {
    max-width: 100rem;
  }
}
@media (min-width: 1600px) {
  .module-banner .module-content {
    max-width: 130rem;
  }
}
.module-banner .module-content img {
  max-width: 90%;
}
.module-banner .module-title + .module-text {
  margin-top: 5rem;
}

.module-banner-bg img {
  animation: imageZoomAnimation 24s linear infinite 0s;
}

@keyframes imageZoomAnimation {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
  }
  30% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
.module-banner .scroll-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

@media (max-width: 991.98px) {
  .module-blocks {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 767.98px) {
  .module-blocks {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.module-blocks .columns {
  grid-gap: 16rem;
  margin-bottom: 7rem;
}
@media (max-width: 991.98px) {
  .module-blocks .columns {
    grid-gap: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .module-blocks .columns {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .module-blocks .columns {
    margin-bottom: 7rem;
  }
}
.module-blocks .columns:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .module-blocks .column-content {
    padding-right: 5rem;
  }
}
@media (min-width: 1600px) {
  .module-blocks .column-content {
    padding-right: 15rem;
  }
}
@media (max-width: 991.98px) {
  .module-blocks .column-content {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .module-blocks .column-media {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .module-blocks .columns:nth-child(odd) .column-content {
    order: 2;
  }
  .module-blocks .columns:nth-child(odd) .column-media {
    order: 1;
  }
}
@media (min-width: 992px) {
  .module-blocks .module-type--fullwidth .column-content > div {
    padding-right: 5rem;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .module-blocks .module-type--fullwidth .column-content > div {
    padding-right: 15rem;
  }
}
.module-blocks .block-number {
  font-family: "DalaMoa", sans-serif;
  font-size: 7rem;
  line-height: 0.8em;
  color: #F7F4EE;
  margin: 0 0 3rem 0;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .module-blocks .block-number {
    margin: 0 5rem 0 0;
  }
}

.module-contact .contact {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .module-contact .contact {
    flex-direction: row;
  }
}
.module-contact .module-title p {
  letter-spacing: 0;
}

.module-contact .col {
  flex: 1 1 auto;
}
.module-contact .dossier {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-contact .dossier > a {
  display: block;
  position: relative;
  max-width: 600px;
  aspect-ratio: 9/10;
}
.module-contact .dossier > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-contact .dossier .dossier-title {
  position: relative;
  z-index: 10;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .module-contact .dossier .dossier-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .module-contact .dossier .dossier-title {
    justify-content: flex-start;
  }
}
.module-contact .dossier .dossier-title p {
  font-family: "DalaMoa", sans-serif;
  font-size: 33px;
  line-height: 1.05em;
  letter-spacing: 0.12em;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module-contact .dossier .dossier-title p {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .module-contact .dossier .dossier-title p {
    margin-bottom: 60px;
  }
}
.module-contact .dossier .dossier-title p strong {
  text-decoration: underline;
}
.module-contact .dossier .dossier-title img {
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .module-contact .dossier .dossier-title img {
    width: 75px;
    height: 75px;
  }
}
.module-contact .dossier > div:last-of-type {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.module-contact .dossier > div:last-of-type:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
.module-contact .dossier > div:last-of-type img {
  position: relative;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-contact .form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .module-contact .form {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.module-contact .form .module-content {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .module-contact .form .module-content {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .module-contact .form .module-title {
    padding-bottom: 0;
  }
}
.module-contact .form .module-title p span {
  font-family: "NeueKabel", sans-serif;
  letter-spacing: 0;
  color: #1F1D1F;
  text-align: center;
}
@media (min-width: 992px) {
  .module-contact .form .module-title p span {
    text-align: left;
  }
}
.module-contact .form .module-text {
  margin: 5px 0;
  padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-contact .form .module-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .module-contact .form .module-text {
    padding-bottom: 20px;
    text-align: left;
  }
}
.module-contact .form .module-text p {
  color: #1F1D1F;
}
.module-contact .form .is-flex {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .module-contact .form .is-flex {
    flex-direction: row;
  }
}
.module-contact .form .is-full {
  width: 100%;
  padding: 0;
  margin: 0;
}
.module-contact .form .is-half {
  width: 100%;
}
@media (min-width: 768px) {
  .module-contact .form .is-half {
    width: 50%;
  }
}
.module-contact .form .input_submit {
  margin-top: 40px;
}

.module-half.module-type--fullheight .columns, .module-half.module-type--fullwidth .columns {
  grid-gap: 0;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .module-half.module-type--fullheight .column-content, .module-half.module-type--fullwidth .column-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.module-half.module-type--fullheight {
  padding-top: 0;
}
@media (min-width: 768px) {
  .module-half.module-type--fullheight {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .module-half.module-type--fullheight {
    height: 100vh;
    overflow: hidden;
  }
}
.module-half.module-type--fullheight .column-media {
  padding-left: 0;
  padding-right: 0;
}
.module-half.module-type--fullheight .column-media img {
  height: 100%;
}
@media (min-width: 992px) {
  .module-half.module-type--fullheight .column-media img {
    height: 100vh;
  }
}
.module-half.module-type--block .column-content {
  padding-left: 25px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .module-half.module-type--block .column-content {
    max-width: 80%;
    padding-left: 50px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .module-half.module-type--block .column-content {
    padding-left: 215px;
    padding-bottom: 0;
    max-width: 60%;
  }
}
.module-half.module-type--block .column-content .module-title,
.module-half.module-type--block .column-content .module-text {
  max-width: 80%;
}
@media (min-width: 992px) {
  .module-half.module-type--block .column-content .module-title,
  .module-half.module-type--block .column-content .module-text {
    max-width: 90%;
  }
}
.module-half.flex-lg-row .columns {
  flex-direction: column;
}
@media (min-width: 992px) {
  .module-half.flex-lg-row .columns {
    flex-direction: row;
  }
}
.module-half.flex-lg-row-reverse .columns {
  flex-direction: column;
}
@media (min-width: 992px) {
  .module-half.flex-lg-row-reverse .columns {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .module-half.text-center .module-text,
  .module-half.text-center .module-title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .module-half .column-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.module-half .column-media {
  position: relative;
}
.module-half img,
.module-half video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-half .col-60-40 .module-text p {
  max-width: 500px;
}
.module-half .col-50-50 .module-text {
  max-width: 100%;
}
@media (min-width: 768px) {
  .module-half .col-50-50 .module-text {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .module-half .col-50-50 .module-text {
    max-width: 100%;
  }
}

.module-gallery .gallery-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
  grid-template-areas: "first first" "second third" "fourth fifth";
}
@media (min-width: 768px) {
  .module-gallery .gallery-grid {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "first first first first" "second third fourth fifth";
  }
}
@media (min-width: 992px) {
  .module-gallery .gallery-grid {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .module-gallery .gallery-grid {
    gap: 100px;
  }
}
.module-gallery .gallery-grid a {
  width: 100%;
}
.module-gallery .gallery-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-gallery .gallery-grid a:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)) {
  display: none;
}
.module-gallery .gallery-grid a:first-of-type {
  grid-area: first;
}
@media (max-width: 767.98px) {
  .module-gallery .gallery-grid a:first-of-type {
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
}
.module-gallery .gallery-grid a:nth-of-type(2) {
  grid-area: second;
}
.module-gallery .gallery-grid a:nth-of-type(3) {
  grid-area: third;
}
.module-gallery .gallery-grid a:nth-of-type(4) {
  grid-area: fourth;
}
.module-gallery .gallery-grid a:nth-of-type(5) {
  grid-area: fifth;
}
.module-gallery .btn-gallery {
  display: flex;
  justify-content: center;
}

.module-2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .module-2 {
    margin-bottom: 130px;
  }
}

.module-hero {
  position: relative;
}

.module-hero {
  text-align: center;
}
.module-hero .module-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.module-hero .module-content .module-section p:before {
  display: none;
}

.module-icons article {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
@media (min-width: 768px) {
  .module-icons article {
    max-width: 500px;
    margin: 70px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .module-icons article {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .module-icons article figure:nth-child(1) {
    grid-column: 2/4;
  }
  .module-icons article figure:nth-child(2) {
    grid-column: 4/6;
  }
  .module-icons article figure:nth-child(3) {
    grid-column: 6/8;
  }
  .module-icons article figure:nth-child(4) {
    grid-column: 8/10;
  }
  .module-icons article figure:nth-child(5) {
    grid-column: 1/3;
  }
  .module-icons article figure:nth-child(6) {
    grid-column: 3/5;
  }
  .module-icons article figure:nth-child(7) {
    grid-column: 5/7;
  }
  .module-icons article figure:nth-child(8) {
    grid-column: 7/9;
  }
  .module-icons article figure:nth-child(9) {
    grid-column: 9/11;
  }
}
.module-icons article figure {
  width: calc(50% - 20px);
  display: grid;
  grid-template-rows: 56px auto;
  row-gap: 20px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: flex-start;
  opacity: 0;
}
@media (min-width: 992px) {
  .module-icons article figure {
    width: 100%;
  }
}
.module-icons article figure figcaption {
  color: #ffffff;
  text-align: center;
  font-family: "NeueKabel", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .module-icons article figure figcaption {
    max-width: 60%;
  }
}

.module-media .module-content + .module-wrap {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .module-media .module-content + .module-wrap {
    margin-top: 15rem;
  }
}
.module-media .module-wrap {
  display: grid;
}
.module-media img {
  width: 100%;
  height: auto;
}
.module-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .module-media video {
    -o-object-position: center;
       object-position: center;
  }
}
.module-media .swiper_gallery {
  width: 100%;
}
.module-media .media-item {
  overflow: hidden;
}
.module-media .module-wrap.with-gap {
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .module-media .module-wrap.with-gap {
    grid-gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .module-media .module-wrap.with-gap {
    grid-gap: 2rem;
  }
}
.module-media .module-wrap.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.module-media .module-wrap.col2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.module-media .module-wrap.col3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.module-media .module-wrap.col4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.module-media .module-wrap.col5 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .module-media .module-wrap.col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1400px) {
  .module.module-text .module-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 110rem;
    margin: 0 auto;
  }
}
.module.module-text .module-text {
  line-height: 1.5;
  font-family: "DalaMoa", sans-serif;
  text-align: center;
  color: #474747;
}
.module.module-text p {
  margin: 0;
}

.module-areas .areas-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  height: 100vh;
}
@media (min-width: 768px) {
  .module-areas .areas-grid {
    height: 120vh;
  }
}
@media (min-width: 992px) {
  .module-areas .areas-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    height: 62vh;
  }
}
.module-areas .areas-grid .areas-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.module-areas .areas-grid .areas-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.module-areas .areas-grid .areas-item:first-of-type .area-content button {
  background-color: #D4C7B5;
  color: #4B4745;
}
.module-areas .areas-grid .areas-item:nth-of-type(2) .area-content button {
  background-color: #797369;
}
.module-areas .areas-grid .areas-item:last-of-type .area-content button {
  background-color: #4B4745;
}
.module-areas .areas-grid .areas-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-areas .areas-grid .areas-item .area-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.module-areas .areas-grid .areas-item .area-content p {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "DalaMoa", sans-serif;
}
.module-areas .areas-grid .areas-item .area-content button {
  color: white;
}
.module-areas aside {
  display: none;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .module-areas aside {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  .module-areas aside {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.module-areas aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #F7F4EE;
}
.module-areas aside:first-of-type .modal-title {
  border-bottom: 1px solid #D4C7B5;
  color: #D4C7B5;
}
.module-areas aside:first-of-type .modal-title .btn {
  background-color: #D4C7B5;
  color: #4B4745;
}
.module-areas aside:nth-of-type(2) .modal-title {
  border-bottom: 1px solid #797369;
  color: #797369;
}
.module-areas aside:nth-of-type(2) .modal-title .btn {
  background-color: #797369;
  color: white;
}
.module-areas aside:last-of-type .modal-title {
  border-bottom: 1px solid #4B4745;
  color: #4B4745;
}
.module-areas aside:last-of-type .modal-title .btn {
  background-color: #4B4745;
  color: white;
}
.module-areas aside .splide,
.module-areas aside .splide__track,
.module-areas aside .splide__list .splide__slide {
  width: 100%;
  height: 100%;
}
.module-areas aside .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  border-radius: 0;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .module-areas aside .splide__arrows .splide__arrow {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .module-areas aside .splide__arrows .splide__arrow {
    height: 90px;
    width: 90px;
  }
}
.module-areas aside .splide__arrows .splide__arrow:disabled {
  display: none;
}
.module-areas aside .splide__arrows .splide__arrow img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .module-areas aside .splide__arrows .splide__arrow--prev {
    left: 0;
    visibility: visible;
  }
}
.module-areas aside .splide__arrows .splide__arrow--prev {
  transform: translateX(-150%);
}
.module-areas aside .splide__arrows .splide__arrow--next {
  right: 0;
  transform: translateX(150%);
}
.module-areas aside .areas-floor {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  grid-gap: 40px;
  height: 100%;
}
@media (min-width: 992px) {
  .module-areas aside .areas-floor {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 100%;
    grid-template-areas: "zones plan";
    gap: 40px;
    justify-content: center;
  }
}
.module-areas aside .areas-floor .zones_advice {
  font-size: 13px;
  line-height: 1em;
  margin-top: 15px;
}
.module-areas aside section {
  width: 100%;
  grid-area: zones;
}
@media (min-width: 992px) {
  .module-areas aside section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .module-areas aside figure {
    grid-area: plan;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.module-areas aside figure img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .module-areas aside figure img {
    max-height: 70vh;
  }
}
.module-areas aside .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D4C7B5;
  font-family: "NeueKabel", sans-serif;
  text-transform: uppercase;
  color: #D4C7B5;
}
@media (min-width: 1600px) {
  .module-areas aside .modal-title {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
.module-areas aside .modal-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .module-areas aside .modal-list {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .module-areas aside .modal-list {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .module-areas aside .modal-list {
    margin-bottom: 10px;
  }
}
.module-areas aside .modal-list p {
  font-family: "NeueKabel", sans-serif;
  color: #000000;
}
.module-areas aside .btn-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background: none;
  outline: none;
  border: none;
}

.module-carousel-horizontal .module-content {
  margin-bottom: 60px;
}

.carousel-horizontal .splide__slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.carousel-horizontal .splide__slide.module-content {
  width: 45%;
  align-items: flex-start;
}
.carousel-horizontal .splide__slide.module-content p {
  text-align: left;
}
.carousel-horizontal .splide__slide img {
  max-width: 100%;
  height: auto;
}
.carousel-horizontal .splide__slide .slide-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 500;
  display: flex;
  align-items: center;
}
.carousel-horizontal .splide__slide .slide-caption span {
  margin-left: 10px;
  color: white;
}
.carousel-horizontal .splide__arrows {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .carousel-horizontal .splide__arrows {
    margin-top: 25px;
  }
}
.carousel-horizontal .splide__arrows .splide__arrow {
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  transform: unset !important;
  background: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  display: block !important;
}
@media (max-width: 767.98px) {
  .carousel-horizontal .splide__arrows .splide__arrow {
    height: 30px;
    width: 30px;
  }
}
.carousel-horizontal .splide__arrows .splide__arrow:disabled {
  display: none;
}
.carousel-horizontal .splide__arrows .splide__arrow img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .carousel-horizontal .splide__arrows .splide__arrow--prev {
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .carousel-horizontal .splide__arrows .splide__arrow--next {
    left: 75px;
  }
}

.module-carousel .carousel-fullwidth {
  height: 100vh;
}
.module-carousel .carousel-fullwidth .splide__track {
  height: inherit;
}
.module-carousel .carousel-fullwidth .splide__track .splide__list {
  height: inherit;
}
.module-carousel .carousel-fullwidth .splide__slide {
  position: relative;
}
.module-carousel .carousel-fullwidth .splide__slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__slide img {
    width: 100%;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.module-carousel .carousel-fullwidth .splide__slide figcaption {
  position: absolute;
  bottom: 60px;
  display: flex;
  align-items: center;
  right: 50%;
  transform: translateX(50%);
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__slide figcaption {
    bottom: 100px;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__slide figcaption {
    bottom: 120px;
    right: 80px;
    transform: unset;
  }
}
@media (min-width: 1200px) {
  .module-carousel .carousel-fullwidth .splide__slide figcaption {
    bottom: 140px;
    right: 100px;
  }
}
.module-carousel .carousel-fullwidth .splide__slide figcaption img {
  width: 16px;
  height: 21px;
}
.module-carousel .carousel-fullwidth .splide__slide figcaption span {
  color: white;
  margin-left: 10px;
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  border-radius: 0;
  height: 30px;
  width: 30px;
}
@media (max-width: 767.98px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
    bottom: 40px;
    top: unset;
  }
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow {
    height: 90px;
    width: 90px;
  }
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow:disabled {
  display: none;
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow img {
  height: 100%;
  width: 100%;
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--prev {
  visibility: hidden;
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--prev {
    left: 50px;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--prev {
    left: 100px;
  }
}
.module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--next {
  right: 25px;
}
@media (min-width: 768px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--next {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-fullwidth .splide__arrows .splide__arrow--next {
    right: 100px;
  }
}

.module-tipologias img {
  height: auto;
  max-width: 100%;
}
.module-tipologias .accordion .area-data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: "NeueKabel", sans-serif;
}
.module-tipologias .accordion .accordion-item:nth-child(1) button:not(.collapsed) {
  color: #a1643c !important;
  border-color: #a1643c;
}
.module-tipologias .accordion .accordion-item:nth-child(1) button:not(.collapsed):after {
  border-color: #a1643c !important;
  color: #a1643c !important;
}
.module-tipologias .accordion .accordion-item:nth-child(2) button:not(.collapsed) {
  color: #4B4745 !important;
  border-color: #4B4745;
}
.module-tipologias .accordion .accordion-item:nth-child(2) button:not(.collapsed):after {
  border-color: #4B4745 !important;
  color: #4B4745 !important;
}
.module-tipologias .accordion .accordion-item:nth-child(3) button:not(.collapsed) {
  color: #788261 !important;
  border-color: #788261;
}
.module-tipologias .accordion .accordion-item:nth-child(3) button:not(.collapsed):after {
  border-color: #788261 !important;
  color: #788261 !important;
}
.module-tipologias .selector {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .module-tipologias .selector {
    gap: 90px;
  }
}
@media (min-width: 992px) {
  .module-tipologias .selector {
    flex-direction: row;
  }
}
.module-tipologias .selector section {
  width: 100%;
}
@media (min-width: 992px) {
  .module-tipologias .selector section {
    width: 50%;
  }
}
.module-tipologias .selector section .area-title {
  color: #1F1D1F;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1F1D1F;
}
.module-tipologias .selector section .area-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-tipologias .selector section .area-data p {
  color: #000000;
}
.module-tipologias .selector .images {
  display: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-tipologias .selector .images.is-active {
  display: block;
}
.module-tipologias .selector .zones {
  margin-bottom: 60px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.module-tipologias .selector .zones:first-of-type.is-active .area-title {
  color: #a1643c;
  border-bottom: 1px solid #a1643c;
  transition: all 0.4s ease;
}
.module-tipologias .selector .zones:nth-of-type(2).is-active .area-title {
  color: #4B4745;
  border-bottom: 1px solid #4B4745;
  transition: all 0.4s ease;
}
.module-tipologias .selector .zones:last-of-type.is-active .area-title {
  color: #788261;
  border-bottom: 1px solid #788261;
  transition: all 0.4s ease;
}
.module-tipologias .selector .wrapper-right {
  position: relative;
}
.module-tipologias .selector .wrapper-right .image-target {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.module-tipologias .selector .wrapper-right .image-target:first-of-type {
  height: 38%;
  top: 0;
}
.module-tipologias .selector .wrapper-right .image-target:nth-of-type(2) {
  height: 20%;
  top: 38%;
}
.module-tipologias .selector .wrapper-right .image-target:last-of-type {
  height: 23%;
  top: 58%;
}
.module-tipologias .selector .wrapper-right .images {
  position: relative;
  z-index: 1;
}
.module-tipologias .selector .wrapper-left {
  display: none;
}
@media (min-width: 768px) {
  .module-tipologias .selector .wrapper-left {
    display: block;
  }
}
.module-tipologias .selector .accordion {
  display: block;
}
@media (min-width: 768px) {
  .module-tipologias .selector .accordion {
    display: none;
  }
}

.module-location .module-wrapper > img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .module-location .module-wrapper > img {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .module-location .module-wrapper > img {
    margin-top: 150px;
  }
}
.module-location .media {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .module-location .media {
    margin-left: -25px;
    margin-right: -25px;
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .module-location .media img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.module-team .team-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 60px;
}

.module-one-col .module-content {
  margin-bottom: 60px;
}
.module-one-col .media {
  width: 100%;
  overflow: hidden;
}
.module-one-col .media img {
  width: 100%;
  height: auto;
}

.page-template-default {
  background-color: #000000;
  color: #ffffff;
}
.single-post .single-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-post .single-wrap {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .single-post .single-wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: 110rem;
    margin: 0 auto;
  }
}
.single-post .single-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .single-post .single-sidebar {
    flex-direction: column;
    justify-content: flex-start;
    grid-gap: 5rem;
    padding: 0 8rem 0 0;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .single-post .single-sidebar {
    width: 10%;
  }
}
.single-post .single-content {
  line-height: 2;
}
@media (min-width: 768px) {
  .single-post .single-content {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .single-post .single-content {
    width: 90%;
    padding: 0 0 0 12rem;
  }
}
.single-post .single-content p {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .single-post .single-content p {
    margin-bottom: 7rem;
  }
}
.single-post .single-content img {
  max-width: 100%;
  height: auto;
}
.single-post .single-content h1, .single-post .single-content .h1 {
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 6rem;
}
.single-post .single-content h2, .single-post .single-content .h2 {
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 4rem;
}
.single-post .single-content h3, .single-post .single-content .h3 {
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 5rem;
}
.single-post .single-content h4, .single-post .single-content .h4 {
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 3rem;
}
.single-post .single-content strong {
  font-weight: 600;
}
.single-post .single-content ul, .single-post .single-content ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .single-post .single-content ul, .single-post .single-content ol {
    margin-bottom: 8rem;
  }
}
.single-post .single-content li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .single-post .single-content li {
    margin-bottom: 5rem;
  }
}
.single-post .single-content ul li::before {
  content: "·";
  font-weight: 600;
  position: absolute;
  left: 0;
}
.single-post .single-content ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.single-post .single-content ol li {
  counter-increment: my-awesome-counter;
}
.single-post .single-content ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: 600;
  position: absolute;
  left: 0;
}
.single-post .single-content blockquote {
  line-height: 1.4;
  padding-left: 1rem;
  border-left: 2px solid #F7F4EE;
  color: #F7F4EE;
}
@media (min-width: 992px) {
  .single-post .single-content blockquote {
    padding-left: 2rem;
  }
}
.single-post .single-content .wp-caption {
  width: 100% !important;
}
.single-post .single-content .wp-caption .wp-caption-text {
  font-size: 1.4rem;
  color: #5B5B5B;
  margin-top: 2rem;
}
.single-post .post-date {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .single-post .post-date {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .single-post .post-date {
    margin-bottom: 5.5rem;
  }
}
.single-post .single-footer {
  background-color: #474747;
  color: #ffffff;
}
.single-post .single-footer .module-title {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .single-post .single-footer .module-title {
    font-size: 7rem;
  }
}
.single-post .post-grid {
  padding: 0;
}

.page-template-page-portfolio .portfolio-grid + .portfolio-grid {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .page-template-page-portfolio .portfolio-grid + .portfolio-grid {
    margin-top: 8rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-portfolio .portfolio-grid + .portfolio-grid {
    margin-top: 15rem;
  }
}

.page-template-page-legal .module-legal {
  background-color: #4B4745;
}
.page-template-page-legal .module-legal .module-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-legal .module-legal h1, .page-template-page-legal .module-legal .h1 {
  color: #D4C7B5;
}
.page-template-page-legal .module-legal ul, .page-template-page-legal .module-legal li, .page-template-page-legal .module-legal a:not(.btn) {
  color: #ffffff;
}
.page-template-page-legal .module-legal p {
  color: #ffffff;
  margin-bottom: 15px;
}
.page-template-page-legal .module-legal h2, .page-template-page-legal .module-legal .h2, .page-template-page-legal .module-legal h3, .page-template-page-legal .module-legal .h3, .page-template-page-legal .module-legal h4, .page-template-page-legal .module-legal .h4 {
  font-family: "NeueKabel", sans-serif;
  color: #D4C7B5;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .page-template-page-legal .module-legal h2, .page-template-page-legal .module-legal .h2, .page-template-page-legal .module-legal h3, .page-template-page-legal .module-legal .h3, .page-template-page-legal .module-legal h4, .page-template-page-legal .module-legal .h4 {
    margin: 50px 0;
  }
}
.page-template-page-legal .module-legal img + img {
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  .page-template-page-legal .module-legal img + img {
    margin: 0 0 0 15px;
  }
}

.page__legal {
  background: #4B4745;
  color: #ffffff;
  padding-bottom: 9rem;
}
@media (min-width: 768px) {
  .page__legal {
    padding-bottom: 13rem;
  }
}
@media (min-width: 1200px) {
  .page__legal {
    padding-bottom: 24rem;
  }
}
.page__legal__header {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  margin-bottom: 9rem;
}
@media (min-width: 768px) {
  .page__legal__header {
    margin-bottom: 13rem;
  }
}
@media (min-width: 1200px) {
  .page__legal__header {
    margin-bottom: 24rem;
  }
}
.page__legal__header img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .page__legal__header img {
    -o-object-position: center;
       object-position: center;
  }
}
.page__legal__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
.page__legal__header h1, .page__legal__header .h1 {
  position: relative;
  z-index: 50;
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .page__legal .container {
    max-width: 90rem;
  }
}
.page__legal a {
  color: #ffffff;
}

.page-template-page-thanks {
  background: #4B4745;
}
.page-template-page-thanks footer {
  display: none;
}
.page-template-page-thanks #wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-page-thanks #wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 70%;
  text-align: center;
}
.page-template-page-thanks #wrapper div > p {
  color: #ffffff;
  width: 80%;
}
.page-template-page-thanks h1, .page-template-page-thanks .h1 {
  color: #D4C7B5;
  margin-bottom: 25px;
}
.page-template-page-thanks .btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-template-page-thanks .btn {
    margin-top: 25px;
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  display: block;
  z-index: 100000; /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  font-size: 1em;
  text-decoration: none;
  line-height: normal;
  color: #444;
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
}

@media (min-width: 1200px) {
  .module-max-width .module-wrapper {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 40vw;
  }
}
@media (min-width: 1200px) {
  .module-max-width-small .module-wrapper {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 38vw;
  }
}
@media (min-width: 1200px) {
  .module-max-width-large .module-wrapper {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 1060px;
  }
}

@media (max-width: 767.98px) {
  .reverse-mobile {
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .reverse-ipad {
    flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .reverse-desktop {
    flex-direction: row-reverse !important;
  }
}

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-ipad {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4, .lg-sub-html .h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.gdpr.gdpr-privacy-bar,
.gdpr.gdpr-reconsent-bar {
  background: rgba(0, 0, 0, 0.5) !important;
  width: 70% !important;
  right: 2rem !important;
  left: initial !important;
  bottom: 2rem !important;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .gdpr.gdpr-privacy-bar,
  .gdpr.gdpr-reconsent-bar {
    width: 290px !important;
    bottom: 3rem !important;
    right: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .gdpr.gdpr-privacy-bar,
  .gdpr.gdpr-reconsent-bar {
    right: 7rem !important;
  }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper {
  padding: 15px 30px 15px 15px !important;
  display: block !important;
}
@media (min-width: 768px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper,
  .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
    padding: 28px 43px 28px 23px !important;
  }
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper:before,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper:before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1.3rem;
  background: url(../images/gdpr-icon.png);
  background-size: cover;
  margin-bottom: 2rem;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close {
  color: #ffffff !important;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:before,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:before {
  font-size: 2.2rem !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
  padding-bottom: 1rem !important;
  padding-right: 0 !important;
  text-align: left !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
  color: #ffffff !important;
  font-size: 1.2rem !important;
}
@media (min-width: 768px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p,
  .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
    font-size: 1.4rem !important;
  }
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form > header .gdpr-box-title,
.gdpr.gdpr-general-confirmation .gdpr-wrapper > form > header .gdpr-box-title,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form > header .gdpr-box-title,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > header .gdpr-box-title,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form > header .gdpr-box-title,
.gdpr.gdpr-reconsent .gdpr-wrapper > form > header .gdpr-box-title {
  background: #000000 !important;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active {
  background: #474747 !important;
}
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover {
  color: white !important;
}

.gdpr.gdpr-privacy-bar .gdpr-preferences:before,
.gdpr.gdpr-reconsent-bar .gdpr-preferences:before {
  display: none;
}

.gdpr-buttons {
  display: flex !important;
  width: 100%;
  align-items: flex-start;
  flex-direction: column !important;
  font-size: 1.2rem !important;
}
@media (min-width: 768px) {
  .gdpr-buttons {
    font-size: 1.4rem !important;
  }
}
.gdpr-buttons .gdpr-preferences {
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}
.gdpr-buttons .gdpr-agreement {
  margin: 0 !important;
  align-self: inherit !important;
}

.gdpr-agreement,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form > footer input[type=submit],
.gdpr.gdpr-general-confirmation .gdpr-wrapper > form > footer input[type=submit],
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form > footer input[type=submit],
.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type=submit],
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form > footer input[type=submit],
.gdpr.gdpr-reconsent .gdpr-wrapper > form > footer input[type=submit] {
  text-transform: uppercase !important;
  border-radius: 3rem !important;
  padding: 0.5 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  height: initial !important;
  color: #ffffff !important;
  border-color: transparent !important;
  background: #F7F4EE !important;
  cursor: pointer;
  text-shadow: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .gdpr-agreement,
  .gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form > footer input[type=submit],
  .gdpr.gdpr-general-confirmation .gdpr-wrapper > form > footer input[type=submit],
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form > footer input[type=submit],
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type=submit],
  .gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form > footer input[type=submit],
  .gdpr.gdpr-reconsent .gdpr-wrapper > form > footer input[type=submit] {
    font-size: 1.1rem !important;
  }
}
.gdpr-agreement:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form > footer input[type=submit]:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper > form > footer input[type=submit]:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form > footer input[type=submit]:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type=submit]:hover,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form > footer input[type=submit]:hover,
.gdpr.gdpr-reconsent .gdpr-wrapper > form > footer input[type=submit]:hover {
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.gdpr-agreement:hover path,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form > footer input[type=submit]:hover path,
.gdpr.gdpr-general-confirmation .gdpr-wrapper > form > footer input[type=submit]:hover path,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form > footer input[type=submit]:hover path,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type=submit]:hover path,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form > footer input[type=submit]:hover path,
.gdpr.gdpr-reconsent .gdpr-wrapper > form > footer input[type=submit]:hover path {
  fill: rgba(0, 0, 0, 0.8) !important;
}
.gdpr-agreement span,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form > footer input[type=submit] span,
.gdpr.gdpr-general-confirmation .gdpr-wrapper > form > footer input[type=submit] span,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form > footer input[type=submit] span,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type=submit] span,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form > footer input[type=submit] span,
.gdpr.gdpr-reconsent .gdpr-wrapper > form > footer input[type=submit] span {
  display: inline-block;
}

.gdpr-agreement {
  background-color: transparent !important;
  border: 1px solid white !important;
}

.gdpr .gdpr-agreement:not(textarea):not(input):not(select) {
  text-transform: uppercase !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:hover:before,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:hover:before {
  transform: none !important;
}

.gdpr-switch input:checked + .gdpr-slider {
  background: #474747 !important;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active {
  background: #474747 !important;
}

.splide__pagination {
  position: relative;
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .splide__pagination {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .splide__pagination {
    margin-top: 10rem;
  }
}
.splide__pagination .splide__pagination__page {
  width: 2.3rem;
  height: 0.2rem;
  background-color: #757575;
  border-radius: 0;
}
.splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background: #F7F4EE;
}

.splide__arrow {
  opacity: 1;
  width: 1.7rem;
  height: 4.3rem;
  background-image: url(../images/arrow-right.png);
  background-color: transparent;
  background-size: cover;
}
.splide__arrow--prev {
  background-image: url(../images/arrow-left.png);
}
.splide__arrow svg {
  display: none;
}

.splide_arrow_small .splide__arrows {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media (min-width: 768px) {
  .splide_arrow_small .splide__arrows {
    margin: 4rem 0;
    justify-content: flex-end;
  }
}
.splide_arrow_small .splide__arrow {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: none;
  width: 3rem !important;
  height: 3rem !important;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .splide_arrow_small .splide__arrow {
    width: 3.8rem !important;
    height: 3.8rem !important;
  }
}
.splide_arrow_small .splide__arrow svg {
  display: none;
}
.splide_arrow_small .splide__arrow.splide__arrow--prev {
  background-image: url(../images/carousel-arrow-left.png);
}
.splide_arrow_small .splide__arrow.splide__arrow--next {
  background-image: url(../images/carousel-arrow-right.png);
}

.lg-backdrop {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
}

.lg-outer {
  z-index: 99999;
}

.lg-outer .lg-content {
  height: 100%;
}

.lg-toolbar .lg-close:after {
  content: "" !important;
}
.lg-toolbar .lg-close {
  position: fixed;
  left: initial !important;
  right: 50%;
  top: 2rem !important;
  z-index: 3500;
  transform: translateX(50%) !important;
  background: transparent;
  opacity: 1 !important;
  text-align: center;
  width: 20px !important;
  height: 20px !important;
  background-image: url(../assets/images/lg-close.png) !important;
  background-size: cover !important;
  padding: 0 !important;
  transition: 0.2s ease-in-out;
}

.lg-icon {
  position: absolute;
  overflow: hidden;
  text-indent: -999px;
  width: 10px;
  height: 25px;
  padding: 0 !important;
  opacity: 1 !important;
  background: transparent !important;
}
@media (max-width: 767.98px) {
  .lg-icon {
    top: initial;
    bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .lg-icon {
    top: 50%;
    transform: translateY(-50%);
  }
}
.lg-icon.lg-prev {
  left: 3rem;
  background-image: url(../assets/images/lg-arrow-left.png) !important;
  background-size: cover !important;
}
@media (max-width: 767.98px) {
  .lg-icon.lg-prev {
    left: 50%;
    transform: translateX(-120%);
  }
}
.lg-icon.lg-next {
  right: 3rem;
  background-image: url(../assets/images/lg-arrow-right.png) !important;
  background-size: cover !important;
}
@media (max-width: 767.98px) {
  .lg-icon.lg-next {
    right: 50%;
    transform: translateX(120%);
  }
}

@keyframes imageZoom {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
  }
  30% {
    transform: scale(1.1);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
@keyframes arrowDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes arrowUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated-text {
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s 1s;
}

.loaded .animated-text {
  opacity: 1;
}

.animated-content {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(10%);
}
.animated-content.animated {
  opacity: 1;
  transform: translateY(0);
}

.animated-title {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
