@charset "UTF-8";
/* custom.scss */
html {
  scroll-behavior: smooth;
}
/* FONT FAMILY */
@font-face {
  font-family: "MohrAltBold";
  src: url("fonts/mohr-alt-bold.woff") format("woff");
}
@font-face {
  font-family: "MohrAltRegular";
  src: url("fonts/mohr-alt-regular.woff") format("woff");
}
@font-face {
  font-family: "MohrAltMedium";
  src: url("fonts/mohr-alt-medium.woff") format("woff");
}
@font-face {
  font-family: "MohrAltLight";
  src: url("fonts/mohr-alt-light.woff") format("woff");
}
/* SPACERS */

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 992px) {
  .mx-lg-rem-075 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
}
/* HR */
.hr-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

/* HACKS */
.row-full-width {
  margin-left: calc((100% - 100vw) / 2) !important;
  min-width: 100vw !important;
}

/* STRUCTURE */
@media (min-width: 992px) {
  .col-lg-percent-30 {
    flex: 0 0 auto;
    width: 30% !important;
  }
  .col-lg-percent-70 {
    flex: 0 0 auto;
    width: 70% !important;
  }
}
.bg-gray-light {
  background-color: #ebebeb;
}

.bg-gray-subtle {
  background-color: #f4f4f4;
}

body {
  font-size: 18px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: MohrAltMedium;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.35;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  transition: color 0.35s ease-in;
}

h5.subtitle, .subtitle.h5 {
  font-family: MohrAltMedium, sans-serif;
  font-size: 14px;
  color: #BA0C2F;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h5.boxed, .boxed.h5 {
  background-color: #BA0C2F;
  color: #fff;
  display: inline-block;
  font-family: MohrAltMedium, sans-serif;
  font-size: 14px;
  margin-bottom: 2rem;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  pointer-events: none;
  text-transform: uppercase;
}

strong, b {
  font-family: MohrAltMedium !important;
  font-weight: normal !important;
}

.text-medium {
  font-family: MohrAltMedium !important;
  font-weight: normal !important;
}

.text-regular {
  font-family: MohrAltRegular !important;
}

.text-bold {
  font-family: MohrAltBold !important;
  font-weight: normal !important;
}

.text-lead {
  font-family: MohrAltBold;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
}

@media (max-width: 991.98px) {
  .text-lead {
    font-size: 20px;
  }
}
.balance-text {
  text-wrap: balance; /* Apply (proposed) CSS style */
}

.underline-none {
  text-decoration: none !important;
}

.text-primary-hover:hover {
  color: #BA0C2F !important;
}

.arrow-after:after {
  color: inherit;
  content: "\f138" !important;
  display: inline-block;
  font-family: bootstrap-icons;
  padding-left: 8px;
  position: relative;
  top: 4px;
}

@media (max-width: 1199.98px) {
  body {
    font-size: 1.062rem;
  }
  p, li {
    font-size: 1.062rem;
    line-height: 1.45em;
  }
  small, .small {
    font-size: 12px;
  }
  h4, .h4 {
    font-size: 1.2499875rem;
  }
  h5, .h5 {
    font-size: 1.1874375rem;
  }
  h6, .h6 {
    font-size: 1.062rem;
  }
}
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #BA0C2F;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #BA0C2F;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #BA0C2F;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 186, 12, 47;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 186, 12, 47;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #4a0513;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #4a0513;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #f1ced5;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f1ced5;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #e39eac;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #e39eac;
  --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: MohrAltRegular, Arial, sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #BA0C2F;
  --bs-link-color-rgb: 186, 12, 47;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #950a26;
  --bs-link-hover-color-rgb: 149, 10, 38;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.5;
  --bs-focus-ring-color: rgba(186, 12, 47, 0.5);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #BA0C2F;
  --bs-form-invalid-border-color: #BA0C2F;
}

*,
*::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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.436625rem + 2.2395vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.11625rem;
  }
}

h2, .h2 {
  font-size: calc(1.324125rem + 0.8895vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.99125rem;
  }
}

h3, .h3 {
  font-size: calc(1.2999375rem + 0.59925vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.749375rem;
  }
}

h4, .h4 {
  font-size: calc(1.2749625rem + 0.29955vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.499625rem;
  }
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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


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

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
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;
}

img,
svg {
  vertical-align: middle;
}

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


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,
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=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

::-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;
}

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

[hidden] {
  display: none !important;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

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

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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  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-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.gx-4 {
  --bs-gutter-x: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dd8697;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(186, 12, 47, 0.5);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.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: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  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);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 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='%23343a40' 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: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: #dd8697;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(186, 12, 47, 0.5);
}
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.5);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.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='%23198754' 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.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.5);
}

.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 {
  z-index: 3;
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  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='%23BA0C2F'%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='%23BA0C2F' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.5);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.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='%23BA0C2F'%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='%23BA0C2F' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.5);
}

