/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
* {
  font-family: "open-sans", sans-serif;
  color: #525E5D;
}

::selection {
  background: #938572;
  color: white;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #F5F5F5;
  background-size: contain;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 68px;
  line-height: 90px;
}
@media (max-width: 1365px) {
  h1 {
    font-size: 56px;
    line-height: 90px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 90px;
  }
}

h2 {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 1365px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

h3 {
  font-size: 36px;
  line-height: 32px;
}
@media (max-width: 1365px) {
  h3 {
    font-size: 34px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1365px) {
  h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 32px;
  }
}

h1, h2, h3, h4 {
  font-family: "bagatela", serif !important;
  color: #525E5D;
}
h1 *, h2 *, h3 *, h4 * {
  font-family: "bagatela", serif !important;
}

p {
  font-size: 16px;
}
@media (max-width: 1365px) {
  p {
    font-size: 15px !important;
  }
}

.button {
  text-align: left !important;
  font-family: "open-sans", sans-serif;
  background: #AD946C;
  border-radius: 4px;
  color: white;
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 25px 28px;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: fit-content;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  margin: 15px 0;
}
@media (max-width: 1365px) {
  .button {
    font-size: 14px;
    padding: 21px 24px;
  }
}
.button span {
  color: white !important;
}
.button img {
  width: 15px;
}
.button * {
  position: relative;
}
.button::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -100%;
  transition: left 0.3s ease;
  background-color: #8D7145;
  z-index: -1;
}
.button:hover::before {
  left: 0;
}
.button--zielony-ze-strzalka::before {
  background-color: #5a7774;
}
.button--zielony-ze-strzalka {
  background-color: #486360;
}
.button--brazowy-ze-strzalka::before {
  background-color: #9a815a;
}
.button--brazowy-ze-strzalka {
  background-color: #8d7145;
}
.button--jasny-braz-ze-strzalka::before {
  background-color: #bea781;
}
.button--jasny-braz-ze-strzalka {
  background-color: #ad946c;
}
.button--bez-strzalki::before {
  background-color: #E9E9E9;
}
.button--bez-strzalki {
  background-color: transparent;
  border: 1px solid #938572;
  padding: 21px 24px;
  font-weight: 600;
  border-radius: 0;
  font-size: 16px;
}
.button--bez-strzalki span {
  color: #938572 !important;
}
@media (max-width: 1365px) {
  .button--bez-strzalki span {
    font-size: 14px;
  }
}
.button--bez-strzalki img {
  display: none;
}

.gutenberg-btn {
  padding: 21px 24px;
  border: 1px solid #938572;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #938572;
  display: block;
}
@media (max-width: 1365px) {
  .gutenberg-btn {
    font-size: 14px;
    padding: 16px 18px;
  }
}

.is-style-fill img {
  display: none;
}

.is-style-outline img {
  display: none;
}
.is-style-outline a {
  background-color: transparent !important;
  border: 1px solid #938572;
}
.is-style-outline a::after {
  display: none;
}
.is-style-outline a::before {
  display: none;
}
.is-style-outline span {
  color: #938572 !important;
}

.is-style-przycisk-style-two a {
  border-radius: 0;
  width: fit-content;
  padding: 25px 28px;
}
.is-style-przycisk-style-two span {
  color: white !important;
}

.is-style-przycisk-style-one a {
  background-color: #486360;
  width: fit-content;
  border-radius: 3px;
  gap: 30px;
  position: relative;
  font-size: 16px;
}
.is-style-przycisk-style-one a::before {
  background-color: #5a7774;
}
@media (max-width: 1365px) {
  .is-style-przycisk-style-one a {
    font-size: 14px;
  }
}
.is-style-przycisk-style-one span {
  color: white;
}

@media (max-width: 1366px) {
  .is-style-przycisk-style-one a {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .is-style-przycisk-style-one a {
    box-sizing: border-box;
  }
}
.has-custom-width a {
  width: 100% !important;
}

.wp-block-buttons {
  margin: 15px 0;
}

.breadcrumbs__container {
  padding-left: 120px;
  padding-top: 28px;
  padding-bottom: 13px;
  text-transform: lowercase;
  color: #DBD9D1;
  font-size: 12px;
}
.breadcrumbs__container * {
  color: #DBD9D1;
  font-size: 12px;
}
@media (max-width: 1365px) {
  .breadcrumbs__container {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .breadcrumbs__container {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__container {
    padding-left: 21px;
  }
}
.breadcrumbs__link {
  color: #DBD9D1;
}

.page-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .page-title {
    margin-bottom: 20px;
  }
}
.page-title__title {
  font-weight: 400;
}
.page-title--nomargin {
  margin-bottom: 0;
}
.page-title--mtop {
  padding-top: 40px;
}

.single .page-title {
  margin-bottom: 28px;
  margin-top: 15px;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AD946C;
}

.page-template-templates-adwokacitemplate-main-site-landing-php .preloader {
  display: none;
}

.container {
  max-width: 1674px;
  padding-left: 120px;
  padding-right: 120px;
}
.container--wide {
  max-width: none;
}
@media (max-width: 1365px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.container-center {
  margin: 0 auto;
}

.container-npr {
  padding-right: 0;
}
@media (max-width: 1730px) {
  .container-npr {
    padding-right: 15px;
  }
}

.container-single {
  max-width: none;
  padding: 0 120px;
}
@media (max-width: 1365px) {
  .container-single {
    padding: 0 60px;
  }
}
@media (max-width: 576px) {
  .container-single {
    padding: 0 20px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  padding-top: 50px;
  left: 0;
  width: 100%;
  transition: padding-top 0.5s ease-in-out, padding-bottom 0.5s ease-in-out, background-color 0.5s ease-in-out;
  transform: translateY(0);
  z-index: 10;
}
.navbar--follow {
  position: fixed;
  animation-duration: 1s;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar--follow .search-wrap {
  top: 115px !important;
}
@media (max-width: 1600px) {
  .navbar--follow .search-wrap {
    top: 105px !important;
  }
}
.navbar .container {
  max-width: none;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1365px) {
  .navbar .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .navbar .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .navbar .container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (max-width: 1176px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar .navbar-search-icon {
  padding-left: 40px;
  cursor: pointer;
}
@media (max-width: 1176px) {
  .navbar .navbar-search-icon {
    display: none;
  }
}
.navbar .search-wrap-input {
  position: relative;
}
.navbar .search-wrap {
  position: absolute;
  width: 100%;
  padding: 18px 0;
  top: 160px;
  background-color: #DBD9D2;
  max-height: 96px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .navbar .search-wrap {
    top: 140px;
  }
}
.navbar .search-wrap--hidden {
  max-height: 0;
  padding: 0;
}
.navbar .search-wrap button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
}
.navbar .search-wrap p {
  font-size: 22px;
  font-family: "bagatela", serif;
  font-weight: 300;
}
@media (max-width: 1365px) {
  .navbar .search-wrap p {
    font-size: 22px !important;
  }
}
.navbar .search-wrap input {
  background: #DBD9D1;
  border: none;
  border: 1px solid #b7b5ae;
  padding: 20px;
  width: 671px;
}
.navbar .search-wrap form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px;
}
.navbar__search-icon {
  background: none;
  cursor: pointer;
}
.navbar__strefa {
  padding: 21px 24px;
  border: 1px solid #938572;
  font-weight: 600;
  font-size: 14px;
  color: #938572;
  margin-left: 55px;
}
@media (max-width: 1600px) {
  .navbar__strefa {
    margin-left: 34px;
    font-size: 13px;
    padding: 16px 18px;
  }
}
@media (max-width: 1365px) {
  .navbar__strefa {
    margin-left: 20px;
  }
}
.navbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.navbar .menu-item-has-children .menu-item-has-children {
  position: relative;
}
.navbar .menu-item-has-children .menu-item-has-children .sub-menu {
  position: static;
  padding: 0;
}
.navbar .menu-item-has-children .menu-item-has-children .sub-menu::before {
  display: none !important;
}
.navbar .parent--active {
  background: #E8E8E7 !important;
}
.navbar__right {
  display: flex;
}
@media (max-width: 1176px) {
  .navbar__right {
    display: none;
  }
}
.navbar__items {
  display: flex;
  padding: 0;
  gap: 40px;
  align-items: center;
}
.navbar__items > .menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #AD946C;
  transition: width 0.25s ease-out;
}
.navbar__items > .menu-item > a:hover::before {
  width: 100%;
}
@media (max-width: 1466px) {
  .navbar__items {
    gap: 20px;
  }
}
.navbar__items > li > a {
  font-size: 14px;
  color: #938572;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .navbar__items > li > a {
    font-size: 13px;
  }
}
.navbar__items li {
  list-style: none;
  position: relative;
  text-align: right;
}
.navbar__items .sub-menu {
  padding: 0;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  right: 0;
  padding-top: 40px;
  transition: max-height 0.5s ease-out;
  pointer-events: none;
}
.navbar__items .sub-menu::before {
  opacity: 0;
}
.navbar__items .sub-menu li {
  background-color: rgba(222, 221, 220, 0.8431372549);
  border-bottom: 1px solid #E3E2E1;
}
.navbar__items .sub-menu li:hover {
  background-color: rgba(222, 221, 220, 0.8431372549);
}
.navbar__items .sub-menu a {
  padding: 16px 23px 16px 35px;
  display: block;
  font-weight: 600;
  white-space: nowrap;
}
.navbar__items .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.navbar__items .sub-menu .sub-menu {
  pointer-events: all;
}
.navbar__items .sub-menu.sub-menu--visible {
  pointer-events: all;
}
.navbar__items .sub-menu.sub-menu--visible::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/wp-content/themes/kia/dist/images/menu-indicator.svg), no-repeat;
  width: 18px;
  height: 11px;
  opacity: 1;
  top: 29px;
  right: 25px;
  transition: opacity 0.5s ease-in-out;
}
.navbar__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .navbar__logo-link {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .navbar__logo-link {
    gap: 15px;
  }
}
.navbar__logo-link img {
  height: 85px;
  width: 85px;
}
@media (max-width: 1600px) {
  .navbar__logo-link img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 576px) {
  .navbar__logo-link img {
    height: 57px;
    width: 57px;
  }
}
.navbar__logo-text {
  color: #938572;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1365px) {
  .navbar__logo-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .navbar__logo-text {
    font-size: 10px;
    line-height: 14px;
  }
}
.navbar .navbar__search-form {
  display: none;
  margin: 0;
  margin-top: 40px;
}
@media (max-width: 1175px) {
  .navbar .navbar__search-form {
    display: block;
    position: relative;
    background: none;
    border: none;
  }
  .navbar .navbar__search-form input {
    border: none;
    width: 100%;
    background-color: #A08C6F;
    position: static;
    color: white;
    max-width: none;
    padding: 19px 19px 23px 19px;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 14px;
  }
  .navbar .navbar__search-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
  }
}

