.module-contact-form .gform_wrapper .gfield.hidden_label .gfield_label, .module-contact-form .gform_wrapper .ginput_address_line_1 label, .gform_wrapper .gfield.hidden_label .gfield_label, .gform_wrapper .ginput_address_line_1 label, .module-footer-form .gform_wrapper .gfield.hidden_label .gfield_label, .module-footer-form .gform_wrapper .ginput_address_line_1 label, .hidden_label label, .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.main-header .main-nav .menu > li.menu-item-has-children > a:after, .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  hanging-punctuation: first last;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100svh;
  max-width: 100%;
  overflow-x: hidden;
}

main {
  display: block;
}

img, picture, video, svg {
  max-width: 100%;
  display: block;
}

img {
  vertical-align: middle;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
  border-style: none;
}

p, li, figcaption {
  text-wrap: pretty;
}

body > :is(header, footer), main, section, article {
  container-type: inline-size;
}

@media (prefers-reduced-motion: no-preference) {
  html, :has(:target) {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration-skip-ink: auto;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[hidden] {
  display: none;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* staatliches-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Staatliches";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/staatliches-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-icons-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-v145-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.neutral-bg {
  background-color: #bcdceb;
}

.primary-color-bg {
  background-color: #a21d21;
}

.secondary-color-bg {
  background-color: #bcdceb;
}

.tertiary-color-bg {
  background-color: #ce4c50;
}

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

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

.margin__top--negative-0 {
  margin-top: 0 !important;
}

.margin__bottom--negative-0 {
  margin-bottom: 0 !important;
}

.margin__left--0 {
  margin-left: 0 !important;
}

.margin__right--0 {
  margin-right: 0 !important;
}

.margin__top--1 {
  margin-top: 1rem !important;
}

.margin__bottom--1 {
  margin-bottom: 1rem !important;
}

.margin__top--negative-1 {
  margin-top: -1rem !important;
}

.margin__bottom--negative-1 {
  margin-bottom: -1rem !important;
}

.margin__left--1 {
  margin-left: 1rem !important;
}

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

.margin__top--2 {
  margin-top: 2rem !important;
}

.margin__bottom--2 {
  margin-bottom: 2rem !important;
}

.margin__top--negative-2 {
  margin-top: -2rem !important;
}

.margin__bottom--negative-2 {
  margin-bottom: -2rem !important;
}

.margin__left--2 {
  margin-left: 2rem !important;
}

.margin__right--2 {
  margin-right: 2rem !important;
}

.margin__top--3 {
  margin-top: 3rem !important;
}

.margin__bottom--3 {
  margin-bottom: 3rem !important;
}

.margin__top--negative-3 {
  margin-top: -3rem !important;
}

.margin__bottom--negative-3 {
  margin-bottom: -3rem !important;
}

.margin__left--3 {
  margin-left: 3rem !important;
}

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

.margin__top--4 {
  margin-top: 4rem !important;
}

.margin__bottom--4 {
  margin-bottom: 4rem !important;
}

.margin__top--negative-4 {
  margin-top: -4rem !important;
}

.margin__bottom--negative-4 {
  margin-bottom: -4rem !important;
}

.margin__left--4 {
  margin-left: 4rem !important;
}

.margin__right--4 {
  margin-right: 4rem !important;
}

.margin__top--5 {
  margin-top: 5rem !important;
}

.margin__bottom--5 {
  margin-bottom: 5rem !important;
}

.margin__top--negative-5 {
  margin-top: -5rem !important;
}

.margin__bottom--negative-5 {
  margin-bottom: -5rem !important;
}

.margin__left--5 {
  margin-left: 5rem !important;
}

.margin__right--5 {
  margin-right: 5rem !important;
}

.margin__top--6 {
  margin-top: 6rem !important;
}

.margin__bottom--6 {
  margin-bottom: 6rem !important;
}

.margin__top--negative-6 {
  margin-top: -6rem !important;
}

.margin__bottom--negative-6 {
  margin-bottom: -6rem !important;
}

.margin__left--6 {
  margin-left: 6rem !important;
}

.margin__right--6 {
  margin-right: 6rem !important;
}

.margin__top--7 {
  margin-top: 7rem !important;
}

.margin__bottom--7 {
  margin-bottom: 7rem !important;
}

.margin__top--negative-7 {
  margin-top: -7rem !important;
}

.margin__bottom--negative-7 {
  margin-bottom: -7rem !important;
}

.margin__left--7 {
  margin-left: 7rem !important;
}

.margin__right--7 {
  margin-right: 7rem !important;
}

.margin__top--8 {
  margin-top: 8rem !important;
}

.margin__bottom--8 {
  margin-bottom: 8rem !important;
}

.margin__top--negative-8 {
  margin-top: -8rem !important;
}

.margin__bottom--negative-8 {
  margin-bottom: -8rem !important;
}

.margin__left--8 {
  margin-left: 8rem !important;
}

.margin__right--8 {
  margin-right: 8rem !important;
}

.margin__top--9 {
  margin-top: 9rem !important;
}

.margin__bottom--9 {
  margin-bottom: 9rem !important;
}

.margin__top--negative-9 {
  margin-top: -9rem !important;
}

.margin__bottom--negative-9 {
  margin-bottom: -9rem !important;
}

.margin__left--9 {
  margin-left: 9rem !important;
}

.margin__right--9 {
  margin-right: 9rem !important;
}

.margin__top--10 {
  margin-top: 10rem !important;
}

.margin__bottom--10 {
  margin-bottom: 10rem !important;
}

.margin__top--negative-10 {
  margin-top: -10rem !important;
}

.margin__bottom--negative-10 {
  margin-bottom: -10rem !important;
}

.margin__left--10 {
  margin-left: 10rem !important;
}

.margin__right--10 {
  margin-right: 10rem !important;
}

.margin__top--11 {
  margin-top: 11rem !important;
}

.margin__bottom--11 {
  margin-bottom: 11rem !important;
}

.margin__top--negative-11 {
  margin-top: -11rem !important;
}

.margin__bottom--negative-11 {
  margin-bottom: -11rem !important;
}

.margin__left--11 {
  margin-left: 11rem !important;
}

.margin__right--11 {
  margin-right: 11rem !important;
}

.margin__top--12 {
  margin-top: 12rem !important;
}

.margin__bottom--12 {
  margin-bottom: 12rem !important;
}

.margin__top--negative-12 {
  margin-top: -12rem !important;
}

.margin__bottom--negative-12 {
  margin-bottom: -12rem !important;
}

.margin__left--12 {
  margin-left: 12rem !important;
}

.margin__right--12 {
  margin-right: 12rem !important;
}

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

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

.padding__left--0 {
  padding-left: 0 !important;
}

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

.padding__top--1 {
  padding-top: 1rem !important;
}

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

.padding__left--1 {
  padding-left: 1rem !important;
}

.padding__right--1 {
  padding-right: 1rem !important;
}

.padding__top--2 {
  padding-top: 2rem !important;
}

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

.padding__left--2 {
  padding-left: 2rem !important;
}

.padding__right--2 {
  padding-right: 2rem !important;
}

.padding__top--3 {
  padding-top: 3rem !important;
}

.padding__bottom--3 {
  padding-bottom: 3rem !important;
}

.padding__left--3 {
  padding-left: 3rem !important;
}

.padding__right--3 {
  padding-right: 3rem !important;
}

.padding__top--4 {
  padding-top: 4rem !important;
}

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

.padding__left--4 {
  padding-left: 4rem !important;
}

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

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

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

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

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

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

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

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

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

.padding__top--7 {
  padding-top: 7rem !important;
}

.padding__bottom--7 {
  padding-bottom: 7rem !important;
}

.padding__left--7 {
  padding-left: 7rem !important;
}

.padding__right--7 {
  padding-right: 7rem !important;
}

.padding__top--8 {
  padding-top: 8rem !important;
}

.padding__bottom--8 {
  padding-bottom: 8rem !important;
}

.padding__left--8 {
  padding-left: 8rem !important;
}

.padding__right--8 {
  padding-right: 8rem !important;
}

.padding__top--9 {
  padding-top: 9rem !important;
}

.padding__bottom--9 {
  padding-bottom: 9rem !important;
}

.padding__left--9 {
  padding-left: 9rem !important;
}

.padding__right--9 {
  padding-right: 9rem !important;
}

.padding__top--10 {
  padding-top: 10rem !important;
}

.padding__bottom--10 {
  padding-bottom: 10rem !important;
}

.padding__left--10 {
  padding-left: 10rem !important;
}

.padding__right--10 {
  padding-right: 10rem !important;
}

.padding__top--11 {
  padding-top: 11rem !important;
}

.padding__bottom--11 {
  padding-bottom: 11rem !important;
}

.padding__left--11 {
  padding-left: 11rem !important;
}

.padding__right--11 {
  padding-right: 11rem !important;
}

.padding__top--12 {
  padding-top: 12rem !important;
}

.padding__bottom--12 {
  padding-bottom: 12rem !important;
}

.padding__left--12 {
  padding-left: 12rem !important;
}

.padding__right--12 {
  padding-right: 12rem !important;
}

.text__left {
  text-align: left !important;
}

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

.text__right {
  text-align: right !important;
}

.display__block {
  display: block !important;
}

.display__inline {
  display: inline !important;
}

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

.display__flex {
  display: flex !important;
}

.display__inline-flex {
  display: inline-flex !important;
}

.display__none {
  display: none !important;
}

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

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

.justify-content__end {
  justify-content: flex-end !important;
}

.justify-content__between {
  justify-content: space-between !important;
}

.align-items__center {
  align-items: center !important;
}

.align-items__start {
  align-items: flex-start !important;
}

.align-items__end {
  align-items: flex-end !important;
}

.width__full {
  width: 100% !important;
}

.width__auto {
  width: auto !important;
}

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

.shape__rounded {
  border-radius: 0.25rem !important;
}

@media (max-width: 767.98px) {
  .margin__top--0-sm {
    margin-top: 0 !important;
  }
  .margin__bottom--0-sm {
    margin-bottom: 0 !important;
  }
  .margin__top--negative-0-sm {
    margin-top: 0 !important;
  }
  .margin__bottom--negative-0-sm {
    margin-bottom: 0 !important;
  }
  .padding__top--0-sm {
    padding-top: 0 !important;
  }
  .padding__bottom--0-sm {
    padding-bottom: 0 !important;
  }
  .padding__left--0-sm {
    padding-left: 0 !important;
  }
  .padding__right--0-sm {
    padding-right: 0 !important;
  }
  .margin__top--1-sm {
    margin-top: 1rem !important;
  }
  .margin__bottom--1-sm {
    margin-bottom: 1rem !important;
  }
  .margin__top--negative-1-sm {
    margin-top: -1rem !important;
  }
  .margin__bottom--negative-1-sm {
    margin-bottom: -1rem !important;
  }
  .padding__top--1-sm {
    padding-top: 1rem !important;
  }
  .padding__bottom--1-sm {
    padding-bottom: 1rem !important;
  }
  .padding__left--1-sm {
    padding-left: 1rem !important;
  }
  .padding__right--1-sm {
    padding-right: 1rem !important;
  }
  .margin__top--2-sm {
    margin-top: 2rem !important;
  }
  .margin__bottom--2-sm {
    margin-bottom: 2rem !important;
  }
  .margin__top--negative-2-sm {
    margin-top: -2rem !important;
  }
  .margin__bottom--negative-2-sm {
    margin-bottom: -2rem !important;
  }
  .padding__top--2-sm {
    padding-top: 2rem !important;
  }
  .padding__bottom--2-sm {
    padding-bottom: 2rem !important;
  }
  .padding__left--2-sm {
    padding-left: 2rem !important;
  }
  .padding__right--2-sm {
    padding-right: 2rem !important;
  }
  .margin__top--3-sm {
    margin-top: 3rem !important;
  }
  .margin__bottom--3-sm {
    margin-bottom: 3rem !important;
  }
  .margin__top--negative-3-sm {
    margin-top: -3rem !important;
  }
  .margin__bottom--negative-3-sm {
    margin-bottom: -3rem !important;
  }
  .padding__top--3-sm {
    padding-top: 3rem !important;
  }
  .padding__bottom--3-sm {
    padding-bottom: 3rem !important;
  }
  .padding__left--3-sm {
    padding-left: 3rem !important;
  }
  .padding__right--3-sm {
    padding-right: 3rem !important;
  }
  .margin__top--4-sm {
    margin-top: 4rem !important;
  }
  .margin__bottom--4-sm {
    margin-bottom: 4rem !important;
  }
  .margin__top--negative-4-sm {
    margin-top: -4rem !important;
  }
  .margin__bottom--negative-4-sm {
    margin-bottom: -4rem !important;
  }
  .padding__top--4-sm {
    padding-top: 4rem !important;
  }
  .padding__bottom--4-sm {
    padding-bottom: 4rem !important;
  }
  .padding__left--4-sm {
    padding-left: 4rem !important;
  }
  .padding__right--4-sm {
    padding-right: 4rem !important;
  }
  .margin__top--5-sm {
    margin-top: 5rem !important;
  }
  .margin__bottom--5-sm {
    margin-bottom: 5rem !important;
  }
  .margin__top--negative-5-sm {
    margin-top: -5rem !important;
  }
  .margin__bottom--negative-5-sm {
    margin-bottom: -5rem !important;
  }
  .padding__top--5-sm {
    padding-top: 5rem !important;
  }
  .padding__bottom--5-sm {
    padding-bottom: 5rem !important;
  }
  .padding__left--5-sm {
    padding-left: 5rem !important;
  }
  .padding__right--5-sm {
    padding-right: 5rem !important;
  }
  .margin__top--6-sm {
    margin-top: 6rem !important;
  }
  .margin__bottom--6-sm {
    margin-bottom: 6rem !important;
  }
  .margin__top--negative-6-sm {
    margin-top: -6rem !important;
  }
  .margin__bottom--negative-6-sm {
    margin-bottom: -6rem !important;
  }
  .padding__top--6-sm {
    padding-top: 6rem !important;
  }
  .padding__bottom--6-sm {
    padding-bottom: 6rem !important;
  }
  .padding__left--6-sm {
    padding-left: 6rem !important;
  }
  .padding__right--6-sm {
    padding-right: 6rem !important;
  }
  .margin__top--7-sm {
    margin-top: 7rem !important;
  }
  .margin__bottom--7-sm {
    margin-bottom: 7rem !important;
  }
  .margin__top--negative-7-sm {
    margin-top: -7rem !important;
  }
  .margin__bottom--negative-7-sm {
    margin-bottom: -7rem !important;
  }
  .padding__top--7-sm {
    padding-top: 7rem !important;
  }
  .padding__bottom--7-sm {
    padding-bottom: 7rem !important;
  }
  .padding__left--7-sm {
    padding-left: 7rem !important;
  }
  .padding__right--7-sm {
    padding-right: 7rem !important;
  }
  .margin__top--8-sm {
    margin-top: 8rem !important;
  }
  .margin__bottom--8-sm {
    margin-bottom: 8rem !important;
  }
  .margin__top--negative-8-sm {
    margin-top: -8rem !important;
  }
  .margin__bottom--negative-8-sm {
    margin-bottom: -8rem !important;
  }
  .padding__top--8-sm {
    padding-top: 8rem !important;
  }
  .padding__bottom--8-sm {
    padding-bottom: 8rem !important;
  }
  .padding__left--8-sm {
    padding-left: 8rem !important;
  }
  .padding__right--8-sm {
    padding-right: 8rem !important;
  }
  .margin__top--9-sm {
    margin-top: 9rem !important;
  }
  .margin__bottom--9-sm {
    margin-bottom: 9rem !important;
  }
  .margin__top--negative-9-sm {
    margin-top: -9rem !important;
  }
  .margin__bottom--negative-9-sm {
    margin-bottom: -9rem !important;
  }
  .padding__top--9-sm {
    padding-top: 9rem !important;
  }
  .padding__bottom--9-sm {
    padding-bottom: 9rem !important;
  }
  .padding__left--9-sm {
    padding-left: 9rem !important;
  }
  .padding__right--9-sm {
    padding-right: 9rem !important;
  }
  .margin__top--10-sm {
    margin-top: 10rem !important;
  }
  .margin__bottom--10-sm {
    margin-bottom: 10rem !important;
  }
  .margin__top--negative-10-sm {
    margin-top: -10rem !important;
  }
  .margin__bottom--negative-10-sm {
    margin-bottom: -10rem !important;
  }
  .padding__top--10-sm {
    padding-top: 10rem !important;
  }
  .padding__bottom--10-sm {
    padding-bottom: 10rem !important;
  }
  .padding__left--10-sm {
    padding-left: 10rem !important;
  }
  .padding__right--10-sm {
    padding-right: 10rem !important;
  }
  .margin__top--11-sm {
    margin-top: 11rem !important;
  }
  .margin__bottom--11-sm {
    margin-bottom: 11rem !important;
  }
  .margin__top--negative-11-sm {
    margin-top: -11rem !important;
  }
  .margin__bottom--negative-11-sm {
    margin-bottom: -11rem !important;
  }
  .padding__top--11-sm {
    padding-top: 11rem !important;
  }
  .padding__bottom--11-sm {
    padding-bottom: 11rem !important;
  }
  .padding__left--11-sm {
    padding-left: 11rem !important;
  }
  .padding__right--11-sm {
    padding-right: 11rem !important;
  }
  .margin__top--12-sm {
    margin-top: 12rem !important;
  }
  .margin__bottom--12-sm {
    margin-bottom: 12rem !important;
  }
  .margin__top--negative-12-sm {
    margin-top: -12rem !important;
  }
  .margin__bottom--negative-12-sm {
    margin-bottom: -12rem !important;
  }
  .padding__top--12-sm {
    padding-top: 12rem !important;
  }
  .padding__bottom--12-sm {
    padding-bottom: 12rem !important;
  }
  .padding__left--12-sm {
    padding-left: 12rem !important;
  }
  .padding__right--12-sm {
    padding-right: 12rem !important;
  }
  .text__left-sm {
    text-align: left !important;
  }
  .text__center-sm {
    text-align: center !important;
  }
  .text__right-sm {
    text-align: right !important;
  }
  .display__block-sm {
    display: block !important;
  }
  .display__inline-sm {
    display: inline !important;
  }
  .display__inline-block-sm {
    display: inline-block !important;
  }
  .display__flex-sm {
    display: flex !important;
  }
  .display__inline-flex-sm {
    display: inline-flex !important;
  }
  .display__none-sm {
    display: none !important;
  }
  .width__full-sm {
    width: 100% !important;
  }
  .width__auto-sm {
    width: auto !important;
  }
}
@media (max-width: 991.98px) {
  .margin__top--0-md {
    margin-top: 0 !important;
  }
  .margin__bottom--0-md {
    margin-bottom: 0 !important;
  }
  .margin__top--negative-0-md {
    margin-top: 0 !important;
  }
  .margin__bottom--negative-0-md {
    margin-bottom: 0 !important;
  }
  .padding__top--0-md {
    padding-top: 0 !important;
  }
  .padding__bottom--0-md {
    padding-bottom: 0 !important;
  }
  .padding__left--0-md {
    padding-left: 0 !important;
  }
  .padding__right--0-md {
    padding-right: 0 !important;
  }
  .margin__top--1-md {
    margin-top: 1rem !important;
  }
  .margin__bottom--1-md {
    margin-bottom: 1rem !important;
  }
  .margin__top--negative-1-md {
    margin-top: -1rem !important;
  }
  .margin__bottom--negative-1-md {
    margin-bottom: -1rem !important;
  }
  .padding__top--1-md {
    padding-top: 1rem !important;
  }
  .padding__bottom--1-md {
    padding-bottom: 1rem !important;
  }
  .padding__left--1-md {
    padding-left: 1rem !important;
  }
  .padding__right--1-md {
    padding-right: 1rem !important;
  }
  .margin__top--2-md {
    margin-top: 2rem !important;
  }
  .margin__bottom--2-md {
    margin-bottom: 2rem !important;
  }
  .margin__top--negative-2-md {
    margin-top: -2rem !important;
  }
  .margin__bottom--negative-2-md {
    margin-bottom: -2rem !important;
  }
  .padding__top--2-md {
    padding-top: 2rem !important;
  }
  .padding__bottom--2-md {
    padding-bottom: 2rem !important;
  }
  .padding__left--2-md {
    padding-left: 2rem !important;
  }
  .padding__right--2-md {
    padding-right: 2rem !important;
  }
  .margin__top--3-md {
    margin-top: 3rem !important;
  }
  .margin__bottom--3-md {
    margin-bottom: 3rem !important;
  }
  .margin__top--negative-3-md {
    margin-top: -3rem !important;
  }
  .margin__bottom--negative-3-md {
    margin-bottom: -3rem !important;
  }
  .padding__top--3-md {
    padding-top: 3rem !important;
  }
  .padding__bottom--3-md {
    padding-bottom: 3rem !important;
  }
  .padding__left--3-md {
    padding-left: 3rem !important;
  }
  .padding__right--3-md {
    padding-right: 3rem !important;
  }
  .margin__top--4-md {
    margin-top: 4rem !important;
  }
  .margin__bottom--4-md {
    margin-bottom: 4rem !important;
  }
  .margin__top--negative-4-md {
    margin-top: -4rem !important;
  }
  .margin__bottom--negative-4-md {
    margin-bottom: -4rem !important;
  }
  .padding__top--4-md {
    padding-top: 4rem !important;
  }
  .padding__bottom--4-md {
    padding-bottom: 4rem !important;
  }
  .padding__left--4-md {
    padding-left: 4rem !important;
  }
  .padding__right--4-md {
    padding-right: 4rem !important;
  }
  .margin__top--5-md {
    margin-top: 5rem !important;
  }
  .margin__bottom--5-md {
    margin-bottom: 5rem !important;
  }
  .margin__top--negative-5-md {
    margin-top: -5rem !important;
  }
  .margin__bottom--negative-5-md {
    margin-bottom: -5rem !important;
  }
  .padding__top--5-md {
    padding-top: 5rem !important;
  }
  .padding__bottom--5-md {
    padding-bottom: 5rem !important;
  }
  .padding__left--5-md {
    padding-left: 5rem !important;
  }
  .padding__right--5-md {
    padding-right: 5rem !important;
  }
  .margin__top--6-md {
    margin-top: 6rem !important;
  }
  .margin__bottom--6-md {
    margin-bottom: 6rem !important;
  }
  .margin__top--negative-6-md {
    margin-top: -6rem !important;
  }
  .margin__bottom--negative-6-md {
    margin-bottom: -6rem !important;
  }
  .padding__top--6-md {
    padding-top: 6rem !important;
  }
  .padding__bottom--6-md {
    padding-bottom: 6rem !important;
  }
  .padding__left--6-md {
    padding-left: 6rem !important;
  }
  .padding__right--6-md {
    padding-right: 6rem !important;
  }
  .margin__top--7-md {
    margin-top: 7rem !important;
  }
  .margin__bottom--7-md {
    margin-bottom: 7rem !important;
  }
  .margin__top--negative-7-md {
    margin-top: -7rem !important;
  }
  .margin__bottom--negative-7-md {
    margin-bottom: -7rem !important;
  }
  .padding__top--7-md {
    padding-top: 7rem !important;
  }
  .padding__bottom--7-md {
    padding-bottom: 7rem !important;
  }
  .padding__left--7-md {
    padding-left: 7rem !important;
  }
  .padding__right--7-md {
    padding-right: 7rem !important;
  }
  .margin__top--8-md {
    margin-top: 8rem !important;
  }
  .margin__bottom--8-md {
    margin-bottom: 8rem !important;
  }
  .margin__top--negative-8-md {
    margin-top: -8rem !important;
  }
  .margin__bottom--negative-8-md {
    margin-bottom: -8rem !important;
  }
  .padding__top--8-md {
    padding-top: 8rem !important;
  }
  .padding__bottom--8-md {
    padding-bottom: 8rem !important;
  }
  .padding__left--8-md {
    padding-left: 8rem !important;
  }
  .padding__right--8-md {
    padding-right: 8rem !important;
  }
  .margin__top--9-md {
    margin-top: 9rem !important;
  }
  .margin__bottom--9-md {
    margin-bottom: 9rem !important;
  }
  .margin__top--negative-9-md {
    margin-top: -9rem !important;
  }
  .margin__bottom--negative-9-md {
    margin-bottom: -9rem !important;
  }
  .padding__top--9-md {
    padding-top: 9rem !important;
  }
  .padding__bottom--9-md {
    padding-bottom: 9rem !important;
  }
  .padding__left--9-md {
    padding-left: 9rem !important;
  }
  .padding__right--9-md {
    padding-right: 9rem !important;
  }
  .margin__top--10-md {
    margin-top: 10rem !important;
  }
  .margin__bottom--10-md {
    margin-bottom: 10rem !important;
  }
  .margin__top--negative-10-md {
    margin-top: -10rem !important;
  }
  .margin__bottom--negative-10-md {
    margin-bottom: -10rem !important;
  }
  .padding__top--10-md {
    padding-top: 10rem !important;
  }
  .padding__bottom--10-md {
    padding-bottom: 10rem !important;
  }
  .padding__left--10-md {
    padding-left: 10rem !important;
  }
  .padding__right--10-md {
    padding-right: 10rem !important;
  }
  .margin__top--11-md {
    margin-top: 11rem !important;
  }
  .margin__bottom--11-md {
    margin-bottom: 11rem !important;
  }
  .margin__top--negative-11-md {
    margin-top: -11rem !important;
  }
  .margin__bottom--negative-11-md {
    margin-bottom: -11rem !important;
  }
  .padding__top--11-md {
    padding-top: 11rem !important;
  }
  .padding__bottom--11-md {
    padding-bottom: 11rem !important;
  }
  .padding__left--11-md {
    padding-left: 11rem !important;
  }
  .padding__right--11-md {
    padding-right: 11rem !important;
  }
  .margin__top--12-md {
    margin-top: 12rem !important;
  }
  .margin__bottom--12-md {
    margin-bottom: 12rem !important;
  }
  .margin__top--negative-12-md {
    margin-top: -12rem !important;
  }
  .margin__bottom--negative-12-md {
    margin-bottom: -12rem !important;
  }
  .padding__top--12-md {
    padding-top: 12rem !important;
  }
  .padding__bottom--12-md {
    padding-bottom: 12rem !important;
  }
  .padding__left--12-md {
    padding-left: 12rem !important;
  }
  .padding__right--12-md {
    padding-right: 12rem !important;
  }
  .text__left-md {
    text-align: left !important;
  }
  .text__center-md {
    text-align: center !important;
  }
  .text__right-md {
    text-align: right !important;
  }
  .display__block-md {
    display: block !important;
  }
  .display__inline-md {
    display: inline !important;
  }
  .display__inline-block-md {
    display: inline-block !important;
  }
  .display__flex-md {
    display: flex !important;
  }
  .display__none-md {
    display: none !important;
  }
  .display__inline-flex-md {
    display: inline-flex !important;
  }
  .width__full-md {
    width: 100% !important;
  }
  .width__auto-md {
    width: auto !important;
  }
}
@media (min-width: 1280px) {
  .margin__top--0-lg {
    margin-top: 0 !important;
  }
  .margin__bottom--0-lg {
    margin-bottom: 0 !important;
  }
  .margin__top--negative-0-lg {
    margin-top: 0 !important;
  }
  .margin__bottom--negative-0-lg {
    margin-bottom: 0 !important;
  }
  .padding__top--0-lg {
    padding-top: 0 !important;
  }
  .padding__bottom--0-lg {
    padding-bottom: 0 !important;
  }
  .padding__left--0-lg {
    padding-left: 0 !important;
  }
  .padding__right--0-lg {
    padding-right: 0 !important;
  }
  .margin__top--1-lg {
    margin-top: 1rem !important;
  }
  .margin__bottom--1-lg {
    margin-bottom: 1rem !important;
  }
  .margin__top--negative-1-lg {
    margin-top: -1rem !important;
  }
  .margin__bottom--negative-1-lg {
    margin-bottom: -1rem !important;
  }
  .padding__top--1-lg {
    padding-top: 1rem !important;
  }
  .padding__bottom--1-lg {
    padding-bottom: 1rem !important;
  }
  .padding__left--1-lg {
    padding-left: 1rem !important;
  }
  .padding__right--1-lg {
    padding-right: 1rem !important;
  }
  .margin__top--2-lg {
    margin-top: 2rem !important;
  }
  .margin__bottom--2-lg {
    margin-bottom: 2rem !important;
  }
  .margin__top--negative-2-lg {
    margin-top: -2rem !important;
  }
  .margin__bottom--negative-2-lg {
    margin-bottom: -2rem !important;
  }
  .padding__top--2-lg {
    padding-top: 2rem !important;
  }
  .padding__bottom--2-lg {
    padding-bottom: 2rem !important;
  }
  .padding__left--2-lg {
    padding-left: 2rem !important;
  }
  .padding__right--2-lg {
    padding-right: 2rem !important;
  }
  .margin__top--3-lg {
    margin-top: 3rem !important;
  }
  .margin__bottom--3-lg {
    margin-bottom: 3rem !important;
  }
  .margin__top--negative-3-lg {
    margin-top: -3rem !important;
  }
  .margin__bottom--negative-3-lg {
    margin-bottom: -3rem !important;
  }
  .padding__top--3-lg {
    padding-top: 3rem !important;
  }
  .padding__bottom--3-lg {
    padding-bottom: 3rem !important;
  }
  .padding__left--3-lg {
    padding-left: 3rem !important;
  }
  .padding__right--3-lg {
    padding-right: 3rem !important;
  }
  .margin__top--4-lg {
    margin-top: 4rem !important;
  }
  .margin__bottom--4-lg {
    margin-bottom: 4rem !important;
  }
  .margin__top--negative-4-lg {
    margin-top: -4rem !important;
  }
  .margin__bottom--negative-4-lg {
    margin-bottom: -4rem !important;
  }
  .padding__top--4-lg {
    padding-top: 4rem !important;
  }
  .padding__bottom--4-lg {
    padding-bottom: 4rem !important;
  }
  .padding__left--4-lg {
    padding-left: 4rem !important;
  }
  .padding__right--4-lg {
    padding-right: 4rem !important;
  }
  .margin__top--5-lg {
    margin-top: 5rem !important;
  }
  .margin__bottom--5-lg {
    margin-bottom: 5rem !important;
  }
  .margin__top--negative-5-lg {
    margin-top: -5rem !important;
  }
  .margin__bottom--negative-5-lg {
    margin-bottom: -5rem !important;
  }
  .padding__top--5-lg {
    padding-top: 5rem !important;
  }
  .padding__bottom--5-lg {
    padding-bottom: 5rem !important;
  }
  .padding__left--5-lg {
    padding-left: 5rem !important;
  }
  .padding__right--5-lg {
    padding-right: 5rem !important;
  }
  .margin__top--6-lg {
    margin-top: 6rem !important;
  }
  .margin__bottom--6-lg {
    margin-bottom: 6rem !important;
  }
  .margin__top--negative-6-lg {
    margin-top: -6rem !important;
  }
  .margin__bottom--negative-6-lg {
    margin-bottom: -6rem !important;
  }
  .padding__top--6-lg {
    padding-top: 6rem !important;
  }
  .padding__bottom--6-lg {
    padding-bottom: 6rem !important;
  }
  .padding__left--6-lg {
    padding-left: 6rem !important;
  }
  .padding__right--6-lg {
    padding-right: 6rem !important;
  }
  .margin__top--7-lg {
    margin-top: 7rem !important;
  }
  .margin__bottom--7-lg {
    margin-bottom: 7rem !important;
  }
  .margin__top--negative-7-lg {
    margin-top: -7rem !important;
  }
  .margin__bottom--negative-7-lg {
    margin-bottom: -7rem !important;
  }
  .padding__top--7-lg {
    padding-top: 7rem !important;
  }
  .padding__bottom--7-lg {
    padding-bottom: 7rem !important;
  }
  .padding__left--7-lg {
    padding-left: 7rem !important;
  }
  .padding__right--7-lg {
    padding-right: 7rem !important;
  }
  .margin__top--8-lg {
    margin-top: 8rem !important;
  }
  .margin__bottom--8-lg {
    margin-bottom: 8rem !important;
  }
  .margin__top--negative-8-lg {
    margin-top: -8rem !important;
  }
  .margin__bottom--negative-8-lg {
    margin-bottom: -8rem !important;
  }
  .padding__top--8-lg {
    padding-top: 8rem !important;
  }
  .padding__bottom--8-lg {
    padding-bottom: 8rem !important;
  }
  .padding__left--8-lg {
    padding-left: 8rem !important;
  }
  .padding__right--8-lg {
    padding-right: 8rem !important;
  }
  .margin__top--9-lg {
    margin-top: 9rem !important;
  }
  .margin__bottom--9-lg {
    margin-bottom: 9rem !important;
  }
  .margin__top--negative-9-lg {
    margin-top: -9rem !important;
  }
  .margin__bottom--negative-9-lg {
    margin-bottom: -9rem !important;
  }
  .padding__top--9-lg {
    padding-top: 9rem !important;
  }
  .padding__bottom--9-lg {
    padding-bottom: 9rem !important;
  }
  .padding__left--9-lg {
    padding-left: 9rem !important;
  }
  .padding__right--9-lg {
    padding-right: 9rem !important;
  }
  .margin__top--10-lg {
    margin-top: 10rem !important;
  }
  .margin__bottom--10-lg {
    margin-bottom: 10rem !important;
  }
  .margin__top--negative-10-lg {
    margin-top: -10rem !important;
  }
  .margin__bottom--negative-10-lg {
    margin-bottom: -10rem !important;
  }
  .padding__top--10-lg {
    padding-top: 10rem !important;
  }
  .padding__bottom--10-lg {
    padding-bottom: 10rem !important;
  }
  .padding__left--10-lg {
    padding-left: 10rem !important;
  }
  .padding__right--10-lg {
    padding-right: 10rem !important;
  }
  .margin__top--11-lg {
    margin-top: 11rem !important;
  }
  .margin__bottom--11-lg {
    margin-bottom: 11rem !important;
  }
  .margin__top--negative-11-lg {
    margin-top: -11rem !important;
  }
  .margin__bottom--negative-11-lg {
    margin-bottom: -11rem !important;
  }
  .padding__top--11-lg {
    padding-top: 11rem !important;
  }
  .padding__bottom--11-lg {
    padding-bottom: 11rem !important;
  }
  .padding__left--11-lg {
    padding-left: 11rem !important;
  }
  .padding__right--11-lg {
    padding-right: 11rem !important;
  }
  .margin__top--12-lg {
    margin-top: 12rem !important;
  }
  .margin__bottom--12-lg {
    margin-bottom: 12rem !important;
  }
  .margin__top--negative-12-lg {
    margin-top: -12rem !important;
  }
  .margin__bottom--negative-12-lg {
    margin-bottom: -12rem !important;
  }
  .padding__top--12-lg {
    padding-top: 12rem !important;
  }
  .padding__bottom--12-lg {
    padding-bottom: 12rem !important;
  }
  .padding__left--12-lg {
    padding-left: 12rem !important;
  }
  .padding__right--12-lg {
    padding-right: 12rem !important;
  }
  .text__left-lg {
    text-align: left !important;
  }
  .text__center-lg {
    text-align: center !important;
  }
  .text__right-lg {
    text-align: right !important;
  }
  .display__block-lg {
    display: block !important;
  }
  .display__inline-lg {
    display: inline !important;
  }
  .display__inline-block-lg {
    display: inline-block !important;
  }
  .display__flex-lg {
    display: flex !important;
  }
  .display__none-lg {
    display: none !important;
  }
  .display__inline-flex-lg {
    display: inline-flex !important;
  }
  .width__full-lg {
    width: 100% !important;
  }
  .width__auto-lg {
    width: auto !important;
  }
}
.list-columns-2 ul {
  width: 100%;
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 767.98px) {
  .list-columns-2 ul {
    column-count: 1;
  }
}
.list-columns-2 ul li {
  width: 100%;
}

.list-columns-3 ul {
  width: 100%;
  column-count: 3;
  column-gap: 30px;
}
@media (max-width: 767.98px) {
  .list-columns-3 ul {
    column-count: 1;
  }
}

.module:has(+ .overlapped-top) {
  padding-bottom: 250px;
}

.overlapped-top .container {
  margin-top: -250px;
  position: relative;
  z-index: 2;
}

.list-no-bullets {
  list-style: none;
  padding-left: 0;
}
.list-no-bullets li {
  margin-bottom: 30px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Staatliches", serif;
  color: #000;
  margin-bottom: 1.1rem;
}

h1,
.heading--h1 {
  font-size: clamp(36px, 5vw, 86px);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}

h2,
.heading--h2 {
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}

h3,
.heading--h3 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}

h4,
.heading--h4 {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}

h5,
.heading--h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}