.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 {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --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;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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: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);
}
: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);
}
: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:disabled, .btn.disabled {
  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: #fff;
  --bs-btn-bg: #BA0C2F;
  --bs-btn-border-color: #BA0C2F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9e0a28;
  --bs-btn-hover-border-color: #950a26;
  --bs-btn-focus-shadow-rgb: 196, 48, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #950a26;
  --bs-btn-active-border-color: #8c0923;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #BA0C2F;
  --bs-btn-disabled-border-color: #BA0C2F;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-font-size: 0.87499125rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.3rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(186, 12, 47, 0.5);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #BA0C2F;
  --bs-pagination-active-border-color: #BA0C2F;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !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);
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

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

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !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-content-start {
  align-content: flex-start !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.m-0 {
  margin: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !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;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !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;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .float-lg-end {
    float: right !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}
.ly-breadcrumb a {
  text-decoration: none;
  color: #000;
}
.ly-breadcrumb a:hover {
  color: #BA0C2F;
  text-decoration: underline;
}
.ly-breadcrumb li {
  font-size: 0.87499125rem !important;
}
.ly-breadcrumb li:last-child {
  color: #000;
  font-family: MohrAltBold, sans-serif;
  font-weight: normal;
}

.btn-outline-large {
  display: inline-block;
  font-size: 14px;
  font-family: MohrAltMedium;
  text-align: center;
  width: auto;
  height: 50px;
  color: #BA0C2F;
  background-color: white;
  border: 1px solid #BA0C2F;
  line-height: 1em;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.35s ease-in;
  position: relative;
}
.btn-outline-large:hover,.btn-outline-large:active {
  background-color: #BA0C2F !important;
  color: #fff !important;
  border: 1px solid #BA0C2F !important;
}

@media (max-width: 575.98px) {
  .btn-xs-w100 {
    width: 100% !important;
  }
}
a.btn-download {
  padding-top: 13px;
}
a.btn-download:before {
  font-family: bootstrap-icons;
  content: "\f30a";
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.bg-image-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* HEADER */
#ly-header {
  height: 130px;
  margin: 0;
  padding-top: 32px;
  z-index: 50;
}

@media (max-width: 991.98px) {
  #ly-header {
    height: 70px;
    padding-top: 13px;
    position: relative;
  }
}
.ly-brand {
  height: 60px;
  margin-top: 4px;
}
.ly-brand.focus-ring, .ly-brand:active {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
.ly-brand:focus-visible {
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
}

@media (max-width: 991.98px) {
  .ly-brand {
    height: 45px;
    margin-top: 0;
  }
  .ly-brand img {
    width: 160px;
  }
}
#ly-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 130px;
}

/* MENUS */
#ly-navbar-wrapper {
  padding-left: 0;
  position: relative;
}

.ly-inline ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.ly-inline li {
  display: inline-block;
}

#ly-navbar-secondary {
  height: 46px;
  padding-bottom: 0;
  padding-top: 0;
}
#ly-navbar-secondary li {
  font-family: MohrAltRegular, sans-serif;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: none;
}
#ly-navbar-secondary li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#ly-navbar-secondary li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#ly-navbar-secondary li a {
  color: #fff;
  display: inline-block;
  opacity: 0.7;
  padding-bottom: 2px;
  padding-top: 4px;
  text-decoration: none;
  transition: all 0.35s linear;
}
#ly-navbar-secondary li a.active {
  color: #fff;
  opacity: 1;
  border-bottom: 3px solid #fff;
}
#ly-navbar-secondary li a:hover {
  opacity: 1;
}
#ly-navbar-secondary li a.focus-ring {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
#ly-navbar-secondary li a:focus-visible {
  background-color: #fff;
  color: #BA0C2F;
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
  opacity: 1;
}

#ly-navbar-primary > ul {
  height: 52px;
  padding-top: 0;
}
#ly-navbar-primary li {
  font-family: MohrAltMedium, sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}
#ly-navbar-primary li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#ly-navbar-primary li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#ly-navbar-primary li a {
  color: #fff;
  display: block;
  height: 100%;
  min-height: 100%;
  position: relative;
  text-decoration: none;
}
#ly-navbar-primary li a .ly-hover-fx {
  background-color: rgb(255, 255, 255);
  bottom: 0;
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  width: 0;
}
#ly-navbar-primary li a.active {
  color: #fff !important;
}
#ly-navbar-primary li a.active .ly-hover-fx {
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
#ly-navbar-primary li a:after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  padding-left: 2px;
  position: relative;
  top: 4px;
}
#ly-navbar-primary li a:hover {
  opacity: 1;
}
#ly-navbar-primary li a.focus-ring {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
#ly-navbar-primary li a:focus-visible {
  background-color: #fff;
  color: #BA0C2F !important;
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
  opacity: 1;
}
#ly-navbar-primary li a:focus-visible .ly-hover-fx, #ly-navbar-primary li a.active:focus-visible .ly-hover-fx {
  background-color: #BA0C2F;
  left: 0 !important;
  width: 100% !important;
}
#ly-navbar-primary #ly-srch-desktop-toggler {
  background-color: transparent;
  border: none;
}
#ly-navbar-primary .ly-srch-toggler {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  margin-left: 3.3rem !important;
}
#ly-navbar-primary .ly-srch-toggler.focus-ring, #ly-navbar-primary .ly-srch-toggler:active {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
#ly-navbar-primary .ly-srch-toggler:focus-visible {
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
}
#ly-navbar-primary .ly-srch-toggler img {
  padding-top: 3px;
}
@media (max-width: 1399.98px) {
  #ly-navbar-primary .ly-srch-toggler {
    margin-left: 2.3rem !important;
  }
}
@media (max-width: 1199.98px) {
  #ly-navbar-primary .ly-srch-toggler {
    margin-left: 1.3rem !important;
  }
  #ly-navbar-primary .ly-srch-toggler img {
    scale: 0.9;
  }
}
@media (max-width: 1199.98px) {
  #ly-navbar-primary li a {
    font-size: 14px;
  }
  #ly-navbar-primary li a:after {
    padding-left: 0;
  }
}
#ly-navbar-primary .submenu {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 98px;
  visibility: hidden;
  z-index: 9999;
}
#ly-navbar-primary .submenu .bordered {
  border-left: 1px solid #dcdcdc;
}
#ly-navbar-primary .submenu h2, #ly-navbar-primary .submenu .h2 {
  color: #BA0C2F !important;
  font-size: 22px;
  margin-bottom: 13px;
}
#ly-navbar-primary .submenu p {
  color: #000;
  font-family: MohrAltBold, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.6em;
  padding-right: 20%;
  text-transform: none;
}
#ly-navbar-primary .submenu a.to-landing {
  text-decoration: none;
  color: #BA0C2F;
  text-transform: none !important;
  display: inline;
}
#ly-navbar-primary .submenu a.to-landing:hover {
  color: #950a26;
}
#ly-navbar-primary .submenu ul {
  list-style-type: none;
  padding-left: 0;
}
#ly-navbar-primary .submenu li {
  color: #000;
  display: block;
  font-family: MohrAltRegular, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 4px;
  text-transform: none;
}
#ly-navbar-primary .submenu li a {
  color: #000;
  height: auto;
  line-height: 1.4em !important;
  text-decoration: none;
}
#ly-navbar-primary .submenu li a:hover {
  color: #BA0C2F !important;
}
#ly-navbar-primary .submenu li a:after, #ly-navbar-primary .submenu li a:before {
  content: none;
}