.navbar-mobile {
  position: fixed;
  max-width: 50vw;
  top: 0;
  right: -50vw;
  left: unset;
  transition: right 0.3s ease-in-out;
  background-color: #AD946C !important;
  z-index: 11;
  max-height: 80vh;
  overflow-y: scroll;
}
.navbar-mobile--active {
  right: 0;
}
@media (min-width: 1176px) {
  .navbar-mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar-mobile {
    max-width: 100vw;
    right: -100vw;
    min-height: 100vh;
  }
  .navbar-mobile--active {
    right: 0;
  }
}
.navbar-mobile .container {
  flex-direction: column;
  align-items: start;
  padding-left: 39px !important;
  padding-top: 30px !important;
  padding-bottom: 35px !important;
}
.navbar-mobile .navbar__right {
  display: block;
  width: 100%;
}
.navbar-mobile .navbar__items {
  gap: 38px;
  flex-direction: column;
  align-items: start;
}
.navbar-mobile .navbar__items li {
  text-align: left;
}
.navbar-mobile .navbar__items * {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.navbar-mobile .parent--active {
  background-color: #AD946C !important;
}
.navbar-mobile .navbar__items .sub-menu {
  position: static;
  padding: 0;
}
.navbar-mobile .navbar__items .sub-menu li {
  background-color: #AD946C;
  border: none;
}
.navbar-mobile .sub-menu::before {
  display: none !important;
}
.navbar-mobile .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #DBD9D1;
  padding-left: 10px;
}
.navbar-mobile .sub-menu li:first-child a {
  padding-top: 30px;
}
.navbar-mobile .sub-menu .sub-menu a:first-child {
  padding-top: 16px;
}
.navbar-mobile .sub-menu .sub-menu a {
  padding-left: 20px;
}
.navbar-mobile .navbar__strefa {
  margin-top: 33px;
  display: block;
  margin-left: 0;
  text-align: center;
  border-color: white;
  color: white;
  font-size: 14px;
}

body:not(.home) .hamburger--follow {
  top: 45px !important;
}

body:not(.home) .navbar__hamburger {
  top: 45px;
  position: fixed;
}
@media (max-width: 1176px) {
  body:not(.home) .navbar__hamburger {
    right: 60px;
  }
}
@media (max-width: 768px) {
  body:not(.home) .navbar__hamburger {
    right: 40px;
    top: 45px;
  }
}
@media (max-width: 576px) {
  body:not(.home) .navbar__hamburger {
    right: 20px;
  }
}

