/* Utils */

/**
 * Typography 
 */

/**
 * Hover
 */

/**
 * Grid
 */

/**
 * Fonts
 */

/**
 * Color Palette
 * Namen komen uit het merkboek van De Mosselpan.
 */

/* Vendor */

/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1170px;
  --bs-breakpoint-xxl: 1300px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

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

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

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

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

/* Base */

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

*:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  min-height: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ul,
ol {
  list-style: none;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  transition: 0s;
}

a:hover {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

input,
textarea {
  appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

@font-face {
  font-family: "Siromi";
  src: url("../static/fonts/siromi-lite.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Alternate";
  src: url("../static/fonts/din-alternate-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Condensed";
  src: url("../static/fonts/din-condensed-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-300-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-700-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../static/fonts/merriweather-900-italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

html,
body {
  min-height: 100svh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Merriweather", Georgia, serif;
  color: #062F3B;
  background: #F6F0E3;
  display: flex;
  flex-direction: column;
}

::placeholder {
  color: rgba(6, 47, 59, 0.3);
}

section {
  padding: 72px 0;
}

h1,
.h1 {
  line-height: 120%;
  font-family: "Siromi", "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #062F3B;
  text-wrap: balance;
  font-size: 60px;
  line-height: 118%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h2,
.h2 {
  line-height: 120%;
  font-family: "Siromi", "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #062F3B;
  text-wrap: balance;
  font-size: 42px;
  line-height: 122%;
  letter-spacing: 0.01em;
}

h3,
.h3 {
  line-height: 120%;
  font-family: "Siromi", "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #062F3B;
  text-wrap: balance;
  font-size: 34px;
}

h4,
.h4 {
  line-height: 120%;
  font-family: "Siromi", "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #062F3B;
  text-wrap: balance;
  font-size: 28px;
  line-height: 140%;
}

h5,
.h5 {
  line-height: 120%;
  font-family: "Siromi", "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #062F3B;
  text-wrap: balance;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 133.333333%;
}

h6,
.h6 {
  line-height: 120%;
  font-family: "Siromi", "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #062F3B;
  text-wrap: balance;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: 18px;
}

p {
  line-height: 150%;
  font-size: 16px;
}

p:not(:last-child) {
  margin-bottom: 16px;
}

p a {
  color: #B79B45;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.-bg-gray {
  background: #33505B;
}

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

.default-page img {
  margin: 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 20px 0;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.default-page {
  margin: 40px 0;
}

.default-page .container {
  max-width: 900px;
}

.default-page iframe {
  margin: 25px 0;
}

/* Components */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 15px 34px;
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  cursor: pointer;
  transition: 0.2s;
  color: #062F3B;
  gap: 14px;
}

.btn.-lg {
  font-size: 14px;
  padding: 19px 44px;
}

.btn.-lg svg {
  --size: 22px;
}

.btn.-accent {
  background: #B79B45;
  color: #062F3B;
}

.btn.-accent.-disabled {
  background: rgba(158, 141, 86, 0.35);
  color: rgba(6, 47, 59, 0.5);
}

.btn.-accent.-disabled svg {
  fill: rgba(6, 47, 59, 0.5);
}

.btn.-accent.-disabled:hover {
  background: rgba(158, 141, 86, 0.35);
  color: rgba(6, 47, 59, 0.5);
}

.btn.-accent svg {
  fill: #062F3B;
}

.btn.-white {
  background: #F6F0E3;
  color: #062F3B;
}

.btn.-white svg {
  fill: #062F3B;
}

.btn.-outline {
  border: 1px solid rgba(246, 240, 227, 0.7);
  color: #F6F0E3;
}

.btn.-outline svg {
  fill: #F6F0E3;
}

.btn svg {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  transition: 0.2s;
}

.btn svg:nth-child(1) {
  margin-left: -8px;
}

.info {
  display: grid;
  grid-template-columns: 100%;
  gap: 14px;
}

.info-tag {
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.info-tag {
  font-size: 14px;
  color: #B79B45;
}

.info p {
  line-height: 168.75%;
  margin: 0 !important;
}

.info-availability {
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.info-availability {
  font-size: 14px;
  color: #B79B45;
}

.slider-button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  --size: 48px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

.slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.slider-button.-prev {
  left: 0;
}

.slider-button.-prev:after {
  -webkit-mask-image: url(../img/svgsprite/ctrl-left.svg);
  mask-image: url(../img/svgsprite/ctrl-left.svg);
}

.slider-button.-next {
  right: 0;
}

.slider-button.-next:after {
  -webkit-mask-image: url(../img/svgsprite/ctrl-right.svg);
  mask-image: url(../img/svgsprite/ctrl-right.svg);
}

.slider-button:after {
  --size: 100%;
  display: block;
  content: "";
  background: #fff;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: 0.2s;
}

.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.slider-pagination .swiper-pagination-bullet {
  --size: 10px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  border-radius: 50px;
  background: #B79B45;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.5;
}

.slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Layout */

.top-promo {
  background: #B79B45;
  padding: 8px 0;
}

.top-promo-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}

.top-promo-inner p {
  font-weight: 900;
  margin: 0 !important;
}

.top-promo-inner .btn {
  padding: 9px 16px;
  gap: 8px;
  line-height: 150%;
  font-size: 14px;
  line-height: 22px;
  line-height: 16px;
  width: auto;
}

.top-promo-inner .btn svg {
  margin: 0;
}

.top-promo-inner .btn svg:nth-child(1) {
  --size: 18px;
  fill: #33505B;
}

.header {
  position: relative;
  z-index: 2;
}

.header.-splash {
  min-height: 100svh;
  overflow: hidden;
}

.header.-splash .header-info {
  padding: 40px 0px 80px;
  gap: 0;
}

.header.-error {
  min-height: 100svh;
  overflow: hidden;
}

.header.-error .header-info {
  padding: 95px 0;
  gap: 0;
}

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 47, 59, 0.45);
}

.header-bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .container {
  position: relative;
}

.header-top {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px 24px;
}

.header-top-logo {
  display: flex;
  align-items: center;
}

.header-top-logo img {
  height: 120px;
  width: auto;
  max-width: 100%;
}

.header-top-location {
  position: relative;
  margin-right: auto;
}

.header-top-location:hover .header-top-location-trigger:after {
  transform: rotate(-180deg);
}

.header-top-location:hover .header-top-location-list {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transform: translateY(100%);
}

.header-top-location-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.header-top-location-trigger {
  color: #F6F0E3;
  cursor: pointer;
  padding: 12px 16px;
  white-space: nowrap;
}

.header-top-location-trigger:before,
.header-top-location-trigger:after {
  --size: 16px;
  display: block;
  content: "";
  background: currentColor;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: transform 0.2s;
}

.header-top-location-trigger:before {
  -webkit-mask-image: url(../img/svgsprite/pin.svg);
  mask-image: url(../img/svgsprite/pin.svg);
}

.header-top-location-trigger:after {
  -webkit-mask-image: url(../img/svgsprite/select-arrow.svg);
  mask-image: url(../img/svgsprite/select-arrow.svg);
}

.header-top-location-list {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translateY(110%);
  z-index: 100;
  min-width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.22, 0.68, 0, 1.71);
}

.header-top-location-list li {
  display: flex;
}

.header-top-location-list li:not(:last-child) {
  margin-bottom: 12px;
}

.header-top-location-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.header-top-location-list li a {
  color: #062F3B;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
}

.header-top-location-list li a:before {
  --size: 16px;
  display: block;
  content: "";
  background: currentColor;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/svgsprite/pin.svg);
  mask-image: url(../img/svgsprite/pin.svg);
  opacity: 0.5;
  transition: opacity 0.2s;
}

.header-top-location-menu {
  margin-right: 0;
  margin-left: auto;
}

.header-top-location-menu .header-top-location-trigger:before {
  display: none;
}

.header-top-location-menu .header-top-location-list li a:before {
  display: none;
}

.header-top-nav {
  margin-left: auto;
}

.header-top-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 28px;
}

.header-top-nav a {
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.header-top-nav a {
  color: #F6F0E3;
  white-space: nowrap;
  transition: 0.2s;
}

.header-top-language {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-top-language li {
  display: flex;
}

.header-top-language li.-active {
  pointer-events: none;
}

.header-top-language li.-active a {
  color: #B79B45;
}

.header-top-language li a {
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.header-top-language li a {
  color: #F6F0E3;
  transition: 0.2s;
}

.header-info {
  padding: 295px 0px 96px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.header-info.-simple {
  padding: 60px 0px 96px;
  gap: 32px;
}

.header-info h1 {
  color: #F6F0E3;
}

.header-info p {
  color: #F6F0E3;
  line-height: 150%;
  font-size: 21px;
}

.header-info-actions {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.header-info-go-back {
  display: flex;
  align-items: center;
  transition: 0.2s;
  color: #B79B45;
  align-self: start;
}

.header-info-go-back svg {
  height: 24px;
  width: 48px;
  fill: currentColor;
  transition: transform 0.2s;
}

.header-splash {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 40px;
}

.header-splash li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.header-splash li:not(:last-child):after {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: -20px;
}

.header-splash-title {
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #B79B45;
}

.header-splash-title {
  font-size: 15px;
  color: #F6F0E3;
}

.header-splash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.header-splash-actions .btn {
  padding: 13px 32px;
  gap: 8px;
}

.header-splash-actions .btn svg {
  fill: #B79B45;
}

.specials {
  background: #062F3B;
  overflow: hidden;
  z-index: 1;
}

.specials-slider {
  overflow: visible;
}

.specials-slider .swiper-slide {
  transition: opacity 0.2s, visibility 0.2s;
}

.specials-card {
  display: grid;
  grid-template-columns: 0.66fr 1fr;
  gap: 64px;
  padding: 0 11.698718%;
}

.specials-card-photo {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.specials-card-photo:before {
  display: block;
  content: "";
  padding-bottom: 77.464789%;
}

.specials-card-photo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specials-card .info {
  color: #fff;
  align-self: center;
}

.specials-card .info h2,
.specials-card .info .h2 {
  color: #fff;
}

.about {
  background: #F6F0E3;
  overflow: visible;
}

.about .container {
  position: relative;
}

.about-decor-top {
  pointer-events: none;
  position: absolute;
  width: 300px;
  top: 0;
  right: 40px;
  transform: translateY(-50%);
}

.about-inner {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  gap: 156px;
}

.about-main {
  text-align: center;
}

.about-main .info {
  margin-bottom: 35px;
}

.about-main img {
  border-radius: 30px;
  display: block;
  max-width: 100%;
  height: auto;
}

.about-video {
  background: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  z-index: 10;
  margin-top: 80px;
}

.about-video:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.about-video:after {
  --size: 96px;
  display: block;
  content: "";
  background: #fff;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: url(../img/icons/play.svg) no-repeat center center/60% 60%, rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.about-video img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}

.about-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.about-slider {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding: 20px 0;
}

.about-slider .swiper-slide {
  transition: opacity 0.2s, visibility 0.2s;
  padding: 0 10%;
}

.about-slider .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.about-slider .slider-button:after {
  background: #33505B;
}

.about-slider-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1685px;
}

.about-card .flex-row-reverse .about-card-photo {
  margin-left: auto;
}

.about-card-photo {
  max-width: 560px;
  position: relative;
}

.about-card-photo-inner {
  position: relative;
  padding-bottom: 64.285714%;
  overflow: hidden;
  border-radius: 30px;
}

.about-card-photo-inner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-card-photo-decor {
  width: 62%;
  position: absolute;
  left: -34%;
  bottom: -22%;
  pointer-events: none;
}

.about-card-photo-decor.-left {
  left: auto;
  right: -34%;
  transform: scaleX(-1);
}

.about-cta {
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
  justify-items: center;
  text-align: center;
}

.about-decor-1 {
  pointer-events: none;
  position: absolute;
  width: 520px;
  top: 0;
  left: -170px;
  transform: translateY(-52%);
}

.details .container {
  position: relative;
}

.details-decor {
  pointer-events: none;
  position: absolute;
  width: 420px;
  right: -190px;
  bottom: -60px;
  z-index: 0;
}

.details {
  background: #062F3B;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.details-content {
  position: relative;
  z-index: 1;
  padding: 88px 0px 96px;
  display: grid;
  grid-template-columns: 100%;
  gap: 48px;
}

.details-content hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.details-content-block {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
  color: #fff;
}

.details-content-block h2,
.details-content-block .h2,
.details-content-block h3,
.details-content-block .h3,
.details-content-block h4,
.details-content-block .h4 {
  color: #fff;
}

.details-content-block p {
  font-weight: 700;
  margin: 0 !important;
}

.details-content-block p span {
  color: #B79B45;
}

.details-content-block p em {
  font-style: normal;
  opacity: 0.5;
}

.details-content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.details-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.details-content-list li {
  display: flex;
}

.details-content-list li a {
  line-height: 150%;
  font-size: 16px;
  line-height: 168.75%;
  text-decoration: underline;
  color: #B79B45;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
}

.details-content-list li a:after {
  --size: 16px;
  display: block;
  content: "";
  background: currentColor;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/svgsprite/link-external.svg);
  mask-image: url(../img/svgsprite/link-external.svg);
  opacity: 0.5;
  transition: opacity 0.2s;
}

.details-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.media {
  background: #B79B45;
  overflow: hidden;
  z-index: 1;
}

.media-slider {
  overflow: visible;
}

.media-slider .swiper-slide {
  transition: opacity 0.2s, visibility 0.2s;
  padding: 0 10%;
}

.media-slider .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.media-slider .slider-pagination .swiper-pagination-bullet {
  background: #fff;
}

.media-slider-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.media-slider-card h2,
.media-slider-card .h2,
.media-slider-card h3,
.media-slider-card .h3,
.media-slider-card h4,
.media-slider-card .h4 {
  color: #fff;
}

.media-slider-card a {
  line-height: 150%;
  font-size: 16px;
  line-height: 168.75%;
  text-decoration: underline;
  color: #fff;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
}

.media-slider-card a:after {
  --size: 16px;
  display: block;
  content: "";
  background: currentColor;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/svgsprite/link-external.svg);
  mask-image: url(../img/svgsprite/link-external.svg);
  opacity: 0.5;
  transition: opacity 0.2s;
}

.social {
  background: #F6F0E3;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.social .info {
  text-align: center;
}

.social-widget {
  margin: 72px 0px 64px;
}

.faq {
  overflow: hidden;
}

.faq .container {
  position: relative;
}

.faq-decor {
  pointer-events: none;
  position: absolute;
  width: 320px;
  top: -70px;
  right: -140px;
  transform: rotate(-12deg);
}

.faq {
  z-index: 1;
}

.faq .info {
  text-align: center;
  margin-bottom: 70px;
}

.faq-item {
  padding: 32px 0;
  transition: padding 0.2s;
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid rgba(6, 47, 59, 0.25);
}

.faq-item.-active {
  padding: 20px 0;
}

.faq-item.-active .faq-item-trigger {
  color: #B79B45;
}

.faq-item.-active .faq-item-trigger:before {
  top: -20px;
  bottom: -15px;
}

.faq-item.-active .faq-item-trigger:after {
  transform: rotate(-180deg);
}

.faq-item.-active .faq-item-content > * {
  opacity: 1;
}

.faq-item-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #33505B;
  transition: color 0.2s;
}

.faq-item-trigger:before {
  display: block;
  content: "";
  position: absolute;
  top: -32px;
  bottom: -32px;
  left: 0;
  right: 0;
  z-index: 10;
}

.faq-item-trigger:after {
  --size: 24px;
  display: block;
  content: "";
  background: currentColor;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/svgsprite/ctrl-down.svg);
  mask-image: url(../img/svgsprite/ctrl-down.svg);
  transition: transform 0.2s;
  margin-left: 15px;
}

.faq-item-trigger h3,
.faq-item-trigger .h3,
.faq-item-trigger h4,
.faq-item-trigger .h4,
.faq-item-trigger h5,
.faq-item-trigger .h5,
.faq-item-trigger h6,
.faq-item-trigger .h6 {
  color: currentColor;
}

.faq-item-content {
  --height: 0;
  height: var(--height);
  overflow: hidden;
}

.faq-item-content-inner {
  padding-top: 15px;
}

.faq-item-content > * {
  transition: opacity 0.3s;
  opacity: 0;
}

.faq-item-content p {
  line-height: 168.75%;
}

.faq-more {
  margin-top: 40px;
}

.faq-more .btn {
  border: 1px solid #062F3B;
}

.faq-more .btn:hover {
  border: 1px solid #B79B45;
}

.faq-item.hidden {
  display: none;
}

.footer {
  background: #33505B;
  padding: 50px 0;
  margin-top: auto;
}

.footer .container {
  position: relative;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 50px;
}

.footer-info-developer {
  line-height: 150%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.footer-info-developer a {
  color: #B79B45;
  transition: 0.2s;
}

.footer-info-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}

.footer-info-nav li {
  display: flex;
}

.footer-info-nav li a {
  line-height: 150%;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.2s;
}

.contact {
  overflow: hidden;
  background: #062F3B;
  padding: 32px 0px 24px;
}

.contact-pagebuilder {
  padding: 70px 0;
}

.contact .container {
  position: relative;
}

.contact-decor-1 {
  pointer-events: none;
  position: absolute;
  width: 670px;
  top: 102px;
  left: -426px;
}

.contact-decor-2 {
  pointer-events: none;
  position: absolute;
  width: 575px;
  bottom: 90px;
  right: -256px;
}

.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-logo {
  display: flex;
  align-items: center;
}

.contact-logo img {
  height: 110px;
  width: auto;
  max-width: 100%;
}

.contact-back-to {
  align-self: start;
  display: flex;
  align-items: center;
  line-height: 150%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  margin-top: 40px;
}

.contact-back-to svg {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  fill: currentColor;
  transition: transform 0.2s;
}

.contact-form {
  width: 100%;
  padding: 50px 40px;
  border-radius: 10px;
  background: #F6F0E3;
  margin-top: 20px;
}

.contact-form .info:not(:last-child) {
  margin-bottom: 30px;
}

.contact-form .info-tag {
  line-height: 150%;
  font-size: 21px;
}

.contact-form .info p {
  line-height: 150%;
  font-size: 18px;
  line-height: 28px;
}

.contact-form-main {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}

.contact-form .gfield,
.contact-form fieldset {
  margin-bottom: 15px !important;
}

.contact-form label,
.contact-form legend {
  align-self: start;
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
  line-height: 150%;
  font-size: 16px;
  line-height: 24px;
  border-radius: 2px;
  background: #F6F0E3;
  box-shadow: inset 0 0 0 1px rgba(6, 47, 59, 0.25);
  padding: 14px 20px;
  color: #062F3B;
  transition: box-shadow 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: inset 0 0 0 2px #B79B45;
}

.contact-form textarea {
  border-radius: 2px;
  height: 160px !important;
  min-height: 160px !important;
  resize: none;
  line-height: 150%;
  font-size: 16px;
  padding: 15px 20px;
}

.contact-form input[type=submit],
.contact-form button[type=submit],
.contact-form .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 16px 34px;
  font-family: "DIN Alternate", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  cursor: pointer;
  transition: 0.2s;
  color: #062F3B;
  gap: 14px;
  background: #B79B45;
  box-shadow: none;
  border: none !important;
  width: 100%;
}

.contact-form input[type=submit]:hover,
.contact-form button[type=submit]:hover,
.contact-form .gform_button:hover {
  background: #F6F0E3;
  color: #062F3B;
  box-shadow: none !important;
  border: none;
}

.contact-form input[type=submit]:focus,
.contact-form button[type=submit]:focus,
.contact-form .gform_button:focus {
  box-shadow: none;
  border: none;
}

.contact-form .ginput_container_consent,
.contact-form .ginput_container_radio,
.contact-form .ginput_container_checkbox {
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.contact-form .ginput_container_consent label,
.contact-form .ginput_container_radio label,
.contact-form .ginput_container_checkbox label {
  margin-bottom: 0;
}

.contact-form .ginput_container_consent .gchoice,
.contact-form .ginput_container_radio .gchoice,
.contact-form .ginput_container_checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-form .ginput_container_consent .gchoice:last-child,
.contact-form .ginput_container_radio .gchoice:last-child,
.contact-form .ginput_container_checkbox .gchoice:last-child {
  margin-bottom: 0px;
}

.contact-form .ginput_container_consent a,
.contact-form .ginput_container_radio a,
.contact-form .ginput_container_checkbox a {
  color: #B79B45;
  text-decoration: underline;
}

.contact-form .ginput_container_consent .gfield_radio,
.contact-form .ginput_container_consent .gfield_checkbox,
.contact-form .ginput_container_radio .gfield_radio,
.contact-form .ginput_container_radio .gfield_checkbox,
.contact-form .ginput_container_checkbox .gfield_radio,
.contact-form .ginput_container_checkbox .gfield_checkbox {
  --size: 100%;
  width: 100%;
  height: 100%;
  background: none;
}

.contact-form .ginput_container_consent .gfield_radio div,
.contact-form .ginput_container_consent .gfield_checkbox div,
.contact-form .ginput_container_radio .gfield_radio div,
.contact-form .ginput_container_radio .gfield_checkbox div,
.contact-form .ginput_container_checkbox .gfield_radio div,
.contact-form .ginput_container_checkbox .gfield_checkbox div {
  --size: 100%;
  width: 100%;
  height: 100%;
  background: none;
}

.contact-form .ginput_container_consent .gfield_radio input[type=radio],
.contact-form .ginput_container_consent .gfield_checkbox input[type=radio],
.contact-form .ginput_container_radio .gfield_radio input[type=radio],
.contact-form .ginput_container_radio .gfield_checkbox input[type=radio],
.contact-form .ginput_container_checkbox .gfield_radio input[type=radio],
.contact-form .ginput_container_checkbox .gfield_checkbox input[type=radio] {
  border-radius: 100px;
}

.contact-form .ginput_container_consent label,
.contact-form .ginput_container_radio label,
.contact-form .ginput_container_checkbox label {
  margin-left: 10px;
}

.contact-form .ginput_container_consent input,
.contact-form .ginput_container_radio input,
.contact-form .ginput_container_checkbox input {
  width: 20px;
  height: 20px;
  padding: 0 0 0 0 !important;
  border-radius: 3px;
  flex-shrink: 0;
  background: none;
}

.contact-form .ginput_container_consent input:checked,
.contact-form .ginput_container_radio input:checked,
.contact-form .ginput_container_checkbox input:checked {
  background: #B79B45 url(../img/svgsprite/check.svg) no-repeat center center/70% auto;
  border-color: #fff;
  box-shadow: none;
}

.contact-form .ginput_container_consent div,
.contact-form .ginput_container_radio div,
.contact-form .ginput_container_checkbox div {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  border-radius: 50%;
  background: #fff;
  margin-top: 4px;
}

.contact-form .ginput_container_consent span,
.contact-form .ginput_container_radio span,
.contact-form .ginput_container_checkbox span {
  line-height: 150%;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #062F3B;
}

.contact-form .ginput_container_consent p,
.contact-form .ginput_container_radio p,
.contact-form .ginput_container_checkbox p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #33505B;
  grid-column: 2/3;
}

.contact-form-options {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}

.contact-form-options-items {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  justify-items: start;
}

.contact-form-checkbox {
  display: flex;
  gap: 5px;
  cursor: pointer;
  user-select: none;
}

.contact-form-checkbox input {
  display: none;
}

.contact-form-checkbox input:disabled + div {
  opacity: 0.5;
}

.contact-form-checkbox input:checked + div {
  background: #B79B45;
  border-color: #B79B45;
}

.contact-form-checkbox input:checked + div:after {
  --size: 70%;
  display: block;
  content: "";
  background: #fff;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/svgsprite/check.svg);
  mask-image: url(../img/svgsprite/check.svg);
}

.contact-form-checkbox div {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  border: 1px solid rgba(6, 47, 59, 0.35);
  border-radius: 5px;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form-checkbox p {
  line-height: 150%;
  font-size: 16px;
  align-self: center;
}

.contact-form .btn {
  width: 100%;
}

.contact-phone {
  line-height: 150%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.contact-phone a {
  color: #B79B45;
  transition: 0.2s;
}

.gfield_required_text {
  display: none;
}

.gform_submission_error {
  color: red;
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

span.gform-icon.gform-icon--circle-error {
  margin-right: 10px;
}

.gfield_validation_message {
  margin-top: 5px;
  margin-bottom: 10px;
  color: red;
}

.gfield_error input,
.gfield_error textarea {
  border: 1px solid red;
  box-shadow: none;
}

.gform_confirmation_message {
  font-size: 17px;
  font-weight: bold;
  background: rgba(0, 128, 0, 0.1);
  color: green;
  border: 1px solid green;
  padding: 20px 25px;
  border-radius: 5px;
}

.gchoice_other_control {
  display: none;
}

.newsletter label.gfield_label.gform-field-label {
  display: none;
}

.newsletter .contact-form {
  background: none;
  text-align: center;
  padding: 0 0;
}

.newsletter .contact-form h2 {
  color: #F6F0E3;
}

.newsletter .contact-form p {
  color: rgba(246, 240, 227, 0.85);
}

.service-info {
  background: #F6F0E3;
  overflow: hidden;
}

.service-info .container {
  position: relative;
}

.service-info-decor {
  pointer-events: none;
  position: absolute;
  width: 580px;
  top: -280px;
  right: -250px;
  transform: scaleX(-1);
}

.service-info-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.service-info .info p {
  line-height: 150%;
  font-size: 21px;
}

.service-info-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  padding-bottom: 32px;
}

.service-info-content li {
  display: flex;
}

.service-info-content li a {
  line-height: 150%;
  font-size: 18px;
  line-height: 28px;
  color: #B79B45;
  transition: 0.2s;
  text-decoration: underline;
}

.service-info-block {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}

.service-info-block p {
  line-height: 168.75%;
  margin: 0 !important;
}

.cta {
  background: #062F3B;
  overflow: hidden;
}

.cta .container {
  position: relative;
}

.cta-decor {
  pointer-events: none;
  position: absolute;
  width: 380px;
  top: -60px;
  left: -230px;
}

.cta-content {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  gap: 40px;
  text-align: center;
}

.cta-content-logo {
  display: flex;
  align-items: center;
}

.cta-content-logo img {
  height: 150px;
  width: auto;
  max-width: 100%;
}

.cta-content h2,
.cta-content .h2,
.cta-content h3,
.cta-content .h3,
.cta-content h4,
.cta-content .h4,
.cta-content h5,
.cta-content .h5 {
  color: #F6F0E3;
}

.service-info-block > *:first-child {
  margin-top: 0;
}

.service-info-block > *:last-child {
  margin-bottom: 0;
}

.service-info-block p a,
.service-info-block blockquote a,
.service-info-block li a,
.service-info-block th a,
.service-info-block td a,
.service-info-block tr a {
  color: #B79B45;
  text-decoration: underline;
  font-weight: bold;
}

.service-info-block h1,
.service-info-block h2,
.service-info-block h3,
.service-info-block h4,
.service-info-block h5,
.service-info-block h6 {
  margin-top: 30px;
}

.service-info-block h1:first-child,
.service-info-block h2:first-child,
.service-info-block h3:first-child,
.service-info-block h4:first-child,
.service-info-block h5:first-child,
.service-info-block h6:first-child {
  margin-top: 0;
}

.service-info-block h1 {
  margin-bottom: 12px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  color: #062F3B;
}

.service-info-block h2 {
  margin-bottom: 10px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  color: #062F3B;
}

.service-info-block h3 {
  margin-bottom: 8px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  color: #062F3B;
}

.service-info-block h4,
.service-info-block h5,
.service-info-block h6 {
  margin-bottom: 5px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  color: #062F3B;
}

.service-info-block p {
  color: #062F3B;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin-bottom: 12px;
}

.service-info-block p.-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
}

.service-info-block blockquote {
  margin: 40px 0;
  padding-left: 30px;
  border-left: 2px solid #B79B45;
  display: block;
  color: #062F3B;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
}

.service-info-block ul,
.service-info-block ol {
  margin: 12px 0 20px 0;
  list-style: disc;
  padding-left: 24px;
}

.service-info-block ul li,
.service-info-block ol li {
  color: #062F3B;
  font-size: 16px;
  line-height: 26px;
}

.service-info-block ul li:not(:last-child),
.service-info-block ol li:not(:last-child) {
  margin-bottom: 10px;
}

.service-info-block ul li::marker,
.service-info-block ol li::marker {
  color: #B79B45;
}

.service-info-block ol li {
  list-style: decimal;
}

.service-info-block ol li::marker {
  color: #062F3B;
}

.service-info-block table {
  color: #062F3B;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.16px;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0;
}

.service-info-block table tr {
  background: rgba(6, 47, 59, 0.1);
}

.service-info-block table tr:nth-child(even) {
  background: rgba(6, 47, 59, 0.15);
}

.service-info-block table td,
.service-info-block table th {
  padding: 12px;
  border: 1px solid #062F3B;
  vertical-align: top;
}

.service-info-block table td span,
.service-info-block table th span {
  display: block;
}

.service-info-block table td span:not(:last-child),
.service-info-block table th span:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex: 1 0 0;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

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

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

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

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

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

  .order-sm-0 {
    order: 0 !important;
  }

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

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

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

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

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

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

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

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

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

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

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

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .col-md {
    flex: 1 0 0;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

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

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

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

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

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

  .d-md-grid {
    display: grid !important;
  }

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

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

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

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

  .order-md-0 {
    order: 0 !important;
  }

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

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

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

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

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

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

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

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

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

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

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

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .specials {
    padding: 60px 0;
  }

  .about {
    padding: 80px 0;
  }

  .media {
    padding: 80px 0;
  }

  .social {
    padding: 80px 0;
  }

  .faq {
    padding: 80px 0;
  }

  .service-info {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex: 1 0 0;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

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

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

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

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

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

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

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

  .order-lg-0 {
    order: 0 !important;
  }

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

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

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

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

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

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

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

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

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

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

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

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .specials {
    padding: 72px 0;
  }

  .specials-slider .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

  .specials-slider .slider-pagination {
    display: none;
  }

  .about {
    padding: 100px 0;
  }

  .about-slider .slider-pagination {
    display: none;
  }

  .details-map {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .media {
    padding: 128px 0;
  }

  .media-slider .slider-pagination {
    display: none;
  }

  .social {
    padding: 72px 0 128px;
  }

  .faq {
    padding: 80px 0;
  }

  .service-info {
    padding: 128px 0;
  }
}

@media (min-width: 1170px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex: 1 0 0;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

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

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

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

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

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

  .order-xl-0 {
    order: 0 !important;
  }

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

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

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

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

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

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

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

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

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

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

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

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

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

@media (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1278px;
  }

  .col-xxl {
    flex: 1 0 0;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

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

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

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

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

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

  .order-xxl-0 {
    order: 0 !important;
  }

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

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

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

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

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

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

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

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

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

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

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

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

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

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

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

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

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

@media (max-width: 1169px) {
  .specials-card {
    padding: 0 60px;
    gap: 40px;
  }

  .about-slider .swiper-slide {
    padding: 0 8%;
  }

  .about-slider-decor {
    width: 150%;
  }

  .about-card-photo-decor {
    width: 56%;
    left: -28%;
  }

  .about-card-photo-decor.-left {
    left: auto;
    right: -28%;
  }

  .media-slider .swiper-slide {
    padding: 0 8%;
  }
}

@media (max-width: 991px) {
  .header.-error .header-info {
    padding: 80px 0;
  }

  .header-top-logo img {
    height: 96px;
  }

  .header-top-nav ul {
    gap: 4px 20px;
  }

  .header-info {
    padding: 180px 0px 60px;
  }

  .header-info.-simple {
    padding-bottom: 70px;
  }

  .header-splash {
    margin-top: 40px;
    gap: 40px 40px;
  }

  .specials-slider .slider-button {
    display: none;
  }

  .specials-card {
    gap: 30px;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .about-decor-top {
    width: 230px;
    right: 20px;
  }

  .about-inner {
    gap: 80px;
  }

  .about-inner {
    gap: 40px;
  }

  .about-video {
    margin-top: 50px;
  }

  .about-video:after {
    --size: 72px;
  }

  .about-slider .swiper-slide {
    padding: 0;
  }

  .about-slider .slider-button {
    display: none;
  }

  .about-card-photo {
    max-width: none;
    margin-bottom: 30px;
  }

  .about-card-photo-decor {
    width: 46%;
    left: -16%;
    bottom: -14%;
  }

  .about-card-photo-decor.-left {
    left: auto;
    right: -16%;
  }

  .about-cta {
    gap: 26px;
  }

  .about-decor-1 {
    width: 420px;
    left: -140px;
    transform: translateY(-48%);
  }

  .details-decor {
    width: 300px;
    right: -130px;
  }

  .details-content {
    padding: 60px 0;
    gap: 40px;
  }

  .details-content-block {
    gap: 20px;
  }

  .details-map {
    height: 400px;
  }

  .media-slider .swiper-slide {
    padding: 0;
  }

  .media-slider .slider-button {
    display: none;
  }

  .social-widget {
    margin: 50px 0;
  }

  .faq-decor {
    width: 240px;
    right: -100px;
    top: -50px;
  }

  .faq .info {
    margin-bottom: 40px;
  }

  .footer {
    padding: 40px 0;
  }

  .service-info-decor {
    width: 450px;
    right: -180px;
    top: -200px;
  }

  .cta-decor {
    width: 300px;
    left: -180px;
  }

  .cta-content {
    gap: 30px;
  }

  .cta-content-logo img {
    height: 125px;
  }
}

@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }

  h1,
  .h1 {
    font-size: 38px;
    letter-spacing: 0.03em;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 23px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 17px;
  }

  p:not(:last-child) {
    margin-bottom: 12px;
  }

  .info {
    gap: 10px;
  }

  .info-tag {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .info-availability {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .slider-pagination {
    margin-top: 30px;
  }

  .header.-splash .header-info {
    padding-bottom: 40px;
  }

  .header.-error .header-info {
    padding: 60px 0 40px;
  }

  .header-top {
    padding: 16px 0;
  }

  .header-top-logo img {
    height: 70px;
  }

  .header-top-location {
    margin: 0;
  }

  .header-top-location-trigger {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .header-top-location-list li a {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .header-top-nav a {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .header-top-language li a {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .header-info {
    padding: 140px 0px 40px;
  }

  .header-info.-simple {
    padding: 50px 0px 40px;
    gap: 24px;
  }

  .header-info p {
    font-size: 20px;
  }

  .header-info-actions {
    padding-top: 10px;
  }

  .header-splash {
    margin-top: 30px;
    gap: 30px 40px;
  }

  .header-splash li {
    gap: 10px;
  }

  .header-splash-title {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .header-splash-actions {
    gap: 10px 16px;
  }

  .specials-card {
    gap: 20px;
  }

  .specials-card-photo {
    border-radius: 12px;
  }

  .about-decor-top {
    width: 150px;
    right: 0;
  }

  .about-main img {
    border-radius: 12px;
  }

  .about-video {
    margin-top: 30px;
    border-radius: 12px;
  }

  .about-video:after {
    --size: 60px;
  }

  .about-slider-decor {
    width: 180%;
  }

  .about-card-photo {
    margin-bottom: 20px;
  }

  .about-card-photo-inner {
    border-radius: 12px;
  }

  .about-card-photo-decor {
    width: 40%;
    left: -10%;
  }

  .about-card-photo-decor.-left {
    left: auto;
    right: -10%;
  }

  .about-cta {
    gap: 12px;
  }

  .about-decor-1 {
    width: 300px;
    left: -120px;
    transform: translateY(-40%);
  }

  .details-decor {
    width: 200px;
    right: -80px;
    bottom: -20px;
  }

  .details-content {
    padding: 40px 0;
    gap: 30px;
  }

  .details-content-block {
    gap: 16px;
  }

  .social-widget {
    margin: 30px 0;
  }

  .faq-decor {
    width: 170px;
    right: -60px;
    top: -30px;
  }

  .faq .info {
    margin-bottom: 30px;
  }

  .faq-item {
    padding: 15px 0;
  }

  .faq-item.-active {
    padding: 15px 0;
  }

  .faq-item.-active .faq-item-trigger:before {
    top: -15px;
    bottom: -12px;
  }

  .faq-item-trigger:before {
    top: -15px;
    bottom: -15px;
  }

  .faq-item-trigger:after {
    --size: 20px;
  }

  .faq-item-content-inner {
    padding-top: 12px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-info-nav {
    gap: 10px 24px;
  }

  .contact {
    padding: 30px 0;
  }

  .contact-decor-1 {
    width: 420px;
    top: 20px;
    left: -256px;
  }

  .contact-decor-2 {
    width: 360px;
    bottom: -20px;
    right: -128px;
  }

  .contact-logo img {
    height: 80px;
  }

  .contact-back-to {
    margin-top: 30px;
  }

  .contact-form {
    border-radius: 8px;
    padding: 30px 20px;
  }

  .contact-form .info:not(:last-child) {
    margin-bottom: 24px;
  }

  .contact-form .info-tag {
    font-size: 20px;
  }

  .contact-form-main {
    gap: 18px;
  }

  .contact-form-options {
    gap: 18px;
  }

  .contact-form-options-items {
    gap: 12px;
  }

  .service-info-decor {
    width: 250px;
    right: -100px;
    top: -120px;
  }

  .service-info-inner {
    gap: 24px;
  }

  .service-info .info p {
    font-size: 20px;
  }

  .service-info-content {
    padding-bottom: 24px;
    gap: 12px;
  }

  .service-info-block {
    gap: 8px;
  }

  .cta-decor {
    width: 200px;
    top: -30px;
    left: -110px;
  }

  .cta-content {
    gap: 20px;
  }

  .cta-content-logo img {
    height: 100px;
  }

  .service-info-block h1 {
    margin-bottom: 18px;
  }

  .service-info-block h2 {
    margin-bottom: 18px;
  }

  .service-info-block ul,
  .service-info-block ol {
    padding-left: 20px;
  }

  .service-info-block ul li:not(:last-child),
  .service-info-block ol li:not(:last-child) {
    margin-bottom: 8px;
  }

  .service-info-block table td span:not(:last-child),
  .service-info-block table th span:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .btn {
    width: 100%;
  }

  .top-promo-inner p {
    font-size: 14px;
  }

  .header-top {
    display: grid;
    grid-template-columns: 1fr max-content;
    order: 1;
  }

  .header-top-location {
    order: 1;
    justify-self: start;
  }

  .header-top-location-trigger {
    padding: 10px 0;
  }

  .header-top-location-list {
    left: 0;
    right: auto;
  }

  .header-top-location-menu {
    justify-self: flex-start;
  }

  .header-top-location-menu .header-top-location-list {
    left: auto;
    right: 0;
  }

  .header-top-nav {
    order: 2;
    grid-column: 1/3;
    justify-self: start;
    margin: 0;
  }

  .header-top-nav ul {
    gap: 4px 16px;
  }

  .header-top-language {
    grid-column: 2/3;
    justify-self: end;
  }

  .header-splash li {
    width: 100%;
  }

  .header-splash li:not(:last-child):after {
    display: none;
  }

  .about-video:after {
    --size: 15vw;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

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

@media (hover: hover) and (pointer: fine) {
  .btn.-accent:hover {
    background: #062F3B;
    color: #F6F0E3;
  }

  .btn.-accent:hover svg {
    fill: #F6F0E3;
  }

  .btn.-white:hover {
    background: #B79B45;
  }

  .btn.-white:hover svg {
    fill: #062F3B;
  }

  .btn.-outline:hover {
    background: #F6F0E3;
    color: #062F3B;
  }

  .btn.-outline:hover svg {
    fill: #062F3B;
  }

  .slider-button:hover:after {
    background: #B79B45;
  }

  .top-promo-inner .btn:hover {
    background: #fff;
    color: #B79B45;
  }

  .top-promo-inner .btn:hover svg {
    fill: #B79B45;
  }

  .header-top-location-list li a:hover {
    color: #B79B45;
  }

  .header-top-location-list li a:hover:before {
    opacity: 1;
  }

  .header-top-nav a:hover {
    color: #B79B45;
  }

  .header-top-language li a:hover {
    color: #B79B45;
  }

  .header-info-go-back:hover {
    color: #fff;
  }

  .header-info-go-back:hover svg {
    transform: translateX(-5px);
  }

  .details-content-list li a:hover {
    color: #fff;
    text-decoration: none;
  }

  .details-content-list li a:hover:after {
    opacity: 1;
  }

  .media-slider .slider-button:hover:after {
    background: #33505B;
  }

  .media-slider-card a:hover {
    color: #33505B;
    text-decoration: none;
  }

  .media-slider-card a:hover:after {
    opacity: 1;
  }

  .faq-item-trigger:hover {
    color: #B79B45;
  }

  .footer-info-developer a:hover {
    color: #fff;
  }

  .footer-info-nav li a:hover {
    color: #B79B45;
  }

  .contact-back-to:hover {
    color: #fff;
  }

  .contact-back-to:hover svg {
    transform: translateX(-5px);
  }

  .contact-form input:not(:focus):hover,
  .contact-form textarea:not(:focus):hover {
    box-shadow: inset 0 0 0 1px #B79B45;
  }

  .contact-form .ginput_container_consent a:hover,
  .contact-form .ginput_container_radio a:hover,
  .contact-form .ginput_container_checkbox a:hover {
    color: #B79B45;
    text-decoration: none;
  }

  .contact-phone a:hover {
    color: #fff;
  }

  .service-info-content li a:hover {
    text-decoration: none;
    opacity: 0.65;
  }

  .service-info-block p a:hover,
  .service-info-block blockquote a:hover,
  .service-info-block li a:hover,
  .service-info-block th a:hover,
  .service-info-block td a:hover,
  .service-info-block tr a:hover {
    color: #B79B45;
    text-decoration: none;
  }
}
/*# sourceMappingURL=bundle.css.map */