@media (max-width: 991.98px) {
  #ly-navbar-wrapper {
    background-color: #BA0C2F !important;
    display: flex;
    height: 100lh;
    margin: 0;
    padding-right: 0;
    padding-top: 70px;
    position: fixed;
    right: 0;
    top: 70px;
    transform: translateX(-100vw);
    transition: transform 0.45s ease;
    visibility: hidden;
    width: 100%;
    z-index: 999999;
  }
  #ly-navbar-wrapper.show {
    transform: translateX(0);
    visibility: visible;
  }
  #ly-navbar-wrapper.show li {
    transform: translateX(0);
    visibility: visible;
  }
  #ly-navbar-wrapper.show li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  #ly-navbar-wrapper.show li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
}
@media (max-width: 991.98px) {
  #ly-navbar-secondary {
    height: auto;
    margin-top: 20px;
  }
  #ly-navbar-secondary li {
    display: block;
    font-size: 16px;
    height: auto;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-top: 9px;
  }
  #ly-navbar-secondary li:first-child {
    padding-left: 20px !important;
  }
  #ly-navbar-secondary li a {
    height: auto;
    opacity: 0.7;
  }
  #ly-navbar-secondary li a:hover {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  #ly-navbar-primary {
    height: auto !important;
  }
  #ly-navbar-primary #ly-srch-desktop-toggler {
    display: none;
  }
  #ly-navbar-primary > ul {
    height: auto !important;
    width: 100%;
  }
  #ly-navbar-primary > ul li {
    display: flex;
    font-size: 18px;
    height: auto;
    justify-content: space-between;
    margin-left: 0 !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    transform: translateX(-100vw);
    transition: transform 0.45s ease;
    visibility: hidden;
    width: 100%;
  }
  #ly-navbar-primary > ul li:first-child a {
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
  }
  #ly-navbar-primary > ul li a {
    background-color: #BA0C2F;
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    height: auto;
    padding-bottom: 7px;
    padding-left: 20px !important;
    padding-top: 11px;
    transition: background-color 0.35s ease-in-out;
    width: 100%;
  }
  #ly-navbar-primary > ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  #ly-navbar-primary > ul li a .ly-hover-fx {
    display: none;
  }
  #ly-navbar-primary > ul li a:before {
    content: none;
  }
  #ly-navbar-primary > ul li a:after {
    content: url("img/arrow-right-white.svg");
    display: block;
    float: right;
    opacity: 0.5;
    padding-right: 20px;
    position: relative;
    scale: 1;
    top: -1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  #ly-navbar-wrapper {
    padding-top: 15px;
  }
  #ly-navbar-secondary {
    height: auto;
    margin-top: 15px;
    padding-left: 20px;
  }
  #ly-navbar-secondary li, #ly-navbar-secondary li:first-child, #ly-navbar-secondary li:last-child {
    display: inline-block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  #ly-navbar-secondary li a {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.7;
    padding-top: 0;
  }
  #ly-navbar-secondary li:first-child a {
    margin-left: 0;
  }
  #ly-navbar-secondary li:last-child a {
    margin-right: 0;
  }
}
#ly-nav-mobile-wrapper button.focus-ring, #ly-nav-mobile-wrapper button:active {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
#ly-nav-mobile-wrapper button:focus-visible {
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
}
#ly-nav-mobile-wrapper .ly-srch-toggler {
  align-content: center;
  background-color: transparent !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 30px;
  padding: 0;
}
#ly-nav-mobile-wrapper #ly-srch-mobile-toggler {
  background-color: transparent;
  border: none;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
#ly-nav-mobile-wrapper #ly-srch-mobile-toggler.hidden {
  opacity: 0;
}
#ly-nav-mobile-wrapper #ly-nav-toggler {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  width: 26px;
}
#ly-nav-mobile-wrapper #ly-nav-toggler .toggler-icn-top:after,
#ly-nav-mobile-wrapper #ly-nav-toggler .toggler-icn-middle:after,
#ly-nav-mobile-wrapper #ly-nav-toggler .toggler-icn-bottom:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 7px;
  margin-top: 7px;
  opacity: 1;
  transition: all 0.35s ease-in-out;
  width: 26px;
}
#ly-nav-mobile-wrapper #ly-nav-toggler.active .toggler-icn-middle:after {
  opacity: 0;
  transform: translateX(30px);
}
#ly-nav-mobile-wrapper #ly-nav-toggler.active .toggler-icn-top:after {
  transform: rotate(-45deg) translate(-6px, 7px);
  transform-origin: center;
}
#ly-nav-mobile-wrapper #ly-nav-toggler.active .toggler-icn-bottom:after {
  transform: rotate(45deg) translate(-6px, -7px);
  transform-origin: center;
}

