@charset "UTF-8";
/*!
Theme Name: ssi
Author: SSI
Description: Motyw strony deweloperskiej
Version: 1.0.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssi-theme

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
    mq() takes up to three optional parameters:

    $from: inclusive min-width boundary
    $until: exclusive max-width boundary
    $and: additional custom directives
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[v-cloak] {
  display: none;
}

.delay1 {
  animation-delay: 0.3s;
}
@media (max-width: 35.99em) {
  .delay1 {
    animation-delay: 0.3s;
  }
}

.delay2 {
  animation-delay: 0.6s;
}
@media (max-width: 35.99em) {
  .delay2 {
    animation-delay: 0.3s;
  }
}

.delay3 {
  animation-delay: 0.9s;
}
@media (max-width: 35.99em) {
  .delay3 {
    animation-delay: 0.3s;
  }
}

.delay4 {
  animation-delay: 1.2s;
}
@media (max-width: 35.99em) {
  .delay4 {
    animation-delay: 0.3s;
  }
}

.delay5 {
  animation-delay: 1.5s;
}
@media (max-width: 35.99em) {
  .delay5 {
    animation-delay: 0.3s;
  }
}

.delay6 {
  animation-delay: 1.8s;
}
@media (max-width: 35.99em) {
  .delay6 {
    animation-delay: 0.3s;
  }
}

.delay7 {
  animation-delay: 2.1s;
}
@media (max-width: 35.99em) {
  .delay7 {
    animation-delay: 0.3s;
  }
}

.delay8 {
  animation-delay: 2.4s;
}
@media (max-width: 35.99em) {
  .delay8 {
    animation-delay: 0.3s;
  }
}

.delay9 {
  animation-delay: 2.7s;
}
@media (max-width: 35.99em) {
  .delay9 {
    animation-delay: 0.3s;
  }
}

.delay10 {
  animation-delay: 3s;
}
@media (max-width: 35.99em) {
  .delay10 {
    animation-delay: 0.3s;
  }
}

:root {
  --font-text: "Inter", sans-serif;
  --font-headings: "Inter", sans-serif;
  --font-buttons: "Inter", sans-serif;
  --palette01: #c6a664;
  --palette02: #1f2445;
  --palette03: #1f2445;
  --palette04: #606060;
  --palette05: #f3f3f3;
  --palette06: #fbf9f5;
  --palette07: rgba(0, 0, 0, 0.2);
  --palette08: #ffffff;
}

@font-face {
  font-family: "Inter";
  src: url("../ssi/assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media (min-width: 93.75em) {
  *, html, body {
    font-size: 16px;
  }
}
@media (max-width: 61.99em) {
  *, html, body {
    font-size: 14px;
  }
}
@media (max-width: 47.99em) {
  *, html, body {
    font-size: 13px;
  }
}
@media (max-width: 35.99em) {
  *, html, body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--palette03);
  line-height: 1.25em;
  font-weight: 100;
  font-family: var(--font-headings);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 3.125rem;
  margin-bottom: 24px;
}
@media (max-width: 93.74em) {
  h1 {
    font-size: 2.6041666667rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 74.99em) {
  h1 {
    font-size: 2.2321428571rem;
    margin-bottom: 17.1428571429px;
  }
}
@media (max-width: 61.99em) {
  h1 {
    font-size: 1.953125rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 35.99em) {
  h1 {
    font-size: 1.7361111111rem;
    margin-bottom: 13.3333333333px;
  }
}

h2 {
  font-size: 2.6041666667rem;
  margin-bottom: 40px;
}
@media (max-width: 93.74em) {
  h2 {
    font-size: 2.4038461538rem;
  }
}
@media (max-width: 74.99em) {
  h2 {
    font-size: 2.2321428571rem;
  }
}
@media (max-width: 61.99em) {
  h2 {
    font-size: 1.953125rem;
  }
}
@media (max-width: 35.99em) {
  h2 {
    font-size: 1.7361111111rem;
  }
}

h3 {
  font-size: 1.953125rem;
  margin-bottom: 15px;
}

h4 {
  font-size: 2.0833333333rem;
  margin-bottom: 16px;
}

h5 {
  font-size: 1.953125rem;
  margin-bottom: 15px;
}

h6 {
  font-size: 1.8382352941rem;
  margin-bottom: 14.1176470588px;
}

.subtitle {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}

p, div, span {
  font-size: 1.125rem;
  line-height: 1.6em;
  color: var(--palette04);
  font-weight: 200;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: var(--palette04);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: var(--palette01);
  text-decoration: none;
}

.gdpr_lightbox li:before {
  display: none;
}

ul, ol {
  margin: 20px 0 20px 20px;
}
ul li, ol li {
  margin-top: 6px;
  line-height: 1.6em;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
}

ul {
  margin-left: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul:first-child {
  margin-top: 0;
}
ul li {
  list-style: none outside none;
  padding-left: 1.4375rem;
  position: relative;
}
ul li:first-child {
  margin-top: 0;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 20px;
  background-color: var(--palette01);
  transition: ease 0.4s all;
}
ul ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #DADADA;
  width: 100%;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #5e5e5e;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

th {
  font-weight: 600;
  background-color: rgb(248.1019417476, 217.1796116505, 212.8980582524);
}

th, td {
  padding: 0.9375rem;
  border: 1px solid #DADADA;
  text-align: left;
}

figure {
  margin: 30px 0;
}
figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1rem;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: rgb(248.6, 248.6, 248.6);
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}
pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.9375rem;
  color: rgb(39.5, 39.5, 39.5);
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 200;
  color: var(--palette01);
  font-size: 1.375rem;
}

img {
  max-width: 100%;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
  border-color: #46b450;
  order: -1;
  margin: 0 0 20px 0;
  background: #46b450;
  padding: 10px 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
}

.has-parallax img, .parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.decor img {
  width: 80px;
  height: auto;
  margin-bottom: 40px;
  pointer-events: none;
}

.decor-side {
  position: absolute;
  filter: grayscale(1) contrast(0);
  opacity: 0.1;
  pointer-events: none;
  left: -33vw;
  bottom: -4px;
}
@media (max-width: 61.99em) {
  .decor-side {
    left: -45vw;
  }
}
.decor-side-right {
  left: unset !important;
  right: -30vw;
  bottom: -50px;
}
@media (max-width: 61.99em) {
  .decor-side-right {
    right: -40vw;
  }
}
.decor-side-top {
  bottom: unset;
  top: 100px;
}
.decor-side img {
  height: auto;
  display: block;
  width: 45vw;
}
@media (max-width: 61.99em) {
  .decor-side img {
    width: 60vw;
  }
}

.narrow {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.blocked {
  overflow: hidden;
}

html {
  scroll-padding-top: 120px;
}

body {
  padding-top: 90px;
}

.site-main {
  overflow: hidden;
  --wp--style--block-gap: 20px;
}

.site-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 61.99em) {
  .site-wrapper {
    overflow: hidden;
    position: relative;
  }
}

img::-moz-selection {
  background-color: transparent;
}

img::selection {
  background-color: transparent;
}

@media (max-width: 61.99em) {
  .map {
    max-height: 400px;
  }
}
@media (max-width: 35.99em) {
  .map {
    max-height: 250px;
  }
}

.padding-container {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.padding-container-left {
  padding-left: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container-left {
    padding-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-left {
    padding-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-left {
    padding-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-left {
    padding-left: 15px;
  }
}
.padding-container-right {
  padding-right: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container-right {
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-right {
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-right {
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-right {
    padding-right: 15px;
  }
}

.padding-vertical {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 61.99em) {
  .padding-vertical {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.padding-vertical-top {
  padding-top: 100px;
}
@media (max-width: 61.99em) {
  .padding-vertical-top {
    padding-top: 60px;
  }
}
.padding-vertical-bottom {
  padding-bottom: 100px;
}
@media (max-width: 61.99em) {
  .padding-vertical-bottom {
    padding-bottom: 60px;
  }
}

.margin-container {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.margin-container-left {
  margin-left: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container-left {
    margin-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-left {
    margin-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-left {
    margin-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-left {
    margin-left: 15px;
  }
}
.margin-container-right {
  margin-right: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container-right {
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-right {
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-right {
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-right {
    margin-right: 15px;
  }
}

.margin-vertical {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.margin-vertical-top {
  margin-top: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical-top {
    margin-top: 60px;
  }
}
.margin-vertical-bottom {
  margin-bottom: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical-bottom {
    margin-bottom: 60px;
  }
}

footer {
  margin-top: auto;
}

.no-gutters > .col-left {
  padding-right: 30px;
}
@media (max-width: 61.99em) {
  .no-gutters > .col-left {
    padding-right: 0;
  }
}
.no-gutters > .col-right {
  padding-left: 30px;
}
@media (max-width: 61.99em) {
  .no-gutters > .col-right {
    padding-left: 0;
  }
}

.col-left, .col-right, col-inside {
  margin-bottom: 30px;
}

.entry-header {
  margin-bottom: 40px;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.nd li {
  padding-left: 0;
  list-style: none;
}
.nd li::before {
  content: none;
}

.header__submenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #AA8855;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: unset;
  right: 0;
  top: 150%;
  padding: 10px;
  height: auto;
  max-height: 900px;
  min-width: 150px;
  opacity: 1;
  z-index: 9;
  transform: scaleY(1);
  transform-origin: top center;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-in-out;
}
.header__submenu--fullscreen {
  position: static;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.header__submenu--fullscreen.header__submenu--hidden {
  display: none;
}
.header__submenu--hidden {
  opacity: 0;
  transform: scaleY(0);
}
.header__submenu .header__menuItem {
  width: auto;
  margin: 5px;
}
.header__submenu .header__menuItem--fullscreen {
  margin: 0;
}
.header__submenu .header__menuLink {
  color: #fff;
  white-space: nowrap;
}
.header__submenu .header__menuLink--fullscreen {
  font-size: 1rem;
  margin-bottom: 5px;
  text-align: center;
}

.header__menuItem:nth-child(1) .header__submenu {
  right: unset;
  left: 0;
}

.header__hamburger {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  justify-self: flex-end;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 47.99em) {
  .header__hamburger {
    margin-right: 10px;
  }
}
.header__hamburger--fullscreen {
  display: block;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger:hover span {
  background-color: var(--palette01);
}
.header__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--palette04);
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header__hamburger span:nth-child(1) {
  top: 2px;
  transform-origin: left center;
}
.header__hamburger span:nth-child(2) {
  top: 11px;
  transform-origin: left center;
}
.header__hamburger span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
.header__hamburger--open span {
  background-color: var(--palette01);
}
.header__hamburger--open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}
.header__hamburger--open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger--open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

@media screen and (max-width: 991px) {
  .header {
    align-items: stretch !important;
  }
  .header .d-flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-self: center;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    top: 85px;
    left: -100%;
    height: calc(100vh - 85px);
    background: var(--palette01);
    z-index: 3;
    transition: left 0.5s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }
  .header__nav--visible {
    left: 0;
  }
  .header__nav .header__menuLink {
    color: #fff !important;
    display: block;
    padding: 15px 0;
    font-size: 1.75rem;
    white-space: normal;
  }
  .header__nav .header__menuLink:before {
    bottom: -5px;
  }
  .header__menuList {
    flex-direction: column;
    padding: 10px 0;
    position: static;
    align-items: flex-start;
  }
  .header__menuList > .header__menuItem {
    display: block;
    margin: 0;
    width: 100%;
  }
  .header__menuList > .header__menuItem--fullscreen {
    display: flex;
    margin: 0 0 25px 0;
  }
  .header__menuList > .header__menuItem:last-child {
    margin-bottom: 0;
  }
  .header__submenu {
    position: static;
    padding: 10px 0 0 0;
    margin-top: 5px;
    background-color: rgb(219.3834951456, 59.7233009709, 37.6165048544);
  }
  .header__submenu--fullscreen {
    background-color: transparent;
    justify-content: center;
    align-items: center;
  }
  .header__submenu--hidden {
    display: none;
  }
  .header__submenu .header__menuItem {
    margin: 0;
  }
  .header__submenu .header__menuLink {
    margin: 0 10px 10px 10px;
    display: inline-block;
    font-size: 1.75rem;
  }
  .header::after {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .header {
    padding: 0 20px;
  }
  .header .d-flex {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.button {
  font-size: 0.975rem;
  line-height: 1.25rem;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  transition: ease 0.3s;
  padding: 10px 20px;
  justify-content: center;
  font-family: var(--font-buttons);
  font-weight: 300;
  text-transform: unset;
}
.button.left {
  justify-content: flex-start;
  align-self: flex-start;
}
.button.right {
  justify-content: flex-end;
  align-self: flex-end;
}
.button.center {
  justify-content: center;
  align-self: center;
}
.button:hover {
  cursor: pointer;
}
.button svg {
  width: 20px;
  height: 20px;
  transition: ease 0.3s;
}
.button img {
  transition: ease 0.3s;
  height: auto;
}
.button:not(.button--secondary, .button--extra) {
  color: #fff;
  border: 1px solid var(--palette01);
  background-color: var(--palette01);
  border-radius: 100px;
}
.button:not(.button--secondary, .button--extra) svg {
  fill: #fff;
}
.button:not(.button--secondary, .button--extra):hover, .button:not(.button--secondary, .button--extra).active, .button:not(.button--secondary, .button--extra).button--alt {
  color: #fff;
  border: 1px solid var(--palette02);
  background-color: var(--palette02);
}
.button:not(.button--secondary, .button--extra):hover svg, .button:not(.button--secondary, .button--extra).active svg, .button:not(.button--secondary, .button--extra).button--alt svg {
  fill: #fff;
}
.button:not(.button--secondary, .button--extra).button--alt:hover, .button:not(.button--secondary, .button--extra).button--alt.active {
  color: #fff;
  border-color: var(--palette01);
  background-color: var(--palette01);
}
.button:not(.button--secondary, .button--extra).button--alt:hover svg, .button:not(.button--secondary, .button--extra).button--alt.active svg {
  fill: #fff;
}
.button--secondary {
  color: var(--palette01);
  border: 1px solid var(--palette01);
  background-color: #fff;
  border-radius: 100px;
}
.button--secondary svg {
  fill: var(--palette01);
}
.button--secondary:hover, .button--secondary.active, .button--secondary.button--alt:not(:hover):not(.active) {
  color: var(--palette02);
  border: 1px solid var(--palette02);
  background-color: #fff;
}
.button--secondary:hover svg, .button--secondary.active svg, .button--secondary.button--alt:not(:hover):not(.active) svg {
  fill: var(--palette02);
}
.button--secondary.button--alt:hover, .button--secondary.button--alt.active {
  color: var(--palette01);
  border: 1px solid var(--palette01);
  background-color: #fff;
}
.button--secondary.button--alt:hover svg, .button--secondary.button--alt.active svg {
  fill: var(--palette01);
}
.button--extra {
  color: var(--btn3-color);
  border: var(--btn3-border-size) var(--btn3-border);
  background-color: var(--btn3-bg);
  border-radius: var(--btn3-radius);
  box-shadow: var(--btn3-shadow-size) var(--btn3-shadow);
}
.button--extra svg {
  fill: var(--btn3-icon, var(--btn3-color));
}
.button--extra:hover, .button--extra.active, .button--extra.button--alt {
  color: var(--btn3-color-hover);
  border: var(--btn3-border-size) var(--btn3-border-hover);
  background-color: var(--btn3-bg-hover);
}
.button--extra:hover svg, .button--extra.active svg, .button--extra.button--alt svg {
  fill: var(--btn3-color-hover);
}
.button--extra.button--alt:hover, .button--extra.button--alt.active {
  color: var(--btn3-color);
  border: var(--btn3-border-size) var(--btn3-border);
  background-color: var(--btn3-bg);
}
.button--extra.button--alt:hover span, .button--extra.button--alt.active span {
  color: var(--btn3-color);
}
.button--extra.button--alt:hover svg, .button--extra.button--alt.active svg {
  fill: var(--btn3-icon, var(--btn3-color));
}
.button--xs {
  padding: 5px 10px;
  font-size: 0.75rem;
}
.button--xs svg {
  width: 18px;
  height: 18px;
}
.button--sm {
  padding: 7px 14px;
  font-size: 0.875rem;
}
.button--sm svg {
  width: 22px;
  height: 22px;
}
.button--md {
  padding: 10px 20px;
  font-size: 1rem;
}
.button--md span {
  font-size: 1rem;
}
.button--md svg {
  width: 25px;
  height: 25px;
}
.button--lg {
  padding: 15px 30px;
  font-size: 1.125rem;
}
.button--lg svg {
  width: 30px;
  height: 30px;
}
.button--xl {
  padding: 20px 40px;
  font-size: 1.25rem;
}
.button--xl svg {
  width: 35px;
  height: 35px;
}
.button--xxl {
  padding: 25px 50px;
  font-size: 1.5rem;
}
.button--xxl svg {
  width: 40px;
  height: 40px;
}
.button--sharp {
  border-radius: 0 !important;
}
.button--soft {
  border-radius: 5px !important;
}
.button--round {
  border-radius: 100px !important;
}
.button--unborder {
  border-width: 0 !important;
}
.button--shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.button--unshadow {
  box-shadow: unset !important;
}
.button.ratio {
  aspect-ratio: 1;
  padding: 10px;
}
.button--full {
  width: 100%;
  justify-content: center;
}
.button--blocked {
  opacity: 0.7;
  pointer-events: none;
}
.button--blocked:hover {
  cursor: default;
}
.button-set {
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.button-set:not(.stretch) {
  align-items: center;
}
.button-set.grid-1 {
  justify-items: start;
}
.button-set.full .button {
  flex: 1;
  justify-content: center;
}
.button-set.left {
  justify-content: flex-start;
}
.button-set.center {
  justify-content: center;
}
.button-set.right {
  justify-content: flex-end;
}

.cookie {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
  padding: 15px 30px;
}
@media (max-width: 47.99em) {
  .cookie {
    min-height: 50px;
    padding: 10px 30px;
  }
}
@media (max-width: 35.99em) {
  .cookie {
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100px;
  }
}
.cookie__text {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin-right: 15px;
  font-size: 0.875rem;
}
.cookie__text span {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 35.99em) {
  .cookie__text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookie__accept {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  font-size: 0.875rem;
}
.cookie__more {
  color: #B12F1D;
}

.pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  margin: 0 10px;
  padding: 0;
}
.pagination__item:before {
  display: none;
}
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__link {
  font-weight: 700;
  font-size: 1.25rem;
  color: #333333;
}
.pagination__link:hover {
  color: #B12F1D;
}
.pagination__link:hover:after {
  background-color: #B12F1D;
}
.pagination__link--active {
  color: #B12F1D;
  position: relative;
}
.pagination__link--active:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 1px;
  left: -1px;
  background-color: #B12F1D;
  transition: 0.3s;
}
.pagination__link--disabled {
  cursor: context-menu !important;
}
.pagination__link--disabled:hover {
  color: #333333;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  padding: 60px 20% 60px 20% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.modal-content button.close {
  text-shadow: none;
  outline: none !important;
  top: 20px;
  right: 20px;
  position: absolute;
  border: transparent;
  border-radius: 100%;
  background: #e9e8e8;
  color: #B12F1D;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  padding: 10px 15px;
}
.modal-content button.close:hover {
  background-color: #AA8855;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 99999;
}

.sl-wrapper {
  z-index: 999997;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-total, .sl-wrapper .sl-current {
  color: #fff;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 999999;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999998;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 999998;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 999998;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 999999;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.leaflet-pane .leaflet-tooltip {
  background-color: #1D202F;
  border-radius: 0;
  border-color: #1D202F;
  color: #fff;
  box-shadow: unset;
}
.leaflet-pane .leaflet-tooltip-bottom:before {
  border-bottom-color: #1D202F;
}
.leaflet-pane .leaflet-tile-pane {
  filter: grayscale(1);
}
.leaflet-pane .map-logo {
  border-radius: 15px;
}
.leaflet-pane .map-logo > div {
  border-radius: 15px !important;
}
.leaflet-pane .map-logo > div:before, .leaflet-pane .map-logo > div:after {
  border: 1px solid var(--palette01);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: -9px !important;
  background-color: #fff !important;
  z-index: 2 !important;
}
.leaflet-pane .map-logo > div img {
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  border: 1px solid var(--palette01);
  background-color: #fff;
}
.leaflet-pane .map-marker {
  cursor: default;
}
.leaflet-pane .map-marker.has-popup {
  cursor: pointer;
}
.leaflet-pane .map-marker.has-popup svg {
  fill: var(--color-extra, #AA8855);
}
.leaflet-pane .map-marker.has-popup svg:hover {
  fill: var(--color-main, #B12F1D);
}
.leaflet-pane .map-marker.has-popup .icon-marker {
  background-color: var(--color-extra, #AA8855);
}
.leaflet-pane .map-marker.has-popup .icon-marker:after {
  border-top-color: var(--color-extra, #AA8855);
}
.leaflet-pane .map-marker.has-popup .icon-marker svg {
  fill: var(--color-main, #B12F1D);
}
.leaflet-pane .map-marker.has-popup .icon-marker:hover {
  background-color: var(--color-main, #B12F1D);
}
.leaflet-pane .map-marker.has-popup .icon-marker:hover:after {
  border-top-color: var(--color-main, #B12F1D);
}
.leaflet-pane .map-marker.has-popup .icon-marker:hover svg {
  fill: var(--color-extra, #AA8855);
}
.leaflet-pane .map-marker svg {
  fill: var(--color-main, #B12F1D);
  transition: ease 0.3s all;
}
.leaflet-pane .icon-marker {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D202F;
  position: relative;
  transition: ease 0.3s all;
  border: 1px solid #fff;
}
.leaflet-pane .icon-marker.main-marker {
  width: 100px;
  height: 100px;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  box-shadow: unset;
}
.leaflet-pane .icon-marker.main-marker:after, .leaflet-pane .icon-marker.main-marker:before {
  display: none;
}
.leaflet-pane .icon-marker.main-marker:hover {
  background-color: transparent;
}
.leaflet-pane .icon-marker.main-marker:hover::after {
  border-top-color: #fff;
}
.leaflet-pane .icon-marker.icon-zielen {
  background-color: #589d3f;
}
.leaflet-pane .icon-marker.icon-zielen:after {
  border-top-color: #589d3f;
}
.leaflet-pane .icon-marker.icon-kawiarnia {
  background-color: #5b3e24;
}
.leaflet-pane .icon-marker.icon-kawiarnia:after {
  border-top-color: #5b3e24;
}
.leaflet-pane .icon-marker.icon-koktail {
  background-color: #272321;
}
.leaflet-pane .icon-marker.icon-koktail:after {
  border-top-color: #272321;
}
.leaflet-pane .icon-marker.icon-gastronomia {
  background-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-gastronomia:after {
  border-top-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-sklepy {
  background-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-sklepy:after {
  border-top-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-chleb {
  background-color: #c9742e;
}
.leaflet-pane .icon-marker.icon-chleb::after {
  border-top-color: #c9742e;
}
.leaflet-pane .icon-marker.icon-leki {
  background-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-leki:after {
  border-top-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-zdrowie {
  background-color: #17a99a;
}
.leaflet-pane .icon-marker.icon-zdrowie:after {
  border-top-color: #17a99a;
}
.leaflet-pane .icon-marker.icon-przychodnia {
  background-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-przychodnia:after {
  border-top-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-koszyk {
  background-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-koszyk:after {
  border-top-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-plecak {
  background-color: #1d8b2e;
}
.leaflet-pane .icon-marker.icon-plecak:after {
  border-top-color: #1d8b2e;
}
.leaflet-pane .icon-marker.icon-ksiazka {
  background-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-ksiazka:after {
  border-top-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-klocki {
  background-color: #c95927;
}
.leaflet-pane .icon-marker.icon-klocki:after {
  border-top-color: #c95927;
}
.leaflet-pane .icon-marker.icon-smoczek {
  background-color: #d5950d;
}
.leaflet-pane .icon-marker.icon-smoczek:after {
  border-top-color: #d5950d;
}
.leaflet-pane .icon-marker.icon-skrzypce {
  background-color: #4c37cd;
}
.leaflet-pane .icon-marker.icon-skrzypce:after {
  border-top-color: #4c37cd;
}
.leaflet-pane .icon-marker:hover {
  background-color: #AA8855;
}
.leaflet-pane .icon-marker:hover::after {
  border-top-color: #AA8855;
}
.leaflet-pane .icon-marker svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.leaflet-pane .icon-marker:after {
  content: "";
  border-left: 10px solid transparent;
  border-top: 10px solid #1D202F;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  transition: ease 0.3s all;
}
.leaflet-pane .icon-marker:before {
  content: "";
  border-left: 12px solid transparent;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%) scale(1.1);
  transition: ease 0.3s all;
  z-index: -1;
}
.leaflet-pane .map-place div {
  background-color: #AA8855;
  position: relative;
  border-radius: 0;
  display: flex;
  justify-content: center;
}
.leaflet-pane .map-place div img {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  width: 100%;
  height: auto;
}
.leaflet-pane .map-place div:after, .leaflet-pane .map-place div:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #AA8855;
  transform: rotate(45deg);
  z-index: -1;
}
.leaflet-pane .map-place div:before {
  z-index: 1;
  box-shadow: unset;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-control-attribution svg {
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  transition: ease 0.4s opacity;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.invisible {
  opacity: 0;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

.kenburns {
  animation: kenburns 40s ease infinite;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small:after {
  background-color: #AA8855;
  opacity: 0.4;
}
.marker-cluster-small div:after {
  background-color: #AA8855;
  opacity: 0.7;
}

.marker-cluster-medium:after {
  background-color: #AA8855;
  opacity: 0.4;
}
.marker-cluster-medium div:after {
  background-color: #AA8855;
  opacity: 0.7;
}

.marker-cluster-large:after {
  background-color: #AA8855;
  opacity: 0.4;
}
.marker-cluster-large div:after {
  background-color: #AA8855;
  opacity: 0.7;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
  width: 40px !important;
  background-color: unset;
  overflow: hidden;
}
.marker-cluster:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: cluster 3s infinite ease;
  border-radius: 100%;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: unset;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster div:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}

.marker-cluster span {
  line-height: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
}

@keyframes cluster {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  z-index: 99999;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
  transition: ease 0.5s all;
  background-color: #fff;
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 61.99em) {
  .header {
    min-height: 90px;
  }
}
.header--absolute {
  min-height: 120px;
}
.header--absolute .header__logo img {
  filter: grayscale(1) invert(1) brightness(50);
}
.header--absolute .header__menuLink {
  color: #fff;
}
.header--absolute .header__menuLink:before {
  background-color: #fff;
}
.header--absolute .header__menuLink:active, .header--absolute .header__menuLink--active, .header--absolute .header__menuLink--open, .header--absolute .header__menuLink:hover, .header--absolute .header__menuLink[aria-current=page] {
  color: #fff;
}
.header:not(.sticky).header--absolute {
  background-color: transparent;
}
.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px 10px rgba(24, 57, 38, 0.05);
}
.header.sticky.header--absolute {
  min-height: 60px;
}
.header.sticky .header__logo img {
  max-height: 40px;
  filter: unset;
}
.header.sticky .header__hamburger span {
  background-color: var(--palette04);
}
.header__logo {
  z-index: 4;
  height: 100%;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 75em) {
  .header__logo {
    border-right: 1px solid var(--palette01);
    padding-right: 40px;
  }
}
@media (max-width: 61.99em) {
  .header__logo {
    flex: 1;
    align-self: center;
  }
}
.header__logo a {
  display: flex;
}
.header__logo img {
  width: 100%;
  max-width: 220px;
  max-height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  transition: ease 0.5s max-width, ease 0.5s margin, ease 0.5s width;
}
@media (max-width: 61.99em) {
  .header__logo img {
    max-width: 180px;
  }
}
.header__contact {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-end;
  row-gap: 5px;
}
@media (min-width: 75em) {
  .header__contact {
    border-left: 1px solid var(--palette01);
    padding-left: 40px;
  }
}
@media (max-width: 61.99em) {
  .header__contact {
    display: none;
  }
}
@media (max-width: 80em) {
  .header__contact {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.header__contact-link {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  justify-content: flex-start;
}
@media (min-width: 62em) {
  .header__contact-link {
    border: 0 !important;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 65em) {
  .header__contact-link {
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
    letter-spacing: 0;
    padding: 5px 10px;
  }
}
.header__contact-link:not(:hover) {
  color: var(--palette04);
}
@media (max-width: 61.99em) {
  .header__contact-link.email {
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
    letter-spacing: 0;
    padding: 5px 10px;
  }
}
.header__contact-link svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.header__socials {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.header__socials a {
  display: flex;
}
.header__socials a svg {
  fill: #AA8855;
}
.header .d-flex {
  display: none;
}
@media (max-width: 61.99em) {
  .header .d-flex {
    display: block;
  }
}
.header__nav--fullscreen {
  width: 100%;
  height: 100vh;
  background-color: #AA8855;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 100px;
  transform: translate(0, -100%);
  transition: transform 0.3s ease-in-out;
}
.header__nav--visible {
  transform: translate(0, 0);
}
.header__menuList {
  display: flex;
  align-items: center;
  margin: 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 82.5em) {
  .header__menuList {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.header__menuList--fullscreen {
  flex-direction: column;
}
.header__menuItem {
  padding: 0;
  margin: 0;
}
.header__menuItem--fullscreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.header__menuItem::before {
  display: none;
}
.header .current-page-ancestor .header__menuLink, .header .current_page_parent .header__menuLink {
  color: var(--palette01);
}
.header .current-page-ancestor .header__menuLink:before, .header .current_page_parent .header__menuLink:before {
  transform: scaleX(1);
  transform-origin: left;
}
.header__menuLink {
  font-size: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: ease 0.4s all;
}
@media (max-width: 93.74em) {
  .header__menuLink {
    font-size: 1.25rem;
  }
}
@media (max-width: 74.99em) {
  .header__menuLink {
    font-size: 1.125rem;
  }
}
.header__menuLink::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--palette01);
  transform: scaleX(0);
  transform-origin: left; /* start animacji z lewej */
  transition: transform 0.5s ease;
}
@media (max-width: 61.99em) {
  .header__menuLink::before {
    background-color: #fff;
  }
}
.header__menuLink--fullscreen {
  color: #ffffff;
  font-size: 1.75rem;
}
.header__menuLink:active, .header__menuLink--active, .header__menuLink--open, .header__menuLink:hover, .header__menuLink[aria-current=page] {
  color: var(--palette01);
}
.header__menuLink:active:before, .header__menuLink--active:before, .header__menuLink--open:before, .header__menuLink:hover:before, .header__menuLink[aria-current=page]:before {
  transform: scaleX(1);
  transform-origin: center; /* rozwija się z lewej */
}
.header__menuLink:not(:hover):before {
  transform-origin: center; /* zwija się do prawej */
}