.text p {
  margin-bottom: 1.4117647059rem;
}
.text p:last-child {
  margin-bottom: 0;
}

.text ul,
.text ol {
  padding-left: 20px;
}

a:not(.btn):not(.button) {
  color: #a21d21;
  text-decoration: none;
}
a:not(.btn):not(.button):hover, a:not(.btn):not(.button):focus, a:not(.btn):not(.button):active {
  color: #ce4c50;
  text-decoration: none;
}

p a:not(.btn):not(.button),
li a:not(.btn):not(.button) {
  color: #007FE2;
  text-decoration: none;
}
p a:not(.btn):not(.button):hover, p a:not(.btn):not(.button):focus, p a:not(.btn):not(.button):active,
li a:not(.btn):not(.button):hover,
li a:not(.btn):not(.button):focus,
li a:not(.btn):not(.button):active {
  color: #007FE2;
  text-decoration: none;
}

.btn,
.button,
input[type=button],
input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #bcdceb;
  background: #a21d21;
  color: #ffffff;
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: normal;
  transition: 0.3s ease;
}
@media (max-width: 767.98px) {
  .btn,
  .button,
  input[type=button],
  input[type=submit] {
    padding: 1.0588235294rem 1.7647058824rem;
    letter-spacing: 1px;
  }
}
.btn:hover, .btn:focus, .btn:active,
.button:hover,
.button:focus,
.button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background-color: #ce4c50;
  color: #FFF;
  border: none;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  padding: 20px;
  border-radius: 0;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #a21d21;
  border: none;
  background-color: #ffffff;
  font-weight: 600;
  width: 100%;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #a21d21;
  opacity: 0.7;
}