/* SEARCH */
#ly-srch-bar {
  background-color: #ebebeb;
  display: none;
  left: 0;
  padding-bottom: 35px;
  padding-top: 35px;
  position: absolute;
  top: 130px;
  width: 100%;
}
#ly-srch-bar #ly-srch-submit.focus-ring {
  --bs-focus-ring-color: rgba(186,12,47,0);
}
#ly-srch-bar #ly-srch-submit:focus-visible {
  --bs-focus-ring-color: rgba(186,12,47,1);
}
#ly-srch-bar #ly-srch-submit:active {
  --bs-focus-ring-color: rgba(186,12,47,0);
}
#ly-srch-bar #ly-srch-close {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 43px;
  justify-content: center;
  margin-left: 30px;
  transform: translateX(6px);
  width: 43px;
}
#ly-srch-bar #ly-srch-close i {
  color: #BA0C2F;
  font-size: 28px;
  margin: 0;
  padding: 0;
  vertical-align: 0;
}
#ly-srch-bar #ly-srch-close i:before {
  vertical-align: -0.28em;
}
#ly-srch-bar #ly-srch-close:hover i {
  color: #950a26;
}
#ly-srch-bar #ly-srch-close.focus-ring {
  --bs-focus-ring-color: rgba(186,12,47,0);
}
#ly-srch-bar #ly-srch-close:focus-visible {
  --bs-focus-ring-color: rgba(186,12,47,1);
}
#ly-srch-bar #ly-srch-close:active {
  --bs-focus-ring-color: rgba(186,12,47,0);
}
#ly-srch-bar .form-control::placeholder {
  color: #a6a6a6;
}
#ly-srch-bar .srch-input {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding-left: 20px;
  padding-top: 9px;
}
#ly-srch-bar .srch-input:focus {
  border: 1px solid #a6a6a6;
  box-shadow: none;
}
#ly-srch-bar .btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  width: 55px;
}
#ly-srch-bar .warning-tooltip {
  background-color: #000;
  border-radius: 3px;
  display: none;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  top: -10px;
}
#ly-srch-bar .warning-tooltip:after {
  border: 10px solid #000;
  border-color: #000 transparent transparent transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 30px;
  width: 20px;
}

@media (max-width: 1199.98px) {
  #ly-srch-bar .form-control::placeholder {
    font-size: 17px !important;
  }
  #ly-srch-bar .srch-input {
    font-size: 17px !important;
  }
}
@media (max-width: 991.98px) {
  #ly-srch-bar {
    padding-bottom: 20px;
    padding-top: 20px;
    top: 70px;
  }
  #ly-srch-bar .warning-tooltip {
    top: -20px;
  }
  #ly-srch-close {
    margin-left: 10px !important;
  }
}
.ly-search-results-list .pagination {
  margin-top: 5rem;
}
.ly-search-results-list .pagination li {
  height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.ly-search-results-list .pagination li a {
  border-color: #ccc;
  border-radius: 0 !important;
  color: #4e4e4e;
  font-size: 16px;
  padding-top: 10px;
}
.ly-search-results-list .pagination li a.active {
  color: #fff;
}

/* FOOTER */
#ly-footer {
  background-color: #BA0C2F;
  font-size: 15px;
  margin-top: 100px;
  padding-bottom: 1rem;
  padding-top: 60px;
}
#ly-footer a.focus-ring {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
#ly-footer a:focus-visible {
  background-color: #fff;
  color: #BA0C2F;
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
}
#ly-footer a:active {
  background-color: transparent;
  color: #fff;
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
}
#ly-footer p {
  color: #fff;
  font-size: 15px;
}
#ly-footer p a {
  color: #fff;
}
#ly-footer #ly-top-footer ul {
  padding: 0;
}
#ly-footer ul {
  list-style-type: none;
  margin: 0;
}
#ly-footer ul a {
  color: #fff;
  font-family: MohrAltRegular, sans-serif;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.35s ease-in-out;
}
#ly-footer ul a.text-uppercase {
  font-family: MohrAltMedium, sans-serif !important;
}
#ly-footer ul a:hover {
  opacity: 0.7;
}
#ly-footer .ly-brand-footer img {
  width: 144px;
}
#ly-footer .ly-nav-footer {
  width: 220px;
}
#ly-footer .ly-nav-footer a {
  padding-top: 4px;
}
@media (max-width: 991.98px) {
  #ly-footer .ly-nav-footer {
    width: 100%;
  }
}
#ly-footer #ly-phone-btn a {
  cursor: default;
  padding-top: 4px;
  pointer-events: none;
  text-decoration: none !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #ly-footer #ly-phone-btn {
    background-color: #fff;
    border-radius: 3px;
    color: #BA0C2F !important;
    height: 41px;
    line-height: 1em;
    margin-top: 20px !important;
    text-align: center;
    width: 180px;
  }
  #ly-footer #ly-phone-btn a {
    color: #BA0C2F !important;
    cursor: pointer;
    display: block;
    font-family: MohrAltMedium, sans-serif;
    height: 100%;
    padding-top: 7px !important;
    pointer-events: auto !important;
    text-decoration: none;
    width: 100%;
  }
  #ly-footer #ly-phone-btn a:before {
    content: "\f5c1";
    display: inline-block;
    font-family: bootstrap-icons !important;
    padding-right: 6px;
    position: relative;
    top: 3px;
  }
}
#ly-footer #ly-btm-footer li a {
  padding-top: 4px;
}
#ly-footer #ly-btm-footer .ly-social a.focus-ring, #ly-footer #ly-btm-footer .ly-social a:active {
  --bs-focus-ring-color: rgba(255, 255, 255, 0);
  background-color: transparent;
}
#ly-footer #ly-btm-footer .ly-social a:focus-visible {
  --bs-focus-ring-color: rgba(255, 255, 255, 1);
}
@media (max-width: 991.98px) {
  #ly-footer #ly-btm-footer .ly-cite-energie {
    position: relative;
    top: -4px;
    width: 88px !important;
  }
  #ly-footer #ly-btm-footer .ly-instagram img {
    width: 32px;
  }
  #ly-footer #ly-btm-footer .ly-facebook img {
    width: 32px;
  }
}