.footer-ask {
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .footer-ask .wpcf7 .form-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-ask .wpcf7 .form-top > label:last-of-type {
    grid-column: -1/1;
  }
}
.footer-ask .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-ask__contact {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 61.99em) {
  .footer-ask__contact {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.footer-ask__contact a {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.footer-ask__contact a .icon {
  border: 1px solid var(--palette01);
  padding: 10px;
  border-radius: 100px;
  display: flex;
}
.footer-ask__contact a svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  fill: var(--palette01);
}
.footer-ask__form {
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-map .leaflet-container {
  height: 400px;
}
.footer-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--palette05);
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 68.75em) {
  .footer-content {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 61.99em) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.footer-content > div {
  display: flex;
  flex-direction: column;
}
.footer-content .footer-brand {
  justify-content: center;
}
.footer-content .footer-brand .logo {
  height: auto;
  display: block;
}
.footer-content .footer-address {
  justify-content: center;
}
@media (max-width: 88.75em) {
  .footer-content .footer-address {
    max-width: 220px;
  }
}
.footer-content .footer-contact {
  row-gap: 5px;
}
.footer-content .footer-contact p strong {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .footer-content .footer-contact p strong {
    white-space: nowrap;
  }
}
.footer-content .footer-contact a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.footer-content .footer-contact a svg {
  display: block;
  width: 26px;
  height: 26px;
}
@media (max-width: 61.99em) {
  .footer-content .footer-contact a svg {
    width: 24px;
    height: 24px;
  }
}
.footer-content .footer-social {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 62em) {
  .footer-content .footer-social {
    flex-direction: column;
  }
}
.footer-content .footer-social p, .footer-content .footer-social a:not(:hover) {
  opacity: 0.7;
}
.footer-content .footer-social p {
  margin: 0;
}
@media (max-width: 61.99em) {
  .footer-content .footer-social p {
    width: 100%;
  }
}
.footer-content .footer-social a {
  transition: ease 0.4s all;
}
.footer-content .footer-social a:hover svg {
  fill: #AA8855;
}
.footer-content .footer-social a svg {
  display: block;
  width: 26px;
  height: 26px;
}
@media (max-width: 61.99em) {
  .footer-content .footer-social a svg {
    width: 24px;
    height: 24px;
  }
}
.footer-content p {
  margin-bottom: 5px;
}
.footer-content p:last-child {
  margin-bottom: 0;
}
.footer-content p strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  color: #AA8855;
}
.footer-content a svg {
  width: 20px;
  height: 20px;
  transition: ease 0.4s all;
}
.footer-copyright {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--palette02);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  text-align: center;
}
@media (max-width: 61.99em) {
  .footer-copyright {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 45px;
  }
}
.footer-copyright * {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 62em) and (max-width: 68.75em) {
  .footer-copyright * {
    font-size: 0.875rem;
  }
}
.footer-copyright a:hover {
  color: #AA8855;
}
.footer-copyright img {
  height: auto;
  display: block;
}
@media (min-width: 62em) {
  .footer-copyright .first {
    text-align: left;
  }
  .footer-copyright .last {
    text-align: right;
  }
}

