.wl-hamburger__line, .wl-hamburger:after, .wl-hamburger:before {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  position: absolute;
}

.wl-hamburger {
  width: 30px;
  height: 22px;
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.wl-hamburger:before {
  content: "";
  top: 0;
  left: 0;
}
.wl-hamburger:after {
  content: "";
  bottom: 0;
  left: 0;
}
.wl-hamburger__line {
  top: 10px;
  left: 0;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger:before, .wl-hamburger-cbx:checked ~ .wl-hamburger:before {
  top: 10px;
  transform: rotate(45deg);
  width: 100%;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger:after, .wl-hamburger-cbx:checked ~ .wl-hamburger:after {
  bottom: 10px;
  transform: rotate(-45deg);
  width: 100%;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger__line, .wl-hamburger-cbx:checked ~ .wl-hamburger__line {
  display: none;
}

.wl-hamburger--slide:before {
  transition: all 0.075s linear;
}
.wl-hamburger--slide:after {
  transition: all 0.075s linear;
}
.wl-hamburger--slide .wl-hamburger__line {
  transition: all 0.075s linear;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--slide .wl-hamburger__line, .wl-hamburger-cbx:checked ~ .wl-hamburger--slide .wl-hamburger__line {
  display: block;
  width: 0;
  opacity: 0;
}

.wl-hamburger--squeeze:before {
  transition: top 0.075s linear 0.175s, transform 0.075s linear, width 0s linear 0.175s;
}
.wl-hamburger--squeeze:after {
  transition: bottom 0.075s linear 0.175s, transform 0.075s linear, width 0s linear 0.175s;
}
.wl-hamburger--squeeze .wl-hamburger__line {
  transition: all 0s linear 0.175s;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--squeeze:before, .wl-hamburger-cbx:checked ~ .wl-hamburger--squeeze:before {
  transition: top 0.075s linear, transform 0.075s linear 0.175s, width 0s linear 0.175s;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--squeeze:after, .wl-hamburger-cbx:checked ~ .wl-hamburger--squeeze:after {
  transition: bottom 0.075s linear, transform 0.075s linear 0.175s, width 0s linear 0.175s;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--squeeze .wl-hamburger__line, .wl-hamburger-cbx:checked ~ .wl-hamburger--squeeze .wl-hamburger__line {
  display: block;
  width: 0;
  opacity: 0;
  transition: all 0s linear 0.075s;
}

.wl-hamburger--minus:before {
  transition: top 0.075s linear, width 0s linear;
}
.wl-hamburger--minus:after {
  transition: bottom 0.075s linear, width 0s linear;
}
.wl-hamburger--minus .wl-hamburger__line {
  transition: all 0s linear;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--minus:before, .wl-hamburger-cbx:checked ~ .wl-hamburger--minus:before {
  transform: rotate(0deg);
  transition: top 0.075s linear, width 0s linear 0.075s;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--minus:after, .wl-hamburger-cbx:checked ~ .wl-hamburger--minus:after {
  transform: rotate(0deg);
  transition: bottom 0.075s linear, width 0s linear 0.075s;
}
.navbar-toggler[aria-expanded=true] .wl-hamburger--minus .wl-hamburger__line, .wl-hamburger-cbx:checked ~ .wl-hamburger--minus .wl-hamburger__line {
  display: block;
  width: 0;
  opacity: 0;
  transition: all 0s linear 0.075s;
}

:root {
  --gutter: 0.45rem;
}
@media (min-width: 768px) {
  :root {
    --gutter: 0.75rem;
  }
}
:root.style-green {
  --style-clr-400: var(--bs-lo-green-400);
  --style-clr-200: var(--bs-lo-green-200);
  --style-clr-100: var(--bs-lo-green-100);
  --style-clr-50: var(--bs-lo-green-50);
}
:root.style-blue {
  --style-clr-400: var(--bs-lo-blue-400);
  --style-clr-200: var(--bs-lo-blue-200);
  --style-clr-100: var(--bs-lo-blue-100);
}
:root.style-pink {
  --style-clr-400: var(--bs-lo-pink-400);
  --style-clr-200: var(--bs-lo-pink-200);
  --style-clr-100: var(--bs-lo-pink-100);
}
:root.style-orange {
  --style-clr-400: var(--bs-lo-orange-400);
  --style-clr-200: var(--bs-lo-orange-200);
  --style-clr-100: var(--bs-lo-orange-100);
}

/* pt-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: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-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: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-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: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("vendor/openlayers/fonts/noto-sans-v36-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - 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: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("vendor/openlayers/fonts/noto-sans-v36-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-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: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("vendor/openlayers/fonts/noto-sans-v36-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.container-110r-center, .container-1920-center, .container-1780-center, .container-1740-center, .container-1620-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-1620-center {
  max-width: 1620px;
}

.container-1740-center {
  max-width: 1740px;
}

.container-1780-center {
  max-width: 1780px;
}

.container-1920-center {
  max-width: 1920px;
}

.container-110r-center {
  max-width: 110rem;
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.full-width-1620 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 1620px) {
  .full-width-1620 {
    margin-left: calc(1620px / 2 * -1 + 50%);
    margin-right: calc(1620px / 2 * -1 + 50%);
  }
}

.full-width-1740 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 1740px) {
  .full-width-1740 {
    margin-left: calc(1740px / 2 * -1 + 50%);
    margin-right: calc(1740px / 2 * -1 + 50%);
  }
}

.full-width-1780 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 1780px) {
  .full-width-1780 {
    margin-left: calc(1780px / 2 * -1 + 50%);
    margin-right: calc(1780px / 2 * -1 + 50%);
  }
}

.full-width-1920 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 1920px) {
  .full-width-1920 {
    margin-left: calc(1920px / 2 * -1 + 50%);
    margin-right: calc(1920px / 2 * -1 + 50%);
  }
}

.full-width-110r {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 110rem) {
  .full-width-110r {
    margin-left: calc(110rem / 2 * -1 + 50%);
    margin-right: calc(110rem / 2 * -1 + 50%);
  }
}

.inner-grid {
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media (min-width: 375px) {
  .inner-grid-xs {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 576px) {
  .inner-grid-sm {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 768px) {
  .inner-grid-md {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 992px) {
  .inner-grid-lg {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1200px) {
  .inner-grid-xl {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1400px) {
  .inner-grid-xxl {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.grid-visual {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.1;
  pointer-events: none;
}
.grid-visual div {
  height: 100%;
}
.grid-visual [class^=col-] {
  background-color: orange;
}
.grid-visual [class^=col-]:nth-child(even) {
  background: red;
}
.grid-visual [class^=col-] span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: blue;
}

p:last-child {
  margin-bottom: 0;
}

ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

figure {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
  color: #2d3030;
}

table {
  caption-side: top;
}
table th,
table td {
  padding: 5px 7.5px;
  border: 1px solid #198754;
  text-align: left;
}
table th {
  font-weight: 600;
  background-color: #198754;
}
table th:not(:last-child) {
  border-right: 1px solid #fff;
}

.sitewrapper {
  position: relative;
}

.white-border {
  border: var(--gutter) solid #fff;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--style-clr-400);
  margin-bottom: 1.5rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.c-content-page-header h1,
.c-content-page-header .h1 {
  text-align: center;
}

h1.overline, .p-home h1 {
  text-transform: uppercase;
  color: #1a2c3e;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.h1 {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .h1 {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 992px) {
  .h1 {
    margin-bottom: 2rem !important;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 1.3rem;
  color: #1a2c3e;
  margin-bottom: 0.5rem;
  line-height: normal;
}
.c-content-page-header h2,
.c-content-page-header .h2 {
  text-align: center;
}
h2.article-title,
.h2.article-title {
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--style-clr-400);
  margin-bottom: 1rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h2.article-title,
  .h2.article-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  h2.article-title,
  .h2.article-title {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

.uc-embedding-container {
  position: absolute !important;
  min-width: initial !important;
  max-width: initial !important;
  width: 100% !important;
  height: 100% !important;
}

.header {
  position: relative;
  z-index: 1;
  background-color: var(--style-clr-400);
  border-bottom: 5px solid #fff;
}

.navbar-mainnav {
  padding-block: 2rem;
}
.navbar-mainnav .navbar-brand {
  background-color: #fff;
  padding: 1.5rem 1.2rem 2.2rem;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  margin-left: 3.5%;
  min-width: 150px;
  max-width: 225px;
}
@media (min-width: 992px) {
  .navbar-mainnav .navbar-brand {
    padding: 2rem 1.7rem 2.7rem;
  }
}
.navbar-mainnav .navbar-toggler {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .navbar-mainnav .mainmenu {
    padding-top: 7.5rem;
    padding-inline: 3.5%;
  }
}
.navbar-mainnav .mainmenu > .nav-item + .nav-item {
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .navbar-mainnav .mainmenu > .nav-item + .nav-item {
    margin-left: 0.75rem;
    margin-top: 0;
  }
}
.navbar-mainnav .mainmenu .nav-item.active .nav-link {
  background-color: var(--style-clr-200);
  color: #1a2c3e;
  border-radius: 5px;
  font-weight: 700;
}
.navbar-mainnav .mainmenu .nav-item.active .nav-link.dropdown-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z' fill='%231a2c3e'/%3E%3C/svg%3E");
}
.navbar-mainnav .mainmenu .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  padding-inline: 0.7rem;
  transition: all 0.125s linear;
}
.navbar-mainnav .mainmenu .nav-link:hover, .navbar-mainnav .mainmenu .nav-link:focus, .navbar-mainnav .mainmenu .nav-link:focus-visible, .navbar-mainnav .mainmenu .nav-link.active {
  background-color: var(--style-clr-200);
  color: #1a2c3e;
  border-radius: 5px;
  font-weight: 700;
}
.navbar-mainnav .mainmenu .nav-link:hover.dropdown-toggle:after, .navbar-mainnav .mainmenu .nav-link:focus.dropdown-toggle:after, .navbar-mainnav .mainmenu .nav-link:focus-visible.dropdown-toggle:after, .navbar-mainnav .mainmenu .nav-link.active.dropdown-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z' fill='%231a2c3e'/%3E%3C/svg%3E");
}
.navbar-mainnav .mainmenu .dropdown-toggle {
  position: relative;
}
.navbar-mainnav .mainmenu .dropdown-toggle:after {
  content: "";
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z' fill='%23fff'/%3E%3C/svg%3E");
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  transition: transform 0.15s linear;
  margin-left: 0;
}
@media (min-width: 992px) {
  .navbar-mainnav .mainmenu .dropdown-toggle:after {
    position: initial;
    top: initial;
    right: initial;
    transform: translateY(-2px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
.navbar-mainnav .mainmenu .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-180deg) translateY(50%);
}
@media (min-width: 992px) {
  .navbar-mainnav .mainmenu .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(-180deg) translateY(2px);
  }
}
.navbar-mainnav .mainmenu .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .navbar-mainnav .mainmenu .dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-mainnav .mainmenu .dropdown-menu {
    margin-top: 0.5rem;
    background-color: rgba(26, 44, 62, 0.9);
    border-radius: 5px;
    opacity: 0;
    transform: translateY(20px);
  }
}
@media (min-width: 992px) {
  .navbar-mainnav .mainmenu .dropdown-menu.show {
    animation: showMenuDesktop 0.15s linear forwards;
  }
}
.navbar-mainnav .mainmenu .dropdown-item {
  font-weight: 400;
  color: #fff;
  padding-block: 0.5rem;
  transition: color 0.15s linear, background-color 0.15s linear;
}
.navbar-mainnav .mainmenu .dropdown-item:hover, .navbar-mainnav .mainmenu .dropdown-item:focus, .navbar-mainnav .mainmenu .dropdown-item:focus-within, .navbar-mainnav .mainmenu .dropdown-item.active {
  background-color: var(--style-clr-200);
  color: #1a2c3e;
  font-weight: 700;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .navbar-mainnav .mainmenu .dropdown-item:hover, .navbar-mainnav .mainmenu .dropdown-item:focus, .navbar-mainnav .mainmenu .dropdown-item:focus-within, .navbar-mainnav .mainmenu .dropdown-item.active {
    background-color: var(--style-clr-200);
    color: #1a2c3e;
  }
}
@keyframes showMenuDesktop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(2.5px);
  }
}

.navbar-footernav .nav-link {
  color: #fff;
  text-align: center;
}
.navbar-footernav .nav-link:hover, .navbar-footernav .nav-link:focus, .navbar-footernav .nav-link:focus-visible, .navbar-footernav .nav-link.active {
  color: #fff;
  text-decoration: underline;
}

.hero {
  position: relative;
}
.hero-ar {
  width: 100%;
  aspect-ratio: 1588/600;
  min-height: 250px;
}
.hero-ar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .main {
    font-size: 1.125rem;
  }
}

.half-bg-200 {
  background: linear-gradient(to bottom, var(--style-clr-100) 0% 60%, rgba(255, 255, 255, 0) 60% 100%);
}

.split-bg-30p-grey {
  background: linear-gradient(to bottom, #f3f3f3 0% 30%, rgba(255, 255, 255, 0) 30% 100%);
}

.mh-300 {
  min-height: 300px;
}

.m-wlcontact .m-opening-hours__day {
  width: 160px;
}
@media (min-width: 768px) {
  .m-wlcontact .m-opening-hours__day {
    width: 180px;
  }
}

.map-wrapper {
  border: var(--gutter) solid #fff;
}

.auto-grid {
  --auto-grid-element-width: 350px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--auto-grid-element-width), 100%), 1fr));
  gap: 1rem;
}
.p-home .auto-grid img {
  aspect-ratio: 1000/667;
  object-fit: cover;
}

.c-content-item {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-content-item {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-content-item {
    padding-bottom: 5rem;
  }
}
.c-category-description .c-content-item {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .c-category-description .c-content-item {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-category-description .c-content-item {
    padding-top: 5rem;
  }
}
.c-content-item.has-bclr, .c-content-item.has-bimg, .c-content-item.has-bmix {
  padding-top: 2rem;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .c-content-item.has-bclr, .c-content-item.has-bimg, .c-content-item.has-bmix {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-content-item.has-bclr, .c-content-item.has-bimg, .c-content-item.has-bmix {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.c-content-item.has-bclr + .c-content-item:not(.has-bclr), .c-content-item.has-bclr + .c-content-item:not(.has-bimg), .c-content-item.has-bclr + .c-content-item:not(.has-bmix), .c-content-item.has-bimg + .c-content-item:not(.has-bclr), .c-content-item.has-bimg + .c-content-item:not(.has-bimg), .c-content-item.has-bimg + .c-content-item:not(.has-bmix), .c-content-item.has-bmix + .c-content-item:not(.has-bclr), .c-content-item.has-bmix + .c-content-item:not(.has-bimg), .c-content-item.has-bmix + .c-content-item:not(.has-bmix) {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .c-content-item.has-bclr + .c-content-item:not(.has-bclr), .c-content-item.has-bclr + .c-content-item:not(.has-bimg), .c-content-item.has-bclr + .c-content-item:not(.has-bmix), .c-content-item.has-bimg + .c-content-item:not(.has-bclr), .c-content-item.has-bimg + .c-content-item:not(.has-bimg), .c-content-item.has-bimg + .c-content-item:not(.has-bmix), .c-content-item.has-bmix + .c-content-item:not(.has-bclr), .c-content-item.has-bmix + .c-content-item:not(.has-bimg), .c-content-item.has-bmix + .c-content-item:not(.has-bmix) {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-content-item.has-bclr + .c-content-item:not(.has-bclr), .c-content-item.has-bclr + .c-content-item:not(.has-bimg), .c-content-item.has-bclr + .c-content-item:not(.has-bmix), .c-content-item.has-bimg + .c-content-item:not(.has-bclr), .c-content-item.has-bimg + .c-content-item:not(.has-bimg), .c-content-item.has-bimg + .c-content-item:not(.has-bmix), .c-content-item.has-bmix + .c-content-item:not(.has-bclr), .c-content-item.has-bmix + .c-content-item:not(.has-bimg), .c-content-item.has-bmix + .c-content-item:not(.has-bmix) {
    padding-top: 5rem;
  }
}
.c-content-item.has-bclr:last-child, .c-content-item.has-bimg:last-child, .c-content-item.has-bmix:last-child {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-content-item.has-bclr:last-child, .c-content-item.has-bimg:last-child, .c-content-item.has-bmix:last-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-content-item.has-bclr:last-child, .c-content-item.has-bimg:last-child, .c-content-item.has-bmix:last-child {
    margin-bottom: 5rem;
  }
}
.c-category-description .c-content-item.has-bclr:last-child, .c-category-description .c-content-item.has-bimg:last-child, .c-category-description .c-content-item.has-bmix:last-child {
  margin-bottom: 0;
}
.c-content-item.has-clr h1, .c-content-item.has-clr h2, .c-content-item.has-clr h3, .c-content-item.has-clr h4, .c-content-item.has-clr h5, .c-content-item.has-clr h6 {
  color: inherit !important;
}
.c-content-item .col-image figure {
  margin-bottom: 0;
}
.c-content-item .col-image-left figure, .c-content-item .col-image-right figure {
  margin-top: 0;
  margin-bottom: 0;
}
.c-content-item .col-image-top figure {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-content-item .col-image-bottom figure {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .c-content-item .col-image-xs-left figure, .c-content-item .col-image-xs-right figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-content-item .col-image-xs-top figure {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .c-content-item .col-image-xs-bottom figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .c-content-item .col-image-sm-left figure, .c-content-item .col-image-sm-right figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-content-item .col-image-sm-top figure {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .c-content-item .col-image-sm-bottom figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-content-item .col-image-md-left figure, .c-content-item .col-image-md-right figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-content-item .col-image-md-top figure {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .c-content-item .col-image-md-bottom figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-content-item .col-image-lg-left figure, .c-content-item .col-image-lg-right figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-content-item .col-image-lg-top figure {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .c-content-item .col-image-lg-bottom figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-content-item .col-image-xl-left figure, .c-content-item .col-image-xl-right figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-content-item .col-image-xl-top figure {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .c-content-item .col-image-xl-bottom figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .c-content-item .col-image-xxl-left figure, .c-content-item .col-image-xxl-right figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-content-item .col-image-xxl-top figure {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .c-content-item .col-image-xxl-bottom figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.c-category {
  --padding: 2rem;
}
@media (min-width: 768px) {
  .c-category {
    --padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-category {
    --padding: 5rem;
  }
}
.c-category-description .c-content-item {
  padding-top: 0;
  padding-bottom: var(--padding);
}
.c-category-description-image {
  width: 100%;
  aspect-ratio: 1588/600;
  min-height: 250px;
}
.c-category-description-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-category-header {
  padding-top: calc(var(--padding) + 3rem);
}
.c-category-description ~ .c-category-header {
  padding-top: 0;
}
.c-category-items .c-content-item:first-child {
  padding-top: calc(var(--padding) + 3rem);
}
.c-category-description ~ .c-category-items .c-content-item:first-child, .c-category-header ~ .c-category-items .c-content-item:first-child {
  padding-top: 0;
}

.com-finder label, .com-finder legend {
  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;
  white-space: nowrap !important;
  border: 0 !important;
}
.com-finder .input-group {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .com-finder .input-group {
    justify-content: center;
  }
}
.com-finder .awesomplete {
  margin-right: 7.5px;
}
.com-finder input {
  padding: 5px;
}
.com-finder ol li {
  list-style-type: none;
}
.com-finder .result__title-url {
  font-size: 0.625rem;
}
.com-finder .result__title-text {
  font-size: 0.625rem;
}
.com-finder .btn {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #ccc;
}
.com-finder .btn .icon-search {
  width: 18px;
  height: 18px;
  margin-right: 7.5px;
  display: inline-block;
}
.com-finder .btn .icon-search:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.com-finder .btn .icon-search:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.255 9.255'%3E%3Cpath d='M287.737 262.664h-.418l-.148-.143a3.44 3.44 0 1 0-.37.37l.142.148v.418l2.646 2.64.789-.788zm-3.175 0a2.378 2.378 0 0 1-2.381-2.382 2.378 2.378 0 0 1 2.381-2.381 2.378 2.378 0 0 1 2.381 2.381 2.378 2.378 0 0 1-2.381 2.382z' transform='translate(-281.122 -256.843)' fill='%23000'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.mod-finder label, .mod-finder legend {
  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;
  white-space: nowrap !important;
  border: 0 !important;
}
.mod-finder .btn {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #ccc;
}
.mod-finder .btn .icon-search {
  width: 18px;
  height: 18px;
  margin-right: 7.5px;
  display: inline-block;
}
.mod-finder .btn .icon-search:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.mod-finder .btn .icon-search:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.255 9.255'%3E%3Cpath d='M287.737 262.664h-.418l-.148-.143a3.44 3.44 0 1 0-.37.37l.142.148v.418l2.646 2.64.789-.788zm-3.175 0a2.378 2.378 0 0 1-2.381-2.382 2.378 2.378 0 0 1 2.381-2.381 2.378 2.378 0 0 1 2.381 2.381 2.378 2.378 0 0 1-2.381 2.382z' transform='translate(-281.122 -256.843)' fill='%23000'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pagination__wrapper {
  margin-bottom: 10px;
}
.pagination__wrapper .pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.pagination__wrapper .page-item {
  list-style-type: none;
  margin-bottom: 0 !important;
}
.pagination__wrapper .page-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.pagination__wrapper .page-link:hover {
  background-color: #999;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.pagination__wrapper .page-item:first-child .page-link {
  border-radius: 5px 0 0 5px;
}
.pagination__wrapper .page-item:last-child .page-link {
  border-right: 1px solid #666;
  border-radius: 0 5px 5px 0;
}
.pagination__wrapper .page-item.disabled .page-link:hover {
  background-color: transparent !important;
}
.pagination__wrapper .page-item.active .page-link {
  background-color: #666 !important;
}
.pagination__wrapper .page-item.active .page-link:hover {
  font-weight: 400 !important;
}

.pagination__wrapper [class^=icon-angle] {
  display: block;
}
.pagination__wrapper [class^=icon-angle]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.pagination__wrapper .icon-angle-double-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z' fill='%23666'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .icon-angle-left:before {
  width: 10px;
}
.pagination__wrapper .icon-angle-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' fill='%23666'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .icon-angle-right:before {
  width: 10px;
}
.pagination__wrapper .icon-angle-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' fill='%23666'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .icon-angle-double-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z' fill='%23666'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item.disabled .icon-angle-double-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z' fill='%23ccc'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item.disabled .icon-angle-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' fill='%23ccc'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item.disabled .icon-angle-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' fill='%23ccc'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item.disabled .icon-angle-double-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z' fill='%23ccc'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pagination__wrapper .page-item:not(.disabled):hover .icon-angle-double-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item:not(.disabled):hover .icon-angle-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item:not(.disabled):hover .icon-angle-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pagination__wrapper .page-item:not(.disabled):hover .icon-angle-double-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-clock-fill::before {
  content: "\f291";
}

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