.ly-clickable-card {
  cursor: pointer;
}

.hero-card {
  padding-bottom: 21px !important;
  padding-left: 27px !important;
  padding-right: 27px !important;
  padding-top: 22px !important;
}
.hero-card h3, .hero-card .h3 {
  color: #BA0C2F;
  font-family: MohrAltMedium, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  width: fit-content;
}
.hero-card a {
  text-decoration: none !important;
}

.topic-card {
  height: 360px;
}
.topic-card .topic-wrapper {
  overflow: hidden;
  position: relative;
}
.topic-card .topic-wrapper .img-container {
  transition: all 0.35s ease-in-out;
}
.topic-card .topic-wrapper:hover .img-container {
  transform: scale(1.03);
}
.topic-card .topic-wrapper h3, .topic-card .topic-wrapper .h3 {
  background-color: #fff !important;
  color: #BA0C2F;
  left: 20px;
  line-height: 1.3em;
  max-width: 55%;
  padding-bottom: 9px !important;
  padding-left: 18px !important;
  padding-right: 19px !important;
  padding-top: 16px !important;
  position: absolute;
  top: 20px;
  width: fit-content !important;
}
.topic-card .topic-wrapper h3 a, .topic-card .topic-wrapper .h3 a {
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .topic-card h3, .topic-card .h3 {
    max-width: 60%;
  }
}
@media (max-width: 575.98px) {
  .topic-card {
    height: 300px !important;
  }
  .topic-card h3, .topic-card .h3 {
    left: 12px !important;
    max-width: 75%;
    top: 12px !important;
  }
}

#scroll-to-top {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 25px;
  bottom: 15px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 25px;
  transition: all 0.35s ease-in-out;
  visibility: hidden;
  width: 50px;
}
#scroll-to-top img {
  opacity: 0.7;
}
#scroll-to-top.show {
  bottom: 75px;
  opacity: 1;
  visibility: visible;
}

#uaw {
  background-color: transparent;
  border: none;
  bottom: 15px;
  height: 50px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 25px;
  width: 50px;
}
#uaw.focus-ring {
  --bs-focus-ring-color: rgba(255,255,255,0);
}
#uaw:focus-visible {
  border-radius: 50%;
  --bs-focus-ring-color: rgba(255,255,255,1);
}
#uaw:active {
  --bs-focus-ring-color: rgba(255,255,255,0);
}

@media (max-width: 991.98px) {
  #scroll-to-top, #uaw {
    right: 15px;
  }
}
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal;
}

#ly-home-hero {
  height: 550px;
}
#ly-home-hero .hero-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
}

#ly-news .thumb-wrapper {
  overflow: hidden;
}
#ly-news .thumb-wrapper img {
  transition: all 0.35s ease-in-out;
}
#ly-news .thumb-wrapper:hover img {
  transform: scale(1.03);
}
#ly-news .row:last-child {
  margin-bottom: 0 !important;
}

#ly-home-shortcuts h5, #ly-home-shortcuts .h5 {
  pointer-events: none;
}
#ly-home-shortcuts h5 a, #ly-home-shortcuts .h5 a {
  text-decoration: none;
  color: rgb(33, 37, 41);
}

@media (max-width: 991.98px) {
  #ly-home-shortcuts h5, #ly-home-shortcuts .h5 {
    border-bottom: 2px solid #BA0C2F;
    border-radius: 3px;
    cursor: pointer;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 10px;
    pointer-events: auto;
    width: 100%;
    position: relative;
  }
  #ly-home-shortcuts h5 a, #ly-home-shortcuts .h5 a {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    display: inline-block;
  }
  #ly-home-shortcuts h5 a.focus-ring, #ly-home-shortcuts .h5 a.focus-ring, #ly-home-shortcuts h5 a:active, #ly-home-shortcuts .h5 a:active {
    --bs-focus-ring-color: rgba(186, 12, 47, 0);
  }
  #ly-home-shortcuts h5 a:focus-visible, #ly-home-shortcuts .h5 a:focus-visible {
    --bs-focus-ring-color: rgba(186, 12, 47, 0.5);
  }
  #ly-home-shortcuts h5:after, #ly-home-shortcuts .h5:after {
    color: #BA0C2F;
    content: "\f659";
    font-family: bootstrap-icons;
    rotate: 45deg;
    transition: all 0.35s ease-out;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 0;
  }
}
#ly-home-events-list {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  #ly-home-events-list {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    padding-bottom: 10px;
  }
}
.img-section, .img-wrapper {
  height: 550px;
}