.wpcf7 {
  max-width: 1400px;
  margin: 0 auto;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 13px;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 74.99em) {
  .wpcf7-form {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .wpcf7-form {
    row-gap: 20px;
  }
}
.wpcf7-form > p {
  font-size: 13px;
  margin-bottom: 0;
}
.wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  margin-top: 0;
  padding: 2px 0;
  right: 0;
  bottom: 0;
}
.wpcf7-acceptance {
  margin-top: 0;
  display: block;
}
.wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 40px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
@media (max-width: 35.99em) {
  .wpcf7-acceptance label {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.wpcf7-acceptance span {
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 35.99em) {
  .wpcf7-acceptance span {
    font-size: 12px;
  }
}
.wpcf7 label.has-content .title {
  top: -10px;
}
.wpcf7 input, .wpcf7 textarea {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  border-color: var(--palette02);
  padding: 22px 15px 8px 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  outline: none;
  transition: ease 0.3s all;
  display: block;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  border-color: red;
}
.wpcf7 textarea {
  height: 100%;
  resize: none;
}
.wpcf7 input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid var(--palette05);
}
.wpcf7 input[type=checkbox]:checked {
  background-color: var(--palette01);
}
.wpcf7 input[type=submit] {
  align-self: center;
  max-width: 100%;
  width: unset;
  margin-top: 20px;
  cursor: pointer;
  padding: 15px 30px;
  display: flex;
}
@media (max-width: 35.99em) {
  .wpcf7 input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.5;
}
.wpcf7 input[type=submit]:hover {
  color: #fff;
}
.wpcf7 .form-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 35.99em) {
  .wpcf7 .form-top {
    grid-template-columns: 100%;
  }
}
.wpcf7 .form-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wpcf7 .form-bottom {
  text-align: left;
  display: flex;
  flex-direction: column;
  grid-column: -1/1;
}
.wpcf7 .form-bottom .legend {
  margin: 20px 0;
}
.wpcf7 .form-bottom p {
  text-align: left;
  font-size: 0.875rem;
}
.wpcf7 .form-bottom p:not(:last-child) {
  margin-bottom: 10px;
}
.wpcf7 .form-bottom a:hover {
  text-decoration: underline;
}
.wpcf7 label {
  position: relative;
}
.wpcf7 label.has-content .title {
  top: 2px;
  font-size: 13px;
  opacity: 1;
  color: var(--palette01);
}
.wpcf7 label.has-content input, .wpcf7 label.has-content textarea {
  border-color: var(--palette01);
}
.wpcf7 label .title {
  position: absolute;
  left: 0;
  top: 15px;
  transition: ease 0.5s all;
  font-size: 1rem;
  z-index: 1;
  padding: 0 15px;
  pointer-events: none;
}
.wpcf7-list-item {
  margin-left: 0;
}

