@charset "utf-8";
.post-password-form {
  padding-top: 200px;
  background-color: #000;
}
input,
textarea,
select,
button {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
}
.gfield_description {
  color: #fff !important;
}
legend,
label {
  text-transform: uppercase !important;
  color: #fff !important;
}
label {
  display: inline-block !important;
}
.gform_wrapper a {
  color: #24b4e9 !important;
  font-weight: 700 !important;
}
.swiper .swiper-slide {
  width: 420px !important;
  height: 300px !important;
}
.swiper .swiper-slide .swiper-picture {
  width: 100%;
  height: 100%;
  display: inline-block !important;
}
.swiper .swiper-slide .swiper-picture img {
  object-fit: cover !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #fff;
}
.charleft {
  color: #24b4e9 !important;
}
#backwrap {
  overflow: visible !important;
  max-width: 1300px;
  margin: 0 auto;
}
#backwrap::before {
  z-index: 0;
  left: -10%;
  position: absolute;
  content: '';
  display: block;
  width: 120%;
  height: 100%;
  background-color: #040f1bd2;
  filter: blur(40px);
}
.ranimated {
  transition-delay: 0s !important;
  transition: transform 0.1s ease-out !important;
  perspective: 1000px;
}
#taste {
  padding-top: 230px;
  padding-bottom: 140px;
}
h1,
h4 {
  color: #24b4e9;
  font-size: 76px;
  line-height: 88px;
}
h4 {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}
h2 strong {
  font-weight: 700;
}
h3,
h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1em;
}
h5 {
  padding-top: 0;
  font-size: 20px;
  line-height: 28px;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #fff;
}
.ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
  padding-right: 10px;
}
.ul li::before,
.ul li::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '•';
  font-weight: 900;
  font-size: 30px;
  display: block;
  position: absolute;
  color: #24b4e9;
  left: 0;
  top: -3px;
  transition: all 0.3s ease;
}
.ul li:hover {
  transition-delay: 0s;
  transform: translateX(10px);
}
#header::before {
  opacity: 0;
  z-index: -1;
  top: 0;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030011cc;
  backdrop-filter: blur(5px);
  transition: ease all 0.5s;
}
#header #hwrap #logowrap {
  order: 2;
}
#header #hwrap #left-navigation {
  order: 1;
}
.scrolled #header {
  padding-top: 10px;
}
.scrolled #header::before {
  opacity: 1;
}
.menu {
  text-align: center;
}
.menu li {
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
  border-right: 2px solid #fff;
}
.menu li a:hover {
  color: #24b4e9;
}
.menu li:last-of-type {
  border: none;
}
.gform-body.gform_body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ginput_container_consent label {
  text-transform: none !important;
}
.gfield_required_asterisk,
.has-vivid-red-color {
  color: #ff9090 !important;
  font-size: 1.6em;
}
.wp-block-button__link,
a.wiecej,
p.wiecej a,
.wp-theme-moai #pagewrap .moai-wrapper .gform_wrapper form .gform_footer .gform_button {
  background-color: transparent;
  border: none;
}
.wp-block-button__link:hover,
a.wiecej:hover,
p.wiecej a:hover,
.wp-theme-moai #pagewrap .moai-wrapper .gform_wrapper form .gform_footer .gform_button:hover {
  background-color: transparent;
}
.wp-block-button,
.wp-block-button__link {
  position: relative;
}
.wp-block-button::before,
.wp-block-button__link::before,
.wp-block-button::after,
.wp-block-button__link::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24b4e9;
  z-index: -1;
  perspective: 1000px;
  transition: ease all 1.1s;
}
.wp-block-button::after,
.wp-block-button__link::after {
  transition: ease all 0.7s;
  opacity: 0.5;
}
.wp-block-button:hover,
.wp-block-button__link:hover {
  background-color: transparent;
}
.wp-block-button:hover::before,
.wp-block-button__link:hover::before,
.wp-block-button:hover::after,
.wp-block-button__link:hover::after {
  transform: rotateY(180deg);
  background-color: #fff;
}
.wp-block-button::after {
  transition: ease all 0.5s;
}
.wp-block-button::before {
  transition: ease all 0.9s;
}
.is-style-outline::before,
.is-style-outline .wp-block-button__link::before,
.is-style-outline::after,
.is-style-outline .wp-block-button__link::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #24b4e9;
  background-color: transparent !important;
}
.is-style-outline:hover::before,
.is-style-outline .wp-block-button__link:hover::before,
.is-style-outline:hover::after,
.is-style-outline .wp-block-button__link:hover::after {
  border-color: #fff;
}
.zglos a {
  font-weight: 700 !important;
}
@media screen and (max-width: 1024px) {
  #header #hwrap #logowrap {
    flex: 0 0 265px;
  }
  body,
  td,
  th,
  input,
  textarea,
  select {
    font-size: 16px;
    line-height: 28px;
  }
  #hwrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #backwrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #backwrap::before {
    filter: blur(0px);
    left: 0;
    width: 100%;
  }
  h1,
  h4 {
    font-size: 56px;
    line-height: 68px;
  }
  .wp-block-button__link,
  a.wiecej,
  p.wiecej a,
  .wp-theme-moai #pagewrap .moai-wrapper .gform_wrapper form .gform_footer .gform_button {
    font-size: 1.3em;
  }
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .footer figure {
    width: 90% !important;
  }
  .footer figure img {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
  }
  .gform-body.gform_body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header #hwrap #logowrap {
    flex: 0 0 175px;
  }
  #taste {
    padding-top: 30vw;
    padding-bottom: 10vw;
  }
  .is-style-m-spacerfull {
    height: 40px !important;
  }
  .has-extra-large-font-size {
    font-size: 1em !important;
    line-height: 1.6em;
  }
  .wp-block-buttons {
    justify-content: center;
  }
  .moai-wrapper.mbp2b {
    padding-bottom: 90px;
  }
}