.img-section {
  overflow: hidden;
  position: relative;
}
.img-section img {
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.ly-directory .category {
  margin-top: 60px;
}
.ly-directory .category:first-of-type {
  margin-top: 0;
}
.ly-directory .category h3, .ly-directory .category .h3 {
  border-bottom: 1px #dcdcdc solid !important;
  color: #BA0C2F;
  margin-bottom: 20px;
}
.ly-directory .category ul {
  column-count: 2;
  column-gap: 40px;
}
.ly-directory .category li {
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  transition: all 0.35s ease-in;
}
.ly-directory .category li:hover {
  border-bottom-color: #BA0C2F;
}
.ly-directory .category li::after {
  color: #BA0C2F;
  content: "\f285";
  font-family: bootstrap-icons;
  font-size: 14px;
}
.ly-directory .category li:hover:after {
  color: #BA0C2F !important;
}
.ly-directory .category a {
  color: #000;
  display: block;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 14px;
  position: relative;
  text-decoration: none;
  transition: all 0.35s ease-in;
  width: 100%;
}
.ly-directory .category a:hover {
  color: #BA0C2F;
}

@media (max-width: 991.98px) {
  .img-section, .img-wrapper {
    height: 250px !important;
  }
  .ly-directory .category ul {
    column-count: 1;
  }
}
#ly-shortcuts ul li {
  background-color: transparent;
  box-sizing: content-box;
  min-height: 50px;
}
#ly-shortcuts ul li a {
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: row;
  font-size: 17px;
  height: 100%;
  padding-bottom: 5px;
  padding-top: 9px;
  position: relative;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
#ly-shortcuts ul li a:before {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
  text-align: center;
  top: 2px;
  width: 30px;
}
#ly-shortcuts ul li a:after {
  color: rgba(0, 0, 0, 0.3);
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons;
  font-size: 14px;
  margin-left: auto;
  padding-left: 15px;
  position: relative;
  top: -2px;
}
#ly-shortcuts ul li a:hover {
  border-color: #BA0C2F;
  color: #BA0C2F;
}
#ly-shortcuts ul li a:hover:after {
  color: #BA0C2F;
}
#ly-shortcuts ul li a.focus-ring, #ly-shortcuts ul li a:active {
  --bs-focus-ring-color: rgba(186, 12, 47, 0);
}
#ly-shortcuts ul li a:focus-visible {
  --bs-focus-ring-color: rgba(186, 12, 47, 0.5);
}
#ly-shortcuts .shortcut-biblio:before {
  content: url("img/icn-biblio.svg");
}
#ly-shortcuts .shortcut-salles:before {
  content: url("img/icn-salles.svg");
}
#ly-shortcuts .shortcut-cartes:before {
  content: url("img/icn-cartes.svg");
}
#ly-shortcuts .shortcut-travaux:before {
  content: url("img/icn-travaux.svg");
}
#ly-shortcuts .shortcut-pilier:before {
  content: url("img/icn-pilier.svg");
}
#ly-shortcuts .shortcut-emploi:before {
  content: url("img/icn-emploi.svg");
}
#ly-shortcuts .shortcut-dechets:before {
  content: url("img/icn-dechets.svg");
}
#ly-shortcuts .shortcut-habitants:before {
  content: url("img/icn-habitants.svg");
}
#ly-shortcuts .shortcut-conseil:before {
  content: url("img/icn-conseil.svg");
}
#ly-shortcuts .shortcut-communiques:before {
  content: url("img/icn-communiques.svg");
}

@media (max-width: 1199.98px) {
  #ly-shortcuts {
    display: none;
  }
  #ly-shortcuts ul li {
    min-height: 46px;
  }
  #ly-shortcuts ul li a {
    font-size: 15.5px !important;
    height: 100% !important;
    letter-spacing: -0.2px;
    line-height: 1.4em;
    min-height: 46px;
  }
  #ly-shortcuts ul li a:before {
    margin-right: 10px !important;
    scale: 0.9;
  }
}
#ly-eadmin-shortcuts .shortcuts-wrapper {
  background-color: #f4f4f4;
  box-sizing: content-box;
  padding: 0 1.75rem 1.75rem 1.75rem;
}
#ly-eadmin-shortcuts ul li {
  align-items: stretch;
  display: flex;
  width: 100%;
}
#ly-eadmin-shortcuts ul li a {
  height: auto;
  width: 100%;
}
#ly-eadmin-shortcuts h5, #ly-eadmin-shortcuts .h5 {
  background-color: #BA0C2F;
  color: #fff;
  display: inline-block;
  font-family: MohrAltMedium, sans-serif;
  font-size: 14px;
  margin-left: -1.75rem;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  pointer-events: none;
  text-transform: uppercase;
}
#ly-eadmin-shortcuts h5 a, #ly-eadmin-shortcuts .h5 a {
  color: #fff !important;
  text-decoration: none;
}
#ly-eadmin-shortcuts .shortcut-arrivee:before {
  content: url("img/icn-arrivee.svg");
}
#ly-eadmin-shortcuts .shortcut-depart:before {
  content: url("img/icn-depart.svg");
}
#ly-eadmin-shortcuts .shortcut-permis:before {
  content: url("img/icn-permis.svg");
}
#ly-eadmin-shortcuts .shortcut-identite:before {
  content: url("img/icn-papier-identite.svg");
}
#ly-eadmin-shortcuts .shortcut-dechetterie:before {
  content: url("img/icn-dechetterie.svg");
}
#ly-eadmin-shortcuts .shortcut-salles:before {
  content: url("img/icn-salles.svg");
}
#ly-eadmin-shortcuts .shortcut-parcage:before {
  content: url("img/icn-parcage.svg");
}
#ly-eadmin-shortcuts .shortcut-abattage:before {
  content: url("img/icn-abattage.svg");
}