.notification {
  background-color: #AA8855;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 999999;
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: var(--palette02);
}
@media (min-width: 62em) {
  .hero {
    min-height: 500px;
  }
}
@media (min-width: 62em) {
  .hero.has-bar {
    min-height: 500px;
  }
}
.hero--subsite {
  min-height: 240px;
  overflow: hidden;
  background-color: var(--palette02);
}
@media (max-width: 61.99em) {
  .hero--subsite {
    margin: 0;
  }
}
.hero--subsite:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
.hero--subsite img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.hero--subsite .hero-content {
  text-align: center;
  width: 100%;
  justify-content: center;
  text-shadow: unset;
}
.hero--subsite .hero-content h1 {
  margin-bottom: 0;
}
.hero-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 62em) {
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (max-width: 61.99em) {
  .hero-bg {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (min-width: 75em) {
  .hero-content {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
  }
}
.hero-content > svg {
  width: 36px;
}
.hero-content .subtitle {
  color: #fff;
}
.hero-content h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 75em) {
  .hero-content h1 {
    font-size: 3vw;
  }
}
.hero-content p {
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media (min-width: 62em) {
  .hero-content p {
    border-bottom: 1px solid #AA8855;
    padding-bottom: 5px;
  }
}
.hero-content .button {
  pointer-events: all;
}
@media (max-width: 61.99em) {
  .hero-content .button {
    border: 1px solid var(--palette01) !important;
  }
}
@media (max-width: 35.99em) {
  .hero-content .button {
    flex: 1;
    white-space: nowrap;
  }
}
.hero-content p {
  color: #fff;
}
.hero-content p.subtitle {
  font-size: 1.375rem;
}
@media (min-width: 62em) {
  .hero-content p.subtitle {
    margin-top: 15%;
  }
}
@media (max-width: 61.99em) {
  .hero-content p.subtitle {
    margin-top: 40px;
  }
}
.hero-content .contact-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 61.99em) {
  .hero-content .contact-link {
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-content .contact-link svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.hero-slider {
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 62em) {
  .hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 61.99em) {
  .hero-slider {
    order: -1;
  }
}
.hero-slider .slick-list, .hero-slider .slick-track, .hero-slider .slick-slide > div {
  height: 100%;
}
@media (min-width: 62em) {
  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero-video .video {
  overflow: hidden;
}
@media (min-width: 62em) {
  .hero-video .video {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .hero-video .video {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .hero-video .video {
    aspect-ratio: 100/90;
  }
}
.hero-video .video video {
  pointer-events: none;
  display: block;
}
@media (min-width: 62em) {
  .hero-video .video video {
    height: 100%;
    width: 100%;
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 47.99em) {
  .hero-video .video video {
    height: 100%;
    width: auto;
  }
}
.hero-item {
  display: flex !important;
  height: 100%;
}
@media (min-width: 62em) {
  .hero-item .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero-item .video {
  overflow: hidden;
}
@media (min-width: 62em) {
  .hero-item .video {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .hero-item .video {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .hero-item .video {
    aspect-ratio: 100/90;
  }
}
.hero-item .video video {
  pointer-events: none;
  display: block;
}
@media (min-width: 62em) {
  .hero-item .video video {
    height: 100%;
    width: 100%;
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 47.99em) {
  .hero-item .video video {
    height: 100%;
    width: auto;
  }
}
.hero-item .image {
  width: 100%;
}
@media (min-width: 62em) {
  .hero-item .image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
  }
}
.hero-item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 62em) {
  .hero-item img {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .hero-item img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .hero-item img {
    aspect-ratio: 100/90;
  }
}
.hero-arrows {
  z-index: 2;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: none;
}
@media (min-width: 62em) {
  .hero-arrows {
    position: absolute;
    bottom: 30px;
    right: 8vw;
  }
}
@media (max-width: 61.99em) {
  .hero-arrows {
    justify-content: center;
    order: -1;
    margin-top: 40px;
  }
}
.hero-arrows svg {
  fill: #fff;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.171);
  transition: ease 0.4s all;
  backdrop-filter: blur(5px);
}
.hero-arrows svg:hover {
  background-color: #fff;
  fill: var(--palette01);
}

.features {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}
.features4 .features-icons {
  background-color: var(--palette05);
  border-radius: 40px;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.features4 .features-icons .features-icon .icon {
  background-color: var(--palette01);
}
.features4 .features-icons .features-icon .icon svg {
  fill: #fff;
}
.features3 {
  max-width: 1700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.features3 .features-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 60px;
}
@media (max-width: 61.99em) {
  .features3 .features-icons {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
  .features3 .features-icons > div:nth-child(odd) .icon {
    background-color: var(--palette01);
  }
}
@media (min-width: 62em) {
  .features3 .features-icons > div:nth-child(1) .icon, .features3 .features-icons > div:nth-child(4) .icon, .features3 .features-icons > div:nth-child(5) .icon, .features3 .features-icons > div:nth-child(8) .icon, .features3 .features-icons > div:nth-child(9) .icon {
    background-color: var(--palette01);
  }
}
@media (min-width: 62em) {
  .features3 .features-icons .features-icon {
    align-items: flex-start !important;
  }
}
@media (min-width: 62em) {
  .features3 .features-icons .features-icon .features-icon__top {
    display: grid;
    grid-template-columns: 64px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    text-align: left;
  }
}
@media (min-width: 62em) {
  .features3 .features-icons .features-icon .features-icon__content {
    text-align: left;
  }
}
.features3 .features-icons .features-icon h3 {
  font-size: 1.3125rem;
}
.features3 .features-icons .features-icon .icon {
  background-color: var(--palette02);
}
.features3 .features-icons .features-icon .icon svg {
  fill: #fff;
}
.features2 {
  background-color: var(--palette05);
}
.features2 .decor {
  position: absolute;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.features2 .features-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 93.74em) {
  .features2 .features-icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 68.75em) {
  .features2 .features-icons {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 35.99em) {
  .features2 .features-icons {
    grid-template-columns: 100%;
  }
}
@media (min-width: 93.75em) {
  .features2 .features-icons > div:nth-child(1) .features-icon .icon, .features2 .features-icons > div:nth-child(3) .features-icon .icon, .features2 .features-icons > div:nth-child(6) .features-icon .icon, .features2 .features-icons > div:nth-child(8) .features-icon .icon {
    border: 1px solid var(--palette01) !important;
    background-color: var(--palette01) !important;
  }
}
@media (min-width: 68.75em) and (max-width: 93.74em) {
  .features2 .features-icons > div:nth-child(odd) .features-icon .icon {
    border: 1px solid var(--palette01) !important;
    background-color: var(--palette01) !important;
  }
}
@media (min-width: 36em) and (max-width: 68.75em) {
  .features2 .features-icons > div:nth-child(1) .features-icon .icon, .features2 .features-icons > div:nth-child(4) .features-icon .icon, .features2 .features-icons > div:nth-child(5) .features-icon .icon, .features2 .features-icons > div:nth-child(8) .features-icon .icon {
    border: 1px solid var(--palette01) !important;
    background-color: var(--palette01) !important;
  }
}
@media (max-width: 35.99em) {
  .features2 .features-icons > div:nth-child(odd) .features-icon .icon {
    border: 1px solid var(--palette01) !important;
    background-color: var(--palette01) !important;
  }
}
.features2 .features-icons .features-icon {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  height: 100%;
}
.features2 .features-icons .features-icon:hover {
  transform: translateY(-10px);
}
.features2 .features-icons .features-icon h3 {
  font-size: 1.3125rem;
}
.features2 .features-icons .features-icon .icon {
  border: 1px solid var(--palette02) !important;
  background-color: var(--palette02) !important;
}
.features2 .features-icons .features-icon .icon svg {
  fill: #fff;
}
.features1 .features-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
.features1 .features-icons .features-icon {
  width: 9.5%;
  min-width: 140px;
}
@media (max-width: 35.99em) {
  .features1 .features-icons .features-icon {
    min-width: 80px;
    width: 25%;
  }
}
.features1 .features-icons .features-icon h3 {
  font-size: 1.125rem;
}
.features1 .features-icons .features-icon .icon {
  border: 1px solid var(--palette01);
}
.features .features-icons .features-icon {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  transition: ease 0.4s all;
}
.features .features-icons .features-icon:hover h3 {
  color: var(--palette01);
}
.features .features-icons .features-icon:hover .icon {
  background-color: var(--palette01);
}
.features .features-icons .features-icon:hover svg {
  fill: #fff;
  transform: scale(1.1);
}
.features .features-icons .features-icon__top {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.features .features-icons .features-icon h3 {
  transition: ease 0.4s all;
}
.features .features-icons .features-icon .icon {
  padding: 15px;
  border-radius: 200px;
  transition: ease 0.4s all;
}
.features .features-icons .features-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: var(--palette01);
  transition: ease 0.4s all;
}
.features-content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.features-content h2 {
  margin-bottom: 40px;
}
.features-content h2:last-child {
  margin-bottom: 0;
}
.features-content .button {
  margin-top: 40px;
}

.txtimg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 93.74em) {
  .txtimg {
    -moz-column-gap: 80px;
         column-gap: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 74.99em) {
  .txtimg {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 61.99em) {
  .txtimg {
    grid-template-columns: 100%;
  }
}
.txtimg.reversed .txtimg__top {
  order: -1;
}
@media (max-width: 61.99em) {
  .txtimg.reversed .txtimg__top {
    order: 0;
  }
}
.txtimg.reversed .txtimg__content:after {
  border-radius: 50px 0 0 50px;
  background-color: var(--palette05);
  left: unset;
  right: -8vw;
}
.txtimg.reversed .txtimg__image {
  order: -1;
}
@media (max-width: 61.99em) {
  .txtimg:not(.reversed) .txtimg__image {
    order: -1;
  }
}
.txtimg__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 62em) {
  .txtimg__content {
    height: 100%;
  }
  .txtimg__content:after {
    content: "";
    width: calc(100% + 150px + 8vw);
    height: calc(100% + 100px);
    border-radius: 0 50px 50px 0;
    position: absolute;
    top: -50px;
    left: -8vw;
    background-color: var(--palette06);
    z-index: -1;
  }
}
@media (max-width: 61.99em) {
  .txtimg__content {
    text-align: center;
    align-items: center;
  }
}
.txtimg__content .button {
  margin-top: 40px;
}
@media (max-width: 61.99em) {
  .txtimg__content .button {
    align-self: unset;
  }
}
@media (max-width: 93.74em) {
  .txtimg__content .excerpt {
    font-size: 1rem;
  }
}
.txtimg__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 61.99em) {
  .txtimg__image {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.txtimg__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 50px 0 50px 0;
}
@media (max-width: 93.74em) {
  .txtimg__image img {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 62em) and (max-width: 81.25em) {
  .txtimg__image img {
    aspect-ratio: 1/1;
  }
}
.txtimg__top {
  grid-column: -1/1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .txtimg__top {
    margin-bottom: 0;
  }
}

.gallery {
  position: relative;
  overflow: hidden;
}
.gallery-wrap {
  position: relative;
}
.gallery:not(.gallery--fancy) .gallery-slider {
  margin: 0;
}
.gallery:not(.gallery--fancy) .slick-slide:not(.slick-current) .gallery-item {
  pointer-events: none;
}
.gallery:not(.gallery--fancy) .gallery-item {
  padding: 0 4vw;
}
@media (max-width: 47.99em) {
  .gallery:not(.gallery--fancy) .gallery-item {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .gallery:not(.gallery--fancy) .gallery-arrows {
    width: 100%;
    left: unset;
    bottom: unset;
    -moz-column-gap: 0;
         column-gap: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .gallery:not(.gallery--fancy) .gallery-arrows .slick-prev {
    left: calc(12vw - 15px - 10px);
    transform: translateY(-50%);
    position: absolute;
  }
  .gallery:not(.gallery--fancy) .gallery-arrows .slick-next {
    right: calc(12vw - 15px - 10px);
    transform: translateY(-50%);
    position: absolute;
  }
}
@media (min-width: 36em) {
  .gallery--fancy .gallery-slider a {
    padding: 0 10px;
  }
}
@media (min-width: 36em) {
  .gallery--fancy .gallery-slider .image {
    width: calc(100% + 160px);
    margin-left: -100px;
  }
}
.gallery--fancy .gallery-slider .image img {
  aspect-ratio: 4/3;
}
.gallery--fancy .gallery-slider .slick-track .slick-slide {
  opacity: 0;
  transition: ease 0.4s all;
}
@media (min-width: 36em) {
  .gallery--fancy .gallery-slider .slick-track .slick-slide:nth-child(odd) {
    margin-top: 150px;
  }
}
.gallery--fancy .gallery-slider .slick-track .slick-slide[aria-hidden=true] {
  opacity: 0;
}
.gallery--fancy .gallery-slider .slick-track .slick-slide[aria-hidden=false] {
  opacity: 1;
}
.gallery-content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-content .button {
  margin-top: 40px;
}
.gallery-slider {
  position: relative;
}
@media (max-width: 35.99em) {
  .gallery-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 36em) {
  .gallery-slider {
    margin: 0 -10px;
  }
}
.gallery-slider a {
  display: block !important;
}
@media (min-width: 36em) {
  .gallery-slider a {
    padding: 0 4%;
  }
}
.gallery-slider .image {
  position: relative;
  overflow: hidden;
}
.gallery-slider .image:hover img {
  transform: scale(1.05);
}
.gallery-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  width: 100%;
  transition: ease 0.4s all;
}
@media (max-width: 61.99em) {
  .gallery-slider img {
    aspect-ratio: 4/3;
  }
}
.gallery-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  bottom: 130px;
  left: calc(87.5% - 60px + 25px + 12px);
  margin-right: 0;
  pointer-events: none;
}
@media (max-width: 61.99em) {
  .gallery-arrows {
    left: calc(75% - 60px + 25px + 12px);
    bottom: 90px;
  }
}
@media (max-width: 61.99em) {
  .gallery-arrows {
    left: calc(75% - 60px + 25px + 12px);
    bottom: 90px;
  }
}
@media (max-width: 47.99em) {
  .gallery-arrows {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 60px;
    top: unset;
  }
}
.gallery-arrows .button {
  min-width: unset;
  padding: 10px;
  pointer-events: all;
  transition: ease 0.4s all;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 0;
}
.gallery-arrows .button:not(:hover) {
  background-color: #F0F0F0;
}
.gallery-arrows .button:not(:hover) svg {
  fill: #000;
}
.gallery-arrows .slick-disabled {
  opacity: 0.3;
}

.projects {
  position: relative;
  background-color: var(--palette02);
}
.projects-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.projects-content *:not(.button) {
  color: #fff;
}
.projects-content .decor {
  filter: brightness(10);
}
.projects-content .button {
  margin-top: 40px;
}
.projects-content .button:hover {
  border-color: var(--palette01);
}
.projects-content .logotypes {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.projects-content .logotypes img {
  height: auto;
}
.projects .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.projects .image img {
  width: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}

.experience > * {
  text-align: center;
}
.experience .subtitle2 {
  color: var(--palette01);
  font-size: 1.375rem;
}
.experience-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 40px;
  text-align: left;
}
@media (max-width: 61.99em) {
  .experience-content {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.experience > .content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.why .decor {
  text-align: center;
}
.why h2 {
  text-align: center;
}
.why .subtitle {
  text-align: center;
}
.why-content {
  background-color: var(--palette06);
  border-radius: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 60px;
}
@media (max-width: 61.99em) {
  .why-content {
    grid-template-columns: 100%;
    text-align: center;
  }
}
@media (max-width: 47.99em) {
  .why-content {
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    row-gap: 40px;
  }
}
.why-content .content strong {
  color: var(--palette01);
}

.news-content {
  text-align: center;
}
.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 74.99em) {
  .news-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 47.99em) {
  .news-list {
    grid-template-columns: 100%;
  }
}
.news-list.news-carousel {
  grid-template-columns: 100%;
}
@media (min-width: 41.25em) {
  .news-list.news-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-list.news-carousel .slick-track {
  display: flex !important;
}
.news-list.news-carousel .slick-slide {
  height: inherit !important;
}
.news-list.news-carousel .slick-slide > div {
  height: 100%;
}
.news-list.news-carousel .news__single {
  display: flex !important;
  height: 100%;
}
@media (min-width: 41.25em) {
  .news-list.news-carousel .news__single {
    padding: 0 20px;
  }
}
.news-list-wrap {
  position: relative;
}
.news-list-arrows {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  pointer-events: none;
  margin-top: 60px;
}
@media (min-width: 75em) {
  .news-list-arrows {
    margin-top: 0;
    position: absolute;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    width: calc(100% + 100px + 50px);
  }
}
@media (min-width: 93.75em) {
  .news-list-arrows {
    left: calc(-4vw - 25px);
    width: calc(100% + 8vw + 50px);
  }
}
.news-list-arrows .button {
  padding: 10px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 100px;
  pointer-events: all;
}
.news-list-arrows .button:not(:hover) {
  background-color: #F0F0F0;
}
.news__single {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.news__single:hover h3 {
  color: #AA8855;
}
.news__single:hover img {
  transform: scale(1.1);
}
.news__single h3 {
  transition: ease 0.4s all;
  margin-bottom: 0;
}
.news__single-image {
  overflow: hidden;
}
.news__single-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: ease 0.4s all;
}
.news__single-footer {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
}
.news__single-footer .date {
  font-style: italic;
  flex: 1;
}
.news__single-footer .button {
  flex: 1;
  width: 100%;
}
.news__single-info {
  padding-bottom: 20px;
}
.news__single-info span {
  font-size: 0.9375rem;
}
.news__single-excerpt {
  font-size: 1rem;
  flex: 1;
  text-align: justify;
}

.sidemenu {
  position: fixed;
  right: 0;
  display: flex;
  align-items: flex-end;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: var(--palette01);
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 62em) {
  .sidemenu {
    flex-direction: column;
    width: 45px;
    bottom: 10px;
    right: 10px;
    row-gap: 10px;
    background-color: unset;
  }
  .sidemenu .button {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 45px;
    height: 45px;
    padding: 5px;
  }
  .sidemenu .back-to-top {
    width: 45px;
    height: 45px;
    padding: 5px;
  }
}
.sidemenu .invisible {
  opacity: 1;
  animation: unset !important;
}
@media (max-width: 61.99em) {
  .sidemenu a {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-color: rgba(0, 0, 0, 0.15);
    height: 45px;
    border-radius: 0;
    background-color: unset;
    color: #fff;
  }
  .sidemenu a svg {
    fill: #fff;
  }
  .sidemenu a:first-child {
    border-right: 0;
  }
  .sidemenu a:last-child {
    border-left: 0;
  }
}
@media (max-width: 29.375em) {
  .sidemenu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 17.8125em) {
  .sidemenu a {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 26.3125em) {
  .sidemenu a.email {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 61.99em) {
  .sidemenu a.back-to-top {
    padding: 10px 15px;
  }
}
.sidemenu a.back-to-top svg {
  transform: rotate(270deg);
}

.section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0;
       column-gap: 0;
}
.section-separator:hover svg {
  opacity: 0.4;
}
.section-separator:after, .section-separator:before {
  content: "";
  width: 240px;
  display: block;
  height: 2px;
  background-color: #F0F0F0;
}
@media (max-width: 38.75em) {
  .section-separator:after, .section-separator:before {
    width: 30%;
  }
}
.section-separator .icon {
  border: 2px solid #F0F0F0;
  padding: 10px;
  border-radius: 40px;
}
.section-separator svg {
  width: 16px;
  height: 16px;
  fill: #1D202F;
  opacity: 0.2;
  display: block;
  transition: ease 0.4s all;
}

.wrap404 {
  padding: 100px 0 100px 0;
}
.wrap404 .ups404 {
  font-weight: 900;
  color: #0e0e0e;
  font-size: 45px;
  margin-bottom: 50px;
}
.wrap404 .txt404 {
  font-weight: 300;
  color: #0e0e0e;
  font-size: 24px;
  margin-bottom: 60px;
}
.wrap404 .btn404 {
  padding: 15px 30px;
  background: #B12F1D;
  color: white;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px;
}
.wrap404 .btn404:hover {
  background: #000;
}

@media screen and (max-width: 1499px) {
  .wrap404 {
    padding: 100px 30px 100px 30px;
  }
  .wrap404 .ups404 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .wrap404 .txt404 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .gif404 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .wrap404 {
    padding: 30px 0;
  }
  .wrap404 .btn404 {
    padding: 8px 16px;
    font-size: 12px;
  }
  .wrap404 .txt404 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .wrap404 .ups404 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .gif404 {
    margin-top: 50px;
  }
}
.contact__about {
  position: relative;
  text-align: center;
}
.contact__about h2 {
  margin-bottom: 40px;
}
.contact__about .wp-block-image {
  margin-top: 60px;
}
.contact__about .wp-block-image img {
  max-width: 100%;
}
.contact__about .wp-block-columns {
  max-width: 800px;
  margin: 60px auto 0 auto;
  row-gap: 40px;
}
.contact__about .contact-links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contact__about .contact-links a {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  text-transform: upp;
  align-items: center;
}
.contact__about .contact-links a:not(:hover) {
  color: #000000;
}
.contact__about .contact-links .icon {
  border: 2px solid #F3EFEA;
  padding: 7px;
  border-radius: 40px;
}
.contact__about .contact-links svg {
  fill: #AA8855;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
}
.contact__about .side-decor {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  margin-top: 100px;
}
.contact__form {
  position: relative;
  background-color: #f2f2f2;
}
.contact__form-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact__form .wpcf7 {
  z-index: 1;
  position: relative;
}
.contact__form .section-decor {
  bottom: unset;
  top: -32px;
}
.contact__form .side-decor {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.contact__map .leaflet-container {
  height: 600px;
}
.contact__map .leaflet-pane .map-place div, .contact__map .leaflet-pane .map-place div:after, .contact__map .leaflet-pane .map-place div:before {
  background-color: #fff;
}
.contact__map .content {
  text-align: center;
}

.investments__single {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 30%;
}
@media (max-width: 74.99em) {
  .investments__single {
    width: 47%;
    row-gap: 40px;
  }
}
@media (max-width: 42.5em) {
  .investments__single {
    width: 100%;
  }
}
@media (max-width: 35.99em) {
  .investments__single {
    row-gap: 30px;
  }
}
.investments__single.higlight {
  background-color: #f2f2f2;
}
.investments__single:hover .image::after {
  opacity: 0.7;
}
.investments__single:hover .thumbnail {
  transform: scale(1.1);
}
.investments__single:hover .logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.investments__single .image {
  position: relative;
  background-color: #F0F0F0;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.investments__single .image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background-color: #B12F1D;
  opacity: 0;
  transition: ease 0.4s all;
}
.investments__single .logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: ease 0.4s all;
  transform: translate(-50%, -50%) scale(0);
  max-height: 120px;
  max-width: 40%;
  filter: invert(1);
}
.investments__single .thumbnail {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: ease 0.4s all;
}
.investments__single .title {
  color: #B12F1D;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0;
}
.investments__single .excerpt {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.investments__single .list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}
.investments__single .list__item {
  align-items: center;
  text-transform: uppercase;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.investments__single .list__item--status.current .icon:before {
  background-color: #2e7d32;
}
.investments__single .list__item--status.planned .icon:before {
  background-color: #ef6c00;
}
.investments__single .list__item--status.completed .icon:before {
  background-color: #c62828;
}
.investments__single .list__item--status .icon:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #F0F0F0;
  display: block;
  border-radius: 40px;
}
.investments__single .list__item .icon {
  border: 2px solid #F3EFEA;
  padding: 7px;
  border-radius: 40px;
}
.investments__single .list__item svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: #AA8855;
  display: block;
}
.investments__single .button {
  align-self: center;
  position: relative;
  z-index: 1;
}
.investments__single .gallery {
  width: 100%;
  position: relative;
  z-index: 1;
}
.investments__single .gallery-item {
  padding: 0 15px;
}
@media (max-width: 43.75em) {
  .investments__single .gallery-item {
    padding: 0;
  }
}
.investments__single .gallery-item:hover img {
  transform: scale(1.1);
}
.investments__single .gallery-item .image {
  position: relative;
  overflow: hidden;
}
.investments__single .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.5s all;
}
.investments__single .gallery-arrows {
  display: flex;
  align-items: center;
}
.investments__single .gallery-arrows svg {
  transition: ease 0.5s all;
  cursor: pointer;
  width: 48px;
  height: 48px;
  padding: 10px;
}
.investments__single .gallery-arrows svg:hover {
  fill: #AA8855;
}
.investments__single .gallery-arrows .indicator {
  color: #AA8855;
}
.investments__single .side-decor {
  top: 0;
  bottom: unset;
}
.investments__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 61.99em) {
  .investments__buttons {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 61.99em) {
  .investments__buttons .button {
    padding: 15px 15px;
    max-width: 276px;
    width: 100%;
  }
}
.investments__title {
  text-align: center;
}
.investments__title h2 {
  margin-top: 40px;
  margin-bottom: 60px;
}
.investments__note {
  text-align: center;
}
.investments__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 60px;
}
@media (max-width: 93.74em) {
  .investments__list {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media (max-width: 74.99em) {
  .investments__list {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media (max-width: 61.99em) {
  .investments__list {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.investments__list.first {
  margin-bottom: 40px;
}
.investments__decor {
  position: relative;
}

body.single .site-main {
  --wp--style--block-gap: 30px;
}
body.single .site-main .post {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.single .site-main .post .entry-meta {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  border: 1px solid #AA8855;
  font-size: 0.875rem;
}
body.single .site-main .post .wp-block-gallery {
  margin-top: 40px;
  gap: 30px;
}