body:not(.home) .navbar {
  background-color: white;
}
@media (min-width: 1176px) {
  body:not(.home) .navbar {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
body:not(.home) .navbar .container {
  box-sizing: content-box;
  padding: 0 120px;
}
@media (max-width: 1365px) {
  body:not(.home) .navbar .container {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  body:not(.home) .navbar .container {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  body:not(.home) .navbar .container {
    padding: 0 21px;
  }
}
body:not(.home) .navbar__logo-link img {
  width: 66px;
  height: 66px;
}

body:not(.home) main {
  margin-top: 95px;
}

.page:not(.home) .search-wrap, .blog .search-wrap, .single .search-wrap, .search .search-wrap {
  top: 95px !important;
}

.footer {
  padding: 84px 0 108px 0;
  background-color: #486360;
  position: relative;
}
.footer__container {
  margin: 0 auto !important;
}
@media (max-width: 1365px) {
  .footer {
    padding: 61px 0 79px 0;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 61px 0 50px 0;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 61px 0 40px 0;
  }
}
.footer * {
  color: white;
}
.footer__first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__first-row {
    flex-direction: column;
    align-items: start;
    gap: 36px;
  }
}
.footer__logo-wrap {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
}
@media (max-width: 1365px) {
  .footer__logo-wrap {
    gap: 47px;
  }
}
@media (max-width: 992px) {
  .footer__logo-wrap {
    gap: 26px;
  }
}
@media (max-width: 576px) {
  .footer__logo-wrap {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1365px) {
  .footer__logo-wrap img {
    max-width: 120px;
  }
}
@media (max-width: 992px) {
  .footer__logo-wrap img {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .footer__logo-wrap img {
    max-width: 85px;
  }
}
.footer__logo-text {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1365px) {
  .footer__logo-text {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer__logo-text span {
  font-weight: 600;
  text-transform: uppercase;
}
.footer__strefa {
  font-size: 14px;
  padding: 21px 24px;
  border: 1px solid white;
}
@media (max-width: 1365px) {
  .footer__strefa {
    font-size: 13px;
    padding: 16px 18px;
  }
}
@media (max-width: 992px) {
  .footer__strefa {
    font-size: 12px;
  }
}
.footer__second-row {
  margin-top: 78px;
  display: flex;
  gap: 308px;
  padding-bottom: 94px;
  position: relative;
}
@media (max-width: 1365px) {
  .footer__second-row {
    margin-top: 72px;
    gap: 185px;
    padding-bottom: 82px;
  }
}
@media (max-width: 992px) {
  .footer__second-row {
    margin-top: 62px;
    padding-bottom: 72px;
    gap: 113px;
  }
}
@media (max-width: 680px) {
  .footer__second-row {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .footer__second-row {
    margin-top: 42px;
    padding-bottom: 44px;
  }
}
.footer__second-row::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9E9E9E;
  opacity: 0.25;
  position: absolute;
}
.footer__address {
  display: flex;
  flex-direction: column;
}
.footer__address > p, .footer__address a {
  font-family: "bagatela", serif;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 33px;
}
.footer__address > p:first-child, .footer__address a:first-child {
  margin-bottom: 20px;
}
.footer__address > p:last-child, .footer__address a:last-child {
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  .footer__address > p, .footer__address a {
    font-size: 13px !important;
  }
}
@media (max-width: 576px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 205px;
  row-gap: 46px;
  width: min-content;
  margin: 0;
  padding: 0;
}
@media (max-width: 1365px) {
  .footer__menu ul {
    column-gap: 140px;
  }
}
@media (max-width: 1100px) {
  .footer__menu ul {
    column-gap: 100px;
  }
}
@media (max-width: 992px) {
  .footer__menu ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 26px;
  }
}
@media (max-width: 680px) {
  .footer__menu ul {
    column-gap: 50px;
  }
}
.footer__menu li {
  width: fit-content;
}
.footer__menu a {
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .footer__menu a {
    font-size: 12px;
  }
}
.footer__third-row {
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer__third-row * {
  font-size: 12px;
}
@media (max-width: 992px) {
  .footer__third-row {
    padding-bottom: 28px;
  }
  .footer__third-row::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9E9E9E;
    opacity: 0.25;
    position: absolute;
  }
}
@media (max-width: 576px) {
  .footer__third-row {
    flex-direction: column;
    align-items: center;
    padding-top: 43px;
    padding-bottom: 41px;
  }
}
.footer__third-left {
  display: flex;
  align-items: center;
}
.footer__check-social {
  margin-right: 88px;
}
@media (max-width: 1365px) {
  .footer__check-social {
    margin-right: 23px;
  }
}
@media (max-width: 992px) {
  .footer__check-social {
    margin-right: 44px;
  }
}
@media (max-width: 576px) {
  .footer__check-social {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer__policy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -47px;
  }
}
.footer__some-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-right: 55px;
}
@media (max-width: 1365px) {
  .footer__some-wrap {
    margin-right: 49px;
  }
}
@media (max-width: 576px) {
  .footer__some-wrap {
    margin: 0;
    gap: 60px;
    padding-bottom: 87px;
  }
  .footer__some-wrap::after {
    content: "";
    bottom: 125px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9E9E9E;
    opacity: 0.25;
    position: absolute;
  }
}
.footer__fourth-row {
  display: flex;
  justify-content: end;
}
@media (max-width: 576px) {
  .footer__fourth-row {
    margin-top: 50px;
    justify-content: center;
  }
}
.footer__fourth-row a {
  color: #9AACAA;
  font-size: 10px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .footer__fourth-row a {
    padding-top: 27px;
  }
}

.podtytul-z-akapitem {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .podtytul-z-akapitem {
    margin-bottom: 25px;
  }
}
.podtytul-z-akapitem h4 {
  font-weight: 400;
  font-family: "bagatela", serif;
  padding-bottom: 27px !important;
  padding-top: 0 !important;
}
.podtytul-z-akapitem p {
  font-size: 16px;
  line-height: 32px;
}

.zalaczniki {
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .zalaczniki {
    margin-bottom: 25px;
  }
}
.zalaczniki h4 {
  padding-bottom: 27px !important;
  padding-top: 0 !important;
}
.zalaczniki__single {
  display: flex;
  background: #EDEDEA;
  padding-left: 47px;
  align-items: center;
}
.zalaczniki__single:nth-child(odd) {
  background-color: #F2F2F0;
}
@media (max-width: 768px) {
  .zalaczniki__single {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
  }
}
.zalaczniki__first {
  width: 100%;
}
@media (max-width: 992px) {
  .zalaczniki__first {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .zalaczniki__first {
    position: relative;
    padding: 28px 0;
  }
  .zalaczniki__first::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #f5f5f5;
    height: 3px;
    top: unset;
    left: unset;
    bottom: 0;
  }
}
.zalaczniki__title {
  font-family: "bagatela", serif;
  font-weight: 300;
  font-size: 22px !important;
  margin: 0 0 !important;
}
.zalaczniki__file-name {
  margin: 0 0 !important;
}
@media (max-width: 768px) {
  .zalaczniki__file-name {
    font-size: 12px !important;
  }
}
.zalaczniki__date {
  padding-right: 75px;
  font-size: 16px;
  font-weight: 600;
}
.zalaczniki__date::before {
  content: "";
  position: absolute;
  left: 161px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f5f5f5;
}
@media (max-width: 992px) {
  .zalaczniki__date::before {
    display: none;
  }
}
@media (max-width: 1365px) {
  .zalaczniki__date {
    font-size: 14px;
  }
}
.zalaczniki__middle {
  padding: 33px 69px;
  position: relative;
}
@media (max-width: 768px) {
  .zalaczniki__middle {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: unset;
    padding-right: unset;
  }
}
.zalaczniki__middle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f5f5f5;
}
@media (max-width: 992px) {
  .zalaczniki__middle::before {
    display: none;
  }
}
.zalaczniki__middle a {
  font-family: "bagatela", serif;
  font-size: 18px;
  font-weight: 500;
  color: #AD946C;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .zalaczniki__middle a {
    font-size: 16px;
  }
}
.zalaczniki__last {
  padding: 33px 55px;
  position: relative;
}
@media (max-width: 768px) {
  .zalaczniki__last {
    padding: 25px 34px;
  }
}
.zalaczniki__last::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f5f5f5;
}
@media (max-width: 992px) {
  .zalaczniki__last::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .zalaczniki__last::before {
    display: block;
  }
}

.zalaczniki-date .zalaczniki__single {
  position: relative;
}
@media (max-width: 992px) {
  .zalaczniki-date .zalaczniki__single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .zalaczniki-date .zalaczniki__single > * {
    text-align: center;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__date {
    padding-right: 0;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__middle::before, .zalaczniki-date .zalaczniki__single .zalaczniki__first::before {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .zalaczniki-date .zalaczniki__single {
    display: flex;
    padding: 25px;
  }
  .zalaczniki-date .zalaczniki__single > * {
    text-align: left;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__file-name, .zalaczniki-date .zalaczniki__single .zalaczniki__first {
    padding-top: 15px;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__first {
    padding-bottom: 24px;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__middle, .zalaczniki-date .zalaczniki__single .zalaczniki__last {
    padding-bottom: 0px;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__single {
    padding-bottom: 22px;
  }
  .zalaczniki-date .zalaczniki__single .zalaczniki__last::before {
    content: "";
    position: absolute;
    right: 139px;
    top: 6px;
    left: -18px;
    width: 3px;
    height: 77px;
    background: #f5f5f5;
  }
}
@media (max-width: 576px) {
  .zalaczniki-date .zalaczniki__single {
    position: relative;
  }
  .zalaczniki-date .zalaczniki__single::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 76px;
    width: 100%;
    height: 3px;
    background: #f5f5f5;
  }
}
@media (max-width: 350px) {
  .zalaczniki-date .zalaczniki__last {
    padding: 25px 25px;
  }
  .zalaczniki-date .zalaczniki__last::before {
    top: 3px !important;
  }
  .zalaczniki-date .zalaczniki__single {
    padding-bottom: 20px !important;
  }
}

.sklad-referatu {
  width: 971px;
  margin: 15px 0;
}
@media (max-width: 1100px) {
  .sklad-referatu {
    width: 100%;
    overflow-x: scroll;
  }
}
.sklad-referatu .bold {
  font-weight: 700;
}
.sklad-referatu .center {
  text-align: center;
  border-left: 3px solid #F5F5F5;
}
.sklad-referatu__heading {
  background-color: #EBEAE7;
  padding: 19px 28px !important;
}
@media (max-width: 576px) {
  .sklad-referatu__heading {
    min-width: 600px;
  }
}
.sklad-referatu__title {
  padding: 0 !important;
  font-weight: 400;
}
.sklad-referatu__subtitle {
  color: #525E5D;
  font-family: "bagatela", serif;
  font-size: 18px;
  font-weight: 300;
}
.sklad-referatu__cell {
  padding: 17px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .sklad-referatu__row-wrap {
    min-width: 600px;
  }
}
.sklad-referatu__row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #F0EFED;
}
.sklad-referatu__row:nth-child(even) {
  background-color: #F3F2F2;
}

.main-site {
  background: #313131;
  height: 100vh;
  position: relative;
}
.main-site::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(/wp-content/themes/kia/dist/images/main-site-bg.webp), no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.51;
}
.main-site .container {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-site__holder {
  text-align: center;
}
.main-site__heading-wrap {
  position: absolute;
  top: 70px;
  display: flex;
  gap: 113px;
  right: 50px;
}
@media (max-width: 768px) {
  .main-site__heading-wrap {
    top: 20px;
    left: 20px;
    right: unset;
  }
}
.main-site__logo {
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .main-site__logo {
    max-width: 162px;
    margin-bottom: 29px;
  }
}
.main-site__heading {
  font-family: "bagatela", serif;
  color: white;
  font-weight: 300;
  text-align: center;
}
.main-site__button-wrap {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.main-site__button-wrap a {
  background-color: #AD946C;
  white-space: nowrap;
  margin: 0 !important;
}
.main-site__button-wrap .button {
  width: 262px;
}
@media (max-width: 768px) {
  .main-site__button-wrap {
    margin-top: 95px;
  }
}
@media (max-width: 360px) {
  .main-site__button-wrap {
    margin-top: 65px;
  }
}

.akty-prawne__not-found {
  font-weight: 400;
  margin: 50px 0;
}
.akty-prawne__search {
  display: flex;
  margin: 50px 0;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .akty-prawne__search {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .akty-prawne__search {
    gap: 3px;
  }
}
@media (max-width: 768px) {
  .akty-prawne__search-wrap {
    width: 100%;
  }
}
.akty-prawne form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
}
@media (max-width: 768px) {
  .akty-prawne form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .akty-prawne form {
    gap: 3px;
  }
}
.akty-prawne form span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .akty-prawne form span {
    display: none;
  }
}
.akty-prawne input[type=text] {
  background-color: #EBEAE7;
  border: none;
  font-size: 14px;
  padding: 17px 0 20px 29px;
  outline: none;
}
@media (max-width: 768px) {
  .akty-prawne input[type=text] {
    width: -webkit-fill-available;
  }
}
.akty-prawne__main-search {
  width: 548px;
}
@media (max-width: 1460px) {
  .akty-prawne__main-search {
    width: 300px;
  }
}
.akty-prawne__button-date {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .akty-prawne__button-date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.akty-prawne__submit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.akty-prawne .zalaczniki {
  margin-top: 0;
}

.hero {
  height: 814px;
}
@media (max-width: 1365px) {
  .hero {
    height: 737px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 504px;
  }
}
@media (max-width: 576px) {
  .hero {
    height: auto;
  }
}
.hero .swiper {
  height: 100%;
}
.hero .swiper > .container {
  position: absolute;
  bottom: 67px;
  width: 100vw;
  z-index: 1;
  padding: 0;
  opacity: 1;
  max-width: none;
}
@media (max-width: 768px) {
  .hero .swiper > .container {
    bottom: 20px;
  }
}
.hero .swiper > .container .swiper-pagination {
  text-align: left;
  display: flex !important;
  margin: 0 !important;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1674px;
  margin: 0 auto;
  display: block;
  position: static;
  padding-left: 240px;
}
@media (max-width: 1365px) {
  .hero .swiper > .container .swiper-pagination {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .hero .swiper > .container .swiper-pagination {
    padding-left: 147px;
  }
}
@media (max-width: 576px) {
  .hero .swiper > .container .swiper-pagination {
    display: none !important;
  }
}
.hero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid white;
}
.hero .swiper-pagination-bullet-active {
  background: white;
}
.hero .swiper-slide {
  position: relative;
  display: flex;
  align-items: end;
}
.hero .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white, transparent);
  z-index: -1;
}
.hero .swiper-slide::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
@media (max-width: 576px) {
  .hero .swiper-slide::before {
    background-size: 100% 452px !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 452px;
    top: 0;
  }
}
.hero__slide-holder {
  width: 100%;
}
.hero__tile {
  margin-bottom: 175px;
  max-width: 429px;
  background-color: #AD946C;
  padding: 44px 44px 33px 44px;
}
@media (max-width: 1365px) {
  .hero__tile {
    max-width: 387px;
    padding: 42px 37px 29px 42px;
    margin-bottom: 133px;
  }
}
@media (max-width: 768px) {
  .hero__tile {
    max-width: 287px;
    padding: 24px;
    margin-bottom: 65px;
  }
}
@media (max-width: 576px) {
  .hero__tile {
    margin: 0 auto;
    margin-top: 278px;
    max-width: none;
  }
}
.hero__subheading {
  font-size: 14px;
  line-height: 19px;
  color: #726A55;
  margin-bottom: 42px;
}
@media (max-width: 1365px) {
  .hero__subheading {
    font-size: 13px;
    margin-bottom: 25px;
  }
}
.hero__title {
  color: white !important;
  font-family: "bagatela", serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .hero__title {
    line-height: 36px;
  }
}
.hero__link {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #585448;
  border-radius: 50%;
  margin-top: 31px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__link {
    width: 45px;
    height: 45px;
    margin-top: 25px;
  }
}

.news .swiper-slide {
  height: auto;
}
.news .container {
  max-width: 1674px;
  padding-left: 120px;
  padding-right: 120px;
  box-sizing: content-box;
}
@media (max-width: 576px) {
  .news .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.news__heading {
  padding-left: 177px;
  padding-top: 95px;
  padding-bottom: 84px;
  font-family: "bagatela", serif;
  font-weight: 400;
}
@media (max-width: 992px) {
  .news__heading {
    padding-left: 59px;
    padding-top: 55px;
    padding-bottom: 51px;
  }
}
@media (max-width: 576px) {
  .news__heading {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.news__link {
  font-weight: 500;
  font-family: "bagatela", serif;
  font-size: 18px;
  color: #726A55;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .news__link {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }
}
.news__link-holder {
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .news__link-holder {
    order: 2;
  }
}
@media (max-width: 576px) {
  .news__link-holder {
    padding-left: 20px;
  }
}
.news__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  align-items: start;
  gap: 152px;
}
@media (max-width: 1365px) {
  .news__wrap {
    gap: 104px;
  }
}
@media (max-width: 992px) {
  .news__wrap {
    flex-direction: column;
    gap: 35px;
    padding-left: 59px;
  }
}
@media (max-width: 576px) {
  .news__wrap {
    padding-left: 0;
  }
}
.news__news {
  max-width: 100%;
  overflow: visible;
}
.news__single {
  position: relative;
  background-color: white;
  padding: 79px 95px 49px 65px;
}
@media (max-width: 1365px) {
  .news__single {
    padding: 89px 50px 89px 70px;
  }
}
@media (max-width: 992px) {
  .news__single {
    padding: 44px 43px 39px 43px;
  }
}
@media (max-width: 576px) {
  .news__single {
    padding: 45px 25px;
  }
}
.news__single::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #707070;
  opacity: 0.2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .news__single::after {
    display: none;
  }
}
.news__single:last-child::after {
  display: none;
}
.news__single:first-child:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 68%;
  background-color: #AD946C;
}
.news__date {
  font-size: 16px;
  color: #AD946C;
  padding-bottom: 84px;
}
@media (max-width: 1365px) {
  .news__date {
    padding-bottom: 44px;
  }
}
@media (max-width: 992px) {
  .news__date {
    padding-bottom: 29px;
  }
}
@media (max-width: 576px) {
  .news__date {
    padding-bottom: 23px;
  }
}
.news__title {
  font-family: "bagatela", serif;
  font-weight: 300;
  padding-bottom: 121px;
  font-size: 24px;
  display: block;
  line-height: 32px;
}
@media (max-width: 1365px) {
  .news__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .news__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1365px) {
  .news__title {
    padding-bottom: 58px;
  }
}
@media (max-width: 992px) {
  .news__title {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .news__title {
    padding-bottom: 23px;
  }
}
.news__single-link-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}

.tiles {
  margin: 161px 0 173px 0;
}
@media (max-width: 1365px) {
  .tiles {
    margin: 124px 0 84px 0;
  }
}
@media (max-width: 992px) {
  .tiles {
    margin: 66px 0 51px 0;
  }
}
@media (max-width: 576px) {
  .tiles {
    margin: 50px 0;
  }
}
.tiles .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  box-sizing: content-box;
}
@media (max-width: 992px) {
  .tiles .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .tiles .container {
    grid-template-columns: 1fr;
  }
}
.tiles__tile {
  height: 468px;
  display: block;
  display: flex;
  align-items: end;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  color: white;
  position: relative;
  filter: grayscale(100%);
}
@media (max-width: 1365px) {
  .tiles__tile {
    height: 366px;
  }
}
@media (max-width: 992px) {
  .tiles__tile {
    height: 230px;
  }
}
.tiles__tile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D2D2D;
  opacity: 0.36;
}
.tiles__tile h4 {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #F5F5F5 !important;
  font-family: "bagatela", serif;
}

.calendarium .container {
  margin-left: auto;
  padding-right: 0;
  margin-right: 0;
  box-sizing: content-box;
}
@media (max-width: 1365px) {
  .calendarium .container {
    padding-left: 62px;
  }
}
@media (max-width: 768px) {
  .calendarium .container {
    padding-left: 47px;
  }
}
@media (max-width: 576px) {
  .calendarium .container {
    padding: 0 20px;
  }
}
.calendarium__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 992px) {
  .calendarium__wrapper {
    gap: 36px;
  }
}
@media (max-width: 576px) {
  .calendarium__wrapper {
    gap: 28px;
  }
}
.calendarium__header {
  font-family: "bagatela", serif;
  margin-bottom: 66px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .calendarium__header {
    margin-bottom: 54px;
  }
}
@media (max-width: 576px) {
  .calendarium__header {
    margin-bottom: 50px;
  }
}
.calendarium__single {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  justify-content: end;
}
@media (max-width: 992px) {
  .calendarium__single {
    gap: 43px;
  }
}
@media (max-width: 576px) {
  .calendarium__single {
    flex-direction: column;
    gap: 0;
  }
}
.calendarium__day {
  font-weight: 600;
  font-size: 16px;
  color: #AD946C;
}
@media (max-width: 576px) {
  .calendarium__date-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    position: relative;
  }
}
.calendarium__date {
  font-family: "bagatela", serif;
  line-height: 56px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .calendarium__date {
    line-height: 42px;
  }
}
.calendarium__hour {
  color: #AD946C;
  font-size: 22px;
  font-family: "bagatela", serif;
}
@media (max-width: 576px) {
  .calendarium__hour {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 24px;
  }
}
.calendarium__content {
  padding: 67px 194px 61px 83px;
  background-color: #E7E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1365px) {
  .calendarium__content {
    padding: 54px 60px 54px 61px;
    gap: 55px;
  }
}
@media (max-width: 992px) {
  .calendarium__content {
    padding: 28px 42px 35px 42px;
    gap: 29px;
  }
}
@media (max-width: 576px) {
  .calendarium__content {
    flex-direction: column;
    padding: 18px 25px 17px 25px;
    gap: 2px;
  }
}
.calendarium__content p {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 576px) {
  .calendarium__single-link {
    align-self: end;
  }
}
.calendarium__link-main {
  display: block;
  padding-top: 84px;
  font-family: "bagatela", serif;
  font-size: 18px;
  font-weight: 500;
  color: #726A55;
}
@media (max-width: 1365px) {
  .calendarium__link-main {
    padding-top: 50px;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .calendarium__link-main {
    padding-top: 34px;
  }
}
@media (max-width: 576px) {
  .calendarium__link-main {
    padding-top: 34px;
    padding-left: 20px;
  }
}

.logotypes {
  margin: 131px 0 89px 0;
}
@media (max-width: 1365px) {
  .logotypes {
    margin: 124px 0 44px 0;
  }
}
@media (max-width: 768px) {
  .logotypes {
    margin: 67px 0 42px 0;
  }
}
@media (max-width: 576px) {
  .logotypes {
    margin: 57px 0 42px 0;
  }
}
.logotypes__slide {
  width: auto !important;
  display: flex !important;
  align-items: center !important; /* This will vertically align your logo */
  justify-content: center !important; /* This will horizontally center your logo */
  height: 150px !important; /* Set a height for your slides */
  flex-shrink: 0 !important;
}
@media (max-width: 576px) {
  .logotypes__slide {
    max-width: 150px !important;
    height: auto !important;
    max-height: 75px !important;
  }
}
.logotypes__slide img {
  max-height: 100% !important; /* This will scale the height of your logos to fit within the slide */
  max-width: 100% !important; /* This will scale the width of your logos but maintain their aspect ratios */
  object-fit: contain !important; /* Ensures that logos are scaled properly without being cropped or stretched */
}

.page-template-templates-klienci .news {
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, #DBD9D1 75%, #DBD9D1 100%);
}
.page-template-templates-klienci .logotypes {
  margin: 89px 0 131px 0;
}

.help {
  background: #DBD9D1;
  padding: 202px 0 181px 0;
}
@media (max-width: 1365px) {
  .help {
    padding: 120px 0 180px 0;
  }
}
@media (max-width: 992px) {
  .help {
    padding: 171px 0 160px 0;
  }
}
@media (max-width: 576px) {
  .help {
    padding: 127px 0 51px 0;
  }
}
.help__container {
  margin-left: auto;
  margin-right: unset;
  max-width: 1440px;
  box-sizing: content-box;
  padding-left: 234px;
}
@media (max-width: 1365px) {
  .help__container {
    padding-left: 155px;
  }
}
@media (max-width: 992px) {
  .help__container {
    padding-left: 101px;
    padding-right: 101px;
  }
}
@media (max-width: 576px) {
  .help__container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.help__title {
  font-family: "bagatela", serif;
  font-weight: 400;
  padding-bottom: 64px;
}
@media (max-width: 1365px) {
  .help__title {
    padding-bottom: 54px;
  }
}
@media (max-width: 992px) {
  .help__title {
    padding-bottom: 37px;
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  .help__title {
    white-space: wrap;
    line-height: 48px;
  }
}
.help__text {
  font-size: 16px;
  color: #2D2D2D;
  max-width: 971px;
  line-height: 36px;
  margin-bottom: 95px;
}
@media (max-width: 1365px) {
  .help__text {
    margin-bottom: 80px;
    max-width: 721px;
  }
}
@media (max-width: 992px) {
  .help__text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 57px;
    max-width: 521px;
  }
}
@media (max-width: 576px) {
  .help__text {
    max-width: none;
    margin-bottom: 40px;
  }
}
.help__btn-wrap {
  display: flex;
  gap: 60px;
}
@media (max-width: 992px) {
  .help__btn-wrap {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .help__btn-wrap {
    flex-direction: column;
  }
}
.help__btn {
  margin: 0 !important;
}

.wladze__title {
  font-weight: 400;
  font-family: "bagatela", serif;
}

.staff {
  padding: 49px 0 60px 0;
}
.staff__profession-name {
  font-weight: 400;
  font-family: "bagatela", serif;
  padding-bottom: 33px;
}
@media (max-width: 576px) {
  .staff__profession-name {
    font-size: 22px;
  }
}
.staff__wrapper {
  display: grid;
  justify-items: start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 65px;
}
@media (max-width: 1365px) {
  .staff__wrapper {
    row-gap: 40px;
  }
}
@media (max-width: 992px) {
  .staff__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .staff__wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media (max-width: 576px) {
  .staff__wrapper {
    row-gap: 35px;
  }
}
.staff__single {
  text-align: center;
  max-width: 266px;
}
@media (max-width: 1365px) {
  .staff__single {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .staff__single {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  .staff__single {
    max-width: 233px;
  }
}
.staff__image {
  width: 233px;
  height: 233px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
@media (max-width: 1365px) {
  .staff__image {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .staff__image {
    width: 150px;
    height: 150px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .staff__image {
    width: 233px;
    height: 233px;
  }
}
.staff__single-title {
  font-family: "bagatela", serif;
  font-weight: 500;
  font-size: 16px;
  padding-top: 39px;
}
@media (max-width: 768px) {
  .staff__single-title {
    padding-bottom: 20px;
  }
}
.staff__profession {
  margin-bottom: 69px;
}
@media (max-width: 1365px) {
  .staff__profession {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .staff__profession {
    text-align: center;
  }
}
.staff__profession:last-child {
  margin-bottom: 0;
}

.contact-top {
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .contact-top {
    margin-bottom: 40px;
  }
}
.contact-top__container {
  padding-left: 120px;
}
@media (max-width: 1365px) {
  .contact-top__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .contact-top__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .contact-top__container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.contact-top__title {
  font-weight: 400;
  font-family: "bagatela", serif;
}
.contact-top__btn-wrap {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .contact-top__btn-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .contact-top__btn-wrap {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.rada__container {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1365px) {
  .rada__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .rada__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .rada__container {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .rada__container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.rada__title {
  color: #525E5D;
  font-family: "bagatela", serif;
  font-weight: 400;
  padding-bottom: 21px;
}
@media (max-width: 1365px) {
  .rada__title {
    padding-left: 0;
  }
}
.rada a {
  color: #AD946C;
}
.rada p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.rada p:last-child {
  margin-bottom: 0;
}
.rada__right {
  padding: 42px 42px 65px 42px;
  background-color: #486360;
}
@media (max-width: 1365px) {
  .rada__right {
    padding: 35px;
  }
}
@media (max-width: 576px) {
  .rada__right {
    width: 100%;
  }
}
.rada__right * {
  color: white !important;
}
.rada__right p {
  font-size: 16px;
  color: #F5F5F5 !important;
  line-height: 24px;
}
.rada__heading {
  font-family: "bagatela", serif;
  font-weight: 400;
  padding-bottom: 43px;
}
@media (max-width: 576px) {
  .rada__heading {
    padding-bottom: 20px;
  }
}
.rada__link {
  position: relative;
  padding-right: 100px;
  font-weight: 600;
  margin-top: 50px;
  display: block;
}
@media (max-width: 1365px) {
  .rada__link {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .rada__link {
    margin-top: 30px;
  }
}
.rada__link::after {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/kia/dist/images/white-btn-arrow.svg), no-repeat;
  right: 24px;
  width: 13px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.crew__container {
  padding-left: 120px;
  padding-right: 120px;
  display: grid;
  max-width: 1140px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1365px) {
  .crew__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .crew__container {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .crew__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .crew__container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.crew p {
  display: flex;
  flex-direction: column;
  line-height: 28px;
  color: #525E5D;
}
.crew p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .crew p {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .crew p {
    width: 100%;
  }
}
.crew__position {
  font-weight: bold;
  font-family: "bagatela", serif;
  font-size: 18px;
}
@media (max-width: 576px) {
  .crew__position {
    font-size: 16px;
  }
}

.contact-form-section {
  padding-top: 80px;
}
@media (max-width: 576px) {
  .contact-form-section {
    padding-top: 45px;
  }
}
.contact-form-section__container {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  max-width: 830px;
}
@media (max-width: 1365px) {
  .contact-form-section__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .contact-form-section__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .contact-form-section__container {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 576px) {
  .contact-form-section__container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.contact-form-section__title {
  font-family: "bagatela", serif;
  text-transform: uppercase;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  .contact-form-section__title {
    padding-bottom: 16px;
  }
}
.contact-form-section__desc {
  padding-bottom: 41px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .contact-form-section__desc {
    padding-bottom: 24px;
  }
}
.contact-form-section .contact-form__grid p {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.contact-form-section .contact-form__grid p br {
  display: none;
}
@media (max-width: 576px) {
  .contact-form-section .contact-form__grid p {
    grid-template-columns: 1fr;
  }
}
.contact-form-section input[type=checkbox] {
  accent-color: #525E5D;
}
.contact-form-section .wpcf7-checkbox {
  margin-top: 10px;
  display: block;
}
.contact-form-section .wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: start;
  gap: 10px;
}
.contact-form-section .wpcf7-list-item-label {
  font-size: 10px;
}
.contact-form-section label > br {
  display: none;
}
.contact-form-section .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
}
.contact-form-section .wpcf7-form-control-wrap textarea {
  width: -webkit-fill-available;
  margin-top: 16px;
  border: none;
  padding: 17px 0 20px 29px;
  outline: none;
  background-color: rgba(219, 217, 209, 0.4745098039);
}
.contact-form-section .wpcf7-form-control-wrap input {
  padding: 17px 0 20px 29px;
  border: none;
  outline: none;
  background-color: rgba(219, 217, 209, 0.4745098039);
  max-width: -webkit-fill-available;
  width: 100%;
}
@media (max-width: 576px) {
  .contact-form-section .wpcf7-form-control-wrap input {
    width: -webkit-fill-available;
    max-width: none;
  }
}
.contact-form-section .wpcf7-form-control-wrap input[type=checkbox] {
  width: auto;
}
.contact-form-section button[type=submit] {
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "bagatela", serif;
  font-size: 18px;
  font-weight: 500;
  padding-right: 36px;
  margin-top: 50px;
  display: block;
  margin-left: auto;
}
.contact-form-section button[type=submit]::after {
  background: url(/wp-content/themes/kia/dist/images/news-arrow.svg);
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
}
@media (max-width: 576px) {
  .contact-form-section button[type=submit] {
    margin-top: 30px;
  }
}
.contact-form-section .wpcf7 {
  max-width: 100%;
}

.under-form {
  margin-top: 90px;
  margin-bottom: 112px;
}
.under-form__container {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
  align-items: start;
  max-width: 830px;
}
@media (max-width: 1365px) {
  .under-form__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .under-form__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .under-form__container {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .under-form__container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.under-form__title {
  font-family: "bagatela", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}

.wpcf7-not-valid-tip {
  color: red;
  padding-top: 5px;
  font-size: 10px;
}

.wpcf7-response-output {
  border: none !important;
  background-color: #e9e8e4;
  font-size: 12px !important;
  padding: 20px !important;
}

.rada a, .crew a {
  color: #938572;
}

.nr-rachunku-holder {
  position: relative;
}

.copy-icon {
  width: 20px;
  height: 20px;
  padding-left: 10px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.copy-message {
  background: black;
  padding: 10px;
  position: absolute;
  bottom: -50px;
  z-index: 1;
  font-size: 12px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.copy-message-animation {
  opacity: 1;
}

.recordings {
  margin-bottom: 50px;
}
.recordings .news__heading {
  padding-left: 0;
}
@media (min-width: 1365px) {
  .recordings .news__single {
    width: 469px;
  }
}

.error404 .navbar {
  display: none;
}
.error404 main .container {
  padding-top: 140px;
}
.error404 main h1 {
  color: #AD946C;
  font-weight: 400;
  line-height: 56px;
}
.error404 main h2 {
  font-weight: 400;
  line-height: 56px;
}
.error404 main p {
  padding-top: 44px;
  font-size: 16px;
}
.error404 main a {
  width: fit-content;
  margin-top: 65px;
  background: #486360;
  margin-bottom: 260px;
}
@media (max-width: 768px) {
  .error404 main a {
    margin-bottom: 50px;
  }
}
.error404 main a::before {
  background-color: rgba(104, 143, 139, 0.3294117647) !important;
}

.plan-zajec .container-center {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: content-box;
}
.plan-zajec__heading {
  font-weight: 400;
}
.plan-zajec__table {
  overflow-x: scroll;
}
.plan-zajec__table > div {
  display: grid;
  background: #F3F2F2;
  grid-template-columns: 1fr 1fr 2fr 4fr 2fr 1fr 1fr;
  min-width: 1200px;
}
.plan-zajec__monthRow {
  grid-template-columns: 1fr !important;
  background-color: #EBEAE7 !important;
}
.plan-zajec__monthRow div {
  font-family: "bagatela", serif;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 768px) {
  .plan-zajec__monthRow div {
    font-size: 18px;
  }
}
.plan-zajec__headRow {
  background-color: #F5F5F5 !important;
}
.plan-zajec__headRow div {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.plan-zajec__dataRow div {
  padding: 30px 10px;
}
.plan-zajec__dataRow div:nth-child(14n+8), .plan-zajec__dataRow div:nth-child(14n+9), .plan-zajec__dataRow div:nth-child(14n+10), .plan-zajec__dataRow div:nth-child(14n+11), .plan-zajec__dataRow div:nth-child(14n+12), .plan-zajec__dataRow div:nth-child(14n+13), .plan-zajec__dataRow div:nth-child(14n+14) {
  border-top: 3px solid #f5f5f5;
}
@media (max-width: 768px) {
  .plan-zajec__dataRow div {
    padding: 10px;
  }
}
.plan-zajec__cell {
  text-align: center;
  border-right: 3px solid #F5F5F5;
  padding: 15px 0;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .plan-zajec__cell {
    font-size: 12px;
  }
}
.plan-zajec__cell--bold {
  font-weight: 700;
}
.plan-zajec__cell:last-child {
  border-right: none;
}
.plan-zajec__cell a {
  font-weight: 600;
  color: #AD946C;
  font-size: 16px;
}

.gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 24px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .gallery__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .gallery__wrapper {
    grid-template-columns: 1fr;
  }
}
.gallery__single {
  height: 407px;
  position: relative;
  overflow: hidden;
  padding: 24px 32px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
@media (max-width: 576px) {
  .gallery__single {
    height: 270px;
  }
}
.gallery__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
  z-index: -1;
}
.gallery__single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #2D2D2D, transparent);
  z-index: -1;
}
.gallery__date {
  font-weight: 600;
  font-size: 16px;
  color: #DCD2A9;
}
.gallery__title {
  color: white;
  font-family: "bagatela", serif;
}

.search-page-input {
  margin-top: 30px;
}
.search-page-input input {
  background: transparent;
  border: none;
  border: 1px solid #b7b5ae;
  padding: 20px;
  width: 671px;
  font-size: 14px;
  color: #525E5D;
  outline: none;
}
@media (max-width: 830px) {
  .search-page-input input {
    width: -webkit-fill-available;
  }
}
.search-page-input button {
  background-color: transparent;
  border: none;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
}
.search-page-input__wrapper {
  position: relative;
  width: fit-content;
}
@media (max-width: 830px) {
  .search-page-input__wrapper {
    width: 100%;
  }
}
.search-page-input__count {
  padding-top: 24px;
  font-family: "bagatela", serif;
  font-size: 18px;
  color: #525E5D;
}

.results {
  margin-top: 58px;
  margin-bottom: 150px;
}
@media (max-width: 576px) {
  .results {
    margin-bottom: 50px;
  }
}
.results__result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  position: relative;
  padding-top: 30px;
  gap: 32px;
}
.results__result:first-child {
  padding-top: 0;
}
.results__result::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  opacity: 0.1;
  left: 0;
  bottom: 0;
}
.results__icon {
  width: 37px;
  height: 37px;
}
.results__cat {
  color: #DCD2A9;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
}
.results__title {
  font-family: "bagatela", serif;
  font-size: 18px !important;
  font-weight: 500;
}

.page-default {
  padding-bottom: 50px;
}
.page-default__title {
  padding: 0px 0 0px 0 !important;
}
.page-default > p {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .page-default > p {
    font-size: 15px;
    line-height: 28px;
  }
}
.page-default h1, .page-default h2, .page-default h3, .page-default h4 {
  padding: 40px 0 27px 0;
}
.page-default h1:first-child, .page-default h2:first-child, .page-default h3:first-child, .page-default h4:first-child {
  padding-top: 0;
}

.filters__no-arrow .filters__border, .filters__no-arrow img {
  display: none;
}
.filters__no-arrow .filters__clear {
  display: block;
}

.filters {
  margin-bottom: 81px;
}
@media (max-width: 576px) {
  .filters {
    margin-bottom: 50px;
  }
}
.filters form {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 576px) {
  .filters form {
    flex-direction: column;
  }
}
.filters__year, .filters__month, .filters__category {
  padding: 17px 100px 17px 30px;
  border: none;
  background: #DBD9D1;
  color: #525E5D;
  font-size: 14px;
  outline: none;
  appearance: none;
}
@media (max-width: 576px) {
  .filters__year, .filters__month, .filters__category {
    width: 100%;
  }
}
.filters__border {
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #F5F5F5;
  top: 0;
  right: 60px;
}
.filters__clear {
  position: absolute;
  top: 6px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.filters__select-holder {
  position: relative;
  width: fit-content;
}
@media (max-width: 576px) {
  .filters__select-holder {
    width: 100%;
  }
}
.filters__select-holder--hidden {
  display: none;
}
.filters__clear-all {
  color: #AD946C;
  text-decoration: underline;
  cursor: pointer;
}
.filters__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

@media (max-width: 1024px) {
  .filters-blog form {
    flex-direction: column;
  }
  .filters-blog form .filters__select-holder {
    width: 100%;
  }
  .filters-blog form select {
    width: 100%;
  }
}

.calendarium-archive {
  margin-bottom: 50px;
}
.calendarium-archive .container {
  margin-left: 0;
}
.calendarium-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 3px;
}
.calendarium-archive .page-numbers {
  padding: 20px 28px;
  background-color: #EBEAE7;
  color: #525E5D;
  font-weight: 700;
}
@media (max-width: 576px) {
  .calendarium-archive .page-numbers {
    padding: 15px;
  }
}
.calendarium-archive .page-numbers:nth-child(odd) {
  background-color: #F2F1F0;
}
.calendarium-archive .current {
  color: #EBEAE7 !important;
  background-color: #525E5D !important;
}
.calendarium-archive .next {
  margin-left: 50px;
}
@media (max-width: 576px) {
  .calendarium-archive .next {
    margin-left: 30px;
  }
}
.calendarium-archive .next::before {
  content: "...";
  position: absolute;
  left: -30px;
  bottom: 0;
}
@media (max-width: 576px) {
  .calendarium-archive .next::before {
    left: -20px;
  }
}
.calendarium-archive .prev {
  margin-right: 50px;
}
@media (max-width: 576px) {
  .calendarium-archive .prev {
    margin-right: 30px;
  }
}
.calendarium-archive .prev::before {
  content: "...";
  position: absolute;
  right: -30px;
  bottom: 0;
}
@media (max-width: 576px) {
  .calendarium-archive .prev::before {
    right: -20px;
  }
}
.calendarium-archive .next, .calendarium-archive .prev {
  border-radius: 50%;
  width: 55px;
  padding: 0;
  position: relative;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DCD9D4 !important;
  color: #C4BDB3;
}
@media (max-width: 576px) {
  .calendarium-archive .next, .calendarium-archive .prev {
    width: 40px;
    height: 40px;
  }
}

.single .single-post {
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .single .single-post {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.single .single-post p {
  font-size: 16px;
  line-height: 32px;
  margin: 15px 0;
}
.single .single-post p:first-child {
  margin-top: 0;
}
.single iframe {
  width: 100%;
  height: 785px;
  margin: 15px 0;
}
@media (max-width: 1365px) {
  .single iframe {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .single iframe {
    height: 300px;
  }
}
.single .post-date {
  padding-bottom: 28px;
}
@media (max-width: 576px) {
  .single .post-date {
    padding-bottom: 0;
  }
}
.single .post-date span {
  font-size: 16px;
  color: #AD946C;
}

.single-post__back, .single-gallery__back {
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 21px 24px;
  border: 1px solid #938572;
  font-weight: 600;
  font-size: 14px;
  color: #938572;
}

@media (max-width: 576px) {
  .single-post__back, .single-gallery__back {
    margin: 30px 0;
    margin-left: 0;
  }
}
.single-gallery__excerpt {
  max-width: 830px;
  padding-top: 18px;
}
@media (max-width: 992px) {
  .single-gallery__excerpt {
    padding-top: 0px;
  }
}
.single-gallery__date {
  color: #DCD2A9;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-top: 16px;
}
.single-gallery__photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 17px;
  margin-top: 60px;
  margin-bottom: 188px;
}
@media (max-width: 1365px) {
  .single-gallery__photos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .single-gallery__photos {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .single-gallery__photos {
    grid-template-columns: 1fr 1fr;
  }
}
.single-gallery__photo {
  height: 304px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
@media (max-width: 576px) {
  .single-gallery__photo {
    height: 204px;
  }
}

.posts {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .posts {
    padding-bottom: 34px;
  }
}
.posts__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 123px;
  gap: 3px;
}
@media (max-width: 768px) {
  .posts__pagination {
    margin-top: 28px;
  }
}
.posts .page-numbers {
  padding: 20px 28px;
  background-color: #EBEAE7;
  color: #525E5D;
  font-weight: 700;
}
@media (max-width: 576px) {
  .posts .page-numbers {
    padding: 15px;
  }
}
.posts .page-numbers:nth-child(odd) {
  background-color: #F2F1F0;
}
.posts .current {
  color: #EBEAE7 !important;
  background-color: #525E5D !important;
}
.posts .next {
  margin-left: 50px;
}
@media (max-width: 576px) {
  .posts .next {
    margin-left: 30px;
  }
}
.posts .next::before {
  content: "...";
  position: absolute;
  left: -30px;
  bottom: 0;
}
@media (max-width: 576px) {
  .posts .next::before {
    left: -20px;
  }
}
.posts .prev {
  margin-right: 50px;
}
@media (max-width: 576px) {
  .posts .prev {
    margin-right: 30px;
  }
}
.posts .prev::before {
  content: "...";
  position: absolute;
  right: -30px;
  bottom: 0;
}
@media (max-width: 576px) {
  .posts .prev::before {
    right: -20px;
  }
}
.posts .next, .posts .prev {
  border-radius: 50%;
  width: 55px;
  padding: 0;
  position: relative;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DCD9D4 !important;
  color: #C4BDB3;
}
@media (max-width: 576px) {
  .posts .next, .posts .prev {
    width: 40px;
    height: 40px;
  }
}
.posts__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  row-gap: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1607843137);
}
@media (max-width: 992px) {
  .posts__row {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .posts__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.posts__row:first-child .posts__single {
  padding-top: 30px;
}
.posts__heading {
  padding-left: 177px;
  padding-top: 95px;
  padding-bottom: 84px;
  font-family: "bagatela", serif;
  font-weight: 400;
}
@media (max-width: 992px) {
  .posts__heading {
    padding-left: 59px;
    padding-top: 55px;
    padding-bottom: 51px;
  }
}
@media (max-width: 576px) {
  .posts__heading {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.posts__link {
  font-weight: 500;
  font-family: "bagatela", serif;
  font-size: 18px;
  color: #726A55;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .posts__link {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }
}
.posts__link-holder {
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .posts__link-holder {
    order: 2;
  }
}
@media (max-width: 576px) {
  .posts__link-holder {
    padding-left: 20px;
  }
}
.posts__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  align-items: start;
  gap: 152px;
}
@media (max-width: 1365px) {
  .posts__wrap {
    gap: 104px;
  }
}
@media (max-width: 992px) {
  .posts__wrap {
    flex-direction: column;
    gap: 35px;
    padding-left: 59px;
  }
}
@media (max-width: 576px) {
  .posts__wrap {
    padding-left: 0;
  }
}
.posts__news {
  max-width: 100%;
  overflow: visible;
}
.posts__single {
  position: relative;
  background-color: #f5f5f5;
  padding: 79px 70px 49px 0px;
}
@media (max-width: 1365px) {
  .posts__single {
    padding: 50px 50px 40px 0px;
  }
}
@media (max-width: 992px) {
  .posts__single {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .posts__single {
    padding: 45px 25px;
  }
}
.posts__single::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #707070;
  opacity: 0.2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .posts__single::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: none;
    top: unset;
    right: unset;
  }
}
.posts__single:last-child::after {
  display: none;
}
.posts__date {
  font-size: 16px;
  color: #AD946C;
  padding-bottom: 45px;
}
@media (max-width: 1365px) {
  .posts__date {
    padding-bottom: 44px;
  }
}
@media (max-width: 992px) {
  .posts__date {
    padding-bottom: 29px;
  }
}
@media (max-width: 576px) {
  .posts__date {
    padding-bottom: 23px;
  }
}
.posts__title {
  font-family: "bagatela", serif;
  font-weight: 300;
  padding-bottom: 121px;
  font-size: 24px;
  display: block;
  line-height: 32px;
}
@media (max-width: 1365px) {
  .posts__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .posts__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1365px) {
  .posts__title {
    padding-bottom: 58px;
  }
}
@media (max-width: 992px) {
  .posts__title {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .posts__title {
    padding-bottom: 23px;
  }
}
.posts__single-link-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}
.posts__chunk:nth-child(2) {
  display: none;
}
.posts__spinner {
  max-width: 50px;
  margin: 30px auto;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.posts-pagination {
  padding-bottom: 132px;
}
.posts-pagination--disabled {
  display: none;
}
.posts-pagination .container {
  margin: 0 auto;
}

#signup-content {
  padding: 50px 0;
}
#signup-content h2 {
  margin-bottom: 50px;
}

body > #pojo-a11y-toolbar {
  top: 350px !important;
}
@media (max-width: 768px) {
  body > #pojo-a11y-toolbar {
    top: 220px !important;
  }
}

#pojo-a11y-toolbar path {
  color: white;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
  border-color: #938572 !important;
}

.pojo-a11y-toolbar-toggle {
  left: -52px !important;
  top: 1px !important;
  top: unset !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
  right: -180px !important;
  left: unset !important;
  transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
  right: -1px !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: #938572 !important;
}

.pojo-a11y-toolbar-inner {
  font-family: "bagatela", serif !important;
}

.hamburger--follow {
  position: fixed !important;
}

.navbar__hamburger {
  transform: translateX(-30px) scale(0.5);
  display: none;
  z-index: 12;
  top: 80px;
  position: absolute;
  right: 60px;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 1176px) {
  .navbar__hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar__hamburger {
    transform: translateX(-30px) scale(0.4);
    right: 20px;
  }
}
@media (max-width: 768px) {
  .navbar__hamburger {
    right: 30px;
    top: 50px;
  }
}
@media (max-width: 576px) {
  .navbar__hamburger {
    right: 20px;
    top: 40px;
  }
}

.btn1 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
  transition-duration: 0.5s;
}
.btn1 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 8px;
  width: 30px;
  top: 30px;
  background-color: #938572;
  left: 0px;
  top: 0;
}
.btn1 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 8px;
  background-color: #938572;
  content: "";
  top: -20px;
}
.btn1 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 8px;
  background-color: #938572;
  content: "";
  top: 20px;
}
.btn1 .icon-left:hover {
  cursor: pointer;
}
.btn1 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 8px;
  width: 30px;
  top: 30px;
  background-color: #938572;
  left: 30px;
  top: 0;
}
.btn1 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 8px;
  background-color: #938572;
  content: "";
  top: -20px;
}
.btn1 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 8px;
  background-color: #938572;
  content: "";
  top: 20px;
}
.btn1.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.btn1.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
  background-color: white;
}
.btn1.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
  background-color: white;
}
.btn1.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.btn1.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
  background-color: white;
}
.btn1.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
  background-color: white;
}
.btn1:hover {
  cursor: pointer;
}

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  user-select: none;
  border: 1px solid gray;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
}
.qs-month-year:not(.qs-disabled-year-overlay) {
  cursor: pointer;
}
.qs-month-year:not(.qs-disabled-year-overlay):hover {
  border-bottom: 1px solid gray;
}
.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: 0.5ex;
}

.qs-year {
  padding-left: 0.5ex;
}

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}
/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \*****************************************************************************************/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


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