@media (max-width: 1199.98px) {
  #ly-eadmin-shortcuts .shortcuts-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
  #ly-eadmin-shortcuts .shortcuts-wrapper h5, #ly-eadmin-shortcuts .shortcuts-wrapper .h5 {
    margin-left: -1rem;
  }
}
@media (max-width: 991.98px) {
  #ly-eadmin-shortcuts .shortcuts-wrapper {
    background-color: transparent !important;
    padding: 0;
  }
  #ly-eadmin-shortcuts .shortcuts-wrapper h5, #ly-eadmin-shortcuts .shortcuts-wrapper .h5 {
    background-color: transparent !important;
    border-bottom: 2px solid #BA0C2F;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    margin-left: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 10px;
    pointer-events: auto;
    position: relative;
    width: 100%;
  }
  #ly-eadmin-shortcuts .shortcuts-wrapper h5 a, #ly-eadmin-shortcuts .shortcuts-wrapper .h5 a {
    color: #000 !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 100%;
  }
  #ly-eadmin-shortcuts .shortcuts-wrapper h5 a.focus-ring, #ly-eadmin-shortcuts .shortcuts-wrapper .h5 a.focus-ring, #ly-eadmin-shortcuts .shortcuts-wrapper h5 a:active, #ly-eadmin-shortcuts .shortcuts-wrapper .h5 a:active {
    --bs-focus-ring-color: rgba(186, 12, 47, 0);
  }
  #ly-eadmin-shortcuts .shortcuts-wrapper h5 a:focus-visible, #ly-eadmin-shortcuts .shortcuts-wrapper .h5 a:focus-visible {
    --bs-focus-ring-color: rgba(186, 12, 47, 0.5);
  }
  #ly-eadmin-shortcuts .shortcuts-wrapper h5:after, #ly-eadmin-shortcuts .shortcuts-wrapper .h5:after {
    border-radius: 15px;
    color: #BA0C2F;
    content: "\f659";
    font-family: bootstrap-icons;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    rotate: 45deg;
    text-align: center;
    top: 15px;
    transition: all 0.35s ease-out;
    width: 30px;
  }
}
.ly-events-list .events-item .meta {
  line-height: 1em;
}
.ly-events-list .events-item .events-date {
  width: 75px;
  min-width: 75px;
}
.ly-events-list .events-item .events-day {
  font-family: MohrAltBold;
  font-size: 24px;
}
.ly-events-list .events-item .events-month {
  font-family: MohrAltRegular;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: -8px;
}
.ly-events-list .events-item .events-to {
  border-top: 1px solid #fff;
}
@media (max-width: 991.98px) {
  .ly-events-list .events-item .events-date {
    width: 50px;
    min-width: 50px;
  }
  .ly-events-list .events-item .events-day {
    font-size: 20px;
  }
  .ly-events-list .events-item .events-month {
    font-size: 11px;
  }
}

.ly-saviez-vous > .col-12 {
  position: relative;
}
.ly-saviez-vous h6, .ly-saviez-vous .h6 {
  background-color: #BA0C2F;
  color: #fff;
  position: absolute;
  top: 0;
  left: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: MohrAltMedium;
  font-size: 14px;
  text-transform: uppercase;
}
.ly-saviez-vous img {
  margin: 0 !important;
  padding: 0 !important;
}

.ly-single ul {
  padding-left: 20px;
}
.ly-single ::marker {
  color: #BA0C2F;
}
.ly-single .img-flagship {
  margin-bottom: 2rem;
  margin-top: 0;
}
.ly-single img {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.ly-single h2, .ly-single .h2 {
  color: #BA0C2F;
  font-family: MohrAltRegular, sans-serif;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.ly-single h3, .ly-single .h3 {
  font-family: MohrAltMedium, sans-serif;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.5rem;
}
.ly-single h4, .ly-single .h4 {
  font-family: MohrAltMedium, sans-serif;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
}
.ly-single h2 + h3, .ly-single .h2 + h3, .ly-single h2 + .h3, .ly-single .h2 + .h3 {
  margin-top: 1rem;
}
.ly-single h3 + h4, .ly-single .h3 + h4, .ly-single h3 + .h4, .ly-single .h3 + .h4 {
  margin-top: 1rem;
}
.ly-single hr {
  margin-top: 2rem;
}
.ly-single img + hr, .ly-single img + h3, .ly-single img + .h3, .ly-single img + h4, .ly-single img + .h4 {
  margin-top: 1rem;
}
.ly-single a {
  text-decoration: none;
  transition: all 0.35s ease-in;
}
.ly-single li a[href]:not(:where(
[href^=mailto])):after {
  content: "\f1c5";
  font-family: bootstrap-icons;
  margin-left: 8px;
  font-size: 15px;
}
.ly-single a:not([href*="//"],
[href*="./"],
[href*=".//"],
[href^=javascript],
[href^=mailto],
[href$=".pdf"])::after {
  content: "\f1c5";
  font-family: bootstrap-icons;
  margin-left: 8px;
  font-size: 15px;
}

.ly-single-more {
  background-color: #f4f4f4;
  margin-bottom: -100px;
  margin-top: 3rem;
  padding-bottom: 1rem;
  padding-top: 1.3rem;
}
.ly-single-more h4, .ly-single-more .h4 {
  color: #BA0C2F !important;
  margin-top: 3rem;
}
.ly-single-more a {
  color: #000;
}
.ly-single-more a:hover {
  color: #BA0C2F;
}
.ly-single-more ul:last-of-type {
  margin-bottom: 4rem;
}
.ly-single-more p small, .ly-single-more p .small {
  color: #7B7B7B;
}
@media (max-width: 991.98px) {
  .ly-single-more {
    background-color: #fff;
    border-top: 1px solid #c9caca;
  }
}

.ly-contact > .col-12 {
  position: relative;
}
.ly-contact h6, .ly-contact .h6 {
  background-color: #BA0C2F;
  color: #fff;
  position: absolute;
  top: 0;
  left: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: MohrAltMedium;
  font-size: 14px;
  text-transform: uppercase;
}
.ly-contact img {
  margin: 0 !important;
  padding: 0 !important;
}
.ly-contact strong {
  font-family: MohrAltBold, sans-serif !important;
}
.ly-contact a {
  word-wrap: break-word;
}
.ly-contact a[href]:not(:where(
[href^=mailto])):after {
  content: "\f1c5";
  font-family: bootstrap-icons;
  margin-left: 8px;
  font-size: 15px;
}

/* AGENDA */
#ly-calendar h5, #ly-calendar .h5 {
  margin-bottom: 1.5rem !important;
  margin-top: 5rem !important;
}
#ly-calendar h5:first-of-type, #ly-calendar .h5:first-of-type {
  margin-top: 0 !important;
}
#ly-calendar .pagination {
  margin-top: 5rem;
}
#ly-calendar .pagination li {
  height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
