.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip; rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
} 
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #202020;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.3em;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #730337;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
}

a:hover {
  color: #202020;
}

a:focus-visible {
  outline-color: #730337;
  outline-offset: 4px;
  outline-style: solid;
  outline-width: 2px;
}

a[data-wf-focus-visible] {
  outline-color: #730337;
  outline-offset: 4px;
  outline-style: solid;
  outline-width: 2px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
  font-size: 1em;
  line-height: 1.3em;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #730337;
  font-size: 1.2em;
  line-height: 1.3em;
}

.div-block {
  width: 250px;
  padding-top: 100px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  margin-top: 50px;
}

.text-block {
  margin-top: 50px;
}

.ns-baner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 18px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.ns-baner:hover {
  background-color: #696969;
}

.text-block-2 {
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.image {
  width: 100px;
}

.button-one {
  background-color: #bdd9b0;
  -webkit-transition: background-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, color 500ms ease;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  line-height: 0.8em;
  font-weight: 500;
  white-space: nowrap;
}

.button-one:hover {
  background-color: #730337;
  color: #fff;
}

.button-two {
  width: 100%;
  padding: 9px 8px 6px;
  border-bottom: 3px solid #730337;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, color 500ms ease;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  line-height: 0.8em;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.button-two:hover {
  background-color: #730337;
  color: #fff;
}

.button-two.reset {
  width: auto;
}

.sec-title {
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 2em;
  line-height: 1.2em;
}

.sec-title.center {
  margin-top: auto;
  margin-bottom: auto;
}

.button-three {
  width: 100%;
  padding: 20px;
  border: 1px solid #202020;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, color 500ms ease;
  font-family: Rajdhani, sans-serif;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.button-three:hover {
  background-color: #bdd9b0;
  color: #202020;
}

.page-heading {
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 5em;
  line-height: 1.2em;
}

.nav-container {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.logo-menu {
  height: 100%;
}

.accessibility-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  height: 100%;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
}

.brand:hover {
  opacity: 0.66;
}

.brand.w--current {
  margin-top: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accessibility-button {
  position: fixed;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: padding 300ms cubic-bezier(.25, .46, .45, .94), border 400ms ease;
  transition: padding 300ms cubic-bezier(.25, .46, .45, .94), border 400ms ease;
}

.accessibility-button:hover {
  padding: 12px;
  border: 1px solid #000;
}

.nav-link {
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 0px 4px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: Rajdhani, sans-serif;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom: 3px solid #730337;
  color: #730337;
}

.nav-link.w--current {
  border-bottom-color: #730337;
  color: #730337;
}

.brand-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  display: none;
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: padding 300ms ease, border 400ms ease;
  transition: padding 300ms ease, border 400ms ease;
}

.menu-button:hover {
  padding: 12px;
  border-color: #202020;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  height: 100px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.dropdown-trigger {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 300ms ease, color 300ms ease;
  transition: border 300ms ease, color 300ms ease;
  color: #202020;
}

.dropdown-trigger:hover {
  border-bottom: 3px solid #730337;
}

.dropdown-trigger:visited {
  border-bottom-color: #730337;
}

.dropdown-content {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #dfdfdf;
}

.dropdown-content.hide {
  display: none;
}

.dropdown-link-wrapper {
  padding: 16px 30px;
}

.dropdown-link {
  color: #202020;
  font-size: 1em;
}

.dropdown-link:hover {
  color: #730337;
}

.nav-dropdown-link {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 0px 4px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: Rajdhani, sans-serif;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  cursor: pointer;
}

.nav-dropdown-link:visited {
  border-bottom-color: #730337;
  color: #730337;
}

.nav-dropdown-link.w--current {
  border-bottom-color: #730337;
  color: #730337;
}

.arrow-down {
  height: 8px;
  margin-left: 10px;
}

.sec-footer {
  background-image: linear-gradient(143deg, #730337, #bf395d);
}

.footer-sign {
  border-top: 1px solid #bf395d;
  background-color: #730337;
  color: #fff;
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container.full-width {
  padding-right: 0px;
  padding-left: 0px;
}

.copyright-text {
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 0.8em;
  line-height: 1.2em;
}

.copyrights-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #bdd9b0;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 50px;
  padding-bottom: 50px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.footer-list {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 94px;
  font-size: 1em;
  line-height: 1.5em;
  list-style-type: none;
}

.logo-footer {
  width: 300px;
}

.list-link {
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.list-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-menu-list {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-link {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-weight: 500;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  padding-left: 20px;
  border-left: 1px solid #bf395d;
}

.footer-menu-col1 {
  width: 50%;
}

.footer-menu-col2 {
  width: 50%;
}

.bip-logo {
  width: 100px;
  margin-right: 16px;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-transition: border 400ms cubic-bezier(.215, .61, .355, 1), padding 300ms cubic-bezier(.215, .61, .355, 1), color 300ms ease;
  transition: border 400ms cubic-bezier(.215, .61, .355, 1), padding 300ms cubic-bezier(.215, .61, .355, 1), color 300ms ease;
}

.bip-logo:hover {
  padding: 14px;
  border-color: #fff;
}

.social-wrapper {
  width: 100%;
}

.socialmedia {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.social-icon-block {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: padding 300ms cubic-bezier(.215, .61, .355, 1), border 400ms cubic-bezier(.215, .61, .355, 1), color 300ms ease;
  transition: padding 300ms cubic-bezier(.215, .61, .355, 1), border 400ms cubic-bezier(.215, .61, .355, 1), color 300ms ease;
}

.social-icon-block:hover {
  padding: 4px;
  border-color: #fff;
}

.footer-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.made-text {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
  line-height: 1em;
  text-align: right;
}

.close-icon {
  display: none;
}

.dropdown-text {
  display: inline-block;
}

.logo-wojslawice {
  width: 120px;
}

.sec-ad {
  margin-top: 130px;
  margin-bottom: 30px;
}

.address {
  font-style: normal;
}

.banner {
  display: block;
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
  background-color: #747474;
}

.ad-wrapper {
  width: 100%;
}

.sec-header {
  margin-bottom: 36px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.header-wrapper.hide {
  display: none;
}

.header-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 540px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-2 {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  height: 540px;
}

.header-photo {
  display: block;
  height: 100%;
}

.slider {
  height: 540px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#730337), to(#bf395d));
  background-image: linear-gradient(180deg, #730337, #bf395d);
  color: #fff;
}

.left-arrow {
  left: 50%;
}

.slider-date {
  display: inline-block;
  font-family: Rajdhani, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.header-title {
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Rajdhani, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.line {
  display: inline-block;
  width: 100%;
  height: 2px;
  margin-right: 20px;
  background-color: #fff;
}

.more {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-weight: 500;
}

.more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding-left 600ms ease, color 300ms ease;
  transition: padding-left 600ms ease, color 300ms ease;
}

.more-button:hover {
  padding-left: 80px;
}

.slider-osrodek {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-family: Rajdhani, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.slider-photo {
  height: 100%;
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.move-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 50px;
  margin-bottom: 56px;
  padding: 10px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: padding 300ms ease, color 300ms ease;
  transition: padding 300ms ease, color 300ms ease;
}

.move-top:hover {
  padding: 12px;
}

.section {
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.section.last {
  border: 1px none #000;
}

.section.no-margin {
  margin-bottom: 0px;
}

.grid-col-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-col-2.margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.osrodek-wrapper {
  display: block;
  margin-top: 20px;
}

.osrodki-name {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #730337;
  font-family: Rajdhani, sans-serif;
  color: #202020;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.osrodki-name:hover {
  color: #730337;
}

.building {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-bottom: 10px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.grid-col-5 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-16x9-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 400ms cubic-bezier(.215, .61, .355, 1);
  transition: margin 400ms cubic-bezier(.215, .61, .355, 1);
}

.image-wrapper:hover {
  margin: -12px;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title {
  margin-right: 16px;
  font-family: Rajdhani, sans-serif;
  color: #202020;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

.title:hover {
  color: #730337;
}

.news-place {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #730337;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.news-date {
  display: inline-block;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.news-date.hide {
  display: none;
}

.date-container {
  display: inline-block;
  margin-top: 0px;
}

.lid-container {
  margin-top: 26px;
  padding-right: 130px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-more {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  border-bottom: 3px solid #730337;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, color 500ms ease;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  line-height: 0.8em;
  font-weight: 500;
  text-transform: none;
}

.button-more:hover {
  background-color: #730337;
  color: #fff;
}

.image-6x4-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 143%;
}

.vertical-image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bf395d;
  -webkit-transition: padding 300ms ease, color 300ms ease;
  transition: padding 300ms ease, color 300ms ease;
}

.arrow-button:hover {
  padding: 12px;
}

.event-date-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-left {
  height: 100%;
}

.ns-gallery-wrapper {
  width: 84%;
  margin-bottom: 40px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.ns-gallery-item {
  margin-bottom: 40px;
}

.album-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(115, 3, 55, 0.8);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Rajdhani, sans-serif;
  color: #bdd9b0;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
  mix-blend-mode: normal;
}

.album-title:hover {
  opacity: 1;
}

.album-cover {
  position: relative;
}

.section-video {
  margin-bottom: 36px;
  background-color: #bdd9b0;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.video-container-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.player {
  padding-right: 20px;
}

.video-title {
  font-family: Rajdhani, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

.video-second-text {
  margin-top: 12px;
  font-family: Rajdhani, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.video-title-cont {
  margin-left: 20px;
  padding: 30px;
  border: 1px solid #000;
}

.visitus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 175px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 300ms ease, color 300ms ease;
  transition: padding 300ms ease, color 300ms ease;
  color: #202020;
}

.visitus:hover {
  padding-right: 160px;
  color: #730337;
}

.visit-text {
  display: inline-block;
  font-family: Rajdhani, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  white-space: nowrap;
}

.line-black {
  width: 100%;
  height: 2px;
  margin-right: 20px;
  background-color: #202020;
}

.logos-slider-container {
  width: 84%;
}

.slider-logo-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.splide {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 60px;
}

.splide__slide {
  width: 14.285714285714286%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splide__arrows {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide__arrows.hide {
  display: none;
}

.slider-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), color-stop(15%, hsla(0, 0%, 100%, 0)), color-stop(85%, hsla(0, 0%, 100%, 0)), color-stop(95%, #fff));
  background-image: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0) 15%, hsla(0, 0%, 100%, 0) 85%, #fff 95%);
}

.ns-post-collection-wrapper {
  width: 84%;
  margin-bottom: 40px;
}

.ns-post-collection-wrapper.full {
  width: 100%;
}

.ns-slider-nav {
  z-index: 5;
  height: 20px;
  margin-left: 50%;
  padding-top: 0px;
}

.breadcrumbs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb {
  font-family: Rajdhani, sans-serif;
}

.line-breadcrumb {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #730337;
}

.master-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wpis-wrapper {
  width: 84%;
  margin-bottom: 80px;
}

.article-title {
  padding-right: 170px;
  font-family: Rajdhani, sans-serif;
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 500;
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lid {
  font-size: 1.6em;
  font-weight: 400;
}

.lid-block {
  margin-top: 80px;
  margin-bottom: 80px;
}

.lightbox-script {
  display: none;
}

.ns-gallery-custom-item {
  margin-bottom: 40px;
}

.ns-custom-gallery-collection-wrapper {
  width: 84%;
  margin-bottom: 36px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.hidden-custom-gallery-collection {
  display: none;
}

.osrodki-list-wrapper {
  width: 84%;
}

.grid-col-5-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wcag-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

.button-wrapper {
  margin-bottom: 6px;
}

.wcag-icon {
  display: block;
  width: auto;
  height: 30px;
  margin-right: 15px;
}

.group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  list-style-type: none;
}

.accessibility_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #333;
  font-size: 0.9em;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.accessibility_button:hover {
  background-color: #bf395d;
  color: #fff;
}

.accessibility_button.active {
  background-color: #bf395d;
  color: #fff;
  text-decoration: none;
}

.container-accessibility {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  height: 100%;
  max-width: 350px;
  padding-top: 100px;
  padding-right: 80px;
  padding-left: 80px;
  border-left: 1px solid #000;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.container-accessibility.hide {
  display: none;
}

.buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button_font_size {
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer;
}

.button_font_size:visited {
  background-color: #d16163;
}

.accessibility-sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
}

.cursor_ruler {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.cursor_ruler.hide {
  display: none;
}

.ruler {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, hsla(0, 0%, 100%, 0.9)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.9) 70%);
  opacity: 1;
}

.ruler_line {
  width: 100%;
  height: 10px;
  background-color: #d31e1e;
}

.cursor {
  position: fixed;
  z-index: 1100;
  opacity: 0;
}

.cursor.hide {
  display: none;
}

.cursor_arrow {
  height: 60px;
}

.cursor_pointer {
  height: 60px;
}

.div-block-5 {
  width: 100%;
}

.info-list {
  margin-top: 30px;
  padding-left: 0px;
  list-style-type: none;
}

.right-container {
  width: 84%;
}

.informacje-block {
  width: 100%;
}

.div-block-7 {
  width: 100%;
  height: 100%;
}

.div-block-8 {
  height: 600px;
}

.div-block-9 {
  padding-top: 30px;
}

.text-block-3 {
  margin-bottom: 40px;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 1em;
  line-height: 1.2em;
}

.text-block-4 {
  font-family: Rajdhani, sans-serif;
  font-size: 4.5em;
  line-height: 1.1em;
  font-weight: 500;
}

.nazwa-osrodka-block {
  width: 60%;
}

.osrodek-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rysunek-block {
  width: 40%;
}

.info-heading {
  margin-top: 20px;
  font-family: Rajdhani, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
}

.info {
  font-family: Rajdhani, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  white-space: pre-wrap;
}

.heading-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.video {
  margin-top: 40px;
  margin-bottom: 60px;
}

.div-block-14 {
  width: 78px;
}

.subtitle-container {
  position: relative;
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle-container.margin {
  margin-bottom: 70px;
}

.image-2 {
  width: 78px;
}

.icon-block {
  position: absolute;
  width: 78px;
  margin-top: 20px;
}

.icon-block.no-margin {
  margin-top: 0px;
}

.subtitle {
  position: relative;
  margin-left: 118px;
}

.subtitle.padding {
  padding-top: 20px;
}

.contact-list {
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 0px;
  list-style-type: none;
}

.grid-2-col {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-19 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  color: #730337;
}

.div-block-20 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.text-span-2 {
  color: #730337;
}

.paragraph-2 {
  margin-top: 40px;
}

.text-span-3 {
  color: #2376e4;
}

.text-span-4 {
  color: #33d533;
}

.icon {
  width: 78px;
  max-width: none;
  margin-right: 40px;
}

.nocleg-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-3 {
  margin-left: 118px;
}

.div-block-21 {
  width: 100%;
}

.nocleg-image {
  width: 100%;
  margin-bottom: 20px;
}

.szlaki-block {
  margin-bottom: 60px;
}

.paragraph-4 {
  padding-left: 118px;
}

.grid {
  width: 84%;
}

.collection-list-wrapper {
  width: 84%;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-right: 20px;
}

.download-button {
  background-color: #730337;
}

.download-button:hover {
  color: #bdd9b0;
}

.game-heading {
  display: inline-block;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
}

.game-block {
  margin-top: 30px;
}

.splide__arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url('../images/arrow-top.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-block-5 {
  font-family: Rajdhani, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.link-block-2 {
  width: 100%;
  padding: 60px;
  text-align: center;
}

.image-5 {
  width: 50%;
}

.logo-link {
  width: 50%;
  margin-top: 20px;
}

.wsparcie-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
  -webkit-transition: background-color 400ms ease, color 300ms ease;
  transition: background-color 400ms ease, color 300ms ease;
  text-align: center;
}

.link-block-3:hover {
  background-color: #bdd9b0;
}

.text-block-6 {
  font-family: Rajdhani, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 60px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  padding-left: 16%;
}

.form-block {
  width: 78%;
}

.filter-section {
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 6px;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  border-color: #202020;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  border-color: #bf395d;
  background-color: #bf395d;
}

.right-block {
  width: 22%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-29 {
  width: 22%;
}

.section-top {
  margin-top: 130px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.section-top.last {
  border: 1px none #000;
}

.section-top.no-margin {
  margin-bottom: 0px;
}

.icon-2 {
  display: none;
}

.page-count {
  display: none;
}

.pagination {
  margin-top: 40px;
}

.heading-3 {
  color: #bf395d;
}

.text-span-5 {
  color: #bf395d;
}

.harmonogram {
  width: 100%;
}

.skiplinki {
  position: absolute;
  left: 40px;
  top: 110px;
  right: auto;
  bottom: auto;
  z-index: 1000;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms ease, color 300ms ease;
  transition: opacity 200ms ease, color 300ms ease;
  font-family: Rajdhani, sans-serif;
  font-weight: 500;
}

.skiplinki:focus-visible {
  opacity: 1;
}

.skiplinki[data-wf-focus-visible] {
  opacity: 1;
}

.cc-component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfdfdf;
}

.text-block-7 {
  margin-right: 2rem;
  font-size: 0.8em;
  line-height: 1.2em;
}

.image-6 {
  width: 100%;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.attachment-name {
  margin-left: 8px;
  font-weight: 600;
}

.download-icon {
  height: 6px;
}

.section-top-2 {
  margin-top: 130px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.section-top-2.no-margin {
  margin-bottom: 0px;
}

.section-top-2.no-margin-copy {
  margin-bottom: 0px;
}

.page-heading-2 {
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 5em;
  line-height: 1.2em;
}

.section-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.sec-title-2 {
  font-family: Rajdhani, sans-serif;
  color: #730337;
  font-size: 2em;
  line-height: 1.2em;
}

.button-two-2 {
  width: 100%;
  padding: 9px 8px 6px;
  border-bottom: 3px solid #730337;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, color 500ms ease;
  font-family: Rajdhani, sans-serif;
  color: #730337;
  line-height: 0.8em;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.button-two-2:hover {
  background-color: #730337;
  color: #fff;
}

.button-two-2.reset {
  width: auto;
}

.checkbox-2 {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  border-color: #202020;
  border-radius: 0px;
}

.checkbox-2.w--redirected-checked {
  border-color: #bf395d;
  background-color: #bf395d;
}

.album-title-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(115, 3, 55, 0.8);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Rajdhani, sans-serif;
  color: #bdd9b0;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
  mix-blend-mode: normal;
}

.album-title-2:hover {
  opacity: 1;
}

.text-block-10 {
  display: none;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.attachment-list {
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .sec-title.center {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .accessibility-menu {
    position: relative;

  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 100px;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #dfdfdf;
  }

  .nav-link {
    margin-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link.w--current {
    margin-top: 40px;
  }

  .brand-wrapper {
    position: relative;
    z-index: 999;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 65px;
  }

  .navbar {
    z-index: 999;
  }

  .dropdown-content {
    position: relative;
  }

  .nav-dropdown-link {
    margin-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-link.w--current {
    margin-top: 40px;
  }

  .footer-wrapper {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .address-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-menu {
    margin-top: -20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 0px;
    border-top: 1px solid #bf395d;
    border-left-style: none;
  }

  .bip-logo {
    margin-right: 60px;
    margin-bottom: 20px;
  }

  .footer-col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-icon {
    display: none;
  }

  .header-title {
    margin-top: 40px;
  }

  .more-button {
    width: 100%;
  }

  .grid-col-2 {
    margin-top: 60px;
    margin-bottom: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .osrodek-wrapper {
    margin-top: 0px;
  }

  .grid-col-5 {
    margin-top: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .left-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-right: 0px;
  }

  .left-container.fixed {
    position: relative;
  }

  .ns-gallery-wrapper {
    width: 100%;
    margin-top: 60px;
    direction: ltr;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-container-half {
    width: 100%;
    padding-bottom: 0px;
  }

  .player {
    padding-right: 0px;
  }

  .video-title-cont {
    margin-left: 0px;
  }

  .visitus {
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .logos-slider-container {
    width: 100%;
    margin-top: 60px;
  }

  .splide__slide {
    width: 20%;
  }

  .ns-post-collection-wrapper {
    width: 100%;
  }

  .master-image {
    margin-bottom: 40px;
  }

  .wpis-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .article-title {
    padding-right: 0px;
  }

  .lid-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ns-gallery-custom-wrapper {
    width: 100%;
    margin-top: 0px;
    direction: ltr;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .ns-custom-gallery-collection-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .hidden-custom-gallery-collection {
    display: block;
  }

  .osrodki-list-wrapper {
    width: 100%;
  }

  .grid-col-5-list {
    width: 100%;
    margin-top: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .right-container {
    width: 100%;
  }

  .informacje-block {
    width: 100%;
  }

  .nazwa-osrodka-block {
    width: 100%;
  }

  .osrodek-block {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rysunek-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-20 {
    margin-top: 0px;
  }

  .paragraph-4 {
    margin-top: 20px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .div-block-25 {
    padding-left: 0%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .collection-list {
    grid-row-gap: 20px;
  }

  .checkbox-label {
    white-space: nowrap;
  }

  .right-block {
    width: 100%;
  }

  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-1 {
    width: 100%;
  }

  .header-2 {
    width: 100%;
  }

  .slider {
    height: auto;
  }

  .left-arrow {
    left: 0%;
    top: 50%;
  }

  .right-arrow {
    top: 50%;
  }

  .grid-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-col-5 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .visitus {
    padding-right: 0px;
  }

  .visitus:hover {
    padding-right: 20px;
  }

  .splide__slide {
    width: 33.333333333333336%;
  }

  .ns-slider-nav {
    margin-left: 0%;
  }

  .ns-custom-gallery-collection-wrapper {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .grid-col-5-list {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .szlaki-block {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 3em;
  }

  .div-block {
    padding-top: 20px;
  }

  .ns-baner {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-one {
    margin-top: 10px;
  }

  .button-two.reset {
    width: 100%;
  }

  .sec-title {
    font-size: 1.5em;
  }

  .page-heading {
    font-size: 3em;
  }

  .nav-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    top: 80px;
  }

  .navbar {
    height: 80px;
  }

  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .copyrights-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-list {
    padding-left: 0px;
  }

  .logo-footer {
    width: 100%;
    padding-right: 80px;
  }

  .address-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu-col1 {
    width: 100%;
  }

  .footer-menu-col2 {
    width: 100%;
  }

  .bip-logo {
    margin-bottom: 0px;
  }

  .social-wrapper {
    margin-top: 40px;
  }

  .footer-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-1 {
    padding: 30px;
  }

  .header-title {
    margin-top: 20px;
  }

  .more-button:hover {
    padding-left: 60px;
  }

  .move-top {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .grid-col-2 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .building {
    height: 60px;
  }

  .news-wrapper {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .grid-col-5 {
    margin-top: 100px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-col-5.buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title {
    line-height: 1.1em;
  }

  .lid-container {
    padding-right: 0px;
  }

  .ns-gallery-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .ns-gallery-item {
    margin-bottom: 20px;
  }

  .album-title {
    font-size: 1.3em;
  }

  .video-container-half {
    padding-top: 40px;
  }

  .visitus {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visitus:hover {
    padding-right: 0px;
  }

  .visit-text {
    white-space: normal;
  }

  .line-black {
    display: none;
    margin-right: 0px;
  }

  .splide__slide {
    width: 50%;
  }

  .article-title {
    font-size: 2em;
  }

  .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lid {
    font-size: 1.3em;
  }

  .ns-gallery-custom-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .ns-gallery-custom-item {
    margin-bottom: 20px;
  }

  .ns-custom-gallery-collection-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .hidden-custom-gallery-collection {
    display: block;
  }

  .grid-col-5-list {
    margin-top: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-4 {
    font-size: 3em;
  }

  .subtitle {
    margin-left: 0px;
    padding-top: 80px;
  }

  .contact-list {
    width: 100%;
    margin-top: 0px;
  }

  .heading {
    font-size: 3em;
  }

  .paragraph-4 {
    padding-left: 0px;
  }

  .page-heading-2 {
    font-size: 3em;
  }

  .sec-title-2 {
    font-size: 1.5em;
  }

  .button-two-2.reset {
    width: 100%;
  }

  .album-title-2 {
    font-size: 1.3em;
  }
}

#w-node-a78ea390-6ff4-156b-8d3a-f124671bae50-a60dfb55 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5cc5cab0-192b-517d-b6e0-d0600d0712c5-a60dfb55 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3fa1444-c810-8be5-335d-a7ba3bf54981-3bf5497e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3fa1444-c810-8be5-335d-a7ba3bf5499f-3bf5497e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3fa1444-c810-8be5-335d-a7ba3bf549dc-3bf5497e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_639a2583-65a4-bdde-b844-5f3143bdb428-fb96455f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74301c79-9b2d-9d94-0a4b-71b915498c80-a62aaf53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b224bdd-e9d5-a4c3-0f68-20aaf994969d-0d6d0a05 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f5ccaa2-1025-24ce-a387-6a0c4080af3b-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e75d452-ecce-b422-f87b-392f368f897e-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72dd8729-570b-1f69-ae1a-def2ff0e6ba2-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b614dac-b0a6-4dfa-7e0f-d53e1726aacc-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_186544cb-ca6c-8a70-3347-94c3dad44ac9-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8612227b-00d4-e601-483d-a2f11da70570-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f04418d2-5fc7-3c9a-61ed-aea7920f8d21-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_966930b2-73cc-2464-8aa1-aafcb176eff0-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_236b4a98-7344-f250-36e1-9502f64a67fb-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a938902c-8b26-9cf4-7c20-c7a915fac047-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a938902c-8b26-9cf4-7c20-c7a915fac046-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b9e960fb-623b-c1ad-6925-874a70ad7661-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b9e960fb-623b-c1ad-6925-874a70ad7662-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d179c3f-899a-7af6-54dc-b27bcd5264d1-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c446d032-c8c7-88af-9d06-afa2026592ba-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ad5ffb8-eb5b-84b4-1fdd-30b148916600-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c50f2ee-cdcd-171c-5aba-c3ae4392f051-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3add5537-3e55-7fd2-eaff-8f4e3e1a1d80-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1baa9cd3-dafb-7cff-1aac-71bb481437db-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad27f3bc-749d-afaa-d1c3-aa8d4ea9e218-b3c3a6d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e888d42-5849-16bc-c7bf-9b01b9d8f56a-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b81a488f-1e64-2a77-d627-b0e2b7f16499-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb362254-af87-0b08-52ab-77be5a035962-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_454e7eaf-43d2-cccf-a8d4-35a41454d3c5-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bfed8a84-6c14-23d1-b1ac-316368e87973-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3ddeff4-d227-cff2-bf07-7fa20daab366-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b1f4b5fa-bf4f-3fe5-f98f-fc88d9f605cf-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3799ead-cfc9-2617-d35f-72d13599be1f-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5c6e8314-3960-f791-36de-05ddf8916709-253090c3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a00e057-75f2-3fd4-7565-b243dadccec8-07dd7950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55b8bf00-812f-6125-ea85-9a53d8213580-07dd7950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0148bd2-b443-84b3-f6b9-89d4ad3fa1ad-07dd7950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_180d8b36-ecbc-ed9d-f684-4347246796ec-07dd7950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_180d8b36-ecbc-ed9d-f684-4347246796f1-07dd7950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70cc05d6-07c3-f146-2722-807461cb8e54-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73405890-71ad-01f2-8972-713e4dd0dd49-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_253bc3c2-ed15-174c-526d-9780f6f52774-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_253bc3c2-ed15-174c-526d-9780f6f52775-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efd1aa89-f6f7-1584-8727-3d4f29fab0af-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efd1aa89-f6f7-1584-8727-3d4f29fab0b0-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_340a4247-e340-7061-f793-a759a64da343-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_340a4247-e340-7061-f793-a759a64da344-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88761fb0-0b89-59d4-bb30-db009944f3d0-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88761fb0-0b89-59d4-bb30-db009944f3d1-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_23bcf39a-3fec-a230-562f-3d89bc91550d-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_23bcf39a-3fec-a230-562f-3d89bc91550e-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33f599b5-9485-6022-2a1b-f2cdf9398c21-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33f599b5-9485-6022-2a1b-f2cdf9398c22-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de733620-be61-a114-a5cf-4b4b34c08e3a-60a072c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5cc5cab0-192b-517d-b6e0-d0600d0712c5-a60dfb55 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5cc5cab0-192b-517d-b6e0-d0600d0712c5-a60dfb55 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