.module-footer-form {
  min-height: 628px;
  height: auto;
  padding: 0;
  background-color: #bcdceb;
  display: flex;
  align-items: center;
}
.module-footer-form:has(.gform_validation_errors) {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .module-footer-form {
    height: auto;
    padding: 60px 0;
  }
}
.module-footer-form .module-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .module-footer-form .module-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .module-footer-form .module-inner {
    flex-direction: column;
    gap: unset;
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .module-footer-form .module-inner {
    padding: 0 20px;
  }
}
.module-footer-form .left {
  flex: 0 0 600px;
  width: auto;
  padding-right: 0;
  align-self: center;
}
@media (max-width: 1279.98px) {
  .module-footer-form .left {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .module-footer-form .left {
    flex: 0 1 auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.module-footer-form .left .text > :first-child {
  font-family: "Staatliches", serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.12;
  color: #000;
  letter-spacing: normal;
  text-wrap: wrap;
  max-width: 640px;
  margin-bottom: 32px;
}
.module-footer-form .left .text > p:not(:first-child) {
  max-width: 520px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: normal;
}
@media (max-width: 1279.98px) {
  .module-footer-form .left .text > :first-child,
  .module-footer-form .left .text > p:not(:first-child) {
    max-width: 100%;
  }
}
.module-footer-form .right {
  flex: 0 0 560px;
  width: auto;
}
@media (max-width: 1279.98px) {
  .module-footer-form .right {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .module-footer-form .right {
    flex: 0 1 auto;
    width: 100%;
  }
}
.module-footer-form {
  /* == FORM STYLES == */
}
.module-footer-form .gform_wrapper {
  padding: 80px 0 80px 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper {
    padding: 0;
  }
}
.module-footer-form .gform_wrapper form {
  width: 100%;
}
.module-footer-form .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.module-footer-form .gform_wrapper .gfield {
  margin: 0;
  padding: 0;
}
.module-footer-form .gform_wrapper .gfield_required,
.module-footer-form .gform_wrapper .gform_required_legend,
.module-footer-form .gform_wrapper .gfield_description:not(.gfield_validation_message):not(.instruction) {
  display: none;
}
.module-footer-form .gform_wrapper .gfield--type-address {
  border: unset;
}
.module-footer-form .gform_wrapper .gform_validation_errors {
  width: 100%;
  margin: 0 0 18px;
  padding: 24px 28px;
  border: 2px solid #ce4c50;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #ce4c50;
}
.module-footer-form .gform_wrapper .gform_validation_errors:focus {
  outline-color: #ce4c50;
}
.module-footer-form .gform_wrapper .gform_validation_errors > h2,
.module-footer-form .gform_wrapper .gform_validation_errors .gform_submission_error {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: none;
  margin: 0;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}
.module-footer-form .gform_wrapper .gform_validation_errors .gform-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 22px;
  height: 22px;
  border: 2px solid #ce4c50;
  border-radius: 50%;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 0;
}
.module-footer-form .gform_wrapper .gform_validation_errors .gform-icon::before {
  content: "!";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.module-footer-form .gform_wrapper .gform_validation_errors ol {
  margin: 8px 0 0;
  padding-left: 20px;
}
.module-footer-form .gform_wrapper .gform_validation_errors ol li,
.module-footer-form .gform_wrapper .gform_validation_errors ol a {
  color: #ce4c50;
  font-size: 14px;
  line-height: 1.4;
}
.module-footer-form .gform_wrapper .gfield_validation_message {
  display: block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.module-footer-form .gform_wrapper .gfield_description.instruction {
  display: block;
  margin-top: 6px;
  padding: 0;
  color: #687282;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.module-footer-form .gform_wrapper input[type=text],
.module-footer-form .gform_wrapper input[type=email],
.module-footer-form .gform_wrapper input[type=tel],
.module-footer-form .gform_wrapper textarea,
.module-footer-form .gform_wrapper select {
  width: 100%;
  min-height: 37px;
  padding: 8px 14px;
  border: 1px solid #3E3E3E;
  border-radius: 2px;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.module-footer-form .gform_wrapper input[type=text]::placeholder,
.module-footer-form .gform_wrapper input[type=email]::placeholder,
.module-footer-form .gform_wrapper input[type=tel]::placeholder,
.module-footer-form .gform_wrapper textarea::placeholder,
.module-footer-form .gform_wrapper select::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.module-footer-form .gform_wrapper input[type=text]:focus,
.module-footer-form .gform_wrapper input[type=email]:focus,
.module-footer-form .gform_wrapper input[type=tel]:focus,
.module-footer-form .gform_wrapper textarea:focus,
.module-footer-form .gform_wrapper select:focus {
  border-color: #1a1a1a;
  background-color: #bcdceb;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper input[type=text],
  .module-footer-form .gform_wrapper input[type=email],
  .module-footer-form .gform_wrapper input[type=tel],
  .module-footer-form .gform_wrapper textarea,
  .module-footer-form .gform_wrapper select {
    min-height: 58px;
    padding: 14px 18px;
    font-size: 18px;
  }
}
.module-footer-form .gform_wrapper textarea {
  height: 128px;
  min-height: 128px;
  resize: vertical;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper textarea {
    min-height: 180px;
  }
}
.module-footer-form .gform_wrapper .gfield_error input[type=text],
.module-footer-form .gform_wrapper .gfield_error input[type=email],
.module-footer-form .gform_wrapper .gfield_error input[type=tel],
.module-footer-form .gform_wrapper .gfield_error textarea,
.module-footer-form .gform_wrapper .gfield_error select {
  border-color: #ce4c50;
}
.module-footer-form .gform_wrapper select {
  appearance: none;
  padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, #687282 50%), linear-gradient(135deg, #687282 50%, transparent 50%);
  background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
  background-size: 9px 9px, 9px 9px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper select {
    padding-right: 48px;
    background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
    background-size: 9px 9px, 9px 9px;
  }
}
.module-footer-form .gform_wrapper .gfield--type-html,
.module-footer-form .gform_wrapper .gfield_html {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 2px 0 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper .gfield--type-html,
  .module-footer-form .gform_wrapper .gfield_html {
    font-size: 16px;
  }
}
.module-footer-form .gform_wrapper .gfield--type-html a,
.module-footer-form .gform_wrapper .gfield_html a {
  color: #007FE2;
}
.module-footer-form .gform_wrapper .gform_footer,
.module-footer-form .gform_wrapper .gform_page_footer {
  display: block;
  margin: 22px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper .gform_footer,
  .module-footer-form .gform_wrapper .gform_page_footer {
    margin-top: 24px;
  }
}
.module-footer-form .gform_wrapper input[type=submit],
.module-footer-form .gform_wrapper button[type=submit] {
  width: 100%;
  min-height: 47px;
  padding: 11px 20px;
  border-radius: 5px;
  background: #a21d21;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.module-footer-form .gform_wrapper input[type=submit]:hover, .module-footer-form .gform_wrapper input[type=submit]:focus,
.module-footer-form .gform_wrapper button[type=submit]:hover,
.module-footer-form .gform_wrapper button[type=submit]:focus {
  background: #ce4c50;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper input[type=submit],
  .module-footer-form .gform_wrapper button[type=submit] {
    min-height: 64px;
    font-size: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 1.1764705882rem;
}

.container--sidebar {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  min-width: 0;
  padding: 2.9411764706rem 1.1764705882rem;
}
@media (max-width: 991.98px) {
  .container--sidebar {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 767.98px) {
  .container--sidebar {
    grid-template-columns: 1fr;
    padding: 1.7647058824rem 1.1764705882rem;
  }
}

.container--xl {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 1.1764705882rem;
}

.container--full {
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
  margin-inline: auto;
  padding: 0 1.1764705882rem;
}
@media (max-width: 991.98px) {
  .container--full {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

.module {
  padding: 100px 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}
.module__top-title {
  font-size: clamp(24px, 4vw, 40px);
  color: #000;
  font-weight: 400;
  font-family: "Staatliches", serif;
  display: block;
  margin-bottom: 15px;
  line-height: 1.1;
}
.module__title {
  font-family: "Staatliches", serif;
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.8823529412rem;
  display: block;
  color: #000;
}
.module__title--lg {
  font-size: clamp(24px, 5vw, 60px);
}
.module__text p {
  margin-bottom: 1.7647058824rem;
}
.module__text p:last-child {
  margin-bottom: 0;
}
.module__text .btn,
.module__text .button {
  margin-top: 2.9411764706rem;
}
.module--flipped .module__inner {
  flex-direction: row-reverse;
}
.module--flipped .module__image:before {
  transform: translate(40px, 40px);
}
.module--flipped .module__image[data-aos] {
  transform: translate(40px, 40px);
}
.module--flipped .module__image[data-aos]:before {
  transform: translate(0, 0);
}
.module--flipped .module__image[data-aos].aos-animate {
  transform: translate(0, 0);
}
.module--flipped .module__image[data-aos].aos-animate:before {
  transform: translate(40px, 40px);
}
.module ul + * {
  margin-top: 30px;
}

.skip-links a {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}
.skip-links a:focus, .skip-links a:active {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
}

.btn--fullwidth {
  width: 100%;
  text-align: center;
}

.slick-dots {
  padding: 20px;
  display: flex;
  list-style: none;
  gap: 30px;
  justify-content: center;
  margin: 60px 0 0 0;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #ce4c50;
  border: none;
  border-radius: 0;
  display: block;
}
.slick-dots li.slick-active button {
  background-color: #bcdceb;
}

.gradient-bg .slick-dots li button {
  background-color: #FFF;
}
.gradient-bg .slick-dots li.slick-active button {
  background-color: #a21d21;
}

article.content > *:not(section):not(.breadcrumbs) {
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.gform_validation_container {
  display: none !important;
}

.breadcrumbs p {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}
.breadcrumbs p a:not(.btn):not(.button) {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.breadcrumbs p a:not(.btn):not(.button):hover, .breadcrumbs p a:not(.btn):not(.button):focus, .breadcrumbs p a:not(.btn):not(.button):active {
  text-decoration: none;
  color: #000;
}
.breadcrumbs + .content > .module:first-child {
  padding-top: 0;
}
.breadcrumbs + .module {
  padding-top: 0;
}

article.content > p,
article.content > h1,
article.content > h2,
article.content > h3,
article.content > h4,
article.content > h5,
article.content > h6,
article.content > ul,
article.content > ol {
  margin-bottom: 20px;
}
article.content > ul:not(section):not(.breadcrumbs),
article.content > ol:not(section):not(.breadcrumbs) {
  padding-left: 40px;
}
article.content > p:last-child {
  margin-bottom: 0;
}

.main-header {
  color: #3E3E3E;
  background-color: #FFF;
}
.main-header.has-sticky-nav {
  padding-bottom: 60px;
}
.main-header .top-header {
  padding: 10px 0;
  border-bottom: 1px solid #a21d21;
}
.main-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .header-inner .logo {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 575.98px) {
  .main-header .header-inner .logo {
    max-width: 170px;
  }
}
.main-header .header-inner .tagline {
  width: 100%;
  max-width: calc(100% - 520px);
}
@media (max-width: 1279.98px) {
  .main-header .header-inner .tagline {
    display: none;
  }
}
.main-header .header-inner .tagline p {
  font-size: 1.3529411765rem;
  line-height: 1.4;
  font-weight: 600;
  color: #3E3E3E;
}
@media (max-width: 1279.98px) {
  .main-header .header-inner .header-cta {
    display: none;
  }
}
.main-header .header-inner .header-cta .call-us {
  font-size: 14px;
}
.main-header .header-inner .header-cta .call-us .btn {
  font-size: 23px;
}
.main-header .header-inner .header-cta .extra-links {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}
.main-header .header-inner .header-cta .extra-links a {
  font-size: 14px;
  color: #3E3E3E;
  text-decoration: underline;
}
.main-header .header-inner .header-cta .extra-links a:hover {
  color: #a21d21;
}
.main-header .bottom-header .header-inner {
  justify-content: center;
  align-items: center;
}
.main-header .bottom-header .header-inner.menu-es {
  justify-content: space-between;
}
.main-header .bottom-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279.98px) {
  .main-header .main-nav {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: none;
  }
}
.main-header .main-nav .menu {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu {
    flex-direction: column;
  }
}
.main-header .main-nav .menu > li a {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}
.main-header .main-nav .menu > li:hover > a, .main-header .main-nav .menu > li.current-menu-item > a, .main-header .main-nav .menu > li.current-menu-parent > a, .main-header .main-nav .menu > li.current-menu-ancestor > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #ce4c50;
  text-underline-offset: 4px;
}
.main-header .main-nav .menu > li.menu-item-has-children > a {
  position: relative;
}
.main-header .main-nav .menu > li.menu-item-has-children > a:after {
  content: "expand_more";
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-left: 10px;
  transition: 0.3s ease;
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li.menu-item-has-children > a:after {
    transform: rotate(-90deg);
  }
}
.main-header .main-nav .menu > li.menu-item-has-children.open > a:after {
  transform: rotate(180deg);
}
.main-header .main-nav .menu > li > .sub-menu {
  display: none;
  transition: 2.3s ease;
}
.main-header .main-nav .menu > li:hover > .sub-menu, .main-header .main-nav .menu > li.open > .sub-menu {
  display: block;
  position: absolute;
  background-color: #FFF;
  padding: 10px 30px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:hover > .sub-menu, .main-header .main-nav .menu > li.open > .sub-menu {
    position: static;
    box-shadow: none;
    padding: 0;
  }
}
.main-header .main-nav .menu > li:hover > .sub-menu > li, .main-header .main-nav .menu > li.open > .sub-menu > li {
  padding: 10px 0;
}
.main-header .main-nav .menu > li:hover > .sub-menu > li a, .main-header .main-nav .menu > li.open > .sub-menu > li a {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.main-header .main-nav .menu > li:hover > .sub-menu > li a:hover, .main-header .main-nav .menu > li.open > .sub-menu > li a:hover {
  color: #a21d21;
}
.main-header .main-nav .menu > li:hover > .sub-menu > li.current-menu-item > a, .main-header .main-nav .menu > li.open > .sub-menu > li.current-menu-item > a {
  color: #a21d21;
}
.main-header .main-nav .menu > li:hover > .sub-menu > li.label, .main-header .main-nav .menu > li.open > .sub-menu > li.label {
  color: #555;
}
.main-header .main-nav .menu > li:hover > .sub-menu > li.label a, .main-header .main-nav .menu > li.open > .sub-menu > li.label a {
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #3E3E3E;
  width: fit-content;
  color: #555;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 10px;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  grid-auto-flow: column;
  box-shadow: none;
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu {
    display: block;
    transform: none;
    left: unset;
  }
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu:before, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: calc(-50vw + 50%);
  background-color: #FFF;
  z-index: -1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu:before, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu:before {
    display: none;
  }
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li {
  list-style: none;
  margin: 0;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.mega-menu-extra-top-space, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.mega-menu-extra-top-space {
  margin-top: 92px;
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.mega-menu-extra-top-space, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.mega-menu-extra-top-space {
    margin-top: 0;
  }
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.current-menu-item > a, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.current-menu-item > a {
  color: #a21d21;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.label, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.label {
  color: #555;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.label a, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.label a {
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #3E3E3E;
  width: fit-content;
  color: #555;
  margin-bottom: 10px;
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.label a, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.label a {
    margin-bottom: 0;
    padding: 0;
  }
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 33/20;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link {
    display: none;
  }
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link img, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link .content, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link .content {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  transition: 0.3s ease;
  padding: 20px;
  align-items: end;
  gap: 10px;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link .content .link-text, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link .content .link-text {
  font-size: 34px;
  font-family: "Staatliches", serif;
  line-height: 1.2;
  width: calc(100% - 46px);
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link .content .link-icon, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link .content .link-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 2px;
  transform: translateY(-7px);
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link:hover .content, .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link:focus .content, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link:hover .content, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image .image-block-link:focus .content {
  background-color: #a21d21;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .content, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .content {
  background-color: transparent;
  color: #666;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .content .link-icon, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .content .link-icon {
  color: #a21d21;
  border-color: #a21d21;
  transition: 0.3s ease;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:hover .content, .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:focus .content, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:hover .content, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:focus .content {
  color: #FFF;
}
.main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:hover .content .link-icon, .main-header .main-nav .menu > li:hover > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:focus .content .link-icon, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:hover .content .link-icon, .main-header .main-nav .menu > li.open > .sub-menu.mega-menu .mega-menu-column-list li.menu-item-has-background-image.light .image-block-link:focus .content .link-icon {
  color: #fff;
  border-color: #FFF;
}
@media (max-width: 1279.98px) {
  .main-header .main-nav .menu > li:not(.open) > .sub-menu, .main-header .main-nav .menu > li:not(.open) > .sub-menu.mega-menu {
    display: none;
  }
}
.main-header .mobile-cta {
  display: none;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .main-header .mobile-cta {
    display: flex;
  }
}
.main-header .toggle-search {
  border: none;
  background: none;
  color: #3E3E3E;
  padding: 10px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
  anchor-name: --search-anchor;
}
@media (max-width: 1279.98px) {
  .main-header .toggle-search:not(.mobile) {
    display: none;
  }
}
.main-header .toggle-search.mobile {
  anchor-name: --search-anchor-mobile;
}
.main-header #search-form {
  position: absolute;
  right: anchor(right);
  top: anchor(bottom);
  left: unset;
  bottom: unset;
  position-anchor: --search-anchor;
  background-color: none;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main-header #search-form-mobile {
  position: absolute;
  right: anchor(right);
  top: anchor(bottom);
  left: unset;
  bottom: unset;
  position-anchor: --search-anchor-mobile;
  background-color: none;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main-header .search-form {
  display: flex;
  gap: 0;
}
.main-header .search-form input {
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 15px;
}
.main-header .search-form button {
  background-color: #a21d21;
  color: #FFF;
  border-radius: 0 3px 3px 0;
  border: none;
  width: 41px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-header .search-form button:hover, .main-header .search-form button:focus {
  background-color: #ce4c50;
}

.menu-open .main-header .header-inner .header-cta {
  display: block;
  order: 9;
  width: 100%;
}
.menu-open .main-header .header-inner .header-cta .extra-links {
  justify-content: space-between;
}
.menu-open .main-header .header-inner .header-cta .btn {
  width: 100%;
}
.menu-open .main-nav {
  display: block;
  padding-top: 20px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 49px;
  height: 38px;
  background: none;
  border: 2px solid #a21d21;
  border-radius: 5px;
  padding: 10px 10px;
  cursor: pointer;
}
@media (max-width: 1279.98px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  height: 2px;
  background-color: #a21d21;
  border-radius: 0;
  transition: 0.5s;
  max-width: 27px;
}
.hamburger.is-active span {
  transition: 0.5s;
}
.hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -4px);
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 0px 0 100px;
}
.site-footer .back-to-top {
  background-color: #000;
  text-align: center;
  padding: 2rem 0;
}
.site-footer .back-to-top a {
  display: inline-block;
}
.site-footer .back-to-top span {
  display: flex;
  width: max-content;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
}
.site-footer .back-to-top svg {
  margin-left: 10px;
}
.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.site-footer .footer-columns .column {
  flex: 0 0 23%;
  width: 23%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .site-footer .footer-columns .column {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.site-footer .footer-columns .column-contact .footer-logo img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.site-footer .footer-columns .column-contact .footer-address-wrapper,
.site-footer .footer-columns .column-contact .footer-fax-wrapper {
  margin-bottom: 30px;
}
.site-footer .footer-columns .column-contact .footer-address {
  max-width: 247px;
}
.site-footer .footer-columns .column-contact .footer-address a {
  color: #fff;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.site-footer .footer-columns .column-contact .footer-address a:hover {
  color: #a21d21;
}
.site-footer .footer-columns .column-contact .footer-phone-wrapper .footer-label {
  display: inline;
}
.site-footer .footer-columns .column-contact .footer-phone-wrapper .footer-phone {
  display: inline;
}
.site-footer .footer-columns .column-contact .footer-fax-wrapper .footer-label {
  display: inline;
}
.site-footer .footer-columns .column-contact .footer-fax-wrapper .footer-fax {
  display: inline;
}
.site-footer .footer-columns .column-contact .footer-label {
  font-weight: 700;
}
.site-footer .footer-columns .column-menus {
  flex: 1 1 23%;
  margin: 0 50px 30px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-columns .column-menus {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 30px;
  }
}
.site-footer .footer-columns .column-menus .footer-menu .footer-menu-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.site-footer .footer-columns .column-menus .footer-menu .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
@media (max-width: 991.98px) {
  .site-footer .footer-columns .column-menus .footer-menu .footer-menu-list {
    column-count: 1;
  }
}
.site-footer .footer-columns .column-menus .footer-menu .footer-menu-list li, .site-footer .footer-columns .column-menus .footer-menu .footer-menu-list a {
  color: #fff;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.site-footer .footer-columns .column-menus .footer-menu .footer-menu-list li:hover, .site-footer .footer-columns .column-menus .footer-menu .footer-menu-list a:hover {
  color: #a21d21;
}
.site-footer .footer-columns .column-social {
  width: 100%;
}
.site-footer .footer-columns .column-social .footer-secondary-logo img {
  box-sizing: border-box;
  height: 120px;
  max-width: 100%;
  margin-bottom: 30px;
  vertical-align: bottom;
  object-fit: contain;
  object-position: center;
}
.site-footer .footer-columns .column-social .footer-menu-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.site-footer .footer-columns .column-social .social-networks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  max-width: 165px;
  width: 100%;
}
.site-footer .footer-columns .column-social .social-networks a {
  flex: 0 0 27%;
  margin-bottom: 10px;
}
.site-footer .footer-columns .column-social .social-networks a:hover svg * {
  fill: #a21d21;
}

.module-locations {
  padding-block: 80px;
}
@media (max-width: 767.98px) {
  .module-locations {
    padding-block: 40px;
  }
}
.module-locations .module__title--lg {
  margin-bottom: 80px;
  font-size: 40px;
}
.module-locations .single-location__grid,
.module-locations .locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 767.98px) {
  .module-locations .single-location__grid,
  .module-locations .locations-grid {
    grid-template-columns: 1fr;
  }
}
.module-locations .single-location__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 60px;
  padding: 20px;
}
.module-locations .single-location__map {
  position: relative;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.module-locations .single-location__map iframe {
  width: 100%;
  max-height: 300px;
}
.module-locations .single-location__map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.module-locations .single-location__map img:hover {
  opacity: 1;
}
.module-locations .single-location__card {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.module-locations .single-location__card .address {
  white-space: pre-wrap;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.module-locations .single-location__card .phone-numbers {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.module-locations .single-location__card .map-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: underline;
}
.module-locations__item .location-name {
  margin-bottom: 20px;
  color: #a21d21;
}
.module-locations__item .contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .module-locations__item .contact-info {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.module-locations__item .contact-info .address {
  white-space: pre-wrap;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .module-locations__item .contact-info .phone-numbers {
    order: 2;
    margin-top: 10px;
  }
}
.module-locations__item .contact-info .phone-numbers p {
  margin-bottom: 0;
}
.module-locations__item .map-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .module-locations__item .map-link {
    order: 1;
  }
}
.module-locations__item .map {
  margin-top: 30px;
  position: relative;
}
.module-locations__item .map iframe {
  width: 100%;
  max-height: 300px;
}
.module-locations__item .map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.module-locations__item .map img:hover {
  opacity: 1;
}

.module-footer-form {
  min-height: 628px;
  height: auto;
  padding: 0;
  background-color: #bcdceb;
  display: flex;
  align-items: center;
}
.module-footer-form:has(.gform_validation_errors) {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .module-footer-form {
    height: auto;
    padding: 60px 0;
  }
}
.module-footer-form .module-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .module-footer-form .module-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .module-footer-form .module-inner {
    flex-direction: column;
    gap: unset;
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .module-footer-form .module-inner {
    padding: 0 20px;
  }
}
.module-footer-form .left {
  flex: 0 0 600px;
  width: auto;
  padding-right: 0;
  align-self: center;
}
@media (max-width: 1279.98px) {
  .module-footer-form .left {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .module-footer-form .left {
    flex: 0 1 auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.module-footer-form .left .text > :first-child {
  font-family: "Staatliches", serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.12;
  color: #000;
  letter-spacing: normal;
  text-wrap: wrap;
  max-width: 640px;
  margin-bottom: 32px;
}
.module-footer-form .left .text > p:not(:first-child) {
  max-width: 520px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: normal;
}
@media (max-width: 1279.98px) {
  .module-footer-form .left .text > :first-child,
  .module-footer-form .left .text > p:not(:first-child) {
    max-width: 100%;
  }
}
.module-footer-form .right {
  flex: 0 0 560px;
  width: auto;
}
@media (max-width: 1279.98px) {
  .module-footer-form .right {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .module-footer-form .right {
    flex: 0 1 auto;
    width: 100%;
  }
}
.module-footer-form {
  /* == FORM STYLES == */
}
.module-footer-form .gform_wrapper {
  padding: 80px 0 80px 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper {
    padding: 0;
  }
}
.module-footer-form .gform_wrapper form {
  width: 100%;
}
.module-footer-form .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.module-footer-form .gform_wrapper .gfield {
  margin: 0 0 20px;
  padding: 0;
}
.module-footer-form .gform_wrapper .gfield .gfield_label {
  display: none;
}
.module-footer-form .gform_wrapper .gfield .ginput_container input::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.module-footer-form .gform_wrapper .gfield:not(.gfield--width-half) {
  grid-column: 1/-1;
}
.module-footer-form .gform_wrapper .gfield_required,
.module-footer-form .gform_wrapper .gform_required_legend,
.module-footer-form .gform_wrapper .gfield_description:not(.gfield_validation_message):not(.instruction) {
  display: none;
}
.module-footer-form .gform_wrapper .gfield--type-address {
  border: unset;
}
.module-footer-form .gform_wrapper .gfield--type-hidden {
  display: none;
}
.module-footer-form .gform_wrapper .gform_validation_errors {
  width: 100%;
  margin: 0 0 18px;
  padding: 24px 28px;
  border: 2px solid #ce4c50;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #ce4c50;
}
.module-footer-form .gform_wrapper .gform_validation_errors:focus {
  outline-color: #ce4c50;
}
.module-footer-form .gform_wrapper .gform_validation_errors > h2,
.module-footer-form .gform_wrapper .gform_validation_errors .gform_submission_error {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: none;
  margin: 0;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}
.module-footer-form .gform_wrapper .gform_validation_errors .gform-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 22px;
  height: 22px;
  border: 2px solid #ce4c50;
  border-radius: 50%;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 0;
}
.module-footer-form .gform_wrapper .gform_validation_errors .gform-icon::before {
  content: "!";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.module-footer-form .gform_wrapper .gform_validation_errors ol {
  margin: 8px 0 0;
  padding-left: 20px;
}
.module-footer-form .gform_wrapper .gform_validation_errors ol li,
.module-footer-form .gform_wrapper .gform_validation_errors ol a {
  color: #ce4c50;
  font-size: 14px;
  line-height: 1.4;
}
.module-footer-form .gform_wrapper .gfield_validation_message {
  display: block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.module-footer-form .gform_wrapper .gfield_description.instruction {
  display: block;
  margin-top: 6px;
  padding: 0;
  color: #687282;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.module-footer-form .gform_wrapper input[type=text],
.module-footer-form .gform_wrapper input[type=email],
.module-footer-form .gform_wrapper input[type=tel],
.module-footer-form .gform_wrapper textarea,
.module-footer-form .gform_wrapper select {
  width: 100%;
  min-height: 37px;
  padding: 8px 14px;
  border: 1px solid #3E3E3E;
  border-radius: 2px;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.module-footer-form .gform_wrapper input[type=text]::placeholder,
.module-footer-form .gform_wrapper input[type=email]::placeholder,
.module-footer-form .gform_wrapper input[type=tel]::placeholder,
.module-footer-form .gform_wrapper textarea::placeholder,
.module-footer-form .gform_wrapper select::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.module-footer-form .gform_wrapper input[type=text]:focus,
.module-footer-form .gform_wrapper input[type=email]:focus,
.module-footer-form .gform_wrapper input[type=tel]:focus,
.module-footer-form .gform_wrapper textarea:focus,
.module-footer-form .gform_wrapper select:focus {
  border-color: #1a1a1a;
  background-color: #bcdceb;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper input[type=text],
  .module-footer-form .gform_wrapper input[type=email],
  .module-footer-form .gform_wrapper input[type=tel],
  .module-footer-form .gform_wrapper textarea,
  .module-footer-form .gform_wrapper select {
    min-height: 58px;
    padding: 14px 18px;
    font-size: 18px;
  }
}
.module-footer-form .gform_wrapper textarea {
  height: 128px;
  min-height: 128px;
  resize: vertical;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper textarea {
    min-height: 180px;
  }
}
.module-footer-form .gform_wrapper .gfield_error input[type=text],
.module-footer-form .gform_wrapper .gfield_error input[type=email],
.module-footer-form .gform_wrapper .gfield_error input[type=tel],
.module-footer-form .gform_wrapper .gfield_error textarea,
.module-footer-form .gform_wrapper .gfield_error select {
  border-color: #ce4c50;
}
.module-footer-form .gform_wrapper select {
  appearance: none;
  padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, #687282 50%), linear-gradient(135deg, #687282 50%, transparent 50%);
  background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
  background-size: 9px 9px, 9px 9px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper select {
    padding-right: 48px;
    background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
    background-size: 9px 9px, 9px 9px;
  }
}
.module-footer-form .gform_wrapper .gfield--type-html,
.module-footer-form .gform_wrapper .gfield_html {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 2px 0 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper .gfield--type-html,
  .module-footer-form .gform_wrapper .gfield_html {
    font-size: 16px;
  }
}
.module-footer-form .gform_wrapper .gfield--type-html a,
.module-footer-form .gform_wrapper .gfield_html a {
  color: #007FE2;
}
.module-footer-form .gform_wrapper .gform_footer,
.module-footer-form .gform_wrapper .gform_page_footer {
  display: block;
  margin: 22px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper .gform_footer,
  .module-footer-form .gform_wrapper .gform_page_footer {
    margin-top: 24px;
  }
}
.module-footer-form .gform_wrapper input[type=submit],
.module-footer-form .gform_wrapper button[type=submit] {
  width: 100%;
  min-height: 47px;
  padding: 11px 20px;
  border-radius: 5px;
  background: #a21d21;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.module-footer-form .gform_wrapper input[type=submit]:hover, .module-footer-form .gform_wrapper input[type=submit]:focus,
.module-footer-form .gform_wrapper button[type=submit]:hover,
.module-footer-form .gform_wrapper button[type=submit]:focus {
  background: #ce4c50;
}
@media (max-width: 767.98px) {
  .module-footer-form .gform_wrapper input[type=submit],
  .module-footer-form .gform_wrapper button[type=submit] {
    min-height: 64px;
    font-size: 20px;
  }
}

.module-footer-form.alternate-bg {
  background-color: #fff;
}

.footer-legal {
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px 0;
}
.footer-legal .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .footer-legal .container {
    flex-direction: column;
    text-align: center;
  }
}
.footer-legal .container .footer-copyright {
  margin-right: 0px;
}
@media (max-width: 575.98px) {
  .footer-legal .container .footer-copyright {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-legal .container .footer-legal-links {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .footer-legal .container .footer-legal-links {
    flex-direction: column;
    text-align: start;
  }
}
.footer-legal .container .footer-legal-links a {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.footer-legal .container .footer-legal-links a:hover {
  color: #a21d21;
}

.widget {
  background-color: #F7F7F7;
  padding: 35px 30px;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .widget {
    padding: 20px;
  }
}
.widget__title {
  font-size: 32px;
  line-height: 1.1;
  color: #a21d21;
  margin-bottom: 30px;
  font-family: "Staatliches", serif;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget__practice-areas-menu ul, .widget_lawrank_navigation_list ul, .widget_lawrank_recent_posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget__practice-areas-menu ul li, .widget_lawrank_navigation_list ul li, .widget_lawrank_recent_posts ul li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 20px;
  position: relative;
}
.widget__practice-areas-menu ul li:last-child, .widget_lawrank_navigation_list ul li:last-child, .widget_lawrank_recent_posts ul li:last-child {
  margin-bottom: 0;
}
.widget__practice-areas-menu ul li::before, .widget_lawrank_navigation_list ul li::before, .widget_lawrank_recent_posts ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a21d21;
  width: 5px;
  height: 3px;
}
.widget__practice-areas-menu ul li a,
.widget__practice-areas-menu ul li a:not(.btn):not(.button), .widget_lawrank_navigation_list ul li a,
.widget_lawrank_navigation_list ul li a:not(.btn):not(.button), .widget_lawrank_recent_posts ul li a,
.widget_lawrank_recent_posts ul li a:not(.btn):not(.button) {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.widget__practice-areas-menu ul li a:hover,
.widget__practice-areas-menu ul li a:not(.btn):not(.button):hover, .widget_lawrank_navigation_list ul li a:hover,
.widget_lawrank_navigation_list ul li a:not(.btn):not(.button):hover, .widget_lawrank_recent_posts ul li a:hover,
.widget_lawrank_recent_posts ul li a:not(.btn):not(.button):hover {
  color: #a21d21;
}
.widget_lawrank_office_locations .widget__info--address {
  white-space: pre-wrap;
}
.widget_lawrank_office_locations .widget__info--links-container {
  margin-top: 10px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget_lawrank_office_locations .widget__map iframe {
  width: 100%;
  max-height: 160px;
}
.widget_search {
  padding: 0;
}
.widget_search form {
  position: relative;
}
.widget_search form::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/search-red.svg);
  z-index: 20;
  pointer-events: none;
}
.widget_search form .wp-block-search__label {
  display: none;
}
.widget_search form input {
  height: 46px;
  border: 0;
  font-size: 16px;
  flex: 1;
  padding: 8px 8px 8px 45px;
}
.widget_search form button {
  height: 46px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #a21d21;
  width: 63px;
  min-width: 63px;
  flex-shrink: 0;
  padding: 7px;
  border: 0;
  margin: 0;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.widget_search form button:hover {
  background-color: #ce4c50;
}
.widget_lawrank_recent_featured_news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_lawrank_recent_featured_news ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
}
.widget_lawrank_recent_featured_news ul li:last-child {
  margin-bottom: 0;
}
.widget_lawrank_recent_featured_news ul li a {
  display: flex;
  justify-content: space-between;
}
.widget_lawrank_recent_featured_news ul li a img {
  flex: 0 0 50%;
  height: 100%;
  width: 50%;
}
.widget_lawrank_recent_featured_news ul li a span {
  flex: 0 0 46%;
  color: #a21d21;
  font-weight: 700;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
}

.schema-faq-section + .schema-faq-section {
  margin-top: 30px;
}
.schema-faq-section .schema-faq-question {
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  margin-bottom: 30px;
}

/* == FORM STYLES == */
.gform_wrapper {
  padding: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .gform_wrapper {
    padding: 0;
  }
}
.gform_wrapper form {
  width: 100%;
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
@media (max-width: 767.98px) {
  .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.gform_wrapper .gfield_label {
  flex-grow: 1;
  font-size: 14px;
  margin-bottom: 8px;
}
.gform_wrapper fieldset {
  border: none;
}
.gform_wrapper .gfield {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.gform_wrapper .gfield .ginput_container input::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.gform_wrapper .gfield.gform_hidden {
  display: none;
}
.gform_wrapper .gfield_radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.gform_wrapper .gfield:not(.gfield--width-half) {
  grid-column: 1/-1;
}
.gform_wrapper .field_description_below .gsection_title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(104, 110, 119, 0.2);
}
.gform_wrapper .gfield_required,
.gform_wrapper .gform_required_legend,
.gform_wrapper .gfield_description:not(.gfield_validation_message):not(.instruction) {
  display: none;
}
.gform_wrapper .gfield--type-address {
  border: unset;
}
.gform_wrapper .gfield--input-type-hidden {
  display: none;
}
.gform_wrapper .gform_validation_errors {
  width: 100%;
  margin: 0 0 18px;
  padding: 24px 28px;
  border: 2px solid #ce4c50;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #ce4c50;
}
.gform_wrapper .gform_validation_errors:focus {
  outline-color: #ce4c50;
}
.gform_wrapper .gform_validation_errors > h2,
.gform_wrapper .gform_validation_errors .gform_submission_error {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: none;
  margin: 0;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}
.gform_wrapper .gform_validation_errors .gform-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 22px;
  height: 22px;
  border: 2px solid #ce4c50;
  border-radius: 50%;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 0;
}
.gform_wrapper .gform_validation_errors .gform-icon::before {
  content: "!";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.gform_wrapper .gform_validation_errors ol {
  margin: 8px 0 0;
  padding-left: 20px;
}
.gform_wrapper .gform_validation_errors ol li,
.gform_wrapper .gform_validation_errors ol a {
  color: #ce4c50;
  font-size: 14px;
  line-height: 1.4;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.gform_wrapper .gfield_description.instruction {
  display: block;
  margin-top: 6px;
  padding: 0;
  color: #687282;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  min-height: 37px;
  padding: 8px 14px;
  border: 1px solid #3E3E3E;
  border-radius: 2px;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #1a1a1a;
  background-color: #bcdceb;
}
@media (max-width: 767.98px) {
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=tel],
  .gform_wrapper textarea,
  .gform_wrapper select {
    min-height: 58px;
    padding: 14px 18px;
    font-size: 18px;
  }
}
.gform_wrapper textarea {
  height: 128px;
  min-height: 128px;
  resize: vertical;
}
@media (max-width: 767.98px) {
  .gform_wrapper textarea {
    min-height: 180px;
  }
}
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #ce4c50;
}
.gform_wrapper select {
  appearance: none;
  padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, #687282 50%), linear-gradient(135deg, #687282 50%, transparent 50%);
  background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
  background-size: 9px 9px, 9px 9px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .gform_wrapper select {
    padding-right: 48px;
    background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
    background-size: 9px 9px, 9px 9px;
  }
}
.gform_wrapper .gfield--type-html,
.gform_wrapper .gfield_html {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 2px 0 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gform_wrapper .gfield--type-html,
  .gform_wrapper .gfield_html {
    font-size: 16px;
  }
}
.gform_wrapper .gfield--type-html a,
.gform_wrapper .gfield_html a {
  color: #007FE2;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  display: block;
  margin: 22px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gform_wrapper .gform_footer,
  .gform_wrapper .gform_page_footer {
    margin-top: 24px;
  }
}
.gform_wrapper input[type=submit],
.gform_wrapper button[type=submit] {
  width: 100%;
  min-height: 47px;
  padding: 11px 20px;
  border-radius: 5px;
  background: #a21d21;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus,
.gform_wrapper button[type=submit]:hover,
.gform_wrapper button[type=submit]:focus {
  background: #ce4c50;
}
@media (max-width: 767.98px) {
  .gform_wrapper input[type=submit],
  .gform_wrapper button[type=submit] {
    min-height: 64px;
    font-size: 20px;
  }
}

.gform_heading {
  margin-bottom: 30px;
}

.content > blockquote {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 11.5px 5px rgba(0, 0, 0, 0.07);
  padding: 30px 35px 30px 50px;
  display: flex;
  border: 0;
  margin-bottom: 50px;
  position: relative;
}
.content > blockquote:before {
  content: "";
  background: url(../images/0.svg) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  left: 20px;
}
.content > blockquote p {
  font-family: "Staatliches", serif;
  color: #a21d21;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.11;
  letter-spacing: 0.3px;
}
.content > blockquote p strong {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.11;
  letter-spacing: 0.3px;
}

.sitemap-container ul li ul {
  padding-left: 40px;
}

table thead tr {
  background-color: #f7f7f7;
}

.page-banner__message {
  background-color: #bcdceb;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.page-banner-black {
  padding: 80px 0;
  background-color: #000;
  margin-bottom: 10px;
}
.page-banner-black.use-logo-background {
  background-image: url("../images/statute.svg");
  background-repeat: no-repeat;
  background-position: 70% 25%;
}
.page-banner-black .page-banner-title {
  color: #FFF;
  display: block;
  font-size: clamp(40px, 5vw, 60px);
}
.page-banner-black.heading-decorated .page-banner-title {
  padding-left: 20px;
  border-left: 5px solid #a21d21;
}
.page-banner-black .page-banner-description, .page-banner-black .page-banner-date {
  font-size: 16px;
  color: #FFF;
}
.page-banner-black .page-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.page-banner-black .page-banner-buttons .btn.has-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-banner-black .page-banner-buttons .btn.has-icon .btn__icon {
  max-height: 22px;
}
.page-banner-black .page-banner-buttons .btn.has-icon .btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner-black + .page-banner-image {
  margin: 20px 0 20px 0;
}
.page-banner-black.use-image-inside-banner .page-banner-content {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .page-banner-black.use-image-inside-banner .page-banner-content {
    flex-direction: column;
    gap: 20px;
  }
}
.page-banner-black.use-image-inside-banner .text {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
  .page-banner-black.use-image-inside-banner .text {
    max-width: 100%;
  }
}
.page-banner-black.use-image-inside-banner .text h1 {
  color: #bcdceb;
}
.page-banner-black.use-image-inside-banner .page-banner-image {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
  .page-banner-black.use-image-inside-banner .page-banner-image {
    max-width: 100%;
  }
}
.page-banner-black.use-image-inside-banner .page-banner-image img {
  width: 100%;
}
.page-banner-black .page-banner-cases-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  min-width: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .page-banner-black .page-banner-cases-results {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-banner-black .page-banner-cases-results__item {
  border-right: 2px solid #fff;
  padding-right: 25px;
}
.page-banner-black .page-banner-cases-results__item:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .page-banner-black .page-banner-cases-results__item {
    padding: 20px 0;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
}
.page-banner-black .page-banner-cases-results__amount {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Staatliches", serif;
}
.page-banner-black .page-banner-cases-results__stats {
  font-size: 25px;
  font-family: "Staatliches", serif;
  text-transform: uppercase;
  color: #bcdceb;
}

.page-banner-big {
  align-items: center;
  min-height: 36vw;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner-big picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.page-banner-big .container {
  z-index: 9;
}
.page-banner-big .page-banner-title {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);
  font-size: 86px;
  line-height: 1.05;
  color: #a21d21;
  max-width: 50%;
}
.page-banner-big .page-banner-description {
  color: #a21d21;
}

.page-banner-nice {
  align-items: center;
  min-height: 36vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-banner-nice {
    min-height: 810px;
  }
}
.page-banner-nice > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.page-banner-nice .container {
  z-index: 9;
}
@media (max-width: 767.98px) {
  .page-banner-nice .container {
    flex-grow: 1;
  }
}
.page-banner-nice .page-banner__content {
  max-width: 60%;
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 728px;
    padding-left: 0;
  }
}
.page-banner-nice .page-banner__content.scheme-light,
.page-banner-nice .page-banner__content .page-banner__title {
  color: #ffffff;
}
.page-banner-nice .page-banner__eyebrow, .page-banner-nice .page-banner__title {
  font-family: "Staatliches", serif;
  font-weight: 400;
  letter-spacing: 0px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__eyebrow, .page-banner-nice .page-banner__title {
    padding-left: 24px;
  }
}
.page-banner-nice .page-banner__eyebrow {
  font-size: 35px;
  line-height: 140%;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__eyebrow {
    font-size: 25px;
  }
}
.page-banner-nice .page-banner__title {
  font-size: 86px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__title {
    font-size: 60px;
  }
}
.page-banner-nice .page-banner__title::before {
  content: "";
  display: block;
  clear: both;
  width: 7px;
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  translate: -32px 0;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__title::before {
    translate: 0;
  }
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__buttons-wrapper {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__buttons-wrapper a {
    width: 100%;
  }
}
.page-banner-nice .page-banner__logos {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__logos {
    order: 2;
    margin-top: auto;
    margin-bottom: 20px;
  }
}
.page-banner-nice .page-banner__logos .logo-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 10px;
}
.page-banner-nice .page-banner__logos .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.page-banner-nice .page-banner__logos .slick-track .slick-slide {
  margin-block: auto;
  text-align: center;
}
.page-banner-nice .page-banner__logos .slick-track .slick-slide img {
  width: auto;
  max-height: 68px;
}
@media (max-width: 767.98px) {
  .page-banner-nice .page-banner__logos .slick-track .slick-slide img {
    max-height: 80px;
  }
}

.banner {
  position: relative;
}
.banner--homepage {
  margin-top: 0;
  padding: 0;
  background-color: var(--primaryColor);
}
@media (max-width: 991.98px) {
  .banner--homepage {
    margin-top: 0;
    position: relative;
  }
}
.banner--homepage picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
}
.banner--homepage picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991.98px) {
  .banner--homepage picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.banner .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: start;
  padding: 0 60px;
}
@media (max-width: 991.98px) {
  .banner .container {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .banner .container {
    padding: 30px 0;
  }
}
.banner .hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 0 50px 50px;
  flex-basis: 670px;
  min-height: 475px;
}
@media (max-width: 991.98px) {
  .banner .hero-content {
    min-height: 600px;
    max-width: 50rem;
    width: calc(100% - 4rem);
  }
}
@media (max-width: 575.98px) {
  .banner .hero-content {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 30px 30px;
    position: relative;
  }
}
.banner .hero-content .hero-tagline {
  color: #fff;
  text-transform: uppercase;
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.11;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);
  font-size: 35px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner .hero-content .hero-tagline {
    text-align: start;
    font-size: 25px;
    padding-left: 16px;
  }
  .banner .hero-content .hero-tagline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 7px;
    height: 140%;
    background: #fff;
  }
}
.banner .hero-content .hero-title {
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-style: normal;
  text-align: start;
  color: #fff;
  font-size: 86px;
  line-height: 1.05;
  max-width: 645px;
  position: relative;
  margin-bottom: 20px;
}
.banner .hero-content .hero-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 7px;
  height: 100%;
  background: #fff;
}
@media (max-width: 575.98px) {
  .banner .hero-content .hero-title::before {
    left: -5px;
  }
}
@media (max-width: 991.98px) {
  .banner .hero-content .hero-title {
    font-size: 4.6rem;
  }
}
@media (max-width: 575.98px) {
  .banner .hero-content .hero-title {
    font-size: 45px;
    text-align: start;
    margin-bottom: 1.5rem;
    padding-left: 16px;
    letter-spacing: -0.2px;
  }
}
.banner .hero-content .btn {
  max-width: max-content;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner .hero-content .btn {
    position: absolute;
    bottom: 40px;
    width: max-content;
    margin: 0 auto;
  }
}

.boxes-under-hero {
  background-color: #fff;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .boxes-under-hero {
    padding: 20px;
  }
}
.boxes-under-hero .box-under-hero {
  flex: 0 0 23%;
  width: 23%;
  border-left: 2px solid #d9d9d9;
}
.boxes-under-hero .box-under-hero:first-child {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .boxes-under-hero .box-under-hero {
    flex: 0 0 100%;
    width: 100%;
    border-left: none;
    border-bottom: 2px solid #a21d21;
    padding: 2rem 0;
  }
}
.boxes-under-hero .box-under-hero .box-link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .boxes-under-hero .box-under-hero .box-link {
    justify-content: space-between;
  }
}
.boxes-under-hero .box-under-hero .box-title {
  font-size: 35px;
  font-family: "Staatliches", serif;
  color: #a21d21;
  line-height: 1.11;
  margin-bottom: 0;
  max-width: 180px;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
}
.boxes-under-hero .box-under-hero .box-title:hover {
  color: #ce4c50;
}
.boxes-under-hero .box-under-hero svg {
  margin-left: 5px;
}

.inner-page-banner picture {
  width: 100%;
  height: 350px;
  display: block;
}
.inner-page-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-attorney-slider .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.module-attorney-slider .container-title {
  margin-bottom: 30px;
}
.module-attorney-slider .container-title .module-title {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .module-attorney-slider .container-title .module-title {
    font-size: 50px;
    text-align: center;
    width: 100%;
  }
}
.module-attorney-slider .container-title p {
  margin-bottom: 20px;
}
.module-attorney-slider .slider-wrapper {
  position: relative;
  max-width: 100%;
}
.module-attorney-slider .slider-wrapper .container-attorney-slider {
  position: relative;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto 100px;
}
@media (max-width: 575.98px) {
  .module-attorney-slider .slider-wrapper .container-attorney-slider {
    max-width: 100%;
  }
}
.module-attorney-slider .slider-wrapper .container-attorney-slider .attorney-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 575.98px) {
  .module-attorney-slider .slider-wrapper .container-attorney-slider .attorney-slider-item {
    display: flex;
    text-align: start;
  }
}
.module-attorney-slider .slider-wrapper .container-attorney-slider .attorney-slider-item .thumbnail {
  width: 100%;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 186px;
}
.module-attorney-slider .slider-wrapper .container-attorney-slider .attorney-slider-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.module-attorney-slider .slider-wrapper .container-attorney-slider .attorney-slider-item .attorney-slider-name {
  font-size: 16px;
  font-weight: bold;
  font-family: "Staatliches", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.11;
  color: #a21d21;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s ease-out;
}
.module-attorney-slider .slider-wrapper .attorney-slider-arrows {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .module-attorney-slider .slider-wrapper .attorney-slider-arrows {
    max-width: 100%;
    padding: 20px;
  }
}
.module-attorney-slider .slider-wrapper .attorney-slider-arrows .attorneys-next {
  transform: translateX(20px) rotate(180deg);
}
.module-attorney-slider .slider-wrapper .attorney-slider-arrows .attorneys-prev {
  transform: translateX(-20px) rotate(180deg);
}
.module-attorney-slider .btn {
  width: max-content;
  margin: 0 auto;
}

.module-back-top {
  padding: 25px 0;
}
.module-back-top.left {
  text-align: left;
}
.module-back-top.center {
  text-align: center;
}
.module-back-top.right {
  text-align: right;
}
.module-back-top__button {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 600;
  font-family: "Staatliches", serif;
  cursor: pointer;
}
.module-back-top__button:hover {
  color: #a21d21;
  text-decoration: underline;
}

.module-case-results {
  background-color: #000;
  padding: 4rem 0;
}
@media (max-width: 575.98px) {
  .module-case-results {
    position: relative;
    padding: 4rem 0 5rem;
  }
}
.module-case-results .container .container-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.module-case-results .container .container-title .module-title {
  color: #bcdceb;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 575.98px) {
  .module-case-results .container .container-title .module-title {
    font-size: 50px;
    text-align: center;
    width: 100%;
  }
}
.module-case-results .container .container-title .btn {
  background-color: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.25rem;
  text-decoration: none;
}
.module-case-results .container .container-title .btn:hover {
  background-color: #bcdceb;
}
@media (max-width: 575.98px) {
  .module-case-results .container .container-title .btn {
    position: absolute;
    bottom: 30px;
    max-width: max-content;
  }
}
.module-case-results .container .container-case-results {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.module-case-results .container .container-case-results .case-result {
  color: #fff;
  padding: 0rem 1rem 1rem 2rem;
  flex: 0 0 22%;
  width: 22%;
  box-sizing: border-box;
  border-left: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.module-case-results .container .container-case-results .case-result:first-child {
  border-left: none;
  padding: 0rem 1rem 1rem 0rem;
}
.module-case-results .container .container-case-results .case-result:last-child {
  padding: 0rem 0rem 1rem 2rem;
}
@media (max-width: 991.98px) {
  .module-case-results .container .container-case-results .case-result {
    flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .module-case-results .container .container-case-results .case-result {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
    border-left: none;
    border-bottom: 2px solid #fff;
    padding: 0rem 1rem 2rem 1rem;
  }
}
.module-case-results .container .container-case-results .case-result__ammount {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.36;
  margin-bottom: 20px;
}
.module-case-results .container .container-case-results .case-result__case-type {
  color: #bcdceb;
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 0;
}

.module-community-grid .container {
  background-color: #bcdceb;
  padding: 4rem;
}
@media (max-width: 575.98px) {
  .module-community-grid .container {
    position: relative;
    padding: 20px;
  }
}
.module-community-grid .container .container-title {
  margin-bottom: 60px;
}
.module-community-grid .container .container-title .module-title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (max-width: 575.98px) {
  .module-community-grid .container .container-title .module-title {
    font-size: 50px;
    font-weight: 400;
    width: 100%;
  }
}
.module-community-grid .container .container-title p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
.module-community-grid .container .container-title a {
  color: #007FE2;
}
.module-community-grid .container .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-community-grid .container .grid-container .left {
  flex: 0 0 68%;
}
@media (max-width: 575.98px) {
  .module-community-grid .container .grid-container .left {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.module-community-grid .container .grid-container .left .top-image {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .module-community-grid .container .grid-container .left .top-image {
    height: 145px;
  }
}
.module-community-grid .container .grid-container .left .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-community-grid .container .grid-container .left .top-image .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
}
@media (max-width: 575.98px) {
  .module-community-grid .container .grid-container .left .top-image .svg-play {
    transform: translate(-50%, -50%) scale(1);
  }
}
.module-community-grid .container .grid-container .left .bottom-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .module-community-grid .container .grid-container .left .bottom-image {
    height: 95px;
  }
}
.module-community-grid .container .grid-container .left .bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px;
}
.module-community-grid .container .grid-container .right {
  flex: 0 0 29%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .module-community-grid .container .grid-container .right {
    flex: 0 0 100%;
  }
}
.module-community-grid .container .grid-container .right a {
  display: contents;
}
.module-community-grid .container .grid-container .right .right-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 0 100%;
  height: 31%;
  margin-bottom: 20px;
}
.module-community-grid .container .grid-container .right .right-item .top {
  width: 100%;
  height: 145px;
  position: relative;
}
.module-community-grid .container .grid-container .right .right-item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-community-grid .container .grid-container .right .right-item .top .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-community-grid .container .grid-container .right .right-item .bottom {
  width: 100%;
  height: 95px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.module-community-grid .container .grid-container .right .right-item .bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.module-community-stories__title-text {
  margin: 0;
  text-transform: uppercase;
}
.module-community-stories__text {
  max-width: 950px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .module-community-stories__text {
    margin-bottom: 30px;
  }
}
.module-community-stories__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .module-community-stories__list {
    gap: 25px;
  }
}
.module-community-stories__item {
  position: relative;
  margin: 0;
  padding: 30px 60px 30px 95px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(26, 26, 26, 0.1);
  display: flex;
}
@media (max-width: 991px) {
  .module-community-stories__item {
    padding: 40px 35px 40px 65px;
  }
}
@media (max-width: 767px) {
  .module-community-stories__item {
    padding: 30px 22px 30px 48px;
    border-radius: 8px;
  }
}
.module-community-stories__item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M3.6 18 7.2 0h4.9L9 18H3.6zm11 0L18.2 0h4.9l-3.1 18h-5.4z' fill='%23A21D21'/%3E%3C/svg%3E");
  position: absolute;
  top: 30px;
  left: 45px;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 0;
}
@media (max-width: 991px) {
  .module-community-stories__item::before {
    top: 44px;
    left: 28px;
  }
}
@media (max-width: 767px) {
  .module-community-stories__item::before {
    top: 34px;
    left: 18px;
  }
}
.module-community-stories__quote {
  font-family: "Staatliches", serif;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 400;
  line-height: 1.11;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #a21d21;
}

.module-contact-form {
  min-height: 628px;
  height: auto;
  padding: 80px 0;
  background-color: #bcdceb;
  display: flex;
  align-items: center;
}
.module-contact-form:has(.gform_validation_errors) {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .module-contact-form {
    height: auto;
    padding: 60px 0;
  }
}
.module-contact-form .module-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .module-contact-form .module-inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .module-contact-form .module-inner {
    flex-direction: column;
    gap: unset;
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .module-contact-form .module-inner {
    padding: 0 20px;
  }
}
.module-contact-form .left {
  width: 100%;
  max-width: 50%;
  padding-right: 0;
}
@media (max-width: 1279.98px) {
  .module-contact-form .left {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767.98px) {
  .module-contact-form .left {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.module-contact-form .left .text > :first-child {
  font-family: "Staatliches", serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.12;
  color: #000;
  letter-spacing: normal;
  text-wrap: wrap;
  max-width: 640px;
  margin-bottom: 32px;
}
.module-contact-form .left .text > p:not(:first-child) {
  max-width: 520px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: normal;
}
@media (max-width: 1279.98px) {
  .module-contact-form .left .text > :first-child,
  .module-contact-form .left .text > p:not(:first-child) {
    max-width: 100%;
  }
}
.module-contact-form .right {
  max-width: calc(50% - 30px);
  width: 100%;
}
@media (max-width: 1279.98px) {
  .module-contact-form .right {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .module-contact-form .right {
    max-width: 100%;
  }
}
.module-contact-form {
  /* == FORM STYLES == */
}
.module-contact-form .gform_wrapper {
  padding: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper {
    padding: 0;
  }
}
.module-contact-form .gform_wrapper form {
  width: 100%;
}
.module-contact-form .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.module-contact-form .gform_wrapper .gfield {
  margin: 0 0 20px;
  padding: 0;
}
.module-contact-form .gform_wrapper .gfield .ginput_container input::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.module-contact-form .gform_wrapper .gfield:not(.gfield--width-half) {
  grid-column: 1/-1;
}
.module-contact-form .gform_wrapper .gfield_required,
.module-contact-form .gform_wrapper .gform_required_legend,
.module-contact-form .gform_wrapper .gfield_description:not(.gfield_validation_message):not(.instruction) {
  display: none;
}
.module-contact-form .gform_wrapper .gfield--type-address {
  border: unset;
}
.module-contact-form .gform_wrapper .gfield--input-type-hidden {
  display: none;
}
.module-contact-form .gform_wrapper .gform_validation_errors {
  width: 100%;
  margin: 0 0 18px;
  padding: 24px 28px;
  border: 2px solid #ce4c50;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #ce4c50;
}
.module-contact-form .gform_wrapper .gform_validation_errors:focus {
  outline-color: #ce4c50;
}
.module-contact-form .gform_wrapper .gform_validation_errors > h2,
.module-contact-form .gform_wrapper .gform_validation_errors .gform_submission_error {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: none;
  margin: 0;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}
.module-contact-form .gform_wrapper .gform_validation_errors .gform-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 22px;
  height: 22px;
  border: 2px solid #ce4c50;
  border-radius: 50%;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 0;
}
.module-contact-form .gform_wrapper .gform_validation_errors .gform-icon::before {
  content: "!";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.module-contact-form .gform_wrapper .gform_validation_errors ol {
  margin: 8px 0 0;
  padding-left: 20px;
}
.module-contact-form .gform_wrapper .gform_validation_errors ol li,
.module-contact-form .gform_wrapper .gform_validation_errors ol a {
  color: #ce4c50;
  font-size: 14px;
  line-height: 1.4;
}
.module-contact-form .gform_wrapper .gfield_validation_message {
  display: block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #ce4c50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.module-contact-form .gform_wrapper .gfield_description.instruction {
  display: block;
  margin-top: 6px;
  padding: 0;
  color: #687282;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.module-contact-form .gform_wrapper input[type=text],
.module-contact-form .gform_wrapper input[type=email],
.module-contact-form .gform_wrapper input[type=tel],
.module-contact-form .gform_wrapper textarea,
.module-contact-form .gform_wrapper select {
  width: 100%;
  min-height: 37px;
  padding: 8px 14px;
  border: 1px solid #3E3E3E;
  border-radius: 2px;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.module-contact-form .gform_wrapper input[type=text]::placeholder,
.module-contact-form .gform_wrapper input[type=email]::placeholder,
.module-contact-form .gform_wrapper input[type=tel]::placeholder,
.module-contact-form .gform_wrapper textarea::placeholder,
.module-contact-form .gform_wrapper select::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.module-contact-form .gform_wrapper input[type=text]:focus,
.module-contact-form .gform_wrapper input[type=email]:focus,
.module-contact-form .gform_wrapper input[type=tel]:focus,
.module-contact-form .gform_wrapper textarea:focus,
.module-contact-form .gform_wrapper select:focus {
  border-color: #1a1a1a;
  background-color: #bcdceb;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper input[type=text],
  .module-contact-form .gform_wrapper input[type=email],
  .module-contact-form .gform_wrapper input[type=tel],
  .module-contact-form .gform_wrapper textarea,
  .module-contact-form .gform_wrapper select {
    min-height: 58px;
    padding: 14px 18px;
    font-size: 18px;
  }
}
.module-contact-form .gform_wrapper textarea {
  height: 128px;
  min-height: 128px;
  resize: vertical;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper textarea {
    min-height: 180px;
  }
}
.module-contact-form .gform_wrapper .gfield_error input[type=text],
.module-contact-form .gform_wrapper .gfield_error input[type=email],
.module-contact-form .gform_wrapper .gfield_error input[type=tel],
.module-contact-form .gform_wrapper .gfield_error textarea,
.module-contact-form .gform_wrapper .gfield_error select {
  border-color: #ce4c50;
}
.module-contact-form .gform_wrapper select {
  appearance: none;
  padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, #687282 50%), linear-gradient(135deg, #687282 50%, transparent 50%);
  background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
  background-size: 9px 9px, 9px 9px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper select {
    padding-right: 48px;
    background-position: calc(100% - 28px) 50%, calc(100% - 19px) 50%;
    background-size: 9px 9px, 9px 9px;
  }
}
.module-contact-form .gform_wrapper .gfield--type-html,
.module-contact-form .gform_wrapper .gfield_html {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 2px 0 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper .gfield--type-html,
  .module-contact-form .gform_wrapper .gfield_html {
    font-size: 16px;
  }
}
.module-contact-form .gform_wrapper .gfield--type-html a,
.module-contact-form .gform_wrapper .gfield_html a {
  color: #007FE2;
}
.module-contact-form .gform_wrapper .gform_footer,
.module-contact-form .gform_wrapper .gform_page_footer {
  display: block;
  margin: 22px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper .gform_footer,
  .module-contact-form .gform_wrapper .gform_page_footer {
    margin-top: 24px;
  }
}
.module-contact-form .gform_wrapper input[type=submit],
.module-contact-form .gform_wrapper button[type=submit] {
  width: 100%;
  min-height: 47px;
  padding: 11px 20px;
  border-radius: 5px;
  background: #a21d21;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.module-contact-form .gform_wrapper input[type=submit]:hover, .module-contact-form .gform_wrapper input[type=submit]:focus,
.module-contact-form .gform_wrapper button[type=submit]:hover,
.module-contact-form .gform_wrapper button[type=submit]:focus {
  background: #ce4c50;
}
@media (max-width: 767.98px) {
  .module-contact-form .gform_wrapper input[type=submit],
  .module-contact-form .gform_wrapper button[type=submit] {
    min-height: 64px;
    font-size: 20px;
  }
}

.module-contact-form.alternate-bg {
  background-color: #fff;
}

.module-contact-info {
  padding: 60px 0;
  background-color: #bcdceb;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .module-contact-info {
    padding: 60px 0;
  }
}
.module-contact-info .module-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
}
@media (max-width: 991.98px) {
  .module-contact-info .module-inner {
    gap: 48px;
  }
}
@media (max-width: 767.98px) {
  .module-contact-info .module-inner {
    flex-direction: column;
    gap: 36px;
  }
}
.module-contact-info .left,
.module-contact-info .right {
  min-width: 0;
}
.module-contact-info .left {
  flex: 0 1 calc(40% - 17px);
  max-width: calc(40% - 17px);
}
@media (max-width: 767.98px) {
  .module-contact-info .left {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }
}
.module-contact-info .right {
  flex: 0 1 calc(60% - 17px);
  max-width: calc(60% - 17px);
}
@media (max-width: 767.98px) {
  .module-contact-info .right {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }
}
.module-contact-info__title {
  max-width: 330px;
  margin-bottom: 24px;
  font-family: "Staatliches", serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .module-contact-info__title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .module-contact-info__title {
    max-width: 100%;
    font-size: 50px;
  }
}
.module-contact-info__details {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .module-contact-info__details {
    gap: 26px;
  }
}
@media (max-width: 575.98px) {
  .module-contact-info__details {
    flex-direction: column;
    gap: 18px;
  }
}
.module-contact-info__address {
  flex: 0 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  min-width: 0;
}
.module-contact-info__numbers {
  flex: 0 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  min-width: 0;
}
.module-contact-info__address, .module-contact-info__numbers {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #3E3E3E;
}
.module-contact-info__address p {
  margin-bottom: 0;
}
.module-contact-info__numbers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-contact-info__numbers li {
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.module-contact-info__numbers a {
  color: #007FE2;
}
.module-contact-info .module-contact-info__numbers a {
  color: #007FE2;
}
.module-contact-info .module-contact-info__numbers a:hover, .module-contact-info .module-contact-info__numbers a:focus, .module-contact-info .module-contact-info__numbers a:active {
  color: #007FE2;
}
.module-contact-info__number-type {
  color: #000;
}
.module-contact-info__map {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.module-contact-info__map iframe {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.module-content-columns__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.module-content-columns__grid-two {
  grid-template-columns: 1fr 1fr;
}
.module-content-columns__grid-three {
  grid-template-columns: repeat(3, 1fr);
}
.module-content-columns__grid-four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .module-content-columns__grid-four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .module-content-columns__grid {
    grid-template-columns: 1fr;
  }
}
.module-content-columns.has-background-container {
  background-color: #bcdceb;
}
.module-content-columns.has-shadow .module-content-columns__column {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}
.module-content-columns__column {
  background-color: #fff;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.module-content-columns__column.no-padding {
  padding: 0;
}
.module-content-columns__image {
  margin: 0 auto;
}
.module-content-columns__title {
  margin-bottom: 0;
  line-height: 1.2;
}

.module-content-default {
  background-color: #FFF;
}
.module-content-default.has-background-image {
  position: relative;
}
.module-content-default.has-background-image .module-background {
  position: absolute;
  inset: 0;
}
.module-content-default.has-background-image .module-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-content-default.has-background-image .container {
  position: relative;
  z-index: 2;
}
.module-content-default.has-background-image.do-not-extend-background .module-background {
  overflow: clip;
  max-width: 100%;
}
.module-content-default.has-background-image.do-not-extend-background .module-background img {
  position: absolute;
  left: 60%;
  top: 50px;
  width: unset;
  height: unset;
  object-fit: unset;
}
.module-content-default.blue {
  background-color: #bcdceb;
}
.module-content-default.black {
  background-color: #000;
}
.module-content-default.module-content-default__background-content {
  background-color: transparent;
}
.module-content-default.module-content-default__background-content.blue, .module-content-default.module-content-default__background-content.black {
  background-color: transparent;
}
.module-content-default.module-content-default__background-content.blue .module-content-default__content-wrapper {
  background-color: #bcdceb;
}
.module-content-default.module-content-default__background-content.black .module-content-default__content-wrapper {
  background-color: #000;
}
.module-content-default.module-content-default__background-content .module-content-default__content-wrapper {
  padding: 60px;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  gap: 30px;
}
.module-content-default.justify-content__start .container {
  align-items: start;
}
.module-content-default .text {
  display: flex;
  flex-direction: column;
}
.module-content-default .text .module__title {
  font-size: clamp(40px, 5vw, 60px);
}
.module-content-default .text .module-buttons {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.module-content-default .text .module-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.module-content-default .text .module-content ul li {
  padding-left: 5px;
}
.module-content-default .module-image {
  margin-top: 60px;
}
.module-content-default.blue {
  background-color: #bcdceb;
}
.module-content-default.black {
  background-color: #000;
}
.module-content-default.black .text p,
.module-content-default.black .text ul li,
.module-content-default.black .text ol li {
  color: #FFF;
}
.module-content-default.black .text .module__title,
.module-content-default.black .text h1,
.module-content-default.black .text h2,
.module-content-default.black .text h3,
.module-content-default.black .text h4,
.module-content-default.black .text h5,
.module-content-default.black .text h6 {
  color: #bcdceb;
}
.module-content-default.above-content .container, .module-content-default.above-content .module-content-default__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.module-content-default.above-content .text {
  order: 2;
}
.module-content-default.above-content .module-image {
  order: 1;
  margin-top: 0;
}
.module-content-default.left .container, .module-content-default.right .container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.module-content-default.left .text, .module-content-default.right .text {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
  .module-content-default.left .text, .module-content-default.right .text {
    max-width: 100%;
  }
}
.module-content-default.left .module-image, .module-content-default.right .module-image {
  width: 100%;
  max-width: calc(50% - 15px);
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .module-content-default.left .module-image, .module-content-default.right .module-image {
    max-width: 100%;
  }
}
.module-content-default.left .text {
  order: 2;
}
@media (max-width: 767.98px) {
  .module-content-default.left .text {
    order: 1;
  }
}
.module-content-default.left .module-image {
  order: 1;
}
@media (max-width: 767.98px) {
  .module-content-default.left .module-image {
    order: 2;
  }
}
.module-content-default.layout-center .container {
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .module-content-default.layout-center .container {
    max-width: 100%;
  }
}
.module-content-default.layout-left .container .text {
  width: 50%;
}
@media (max-width: 767.98px) {
  .module-content-default.layout-left .container .text {
    width: 100%;
  }
}
.module-content-default.layout-center .container {
  margin-inline: auto;
}
.module-content-default.layout-center .container .text {
  text-align: center;
}
.module-content-default.layout-center .container .module-buttons {
  justify-content: center;
}
.module-content-default.heading-decorated .text .module__title {
  padding-left: 20px;
  border-left: 5px solid #a21d21;
}
.module-content-default.heading-decorated.layout-center .text .module__title {
  border: none;
  padding-left: 0;
  padding-bottom: 20px;
  position: relative;
}
.module-content-default.heading-decorated.layout-center .text .module__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background-color: #a21d21;
}
.module-content-default.align-content__start .container {
  align-items: start;
}
.module-content-default.align-content__center .container {
  align-items: center;
}
.module-content-default.align-content__end .container {
  align-items: end;
}

.module-content-icon-list {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .module-content-icon-list {
    padding: 60px 0;
  }
}
.module-content-icon-list .content-icon-list {
  display: flex;
  flex-direction: column;
}
.module-content-icon-list .content-icon-list__item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 64px;
  padding: 0 0 76px;
}
.module-content-icon-list .content-icon-list__item + .content-icon-list__item {
  padding-top: 40px;
  border-top: 2px solid rgba(26, 26, 26, 0.55);
}
@media (max-width: 767.98px) {
  .module-content-icon-list .content-icon-list__item + .content-icon-list__item {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .module-content-icon-list .content-icon-list__item {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .module-content-icon-list .content-icon-list__item {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 52px;
  }
}
.module-content-icon-list .content-icon-list__content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding-right: 80px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .module-content-icon-list .content-icon-list__content {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .module-content-icon-list .content-icon-list__content {
    padding-right: 0;
  }
}
.module-content-icon-list .content-icon-list__content :is(h2, h3, h4, h5, h6) {
  margin: 0;
  color: #000;
  font-family: "Staatliches", serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .module-content-icon-list .content-icon-list__content :is(h2, h3, h4, h5, h6) {
    font-size: 40px;
  }
}
.module-content-icon-list .content-icon-list__content p,
.module-content-icon-list .content-icon-list__content li {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.module-content-icon-list .content-icon-list__content p {
  margin: 0;
}
.module-content-icon-list .content-icon-list__content ul,
.module-content-icon-list .content-icon-list__content ol {
  margin: 0 0 0 22px;
}
.module-content-icon-list .content-icon-list__content a {
  color: #007FE2;
}
.module-content-icon-list .content-icon-list__content a:hover, .module-content-icon-list .content-icon-list__content a:focus {
  color: rgba(0, 127, 226, 0.7);
}
.module-content-icon-list .content-icon-list__icon {
  display: flex;
  flex: 0 0 150px;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: -10px 80px 0 auto;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .module-content-icon-list .content-icon-list__icon {
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .module-content-icon-list .content-icon-list__icon {
    flex-basis: 116px;
    margin: 0;
    order: -1;
  }
}
.module-content-icon-list .content-icon-list__icon img,
.module-content-icon-list .content-icon-list__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.module-default {
  padding: 60px 0;
  overflow-y: clip;
}
.module-default .module-inner {
  display: flex;
  justify-content: start;
  position: relative;
}
@media (max-width: 767.98px) {
  .module-default .module-inner {
    flex-direction: column;
  }
}
.module-default .module-image {
  width: 46%;
  height: 600px;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  .module-default .module-image {
    position: relative;
    width: 90%;
    height: unset;
    margin: 0 auto;
    right: unset;
    z-index: 2;
  }
}
.module-default .module-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .module-default .module-image img {
    height: unset;
  }
}
.module-default .text {
  width: 62%;
  padding: 35px 35px 45px 35px;
  background-color: #bcdceb;
  position: relative;
  z-index: 2;
  margin-top: 38px;
}
@media (max-width: 767.98px) {
  .module-default .text {
    width: 100%;
    min-height: unset;
    margin-top: -150px;
    padding-top: 185px;
    z-index: 1;
  }
}
.module-default .text .btn {
  margin-top: 30px;
}
.module-default.left .module-inner {
  justify-content: end;
}
.module-default.left .module-image {
  left: 0;
  right: unset;
}
.module-default.front .module-image {
  z-index: 3;
  padding-top: 38px;
}
@media (max-width: 767.98px) {
  .module-default.front .module-image {
    padding-top: 0;
    z-index: 2;
  }
}
.module-default.front .text {
  padding: 35px 11% 45px 35px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .module-default.front .text {
    padding: 185px 35px 45px 35px;
    margin-top: -150px;
  }
}
.module-default.front.left .text {
  padding: 35px 35px 45px 11%;
}
@media (max-width: 767.98px) {
  .module-default.front.left .text {
    padding: 185px 35px 45px 35px;
  }
}
.module-default.top .text {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .module-default.top .text {
    margin-top: -150px;
  }
}
.module-default.top .module-image {
  padding-top: 0;
}

.module-content-timeline {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .module-content-timeline {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .module-content-timeline {
    padding: 30px 0;
  }
}
.module-content-timeline .module-inner {
  display: flex;
  align-items: start;
}
.module-content-timeline .module-content-timeline__content {
  padding: 30px 0;
}
.module-content-timeline .module-content-timeline__title {
  margin: 0 0 20px;
  color: #000;
  font-family: "Staatliches", serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: initial;
  word-break: normal;
}
.module-content-timeline .module-content-timeline__image {
  margin: 0 0 48px;
}
.module-content-timeline .module-content-timeline__image img {
  display: block;
  height: auto;
}
.module-content-timeline .module-content-timeline__video {
  margin-bottom: 30px;
}
.module-content-timeline .module-content-timeline__video .video-wrapper {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
  transition: all 200ms ease-out;
}
@media (max-width: 575.98px) {
  .module-content-timeline .module-content-timeline__video .video-wrapper {
    display: block;
    height: 345px;
  }
}
.module-content-timeline .module-content-timeline__video .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-content-timeline .module-content-timeline__video .video-wrapper .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-content-timeline .module-content-timeline__button {
  margin-top: 34px;
}
.module-content-timeline .module-content-timeline__button a {
  padding: 10px 20px;
}
.module-content-timeline .module-content-timeline__text,
.module-content-timeline .timeline-item__content {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-wrap: inherit;
}
.module-content-timeline .module-content-timeline__text p,
.module-content-timeline .module-content-timeline__text ul,
.module-content-timeline .module-content-timeline__text ol,
.module-content-timeline .timeline-item__content p,
.module-content-timeline .timeline-item__content ul,
.module-content-timeline .timeline-item__content ol {
  margin: 0 0 18px;
}
.module-content-timeline .module-content-timeline__text a,
.module-content-timeline .timeline-item__content a {
  color: #007FE2;
}
.module-content-timeline .module-content-timeline__text a:hover, .module-content-timeline .module-content-timeline__text a:focus,
.module-content-timeline .timeline-item__content a:hover,
.module-content-timeline .timeline-item__content a:focus {
  color: rgba(0, 127, 226, 0.7);
}
.module-content-timeline .module-content-timeline__text :is(h2, h3, h4, h5, h6) {
  margin: 34px 0 5px;
  color: #a21d21;
  font-family: "Staatliches", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: initial;
}
.module-content-timeline .module-content-timeline__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.module-content-timeline .module-content-timeline__timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  border-left: 3px dashed #b9b9b9;
}
@media (max-width: 991.98px) {
  .module-content-timeline .module-content-timeline__timeline {
    gap: 44px;
    padding-left: 52px;
  }
}
.module-content-timeline .timeline-item {
  position: relative;
}
.module-content-timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  border-top: 3px dashed #b9b9b9;
}
@media (max-width: 991.98px) {
  .module-content-timeline .timeline-item {
    min-height: 0;
  }
  .module-content-timeline .timeline-item::before {
    left: -52px;
    width: 36px;
  }
}
.module-content-timeline .timeline-item__title {
  margin: 0 0 5px;
  color: #a21d21;
  font-family: "Staatliches", serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: uppercase;
}
.module-content-timeline .timeline-item__subtitle {
  margin: 0 0 5px;
  color: #a21d21;
  font-family: "Staatliches", serif;
  font-size: clamp(22px, 1.55vw, 26px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: uppercase;
}
.module-content-timeline .timeline-item__content {
  max-width: 268px;
}
.module-content-timeline.module-content-timeline--compact .module-inner {
  gap: 80px;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--compact .module-inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 60px;
  }
}
@media (max-width: 767.98px) {
  .module-content-timeline.module-content-timeline--compact .module-inner {
    padding: 0 28px;
  }
}
.module-content-timeline.module-content-timeline--compact .module-content-timeline__title {
  font-size: 60px;
}
.module-content-timeline.module-content-timeline--compact .module-content-timeline__content,
.module-content-timeline.module-content-timeline--compact .module-content-timeline__timeline {
  flex: 0 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
  min-width: 0;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--compact .module-content-timeline__content,
  .module-content-timeline.module-content-timeline--compact .module-content-timeline__timeline {
    flex-basis: auto;
    max-width: 100%;
  }
}
.module-content-timeline.module-content-timeline--compact .module-content-timeline__image img {
  width: 94%;
}
.module-content-timeline.module-content-timeline--compact .module-content-timeline__text ul,
.module-content-timeline.module-content-timeline--compact .module-content-timeline__text ol,
.module-content-timeline.module-content-timeline--compact .timeline-item__content ul,
.module-content-timeline.module-content-timeline--compact .timeline-item__content ol {
  padding-left: 1.35em;
}
.module-content-timeline.module-content-timeline--compact .module-content-timeline__timeline {
  gap: 40px;
  padding-left: 232px;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--compact .module-content-timeline__timeline {
    gap: 40px;
    padding-left: 52px;
  }
}
.module-content-timeline.module-content-timeline--compact .timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -232px;
  width: 210px;
  border-top: 3px dashed #b9b9b9;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--compact .timeline-item::before {
    left: -52px;
    width: 36px;
  }
}
.module-content-timeline.module-content-timeline--compact .timeline-item__title {
  font-size: clamp(26px, 3vw, 40px);
}
.module-content-timeline.module-content-timeline--expanded .module-inner {
  gap: 122px;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--expanded .module-inner {
    flex-direction: column;
    gap: 22px;
    padding: 0 60px;
  }
}
@media (max-width: 767.98px) {
  .module-content-timeline.module-content-timeline--expanded .module-inner {
    padding: 0 28px;
  }
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__content {
  flex: 0 1 608px;
  max-width: 608px;
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__title {
  max-width: 608px;
  overflow-wrap: normal;
  color: #a21d21;
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__image img {
  width: 100%;
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__text ul,
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__text ol,
.module-content-timeline.module-content-timeline--expanded .timeline-item__content ul,
.module-content-timeline.module-content-timeline--expanded .timeline-item__content ol {
  padding-left: 2.15em;
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__text {
  max-width: 608px;
  overflow-wrap: normal;
  word-break: normal;
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__text p,
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__text li,
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__text :is(h2, h3, h4, h5, h6) {
  overflow-wrap: normal;
  word-break: normal;
}
.module-content-timeline.module-content-timeline--expanded .module-content-timeline__timeline {
  flex: 0 1 440px;
  width: 440px;
  max-width: 100%;
  gap: 64px;
  padding-left: 118px;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--expanded .module-content-timeline__timeline {
    flex-basis: auto;
    width: 100%;
    gap: 44px;
    padding-left: 52px;
  }
}
.module-content-timeline.module-content-timeline--expanded .timeline-item {
  display: block;
  min-height: 96px;
}
.module-content-timeline.module-content-timeline--expanded .timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -118px;
  width: 84px;
  border-top: 3px dashed #b9b9b9;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--expanded .timeline-item {
    min-height: 0;
  }
  .module-content-timeline.module-content-timeline--expanded .timeline-item::before {
    left: -52px;
    width: 36px;
  }
}
.module-content-timeline.module-content-timeline--expanded .timeline-item__icon {
  margin: 0 0 30px;
}
.module-content-timeline.module-content-timeline--expanded .timeline-item__icon img {
  display: block;
  width: 86px;
  height: 63px;
  object-fit: contain;
  filter: grayscale(1);
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--expanded .timeline-item__icon img {
    width: 64px;
    height: 64px;
  }
}
.module-content-timeline.module-content-timeline--expanded .timeline-item__title {
  font-size: clamp(22px, 1.55vw, 26px);
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--simple .module-inner {
    padding: 0 60px;
  }
}
@media (max-width: 767.98px) {
  .module-content-timeline.module-content-timeline--simple .module-inner {
    padding: 0 28px;
  }
}
.module-content-timeline.module-content-timeline--simple .module-content-timeline__timeline {
  width: 100%;
  gap: 54px;
  padding-left: 220px;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--simple .module-content-timeline__timeline {
    gap: 44px;
    padding-left: 52px;
  }
}
.module-content-timeline.module-content-timeline--simple .timeline-item {
  min-height: 130px;
}
.module-content-timeline.module-content-timeline--simple .timeline-item::before {
  left: -220px;
  width: 190px;
}
@media (max-width: 991.98px) {
  .module-content-timeline.module-content-timeline--simple .timeline-item {
    min-height: 0;
  }
  .module-content-timeline.module-content-timeline--simple .timeline-item::before {
    left: -52px;
    width: 36px;
  }
}
.module-content-timeline.module-content-timeline--simple .timeline-item__title {
  margin: 0;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
}
.module-content-timeline.module-content-timeline--simple .timeline-item__body,
.module-content-timeline.module-content-timeline--simple .timeline-item__content {
  max-width: none;
  width: 100%;
}
.module-content-timeline.list-columns-2 .module-content-timeline__text ul,
.module-content-timeline.list-columns-2 .module-content-timeline__text ol,
.module-content-timeline.list-columns-2 .timeline-item__content ul,
.module-content-timeline.list-columns-2 .timeline-item__content ol {
  columns: 2;
}
.module-content-timeline.list-columns-3 .module-content-timeline__text ul,
.module-content-timeline.list-columns-3 .module-content-timeline__text ol,
.module-content-timeline.list-columns-3 .timeline-item__content ul,
.module-content-timeline.list-columns-3 .timeline-item__content ol {
  columns: 3;
}

.module-content-video__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  min-width: 0;
  padding: 100px 0;
  border-bottom: 1px solid #a21d21;
}
@media (max-width: 991px) {
  .module-content-video__item {
    grid-template-columns: 1fr;
    padding: 50px 0;
    gap: 30px;
  }
}
.module-content-video__item:first-child {
  padding-top: 0;
}
.module-content-video__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.module-content-video__eyebrow {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Staatliches", serif;
  color: #a21d21;
  margin-bottom: 0;
}
.module-content-video__eyebrow p {
  margin: 0;
}
.module-content-video__title {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  font-family: "Staatliches", serif;
}
.module-content-video__video {
  position: relative;
}
.module-content-video__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-content-video__video:hover svg {
  opacity: 0.8;
}
.module-content-video__video.end {
  order: 2;
}
@media (max-width: 991px) {
  .module-content-video__video.end {
    order: 0;
  }
}
.module-content-video__text {
  margin-bottom: 30px;
}

.module-featured-news {
  background-color: #000;
  padding: 4rem 0;
}
@media (max-width: 575.98px) {
  .module-featured-news {
    position: relative;
    padding: 4rem 0 5rem;
  }
}
.module-featured-news .container .container-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.module-featured-news .container .container-title .module-title {
  color: #bcdceb;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 575.98px) {
  .module-featured-news .container .container-title .module-title {
    font-size: 50px;
    text-align: center;
    width: 100%;
  }
}
.module-featured-news .container .container-title .btn {
  background-color: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.25rem;
  text-decoration: none;
}
.module-featured-news .container .container-title .btn:hover {
  background-color: #bcdceb;
}
@media (max-width: 575.98px) {
  .module-featured-news .container .container-title .btn {
    position: absolute;
    bottom: 30px;
    max-width: max-content;
  }
}
.module-featured-news .container .container-featured-news {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.module-featured-news .container .container-featured-news .featured-news__item {
  background-color: #fff;
  color: #000;
  padding: 1rem;
  flex: 0 0 31%;
  width: 100%;
  max-width: 31%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .module-featured-news .container .container-featured-news .featured-news__item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-image {
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.4;
  transition: opacity 0.2s ease-out;
  margin-bottom: 20px;
  color: #000;
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-title:hover {
  color: #ce4c50;
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-description {
  margin-bottom: 20px;
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-btn {
  color: #a21d21;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.25rem;
  text-decoration: none;
}
.module-featured-news .container .container-featured-news .featured-news__item .featured-news__item-btn:hover {
  color: #ce4c50;
}

.module-featured-news.overlap-bottom {
  padding: 4rem 0 300px;
}

.module-gallery-slider {
  background: #bcdceb;
  padding: 70px 0 80px 0;
}
@media (max-width: 767px) {
  .module-gallery-slider {
    padding: 40px 0 50px 0;
  }
}
.module-gallery-slider__text {
  max-width: 902px;
  margin-bottom: 50px;
}
.module-gallery-slider__gallery {
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #efefef;
  position: relative;
}
@media (max-width: 767px) {
  .module-gallery-slider__gallery {
    aspect-ratio: 4/3;
  }
}
.module-gallery-slider__gallery .slick-list,
.module-gallery-slider__gallery .slick-track {
  height: 100%;
}
.module-gallery-slider__gallery .slick-slide {
  height: 100%;
}
.module-gallery-slider__gallery .slick-slide > div {
  height: 100%;
}
.module-gallery-slider__item {
  height: 100%;
  width: 100%;
}
.module-gallery-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.module-gallery-slider__image--top {
  object-position: center top;
}
.module-gallery-slider__image--bottom {
  object-position: center bottom;
}
.module-gallery-slider__image--left {
  object-position: left center;
}
.module-gallery-slider__image--right {
  object-position: right center;
}
.module-gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: transparent;
  border: 2px solid #a21d21;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .module-gallery-slider .slick-arrow {
    width: 38px;
    height: 45px;
  }
}
.module-gallery-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #a21d21;
  border-right: 2px solid #a21d21;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .module-gallery-slider .slick-arrow::before {
    width: 9px;
    height: 9px;
  }
}
.module-gallery-slider .slick-arrow:hover {
  background-color: #a21d21;
}
.module-gallery-slider .slick-arrow:hover::before {
  border-color: #ffffff;
}
.module-gallery-slider .slick-prev {
  left: -80px;
}
@media (max-width: 1280px) {
  .module-gallery-slider .slick-prev {
    left: 15px;
  }
}
.module-gallery-slider .slick-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.module-gallery-slider .slick-next {
  right: -80px;
}
@media (max-width: 1280px) {
  .module-gallery-slider .slick-next {
    right: 15px;
  }
}
.module-gallery-slider .slick-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.module-image-content-list {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .module-image-content-list {
    padding: 60px 0;
  }
}
.module-image-content-list .module-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.module-image-content-list .left {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .module-image-content-list .left {
    margin-bottom: 40px;
  }
}
.module-image-content-list .module-image-content-list__title {
  margin: 0 0 20px;
  color: #000;
  font-family: "Staatliches", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: normal;
  text-transform: uppercase;
}
.module-image-content-list .module-image-content-list__text {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.module-image-content-list .info-cards {
  display: flex;
  flex-direction: column;
  gap: 74px;
}
@media (max-width: 767.98px) {
  .module-image-content-list .info-cards {
    gap: 52px;
  }
}
.module-image-content-list .info-card {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 991.98px) {
  .module-image-content-list .info-card {
    gap: 36px;
  }
}
@media (max-width: 767.98px) {
  .module-image-content-list .info-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.module-image-content-list .info-card .info-card__image {
  flex: 0 0 320px;
  width: 320px;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .module-image-content-list .info-card .info-card__image {
    flex-basis: 280px;
    width: 280px;
  }
}
@media (max-width: 767.98px) {
  .module-image-content-list .info-card .info-card__image {
    flex-basis: auto;
    width: min(100%, 450px);
  }
}
.module-image-content-list .info-card .info-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module-image-content-list .info-card .info-card__text {
  flex: 1 1 0;
  min-width: 0;
}
.module-image-content-list .info-card .card-title {
  margin: 0 0 22px;
  color: #000;
  font-family: "Staatliches", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: normal;
  text-transform: uppercase;
}
.module-image-content-list .info-card .card-title a {
  color: #000;
  text-decoration: none;
}
.module-image-content-list .info-card .card-title a:hover, .module-image-content-list .info-card .card-title a:focus {
  color: #000;
}
.module-image-content-list .info-card p {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.module-image-content-list .info-card p a {
  color: #007FE2;
}
.module-image-content-list .info-card p a:hover, .module-image-content-list .info-card p a:focus {
  color: rgba(0, 127, 226, 0.7);
}

.module-practice-areas {
  padding: 60px 0;
}
.module-practice-areas .module-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .module-practice-areas .module-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module-practice-areas .module-heading .module__title {
  width: 100%;
  max-width: calc(75% - 10px);
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 60px);
  text-wrap: normal;
}
@media (max-width: 767.98px) {
  .module-practice-areas .module-heading .module__title {
    max-width: 100%;
  }
}
.module-practice-areas .module-heading .btn {
  max-width: calc(25% - 10px);
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .module-practice-areas .module-heading .btn {
    max-width: 100%;
  }
}
.module-practice-areas .practice-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 991.98px) {
  .module-practice-areas .practice-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .module-practice-areas .practice-areas-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.module-practice-areas .practice-areas-grid .practice-area-block {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.module-practice-areas .practice-areas-grid .practice-area-block .practice-area-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.module-practice-areas .practice-areas-grid .practice-area-block .practice-area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-practice-areas .practice-areas-grid .practice-area-block .content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
}
.module-practice-areas .practice-areas-grid .practice-area-block .content a {
  color: #FFF;
  font-size: 40px;
  font-family: "Staatliches", serif;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
  padding: 48px 28px;
  width: 100%;
  min-height: 280px;
}
.module-practice-areas .practice-areas-grid .practice-area-block .content a:hover {
  background-color: #a21d21;
}
.module-practice-areas .practice-areas-grid .practice-area-block .content a span {
  display: block;
  text-align: left;
  width: 100%;
}
.module-practice-areas .practice-areas-grid .practice-area-block .content a svg {
  width: 47px;
  height: 47px;
  margin-top: auto;
}
.module-practice-areas.secondary-style .practice-areas-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .module-practice-areas.secondary-style .practice-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .module-practice-areas.secondary-style .practice-areas-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.module-practice-areas.secondary-style .practice-areas-grid .block-wrapper {
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}
.module-practice-areas.secondary-style .practice-areas-grid .block-wrapper .block-description {
  padding: 20px;
}
.module-practice-areas.secondary-style .practice-areas-grid .block-wrapper .practice-area-block {
  min-height: 216px;
}
.module-practice-areas.secondary-style .practice-areas-grid .block-wrapper .practice-area-block .content a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  padding: 28px;
}

.module-reviews-rating {
  padding: 80px 0 120px;
  background-color: #f7f7f7;
}
.module-reviews-rating__title {
  margin: 0 0 25px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.module-reviews-rating__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.module-reviews-rating__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .module-reviews-rating__rating {
    flex-direction: column;
  }
}
.module-reviews-rating__score {
  font-size: clamp(50px, 7vw, 50px);
  line-height: 0.85;
  font-weight: 500;
  font-family: "Staatliches", serif;
  letter-spacing: -0.02em;
}
.module-reviews-rating__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 300;
}
@media (max-width: 767px) {
  .module-reviews-rating__description {
    display: block;
    font-size: 16px;
  }
}
.module-reviews-rating__description span {
  display: block;
}
@media (max-width: 767px) {
  .module-reviews-rating__description span {
    display: inline-block;
  }
}
.module-reviews-rating__stars {
  display: flex;
  align-items: center;
}
.module-reviews-rating__star {
  display: block;
  width: 50px;
  height: 50px;
}
.module-reviews-rating__star--full {
  fill: gold;
}
.module-reviews-rating__star--half {
  fill: gold;
}
.module-reviews-rating__star--empty {
  fill: #d9d9d9;
}

.module-single-video {
  position: relative;
}
@media (max-width: 575.98px) {
  .module-single-video {
    top: 0;
    margin-bottom: 0;
    padding: 50px 0 30px;
  }
}
.module-single-video .video-wrapper {
  position: relative;
}
.module-single-video .video-wrapper:hover .svg-play {
  fill: #ab2a2e;
}
.module-single-video .video-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: initial;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.43);
}
.module-single-video .video-wrapper .svg-play {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: 0.3s ease;
}
.module-single-video .video-wrapper .svg-play path {
  transform: translateX(4px);
}
.module-single-video .video-wrapper .svg-play:hover circle {
  fill: #ab2a2e;
}

.module-single-video.overlap-top {
  top: -300px;
  margin-bottom: -280px;
}

.module-social-platforms {
  padding: 60px 10px;
  background-color: #1a1a1a;
  color: #bcdceb;
}
.module-social-platforms .module-inner {
  max-width: 100%;
}
.module-social-platforms .module-title {
  color: #bcdceb;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .module-social-platforms .module-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .module-social-platforms .module-title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.module-social-platforms .module-content {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .module-social-platforms .module-content {
    margin-bottom: 0;
  }
}
.module-social-platforms .social-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px 45px;
}
.module-social-platforms .social-platform {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding-left: 24px;
  color: #ffffff;
  text-decoration: none;
  border-left: 3px solid #bcdceb;
}
.module-social-platforms .social-platform img,
.module-social-platforms .social-platform svg {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}
.module-social-platforms .social-platform span {
  color: #ffffff;
  font-family: "Staatliches", serif;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
@media (max-width: 767.98px) {
  .module-social-platforms .social-platform span {
    font-size: 35px;
  }
}
.module-social-platforms .social-platform:hover span, .module-social-platforms .social-platform:focus span {
  color: #bcdceb;
}
@media (max-width: 767.98px) {
  .module-social-platforms .social-platform {
    padding: 24px 0;
    border-left: none;
    border-bottom: 3px solid #bcdceb;
  }
}
@media (max-width: 767.98px) {
  .module-social-platforms .social-platforms {
    align-items: flex-start;
    flex-direction: column;
    gap: unset;
  }
  .module-social-platforms .social-platform {
    width: 100%;
  }
}

.module-trust-logos .module-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  font-family: "Staatliches", serif;
}
.module-trust-logos .trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .module-trust-logos .trust-logos {
    justify-content: center;
  }
}
.module-trust-logos .trust-logos .trust-logo {
  flex: 0 0 11%;
  width: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .module-trust-logos .trust-logos .trust-logo {
    flex: 0 0 32%;
    width: 32%;
    margin-bottom: 30px;
  }
}
.module-trust-logos .trust-logos .trust-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .module-video-grid .container {
    position: relative;
    padding: 20px;
  }
}
.module-video-grid .container .container-title {
  margin-bottom: 200px;
}
.module-video-grid .container .container-title .module-title {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (max-width: 575.98px) {
  .module-video-grid .container .container-title .module-title {
    font-size: 50px;
    font-weight: 400;
    width: 100%;
  }
}
.module-video-grid .container .container-title p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
.module-video-grid .container .container-title a {
  color: #007FE2;
}
.module-video-grid .container .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #bcdceb;
  padding: 4rem;
}
@media (max-width: 575.98px) {
  .module-video-grid .container .grid-container {
    padding: 20px;
  }
}
.module-video-grid .container .grid-container .btn {
  margin: 30px auto 0;
}
.module-video-grid .container .grid-container .top {
  flex: 0 0 100%;
  margin-top: -200px;
}
@media (max-width: 575.98px) {
  .module-video-grid .container .grid-container .top {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.module-video-grid .container .grid-container .top .video-wrapper {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .module-video-grid .container .grid-container .top .video-wrapper {
    display: block;
    height: 345px;
  }
}
.module-video-grid .container .grid-container .top .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-video-grid .container .grid-container .top .video-wrapper .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
}
@media (max-width: 575.98px) {
  .module-video-grid .container .grid-container .top .video-wrapper .svg-play {
    transform: translate(-50%, -50%) scale(1);
  }
}
.module-video-grid .container .grid-container .bottom {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 660px;
  overflow-y: hidden;
  transition: height 0.3s ease-out;
  position: relative;
}
.module-video-grid .container .grid-container .bottom.no-items {
  height: auto;
}
.module-video-grid .container .grid-container .bottom.no-items::before {
  display: none;
}
.module-video-grid .container .grid-container .bottom.active {
  height: 100%;
  overflow-y: visible;
}
.module-video-grid .container .grid-container .bottom.active::before {
  display: none;
}
.module-video-grid .container .grid-container .bottom .module-title {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Staatliches", serif;
  margin: 30px 0 30px;
  width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 575.98px) {
  .module-video-grid .container .grid-container .bottom .module-title {
    font-size: 50px;
    font-weight: 400;
    width: 100%;
  }
}
.module-video-grid .container .grid-container .bottom a {
  display: contents;
}
.module-video-grid .container .grid-container .bottom .item {
  display: flex;
  flex-direction: column;
  width: 31%;
  flex: 0 0 31%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .module-video-grid .container .grid-container .bottom .item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.module-video-grid .container .grid-container .bottom .item:nth-child(n+5) {
  opacity: 0.35;
}
.module-video-grid .container .grid-container .bottom .item:nth-child(n+5)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 70%, rgba(255, 255, 255, 0.5) 100%);
}
.module-video-grid .container .grid-container .bottom .item .top-item {
  width: 100%;
  height: 230px;
  position: relative;
}
.module-video-grid .container .grid-container .bottom .item .top-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-video-grid .container .grid-container .bottom .item .top-item .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-video-grid .container .grid-container .bottom .item .bottom-item {
  width: 100%;
  height: 95px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 60px 30px;
}
.module-video-grid .container .grid-container .bottom .item .bottom-item p {
  font-size: 25px;
  font-weight: 400;
  color: #a21d21;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Staatliches", serif;
}
.module-video-grid.black {
  position: relative;
}
.module-video-grid.black::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1A1A1A;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  z-index: -1;
}
.module-video-grid.black .module-title {
  color: #bcdceb;
}
.module-video-grid.black .grid-container {
  padding-inline: 0;
  background-color: transparent;
  gap: 100px;
}
.module-video-grid.black .grid-container .bottom {
  background-color: #bcdceb;
  padding-inline: 60px;
}
.module-video-grid.black .grid-container .bottom .module-title {
  color: #000;
}

.page-banner.attorneys-banner {
  background-color: #000;
  padding: 100px 0;
}
.page-banner.attorneys-banner .banner-content {
  display: grid;
  grid-template-areas: "name image" "position image" "intro-text image" "buttons image";
  gap: 0 60px;
}
@media (max-width: 991.98px) {
  .page-banner.attorneys-banner .banner-content {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "position" "image" "intro-text" "buttons";
    gap: 30px 0;
  }
}
.page-banner.attorneys-banner .banner-content .banner-name {
  font-family: "Staatliches", serif;
  font-size: clamp(46px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  display: block;
  color: #FFF;
  grid-area: name;
}
.page-banner.attorneys-banner .banner-content .banner-position {
  font-family: "Staatliches", serif;
  font-size: clamp(34px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  display: block;
  color: #bcdceb;
  grid-area: position;
  margin-top: 20px;
}
.page-banner.attorneys-banner .banner-content .banner-image {
  overflow: clip;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
  border: 2px solid #bcdceb;
  grid-area: image;
  max-width: 500px;
}
.page-banner.attorneys-banner .banner-content .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner.attorneys-banner .banner-content .banner-intro-text {
  color: #FFF;
  grid-area: intro-text;
  margin-top: 20px;
}
.page-banner.attorneys-banner .banner-content .banner-intro-text p {
  margin-bottom: 1.1764705882rem;
}
.page-banner.attorneys-banner .banner-content .banner-intro-text p:last-child {
  margin-bottom: 0;
}
.page-banner.attorneys-banner .banner-content .banner-intro-text a {
  color: #007FE2;
}
.page-banner.attorneys-banner .banner-content .banner-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-area: buttons;
  margin-top: 40px;
}
.page-banner.attorneys-banner .banner-content .banner-buttons .btn {
  background-color: #FFF;
  color: #000;
}
.page-banner.attorneys-banner .banner-content .banner-buttons .btn:hover, .page-banner.attorneys-banner .banner-content .banner-buttons .btn:focus, .page-banner.attorneys-banner .banner-content .banner-buttons .btn:active {
  background-color: #bcdceb;
}

.module-awards-recognition .wrapper {
  padding: 100px 70px;
}
@media (max-width: 991.98px) {
  .module-awards-recognition .wrapper {
    padding: 80px 30px;
  }
}
.module-awards-recognition .wrapper .module__title {
  font-size: clamp(46px, 5vw, 60px);
}
.module-awards-recognition .wrapper .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
.module-awards-recognition .wrapper .badge {
  width: 100%;
  max-width: calc(33% - 30px);
  text-align: center;
}
@media (max-width: 991.98px) {
  .module-awards-recognition .wrapper .badge {
    max-width: 100%;
  }
}
.module-awards-recognition .wrapper .badge .badge-image {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .module-awards-recognition .wrapper .badge .badge-image {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .module-awards-recognition .wrapper .badge .badge-image {
    height: 100px;
  }
}
.module-awards-recognition .wrapper .badge .badge-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.module-awards-recognition .wrapper .badge .description {
  font-weight: 700;
  margin-top: 20px;
}
.module-awards-recognition .wrapper .extra-content {
  margin-top: 80px;
}
.module-awards-recognition .wrapper .extra-content ul {
  padding-left: 20px;
}

.module-at-a-glance .module__title {
  font-size: clamp(46px, 5vw, 60px);
}
.module-at-a-glance .at-a-glance-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .module-at-a-glance .at-a-glance-boxes {
    grid-template-columns: 1fr;
  }
}
.module-at-a-glance .at-a-glance-boxes .box {
  padding: 40px 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.module-at-a-glance .at-a-glance-boxes .box .box__title {
  font-family: "Staatliches", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.8823529412rem;
  display: block;
  color: #000;
  margin-top: 20px;
}
.module-at-a-glance .at-a-glance-boxes .box .text p {
  margin-bottom: 1.7647058824rem;
}
.module-at-a-glance .at-a-glance-boxes .box .text p:last-child {
  margin-bottom: 0;
}
.module-at-a-glance .at-a-glance-boxes .box .text ul {
  padding-left: 50px;
}

.page-template-template-resources .breadcrumbs {
  width: 100%;
  max-width: 100%;
  background-color: #f7f7f7;
}
.page-template-template-resources .breadcrumbs p {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-template-resources .module-welcome-block {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 700px;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper {
    height: auto;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .left {
  width: 33%;
  flex: 0 0 33%;
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 30px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper .left {
    width: 100%;
    flex: 0 0 100%;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .left .welcome-title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.11;
  color: #a21d21;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right {
  width: 60%;
  flex: 0 0 60%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper .right {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-label {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.11;
  color: #a21d21;
  font-family: "Staatliches", serif;
  font-weight: 400;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-bar {
  margin-bottom: 80px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-bar form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-bar form input {
  width: 85%;
  flex: 0 0 85%;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
  border: 0 solid transparent;
  background: #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-bar form input {
    width: 65%;
    flex: 0 0 65%;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-bar form .btn {
  flex: 1 0 10%;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper .right .search-bar form .btn {
    flex: 0 0 10%;
    width: 112px;
    padding: 10px 15px;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type {
  height: 100%;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 10px;
  padding: 70px 50px 70px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column {
  width: 48%;
  flex: 0 0 48%;
  height: 100%;
  padding-right: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .l-top {
  margin-bottom: 30px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .l-top p {
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .l-top p a {
  font-size: 16px;
  font-weight: 700;
  color: #a21d21;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .l-bottom {
  margin-bottom: 30px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .l-bottom p {
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .l-bottom p a {
  font-size: 16px;
  font-weight: 700;
  color: #a21d21;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column {
    width: 100%;
    flex: 0 0 100%;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .wp-block-heading {
  font-size: 25px;
  margin: 8px 0 16px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .wp-block-list {
  list-style: none;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .wp-block-list li, .page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .left-column .wp-block-list a {
  font-size: 16px;
  color: #a21d21;
  font-weight: 700;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  margin-bottom: 12px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column {
  width: 48%;
  flex: 0 0 48%;
  height: 100%;
  border-left: 1px solid #a21d21;
  padding-left: 9%;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    border: none;
    padding-left: 0;
  }
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .r-top {
  margin-bottom: 30px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .r-top p {
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .r-top p a {
  font-size: 16px;
  font-weight: 700;
  color: #a21d21;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .r-bottom {
  margin-bottom: 30px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .r-bottom p {
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .r-bottom p a {
  font-size: 16px;
  font-weight: 700;
  color: #a21d21;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  margin-bottom: 10px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .wp-block-heading {
  font-size: 25px;
  margin: 8px 0 16px;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .wp-block-list {
  list-style: none;
}
.page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .wp-block-list li, .page-template-template-resources .module-welcome-block .welcome-wrapper .right .resources-by-type .by-type-wrapper .right-column .wp-block-list a {
  font-size: 16px;
  color: #a21d21;
  font-weight: 700;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  margin-bottom: 12px;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 70px 50px 70px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-resources-block .resources-wrapper .resource-category {
    padding: 30px 10px 0px;
  }
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .left {
  width: 32%;
  flex: 0 0 32%;
  height: 100%;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-resources-block .resources-wrapper .resource-category .left {
    width: 100%;
    flex: 0 0 100%;
  }
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .left .resource-category-title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.11;
  color: #a21d21;
  font-family: "Staatliches", serif;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .left .term-image {
  width: 100%;
  height: 190px;
  margin-bottom: 30px;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .left .term-image .resource-category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right {
  width: 65%;
  flex: 0 0 65%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right .resource-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right .resource-posts-grid .resource-post-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  flex: 0 0 48%;
  margin-bottom: 30px;
  padding: 20px;
  height: 350px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right .resource-posts-grid .resource-post-card {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right .resource-posts-grid .resource-post-card .resource-post-title {
  font-size: 25px;
  margin: 8px 0 16px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  font-family: "Staatliches", serif;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right .resource-posts-grid .resource-post-card .resource-post-title a {
  color: #000;
}
.page-template-template-resources .module-resources-block .resources-wrapper .resource-category .right .resource-posts-grid .resource-post-card .read-more {
  margin-top: 20px;
  font-size: 16px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  color: #a21d21;
  text-transform: uppercase;
  font-weight: 700;
}

.search-results .site-main .internal-page {
  display: flex;
  flex-wrap: wrap;
  padding: 2.9411764706rem 1.1764705882rem;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.search-results .site-main .internal-page .content {
  flex: 0 0 65%;
  width: 65%;
}
@media (max-width: 991.98px) {
  .search-results .site-main .internal-page .content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.search-results .site-main .internal-page .content .result-title {
  font-size: 35px;
  padding: 30px 0 0 0;
  border-top: 1px solid #a21d21;
  margin-top: 30px;
}
.search-results .site-main .internal-page .content .result-title:first-of-type {
  border-top: none;
  margin-top: 0;
}
.search-results .site-main .internal-page .content .result-title a {
  color: #000;
}
.search-results .site-main .internal-page .content .result-title a:hover {
  color: #a21d21;
}
.search-results .site-main .internal-page .sidebar {
  flex: 0 0 30%;
  width: 30%;
}
@media (max-width: 991.98px) {
  .search-results .site-main .internal-page .sidebar {
    flex: 0 0 100%;
    width: 100%;
  }
}
.search-results .site-main .internal-page .sidebar .widget {
  margin-bottom: 0;
  box-shadow: none;
}
.search-results .site-main .internal-page .sidebar .widget .widgettitle {
  font-family: "Staatliches", serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.search-results .site-main .internal-page .sidebar .widget form::after {
  display: none;
}
.search-results .site-main .internal-page .sidebar .widget form .wp-block-search__label {
  display: block;
  font-family: "Staatliches", serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.search-results .site-main .internal-page .sidebar .widget form .wp-block-search__inside-wrapper {
  justify-content: space-between;
}
.search-results .site-main .internal-page .sidebar .widget form input {
  padding: 8px 8px 8px 15px;
  margin-right: 15px;
  width: 260px;
}
.search-results .site-main .internal-page .sidebar .widget form button {
  width: max-content;
}

.page-template-template-blog-posts .internal-page {
  padding-block: 60px;
}
.page-template-template-blog-posts .breadcrumbs p {
  padding: 0;
  margin-bottom: 40px;
}
.page-template-template-blog-posts .posts {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.page-template-template-blog-posts .posts .post {
  padding: 20px 0;
  position: relative;
}
.page-template-template-blog-posts .posts .post__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.page-template-template-blog-posts .posts .post__title-wrapper {
  padding: 10px 0;
}
.page-template-template-blog-posts .posts .post__title {
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #a21d21;
  line-height: 1.2;
  padding-block: 10px;
  margin-bottom: 0;
}
.page-template-template-blog-posts .posts .post__thumbnail img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.page-template-template-blog-posts .posts .post__read-more {
  width: 100%;
  display: block;
  text-align: end;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}
.page-template-template-blog-posts .posts .post:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 60px;
}
.page-template-template-blog-posts .pagination-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page-template-template-blog-posts .pagination-wrapper {
    margin-top: 20px;
  }
}
.page-template-template-blog-posts .pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-template-template-blog-posts .pagination-wrapper .pagination .page-numbers {
  padding: 12px 8px;
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: 0.3s ease;
}
.page-template-template-blog-posts .pagination-wrapper .pagination .page-numbers:not(.prev):not(.next):not(.current):hover {
  background-color: #E3E3E3;
}
.page-template-template-blog-posts .pagination-wrapper .pagination .page-numbers.current {
  background-color: #a21d21;
  color: #ffffff;
}
.page-template-template-blog-posts .pagination-wrapper .pagination .page-numbers.next {
  margin-left: 20px;
}
.page-template-template-blog-posts .pagination-wrapper .pagination .page-numbers.prev {
  margin-right: 20px;
}

.page-template-template-areas-served .main-location,
.page-template-template-areas-served .areas-served {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .page-template-template-areas-served .main-location,
  .page-template-template-areas-served .areas-served {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .page-template-template-areas-served .main-location,
  .page-template-template-areas-served .areas-served {
    padding-block: 40px;
  }
}
.page-template-template-areas-served .main-location {
  background-color: #bcdceb;
}
.page-template-template-areas-served .main-location__title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .main-location__title {
    text-align: left;
  }
}
.page-template-template-areas-served .main-location__location {
  margin-top: 80px;
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .main-location__location {
    margin-top: 40px;
    flex-direction: column;
  }
}
.page-template-template-areas-served .main-location__location--info {
  width: 35%;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .main-location__location--info {
    width: 100%;
  }
}
.page-template-template-areas-served .main-location__location--info-title {
  font-size: 60px;
}
.page-template-template-areas-served .main-location__location--info .contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.page-template-template-areas-served .main-location__location--map {
  width: 65%;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .main-location__location--map {
    width: 100%;
  }
}
.page-template-template-areas-served .main-location__location--map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 250px;
}
.page-template-template-areas-served .areas-served__title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .areas-served__title {
    text-align: left;
  }
}
.page-template-template-areas-served .areas-served__links-wrapper {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 80px;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .areas-served__links-wrapper {
    margin-top: 40px;
    gap: 20px;
  }
}
.page-template-template-areas-served .areas-served__link {
  width: calc(33.333% - 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  border: 1px solid #2698EA;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .page-template-template-areas-served .areas-served__link {
    width: 100%;
  }
}
.page-template-template-areas-served .areas-served__link:hover {
  background-color: #2698EA;
  color: #ffffff !important;
}

.single-post .internal-page {
  padding-block: 3.75rem;
}
.single-post .post-title {
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #a21d21;
  line-height: 1.2;
  padding-block: 10px;
  margin-bottom: 24px;
}
.single-post .post-thumb {
  margin-bottom: 24px;
}
.single-post .post-thumb img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.single-post .post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.single-post .post-navigation .navigation-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .post-navigation .navigation-link__text {
  padding: 12px 8px;
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}
.single-post .content h2, .single-post .content h3, .single-post .content h4, .single-post .content h5, .single-post .content h6 {
  font-family: "Staatliches", serif;
  font-weight: 400;
  color: #a21d21;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.single-post .content h2 {
  font-size: 2.5rem;
}
.single-post .content h3 {
  font-size: 2rem;
}
.single-post .content h4 {
  font-size: 1.75rem;
}
.single-post .content h5 {
  font-size: 1.5rem;
}
.single-post .content h6 {
  font-size: 1.25rem;
}
.single-post .content p {
  margin-bottom: 1.25rem;
  line-height: 1.4;
  font-size: 18px;
}
.single-post .content ul, .single-post .content ol {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  padding-left: 1rem;
  line-height: 1.4;
}
.single-post .content ul li, .single-post .content ol li {
  margin-bottom: 0.5rem;
}
.single-post .content ul li:last-child, .single-post .content ol li:last-child {
  margin-bottom: 0;
}
.single-post .content blockquote {
  padding: 80px 40px;
  margin: 1.5rem 0;
  color: #000;
  position: relative;
}
.single-post .content blockquote::before {
  content: url('data:image/svg+xml;utf8,<svg width="140" height="135" viewBox="0 0 140 135" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.17"><path d="M44.5033 20L53.4437 26.6225C51.0155 29.713 48.4768 34.128 45.8278 39.8675C43.1788 45.6071 41.0817 51.8985 39.5364 58.7417C37.9912 65.585 37.5497 72.4283 38.2119 79.2715C39.7572 78.6093 41.1921 78.1678 42.5166 77.947C43.8411 77.5055 45.1656 77.2848 46.4901 77.2848C50.9051 77.2848 54.5475 78.83 57.4172 81.9205C60.287 85.011 61.7219 88.8742 61.7219 93.5099C61.7219 99.6909 59.9558 104.437 56.4238 107.748C52.8918 111.06 48.5872 112.715 43.5099 112.715C36.0044 112.715 30.1545 109.845 25.9603 104.106C21.9868 98.1457 20 90.9713 20 82.5828C20 76.8433 20.9934 70.1104 22.9801 62.3841C25.1876 54.4371 28.0574 46.6004 31.5894 38.8742C35.3422 31.1479 39.6468 24.8565 44.5033 20ZM102.781 20L111.722 26.6225C109.294 29.713 106.755 34.128 104.106 39.8675C101.457 45.6071 99.3598 51.8985 97.8146 58.7417C96.2693 65.585 95.8278 72.4283 96.4901 79.2715C98.0353 78.6093 99.4702 78.1678 100.795 77.947C102.119 77.5055 103.444 77.2848 104.768 77.2848C109.183 77.2848 112.826 78.83 115.695 81.9205C118.565 85.011 120 88.8742 120 93.5099C120 99.6909 118.234 104.437 114.702 107.748C111.17 111.06 106.865 112.715 101.788 112.715C94.2826 112.715 88.4327 109.845 84.2384 104.106C80.2649 98.1457 78.2781 90.9713 78.2781 82.5828C78.2781 76.8433 79.2715 70.1104 81.2583 62.3841C83.4658 54.4371 86.3355 46.6004 89.8675 38.8742C93.6203 31.1479 97.9249 24.8565 102.781 20Z" fill="%23A1A1A1"/></g></svg>');
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.single-post .content blockquote p {
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #a21d21;
}
.single-post .content blockquote p:last-child {
  margin-bottom: 0;
}
.single-post .content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  display: block;
}
.single-post .related-posts {
  background-color: #F7F7F7;
  padding-block: 60px;
}
.single-post .related-posts__title {
  margin-bottom: 60px;
}
.single-post .related-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  column-gap: 60px;
}
@media (max-width: 768px) {
  .single-post .related-posts .posts-grid {
    grid-template-columns: 1fr;
  }
}
.single-post .related-posts .posts-grid .post-card {
  display: flex;
  flex-direction: column;
}
.single-post .related-posts .posts-grid .post-card__title {
  line-height: 1.1;
  margin-bottom: 24px;
}
.single-post .related-posts .posts-grid .post-card__excerpt {
  font-size: 18px;
}
.single-post .related-posts .posts-grid .post-card__read-more-wrapper {
  padding-top: 32px;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.single-post .related-posts .posts-grid .post-card__read-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.post-type-archive-featured-news .text .breadcrumbs,
.single-featured-news .text .breadcrumbs {
  padding: 20px 0;
}
.post-type-archive-featured-news .text h1,
.single-featured-news .text h1 {
  font-size: 40px;
  line-height: 1.1;
}
.post-type-archive-featured-news .text h2,
.single-featured-news .text h2 {
  font-size: 35px;
  line-height: 1.1;
}
.post-type-archive-featured-news .text h3,
.single-featured-news .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.post-type-archive-featured-news .text h4,
.single-featured-news .text h4 {
  font-size: 22px;
  line-height: 1.1;
}
.post-type-archive-featured-news .text h5,
.single-featured-news .text h5 {
  font-size: 20px;
  line-height: 1.1;
}
.post-type-archive-featured-news .text h6,
.single-featured-news .text h6 {
  font-size: 18px;
  line-height: 1.1;
}
.post-type-archive-featured-news .text .wp-block-image.size-full img,
.post-type-archive-featured-news .text .wp-block-image .size-full img,
.post-type-archive-featured-news .text .wp-block-image.size-large img,
.post-type-archive-featured-news .text .wp-block-image .size-large img,
.single-featured-news .text .wp-block-image.size-full img,
.single-featured-news .text .wp-block-image .size-full img,
.single-featured-news .text .wp-block-image.size-large img,
.single-featured-news .text .wp-block-image .size-large img {
  max-width: 100%;
  margin-bottom: 1.4117647059rem;
}
.post-type-archive-featured-news .text blockquote,
.single-featured-news .text blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
}

.archive.post-type-archive-featured-news .page-banner-black.use-image-inside-banner .page-banner-content {
  justify-content: space-between;
}
.archive.post-type-archive-featured-news .page-banner-black.use-image-inside-banner .text {
  max-width: calc(60% - 15px);
}
@media (max-width: 767.98px) {
  .archive.post-type-archive-featured-news .page-banner-black.use-image-inside-banner .text {
    max-width: 100%;
  }
}
.archive.post-type-archive-featured-news .page-banner-black.use-image-inside-banner .text .page-banner-title {
  color: #fff;
}
.archive.post-type-archive-featured-news .page-banner-black.use-image-inside-banner .page-banner-image {
  max-width: calc(22% - 15px);
}
@media (max-width: 767.98px) {
  .archive.post-type-archive-featured-news .page-banner-black.use-image-inside-banner .page-banner-image {
    display: none;
  }
}
.archive.post-type-archive-featured-news .post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #a21d21;
}
.archive.post-type-archive-featured-news .post:last-of-type {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .archive.post-type-archive-featured-news .post {
    flex-direction: column;
  }
}
.archive.post-type-archive-featured-news .post .thumbnail {
  display: block;
  flex: 0 0 305px;
}
@media (max-width: 767.98px) {
  .archive.post-type-archive-featured-news .post .thumbnail {
    flex: 1;
  }
}
.archive.post-type-archive-featured-news .post .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  object-fit: cover;
}
.archive.post-type-archive-featured-news .post .info .post-title {
  font-size: 35px;
  line-height: 1.2;
}
.archive.post-type-archive-featured-news .post .info .excerpt {
  margin-bottom: 1.1rem;
}
.archive.post-type-archive-featured-news .post .info .read-more {
  display: block;
  width: max-content;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
}
.archive.post-type-archive-featured-news .pagination {
  display: flex;
  justify-content: center;
  margin: 42px 0 60px;
}
.archive.post-type-archive-featured-news .pagination .page-numbers {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 0 11px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #a21d21;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.archive.post-type-archive-featured-news .pagination .page-numbers.current {
  background-color: #a21d21;
  color: #fff;
}

.single-featured-news .text .title {
  padding: 0;
}
.single-featured-news .text .post {
  padding: 0;
}
.single-featured-news .text .post .post-info {
  margin-bottom: 20px;
}

.archive.category .internal-page {
  padding-block: 60px;
}
.archive.category .posts {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.archive.category .posts .post {
  padding: 20px 0;
  position: relative;
}
.archive.category .posts .post__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.archive.category .posts .post__title-wrapper {
  padding: 10px 0;
}
.archive.category .posts .post__title {
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #a21d21;
  line-height: 1.2;
  padding-block: 10px;
  margin-bottom: 0;
}
.archive.category .posts .post__thumbnail img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.archive.category .posts .post__read-more {
  width: 100%;
  display: block;
  text-align: end;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}
.archive.category .posts .post:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 60px;
}
.archive.category .pagination-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .archive.category .pagination-wrapper {
    margin-top: 20px;
  }
}
.archive.category .pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.archive.category .pagination-wrapper .pagination .page-numbers {
  padding: 12px 8px;
  font-family: "Staatliches", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: 0.3s ease;
}
.archive.category .pagination-wrapper .pagination .page-numbers:not(.prev):not(.next):not(.current):hover {
  background-color: #E3E3E3;
}
.archive.category .pagination-wrapper .pagination .page-numbers.current {
  background-color: #a21d21;
  color: #ffffff;
}
.archive.category .pagination-wrapper .pagination .page-numbers.next {
  margin-left: 20px;
}
.archive.category .pagination-wrapper .pagination .page-numbers.prev {
  margin-right: 20px;
}/*# sourceMappingURL=main.css.map */