#ly-calendar .pagination li a {
  border-color: #ccc;
  border-radius: 0 !important;
  color: #4e4e4e;
  font-size: 16px;
  padding-top: 10px;
}
#ly-calendar .pagination li a.active {
  color: #fff;
}

.calendar-submit-teaser h5, .calendar-submit-teaser .h5 {
  margin-top: 46px;
}

.ly-news-list .pagination {
  margin-top: 5rem;
}
.ly-news-list .pagination li {
  height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.ly-news-list .pagination li a {
  border-color: #ccc;
  border-radius: 0 !important;
  color: #4e4e4e;
  font-size: 16px;
  padding-top: 10px;
}
.ly-news-list .pagination li a.active {
  color: #fff;
}

.lty-form .text-bold {
  font-family: MohrAltMedium !important;
}
.lty-form .form-label {
  color: #000;
  font-size: 14px;
}
.lty-form .form-control, .lty-form .form-select {
  border-color: #b2b2b2;
  padding-bottom: 5px;
  padding-top: 7px;
}
.lty-form .char-counter, .lty-form .form-text {
  color: gray !important;
  font-size: 14px !important;
}
.lty-form input[type=text], .lty-form input[type=select] {
  height: 43px !important;
}
.lty-form .form-select {
  padding-bottom: 5px;
  padding-top: 9px;
}
.lty-form input[type=date], .lty-form input[type=time] {
  height: 43px !important;
  line-height: 1.3em;
  padding-bottom: 5px;
  padding-top: 11px;
}
.lty-form input[type=file] {
  font-size: 16px;
}
.lty-form .btn {
  padding-bottom: 20px;
  padding-top: 20px;
}
.lty-form #submit-success {
  background-color: #BA0C2F;
  color: #fff;
  padding: 30px;
}
.lty-form .form-control.has-file {
  background-position: right 40px center !important;
}
.lty-form .ql-toolbar.is-invalid {
  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='%23BA0C2F'%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='%23BA0C2F' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem);
}
.lty-form .delete-file-icon {
  color: #666;
  cursor: pointer;
  display: none;
  font-size: 1.8rem;
  position: absolute;
  right: 10px;
  top: 56px;
  transform: translateY(-50%);
}
.lty-form .delete-file-icon:hover {
  color: #BA0C2F;
}
.lty-form #event-long-desc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.lty-form #event-long-desc .ql-editor.ql-blank::before {
  font-size: 18px;
  font-family: MohrAltRegular;
  font-style: normal;
}
.lty-form #event-long-desc .ql-editor h2, .lty-form #event-long-desc .ql-editor .h2 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.lty-form #event-long-desc .ql-editor strong {
  font-family: MohrAltMedium, sans-serif !important;
}
.lty-form #event-long-desc .ql-editor p {
  font-family: MohrAltRegular, sans-serif !important;
  font-size: 18px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.lty-form #event-long-desc .ql-editor p:first-of-type {
  margin-top: 0 !important;
}
.lty-form #event-long-desc .ql-editor li {
  font-family: MohrAltRegular, sans-serif !important;
  font-size: 18px !important;
}

#page-371 #ly-navbar-secondary a[href='/actualites-et-agenda/actualites'],
#page-52 #ly-navbar-secondary a[href='/actualites-et-agenda/agenda'],
#page-375 #ly-navbar-secondary a[href='/urgences'],
#page-900 #ly-navbar-secondary a[href='/decouvrir-lutry/geoportail-et-cartes-de-lutry'],
#page-40 #ly-navbar-secondary a[href='/lutry-officiel/contact'] {
  color: #fff;
  opacity: 1;
  border-bottom: 3px solid #fff;
}

.tx-indexedsearch-rules,
.tx-indexedsearch-searchbox {
  display: none;
}

.ly-biblio:not(:last-child) {
  padding-bottom: 0;
}

.ly-directory .category ul.c-1 {
  column-count: 1;
}

.ly-contact img.img-fluid.img-biblio {
  aspect-ratio: initial;
}