.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 6px;
  opacity: 0.5;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #053148;
  opacity: 1;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 1;
  background: #053148;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.splide__arrow--prev {
  left: 0;
  bottom: 50%;
  top: auto;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  box-sizing: content-box;
  transition: all 0.3s ease 0s;
  margin-bottom: -22px;
  color: #111;
}
.splide__arrow--prev svg {
  width: 14px;
  height: auto;
  color: #111;
  fill: #111;
}
.splide__arrow--prev::after {
  font-family: "icomoon";
  content: "\e906";
  font-weight: normal;
  font-size: 1.3rem;
}
.splide__arrow--prev:hover {
  background: #ed1b24;
  color: #fff;
}

.splide__arrow--next {
  right: 0;
  bottom: 50%;
  top: auto;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  box-sizing: content-box;
  transition: all 0.3s ease 0s;
  color: #111;
  font-weight: normal;
  margin-bottom: -22px;
}
.splide__arrow--next svg {
  width: 14px;
  height: auto;
  color: #111;
  fill: #111;
}
.splide__arrow--next::after {
  font-family: "icomoon";
  content: "\e906";
  font-weight: normal;
  font-size: 1.3rem;
  transform: rotate(180deg);
}
.splide__arrow--next:focus {
  border-color: #fff;
}
.splide__arrow--next:hover {
  background: #ed1b24;
  color: #fff;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.has-dark-blue-color {
  color: #2c4274;
}

.has-pomaranczowy-color {
  color: #ed1b24;
}

.has-blue-color {
  color: #2c4274;
}

.has-white-color {
  color: #fff;
}

.has-szary-color {
  color: #aaaaaa;
}

.has-light-blue-color {
  color: #ebf3fa;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-szary-background-color {
  background-color: #efefef;
}

.has-light-blue-background-color {
  background: #ebf3fa;
}

.has-blue-background-color {
  background: #2c4274;
}

.has-dark-blue-background-color {
  background: #2c4274;
}

.has-pomaranczowy-background-color {
  background: #2c4274;
}

html {
  overflow-y: scroll;
  scrollbar-color: #111 #fff;
  scrollbar-width: thin;
  font-size: 18px;
  scroll-behavior: smooth;
}
@media (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1550px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "BelfastGrotesk";
  src: url("fonts/BelfastGrotesk-ExtraBold.woff2") format("woff2"), url("fonts/BelfastGrotesk-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BelfastGrotesk";
  src: url("fonts/BelfastGrotesk-Bold.woff2") format("woff2"), url("fonts/BelfastGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BelfastGrotesk";
  src: url("fonts/BelfastGrotesk-Black.woff2") format("woff2"), url("fonts/BelfastGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BelfastGrotesk";
  src: url("fonts/BelfastGrotesk-SemiBold.woff2") format("woff2"), url("fonts/BelfastGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BelfastGrotesk";
  src: url("fonts/BelfastGrotesk-Medium.woff2") format("woff2"), url("fonts/BelfastGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BelfastGrotesk";
  src: url("fonts/BelfastGrotesk-Regular.woff2") format("woff2"), url("fonts/BelfastGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?l2r8s6");
  src: url("fonts/icomoon.eot?l2r8s6#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?l2r8s6") format("truetype"), url("fonts/icomoon.woff?l2r8s6") format("woff"), url("fonts/icomoon.svg?l2r8s6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook_icon:before {
  content: "\e908";
}

.icon-location_map_map-pin_marker_pin_icon:before {
  content: "\e904";
}

.icon-chevron_up_icon:before {
  content: "\e905";
}

.icon-arrow_left_icon:before {
  content: "\e906";
}

.icon-arrow_right_icon:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-facebook_logo:before {
  content: "\e903";
}

.icon-arrow_next_right_icon2:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e900";
}

html {
  --wp--preset--spacing--20: 2rem;
  --wp--preset--spacing--30: 4rem;
  --wp--preset--spacing--40: 4.5rem;
  --wp--preset--spacing--50: 8rem;
  --wp--preset--spacing--60: 10rem;
  --wp--preset--spacing--70: 15rem;
  --wp--preset--spacing--80: 20rem;
}
@media (max-width: 1300px) {
  html {
    --wp--preset--spacing--20: 1.2rem;
    --wp--preset--spacing--30: 2.2rem;
    --wp--preset--spacing--40: 3rem;
    --wp--preset--spacing--50: 4rem;
    --wp--preset--spacing--60: 6rem;
    --wp--preset--spacing--70: 8.5rem;
    --wp--preset--spacing--80: 12rem;
  }
}
@media (max-width: 990px) {
  html {
    --wp--preset--spacing--20: 1rem;
    --wp--preset--spacing--30: 2rem;
    --wp--preset--spacing--40: 3rem;
    --wp--preset--spacing--50: 4rem;
    --wp--preset--spacing--60: 5rem;
    --wp--preset--spacing--70: 7.5rem;
    --wp--preset--spacing--80: 10rem;
  }
}
@media (max-width: 480px) {
  html {
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
  }
}
html.body-menu-open {
  overflow: hidden;
}

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

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #2c4274;
  color: #fff;
}

::selection {
  background: #2c4274;
  color: #fff;
}

::-moz-selection {
  background: #2c4274;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #2c4274;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #111;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  color: #2c4274;
}

h1 {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: "BelfastGrotesk";
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}

.is-style-header-h1 {
  font-weight: 900;
  font-size: 2rem;
  color: #2c4274;
  display: flex;
  flex-direction: column;
}
.is-style-header-h1 strong {
  font-weight: 500;
  font-size: 1.7rem;
  color: #ed1b24;
  margin: 0;
}
@media (max-width: 768px) {
  .is-style-header-h1 strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .is-style-header-h1 strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .is-style-header-h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .is-style-header-h1 {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-family: "BelfastGrotesk";
}
@media (max-width: 1440px) {
  h2 {
    font-size: 1.4rem;
  }
}
h2.has-medium-font-size {
  font-size: 2.2rem;
  font-weight: 900;
}
h2.has-medium-font-size strong {
  font-weight: 900;
}
@media (max-width: 768px) {
  h2.has-medium-font-size {
    font-size: 1.4rem;
  }
}
h2 strong {
  font-weight: 600;
}

@media (max-width: 480px) {
  .h2-realizacje {
    line-height: 1.2;
  }
}
.h2-realizacje strong {
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .h2-realizacje strong {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}

h3 {
  font-size: 1.5rem;
  font-family: "BelfastGrotesk";
}
h3.has-medium-font-size {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h3.has-medium-font-size {
    font-size: 1.4rem;
  }
}

h3.is-style-header-h1 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
}
h3.is-style-header-h1 strong {
  font-weight: bold;
  font-size: 2rem;
  color: #2c4274;
}
@media (max-width: 768px) {
  h3.is-style-header-h1 strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  h3.is-style-header-h1 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
h4.has-medium-font-size {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h4.has-medium-font-size {
    font-size: 1.4rem;
  }
}

h1.has-large-font-size,
h2.has-large-font-size,
h3.has-large-font-size,
h4.has-large-font-size,
h5.has-large-font-size,
h6.has-large-font-size {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  h1.has-large-font-size,
  h2.has-large-font-size,
  h3.has-large-font-size,
  h4.has-large-font-size,
  h5.has-large-font-size,
  h6.has-large-font-size {
    font-size: 1.4rem;
  }
}
h1.is-style-header-line::after,
h2.is-style-header-line::after,
h3.is-style-header-line::after,
h4.is-style-header-line::after,
h5.is-style-header-line::after,
h6.is-style-header-line::after {
  display: block;
  width: 30%;
  height: 2px;
  content: "";
  background: #2c4274;
  margin: 2rem auto;
}

.has-x-large-font-size {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .has-x-large-font-size {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .has-x-large-font-size {
    font-size: 4rem;
  }
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease 0s;
}

a {
  color: #2c4274;
}

input,
textarea,
button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.is-style-jm-space-between {
  justify-content: space-between;
}

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

@media (max-width: 768px) {
  .tablet-padding-right-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .tablet-padding-left-0 {
    padding-left: 0 !important;
  }
}

.is-vertically-aligned-stretch figure {
  height: 100%;
  width: 100%;
}
.is-vertically-aligned-stretch figure img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

header#masthead {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #ecf0fa;
  z-index: 200;
}
header#masthead .container {
  max-width: 1600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1700px) {
  header#masthead .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 480px) {
  header#masthead .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 990px) {
  header#masthead .container {
    align-items: center;
  }
}
header#masthead .container .top-contact {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 3rem;
  padding-right: 0;
  margin-bottom: -1px;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: flex-end;
  position: relative;
  background: transparent;
  position: relative;
}
@media (max-width: 1440px) {
  header#masthead .container .top-contact {
    margin-left: 2rem;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact {
    background: transparent;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact {
    margin-right: 2rem;
    margin-left: auto;
    border: none;
  }
}
@media (max-width: 480px) {
  header#masthead .container .top-contact {
    margin-right: 0rem;
  }
}
header#masthead .container .top-contact ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  header#masthead .container .top-contact ul {
    flex-direction: row;
  }
}
header#masthead .container .top-contact ul li {
  margin: 5px 0;
}
@media (max-width: 768px) {
  header#masthead .container .top-contact ul li {
    margin: 0 5px;
  }
}
header#masthead .container .top-contact ul li a {
  color: #111;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul li a {
    color: #111;
  }
}
@media (max-width: 1440px) {
  header#masthead .container .top-contact ul li a {
    font-size: 14px;
  }
}
header#masthead .container .top-contact ul li a span.icon-c {
  font-size: 22px;
  margin-right: 7px;
  font-weight: normal;
}
@media (max-width: 1440px) {
  header#masthead .container .top-contact ul li a span.icon-c {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul li a span.icon-c {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul li a .txt {
    display: none;
  }
}
header#masthead .container .top-contact ul li a:hover {
  color: #ed1b24;
}
header#masthead .container .top-contact ul li.fb {
  margin-left: 2rem;
}
@media (max-width: 480px) {
  header#masthead .container .top-contact ul li.fb {
    display: none;
  }
}
header#masthead .container .top-contact ul li.fb a {
  background: #111;
  color: #fff;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
header#masthead .container .top-contact ul li.fb a:hover {
  background: #2c4274;
}
header#masthead .container .top-contact ul li.fb a span {
  font-size: 15px;
  margin: 0;
  color: #fff;
  font-weight: normal;
}
header#masthead .container .top-contact ul li.fb a svg {
  width: 17px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(101%);
}
header#masthead .container .top-contact ul li.yt {
  margin-left: 10px;
}
header#masthead .container .site-branding {
  margin-right: 1rem;
  padding: 10px 0;
  line-height: 1;
  min-width: 325px;
}
@media (max-width: 1440px) {
  header#masthead .container .site-branding {
    min-width: 280px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .site-branding {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  header#masthead .container .site-branding {
    padding: 5px 0;
    margin-right: 0;
  }
}
header#masthead .container .site-branding a {
  line-height: 0;
}
@media (max-width: 768px) {
  header#masthead .container .site-branding a {
    padding: 0;
  }
}
header#masthead .container .site-branding img,
header#masthead .container .site-branding svg {
  height: auto;
  line-height: 1;
  width: 325px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 270px;
  }
}
@media (max-width: 768px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 170px;
  }
}
header#masthead .container .main-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation {
    position: fixed;
    left: 0;
    right: 0;
    flex-direction: row;
    background: #2c4274;
    bottom: 0;
    height: 100%;
    top: 83px;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 9;
    transform: translateX(-101%);
    transition: all 0.5s;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  header#masthead .container .main-navigation {
    top: 77px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation > div {
    width: 100%;
    overflow: scroll;
    padding-bottom: 9rem;
    height: 100%;
  }
}
header#masthead .container .main-navigation ul#primary-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    overflow-y: scroll;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li {
  margin-left: 3rem;
  position: relative;
  text-align: center;
}
@media (max-width: 1750px) {
  header#masthead .container .main-navigation ul#primary-menu > li {
    margin-left: 2rem;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li > a {
  font-weight: 600;
  color: #111;
  padding: 8px 0px;
  border-radius: 0px;
  font-size: 17px;
}
header#masthead .container .main-navigation ul#primary-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background: #2c4274;
  height: 3px;
  width: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a::after {
    display: none;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a {
    color: #fff;
    font-size: 18px;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li > a:hover::after {
  width: 100%;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a:hover {
    background: #ed1b24;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children {
  padding-right: 1rem;
}
header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children::after {
  transform: rotate(180deg);
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 2px;
  top: 12px;
  font-size: 10px;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    top: 13px;
    left: auto;
    width: 2.2rem;
    height: 2.2rem;
    background-color: #fff;
    border-radius: 50%;
    color: #2c4274;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.5s;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children > a {
    pointer-events: none;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.focus .sub-menu, header#masthead .container .main-navigation ul#primary-menu > li:hover .sub-menu, header#masthead .container .main-navigation ul#primary-menu > li:active .sub-menu {
  max-height: 9999999px;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.focus::after, header#masthead .container .main-navigation ul#primary-menu > li:hover::after, header#masthead .container .main-navigation ul#primary-menu > li:active::after {
    transform: rotate(0deg);
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.current-menu-item > a::after, header#masthead .container .main-navigation ul#primary-menu > li.current-menu-ancestor > a::after {
  width: 100%;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.current-menu-item > a, header#masthead .container .main-navigation ul#primary-menu > li.current-menu-ancestor > a {
    background: #ed1b24;
  }
}
header#masthead .container .main-navigation .sub-menu {
  background: #ed1b24;
  display: flex;
  flex-direction: column;
  margin-left: -2rem;
  width: 390px;
  padding: 0;
  top: 60px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (max-width: 1700px) {
  header#masthead .container .main-navigation .sub-menu {
    top: 72px;
  }
}
@media (max-width: 1550px) {
  header#masthead .container .main-navigation .sub-menu {
    top: 64px;
  }
}
@media (max-width: 1440px) {
  header#masthead .container .main-navigation .sub-menu {
    top: 62px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu {
    position: relative;
    top: auto;
    bottom: auto;
    margin-left: auto;
    left: auto;
    transition: all ease 0.5s;
    overflow: hidden;
    max-height: 0;
    margin-left: 0rem !important;
    width: 100%;
    display: flex;
    box-shadow: none;
  }
}
header#masthead .container .main-navigation .sub-menu::before {
  content: "";
  width: 100%;
  height: 22px;
  display: inline-block;
  margin-top: -20px;
  left: 0;
  right: 0;
  opacity: 0;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu::before {
    display: none;
  }
}
header#masthead .container .main-navigation .sub-menu::after {
  background: #ed1b24;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -10px;
  left: 50px;
  top: 0;
  transform: rotate(45deg);
  margin-left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu::after {
    display: none;
  }
}
header#masthead .container .main-navigation .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
header#masthead .container .main-navigation .sub-menu li:first-child {
  padding-top: 8px;
}
header#masthead .container .main-navigation .sub-menu li a {
  color: #fff;
  padding: 0;
  font-weight: 500;
  width: 100%;
  font-size: 17px;
  padding: 7px 1rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: none;
}
header#masthead .container .main-navigation .sub-menu li a::after {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu li a {
    border: none;
  }
}
header#masthead .container .main-navigation .sub-menu li a:hover {
  background: transparent;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  header#masthead .container .main-navigation .sub-menu li a:hover {
    color: #fff;
  }
}
header#masthead .container .main-navigation .sub-menu li a:hover::after {
  opacity: 1;
  left: 20px;
}
header#masthead .container .main-navigation .sub-menu li._current-menu-item a {
  padding-left: 3rem;
}
header#masthead .container .main-navigation .sub-menu li._current-menu-item a::after {
  opacity: 1;
  left: 20px;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu li._current-menu-item a {
    background: transparent;
    color: #2c4274;
  }
}
header#masthead .container .main-navigation .sub-menu li:last-child {
  border-bottom-right-radius: 2rem;
  padding-bottom: 8px;
  overflow: hidden;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu li:last-child {
    border: none;
  }
}
header#masthead .container .main-navigation .sub-menu li:last-child a {
  border: none;
}
header#masthead .container .main-navigation #menu-item-239.current-menu-item li a {
  background: transparent;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation #menu-item-239.current-menu-item li a {
    background: transparent;
    color: #2c4274;
  }
}
header#masthead .container .main-navigation #menu-item-239.current-menu-item li a:hover {
  background: #2c4274;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation #menu-item-239.current-menu-item li a:hover {
    background: transparent;
    color: #2c4274;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .btn {
    width: auto;
    border: none;
    margin-top: 2rem;
  }
}
header#masthead .container .main-navigation .btn a {
  background: #2c4274;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 14px;
  font-size: 17px;
}
@media (max-width: 1550px) {
  header#masthead .container .main-navigation .btn a {
    font-size: 15px;
  }
}
header#masthead .container .main-navigation .btn a:hover {
  background: #2c4274;
}
header#masthead .container .main-navigation .btn a::after {
  display: none;
}
header#masthead .container .main-navigation.open {
  display: flex;
  transform: translateX(0%);
}
header#masthead #button-nav {
  background: #2c4274;
  border-radius: 50%;
  border: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  z-index: 100;
}
@media (max-width: 990px) {
  header#masthead #button-nav {
    display: block;
  }
}
header#masthead #button-nav svg {
  stroke: #fff;
}
header#masthead #button-nav .hb {
  width: 45px;
  margin: 0 auto;
  display: block;
}
.top-home {
  background: #f2f2f2;
}
@media (max-width: 480px) {
  .top-home {
    padding-top: 0rem;
    margin-bottom: -1rem;
  }
}
.top-home .wp-block-button {
  text-transform: uppercase;
}
.top-home .container {
  max-width: 1600px;
}
@media (max-width: 1700px) {
  .top-home .container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 768px) {
  .top-home .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
main {
  padding-top: 100px;
}
@media (max-width: 1700px) {
  main {
    padding-top: 104px;
  }
}
@media (max-width: 1550px) {
  main {
    padding-top: 84px;
  }
}
@media (max-width: 1300px) {
  main {
    padding-top: 84px;
  }
}
@media (max-width: 480px) {
  main {
    padding-top: 77px;
  }
}
main > .wp-block-heading {
  padding-left: 2rem;
  padding-right: 2rem;
}

input[type=submit].wpcf7-submit {
  background: #2c4274;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 24px;
  font-size: 17px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 1550px) {
  input[type=submit].wpcf7-submit {
    font-size: 15px;
  }
}
input[type=submit].wpcf7-submit::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
input[type=submit].wpcf7-submit:hover {
  background: #2c4274;
}

.btn-arrow {
  background: #2c4274;
  outline: none;
  padding: 10px 65px 10px 30px;
  color: #fff;
  text-decoration: none;
  color: #fff;
  margin-top: 2rem;
  position: relative;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .btn-arrow {
    font-size: 13px;
    padding: 7px 55px 7px 20px;
  }
}
.btn-arrow::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
  .btn-arrow::before {
    top: 3px;
  }
}
.btn-arrow:hover {
  color: #fff;
}
.btn-arrow:hover::before {
  right: 15px;
}

.btn-red {
  background: #ed1b24;
}
.btn-red:hover {
  background: #111;
}

.btn-arrow-full {
  background: #2c4274;
  border-color: #2c4274;
  color: #fff;
}
.btn-arrow-full span {
  font-weight: 500;
}
.btn-arrow-full::after {
  background: #2c4274;
}
.btn-big {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .btn-big {
    font-size: 1rem;
  }
}
.btn-big::before {
  top: 7px;
}

.container,
.alignwide {
  max-width: 1500px;
  margin: auto;
  width: 100%;
}
@media (max-width: 1550px) {
  .container,
  .alignwide {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .container,
  .alignwide {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1440px) {
  .container .container,
  .alignwide .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.div-more {
  background: #ebf3fa;
  padding: 3rem 0;
  margin-top: 2rem !important;
}

.container-full {
  max-width: 90%;
  margin: auto;
}

.container-full2 {
  max-width: 100%;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 480px) {
  .container-full2 {
    padding: 0;
  }
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

._anim {
  opacity: 0;
}

@keyframes left {
  0% {
    transform: translateX(-10rem);
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes right {
  0% {
    transform: translateX(10rem);
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.anim1 {
  animation-delay: 100ms !important;
}

.anim2 {
  animation-delay: 200ms !important;
}

.anim3 {
  animation-delay: 300ms !important;
}

.anim4 {
  animation-delay: 400ms !important;
}

.anim5 {
  animation-delay: 500ms !important;
}

.anim6 {
  animation-delay: 600ms !important;
}

.anim7 {
  animation-delay: 700ms !important;
}

.anim8 {
  animation-delay: 800ms !important;
}

.fadeUp {
  animation: 500ms ease-out 0s 1 normal forwards running fadeUp;
}

@keyframes fadeUp {
  0% {
    transform: translateY(5rem);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.txt h1,
.txt h2,
.txt h3,
.txt p {
  color: #2c4274;
}
@media (max-width: 480px) {
  .txt h1,
  .txt h2,
  .txt h3,
  .txt p {
    letter-spacing: normal;
  }
}
.txt h1,
.txt h2 {
  font-size: 2.8rem;
  font-weight: 900;
  max-width: 700px;
  margin: 0;
  color: #ed1b24;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.txt h1 strong,
.txt h2 strong {
  color: #2c4274;
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .txt h1 strong,
  .txt h2 strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .txt h1 strong,
  .txt h2 strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 1550px) {
  .txt h1,
  .txt h2 {
    font-size: 2.2rem;
    max-width: 700px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .txt h1,
  .txt h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .txt h1,
  .txt h2 {
    font-size: 2rem;
  }
}
.txt .p-txt {
  font-size: 1.8rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #111;
  margin-top: 5px;
  padding-right: 20%;
  color: #2c4274;
}
@media (max-width: 480px) {
  .txt .p-txt {
    font-size: 14px;
  }
}
.txt p {
  line-height: 1.2;
}

.slider-standard {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .slider-standard {
    display: none;
  }
}
.slider-standard .splide__arrows {
  position: absolute;
  right: -10%;
  bottom: 3rem;
  width: 105px;
}
@media (max-width: 1850px) {
  .slider-standard .splide__arrows {
    right: -2rem;
  }
}
@media (max-width: 1650px) {
  .slider-standard .splide__arrows {
    right: 2rem;
  }
}
@media (max-width: 480px) {
  .slider-standard .splide__arrows {
    width: 80px;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 768px) {
  .slider-standard .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.slider-standard .btn-arrow {
  display: inline-block;
}
.slider-standard .splide__arrow:disabled {
  display: none;
}
.slider-standard .slider-img {
  width: 100%;
  position: relative;
  line-height: 0;
  min-height: 550px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .slider-standard .slider-img {
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .slider-standard .slider-img {
    min-height: auto;
    padding: 0 0 3em 0;
  }
}
@media (max-width: 480px) {
  .slider-standard .slider-img {
    width: 100%;
  }
}
.slider-standard .slider-img img {
  width: 100%;
  max-height: 615px;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: center;
     object-position: center;
}
.slider-standard .slider-img.styl2::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(270deg, rgba(243, 243, 243, 0) 0%, rgba(94, 103, 143, 0.728711553) 37%, rgb(17, 31, 91) 77%);
  position: absolute;
  left: 0;
  right: 30%;
  bottom: 0;
  top: 0;
  pointer-events: none;
}

.padding-left {
  padding-left: calc((100vw - 1520px) / 2);
}
@media (max-width: 1550px) {
  .padding-left {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .padding-left {
    padding-left: 0;
  }
}

.padding-right {
  padding-right: calc((100vw - 1520px) / 2);
}
@media (max-width: 1550px) {
  .padding-right {
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .padding-right {
    padding-right: 0;
  }
}

.offer-hp {
  padding-left: calc((100vw - 1520px) / 2);
}
@media (max-width: 1550px) {
  .offer-hp {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .offer-hp {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .offer-hp figure.alignright {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.box-offer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.box-offer .box {
  width: 48%;
  margin: 0.4rem 0;
}
@media (max-width: 1440px) {
  .box-offer .box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .box-offer .box {
    width: 100%;
  }
}
.box-offer .box h2 {
  margin: 2rem 0 1rem 0;
  color: #2c4274;
  line-height: 1.17;
  display: inline-block;
  min-height: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .box-offer .box h2 {
    margin: 10px 0;
  }
}
.box-offer .box .inner_txt {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .box-offer .box .inner_txt {
    padding: 1rem;
  }
}
.box-offer .box div.i {
  height: 65px;
}
@media (max-width: 768px) {
  .box-offer .box div.i {
    height: 30px;
  }
}
.box-offer .box img {
  width: auto;
  max-height: 61px;
  max-width: 61px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1440px) {
  .box-offer .box img {
    max-height: 45px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .box-offer .box img {
    max-height: 35px;
    width: auto;
  }
}
.box-offer .box p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 768px) {
  .box-offer .box p {
    font-size: 14px;
  }
}
.box-offer .box a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.box-offer .box a h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 1550px) {
  .box-offer .box a h2 {
    margin-top: 10px;
  }
}
.box-offer .box a h2_::after {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.9rem;
  font-weight: normal;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.box-offer .box a p {
  color: #111;
  font-weight: 300;
}
.box-offer .box a:hover {
  background: #f3f3f3;
}
.box-offer .box a:hover img {
  transform: translateY(-5px);
}
.box-offer .box a:hover h2::after {
  right: -3rem;
}
@media (max-width: 480px) {
  .box-offer.box-oferta-styl-2 {
    margin: 2rem 0;
  }
}
.box-offer.box-oferta-styl-2 .box .inner_txt {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .box-offer.box-oferta-styl-2 .box .inner_txt {
    padding-left: 2rem;
  }
}
.box-offer.box-oferta-styl-2 .box .inner_txt h2 {
  font-size: 1.3rem;
}
.box-offer.box-oferta-styl-2 .box .inner_txt h2::after {
  font-size: 1.7rem;
}
.box-offer.col3 .box {
  width: 33%;
  animation: 700ms ease-out 200ms 1 normal forwards running fadeUp !important;
  margin-bottom: 9px;
  background: rgba(44, 66, 116, 0.1);
}
@media (max-width: 1440px) {
  .box-offer.col3 .box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .box-offer.col3 .box {
    width: 100%;
  }
}
.box-offer.col3 .box h2 {
  font-size: 1.25rem;
}
.box-offer.col4 .box {
  width: 24%;
  animation: 700ms ease-out 200ms 1 normal forwards running fadeUp !important;
  margin-bottom: 9px;
  background: rgba(44, 66, 116, 0.1);
}
.box-offer.col4 .box .txt {
  height: 100%;
}
.box-offer.col4 .box .inner_txt {
  background: transparent !important;
}
.box-offer.col4 .box:hover {
  background: rgba(44, 66, 116, 0.15);
}
.box-offer.col4 .box a {
  display: block;
  height: 100%;
}
.box-offer.col4 .box a:hover {
  background: rgba(44, 66, 116, 0.15);
}
.box-offer.col4 .box a:hover h2::after {
  transform: rotate(90deg);
  right: -1rem;
  top: 10px;
}
@media (max-width: 768px) {
  .box-offer.col4 .box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .box-offer.col4 .box {
    width: 100%;
  }
}
.box-offer.col4 .box h2 {
  font-size: 1.25rem;
}
.box-offer.col5 {
  margin: 4rem 2% 0 2%;
  padding-bottom: 5rem;
}
@media (max-width: 480px) {
  .box-offer.col5 {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.box-offer.col5 .box {
  width: 20%;
  animation: 700ms ease-out 200ms 1 normal forwards running fadeUp !important;
  margin-bottom: 9px;
}
@media (max-width: 990px) {
  .box-offer.col5 .box {
    width: 50%;
  }
}
.box-offer.col5 .box .txt {
  height: 100%;
}
.box-offer.col5 .box .inner_txt {
  background: transparent !important;
}
@media (max-width: 480px) {
  .box-offer.col5 .box .inner_txt {
    padding: 10px;
  }
}
.box-offer.col5 .box:hover {
  background: rgba(44, 66, 116, 0.03);
}
.box-offer.col5 .box a {
  display: block;
  height: 100%;
}
.box-offer.col5 .box a:hover {
  background: rgba(44, 66, 116, 0.01);
}
@media (max-width: 768px) {
  .box-offer.col5 .box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .box-offer.col5 .box {
    width: 46%;
  }
}
.box-offer.col5 .box h2 {
  font-size: 1.2rem;
  color: #111;
  text-transform: none;
}
.box-offer.col-big {
  margin-top: 0;
}
.box-offer.col-big .box {
  width: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  .box-offer.col-big .box {
    width: 100%;
  }
}
.box-offer.col-big .box img {
  width: auto;
  max-height: none;
  max-width: none;
}
@media (max-width: 1440px) {
  .box-offer.col-big .box img {
    max-height: 45px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .box-offer.col-big .box img {
    width: auto;
  }
}
.box-offer.col-big .box .txt {
  padding: 3rem 6rem;
}
@media (max-width: 768px) {
  .box-offer.col-big .box .txt {
    padding: 2rem;
  }
}
.box-offer.col-big .box p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}
.box-offer.col-big .box h2 {
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .box-offer.col-big .box h2 {
    font-size: 1.4rem;
  }
}
.box-offer.col-big .box h2 _br {
  display: none;
}
.box-offer.col-big .box h3 {
  margin-bottom: 0.6rem;
}
.box-offer.col-big .box:nth-child(1), .box-offer.col-big .box:nth-child(4), .box-offer.col-big .box:nth-child(5) {
  background: #ebf3fa;
}
@media (max-width: 768px) {
  .box-offer.col-big .box:nth-child(1), .box-offer.col-big .box:nth-child(4), .box-offer.col-big .box:nth-child(5) {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .box-offer.col-big .box div.i {
    height: 60px;
  }
  .box-offer.col-big .box:nth-child(even) {
    background: #ebf3fa;
  }
}

@media (max-width: 480px) {
  .wp-image-932 {
    width: 46%;
  }
}

h3.stroke {
  line-height: 1;
  font-size: 3rem;
}
@media (max-width: 480px) {
  h3.stroke {
    font-size: 2rem;
  }
}
h3.stroke strong {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
  color: #2c4274;
  font-size: 7rem;
}
@media (max-width: 480px) {
  h3.stroke strong {
    font-size: 5rem;
  }
}

@media (max-width: 480px) {
  .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .wp-block-columns .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-cennik .wp-block-columns {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.box-cennik .wp-block-columns:last-of-type {
  border: none;
}
.box-cennik img {
  max-width: 150px;
  max-height: 30px;
  width: auto;
  -o-object-fit: none;
     object-fit: none;
}

.box-3-kroki {
  text-align: center;
  background-image: url(./img/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .box-3-kroki {
    background-size: contain;
    background-color: #2c4274;
    background-position: center bottom;
    padding: 3rem 0;
  }
}
.box-3-kroki .container-full {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  margin-top: 5rem;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .box-3-kroki .container-full {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.box-3-kroki .container-full::before {
  content: "";
  background-image: url(./img/bg-line.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 1px;
  position: absolute;
  left: 11%;
  right: 11%;
  top: 1.5rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .box-3-kroki .container-full::before {
    background-image: url(./img/bg-line-v.png);
    background-repeat: repeat-y;
    width: 1px;
    height: 100%;
    left: auto;
    right: 50%;
    bottom: 10rem;
    opacity: 0.3;
  }
}
.box-3-kroki .container-full .box {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .box-3-kroki .container-full .box {
    width: 100%;
    margin: 1rem 0;
  }
}
.box-3-kroki .container-full .box p,
.box-3-kroki .container-full .box h3 {
  padding: 0 10%;
}
.box-3-kroki h2,
.box-3-kroki h3,
.box-3-kroki h4,
.box-3-kroki p,
.box-3-kroki ul,
.box-3-kroki li {
  color: #fff;
}
.box-3-kroki ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-3-kroki h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .box-3-kroki h2 {
    font-size: 1.4rem;
  }
}
.box-3-kroki h3 {
  font-size: 1.1rem;
  margin: 2rem 0 0.8rem 0;
}
.box-3-kroki i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  margin: auto;
  background: #2c4274;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .box-3-kroki i {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.box-3-kroki p,
.box-3-kroki ul {
  font-size: 16px;
}
@media (max-width: 768px) {
  .box-3-kroki p,
  .box-3-kroki ul {
    font-size: 14px;
  }
}
.box-3-kroki .btn-arrow-full {
  margin: 3rem auto 0 auto;
  color: #fff;
  background: #ed1b24;
}
.box-3-kroki .btn-arrow-full:hover {
  background: #2c4274;
}
.box-3-kroki .text-center {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .box-3-kroki .text-center {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .box-3-kroki .text-center {
    font-size: 1rem;
  }
}

.text-center {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: auto;
}

.slider-news {
  padding-bottom: 6rem;
}
.slider-news .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  background: #2c4274;
}
.slider-news .splide__pagination__page.is-activee {
  transform: scale(1);
}
.slider-news .newst-title {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.13;
  z-index: 10;
}
.slider-news .txt {
  padding: 0 1.2rem;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.slider-news .news-thumbnail {
  width: 100%;
  position: relative;
  aspect-ratio: 3/1.7;
  margin-bottom: 1.4rem;
  background: #2c4274;
  overflow: hidden;
}
.slider-news .news-thumbnail::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgb(17, 31, 91) 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.slider-news .news-thumbnail figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider-news .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}
.slider-news .news-box a {
  text-decoration: none;
  padding-bottom: 2rem;
}
.slider-news .news-box a::after {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  position: absolute;
  bottom: -1rem;
  left: 1.2rem;
  color: #2c4274;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.slider-news .news-box a:hover .news-thumbnail img {
  transform: scale(1.1);
  opacity: 0.5;
}
.slider-news .news-box a:hover::after {
  left: 2rem;
  transition: all 0.3sease 0s;
}

#scroll-top {
  background: #2c4274;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  opacity: 0;
}
@media (max-width: 480px) {
  #scroll-top {
    right: 0;
    bottom: 0;
  }
}
#scroll-top svg {
  color: #fff;
  fill: #fff;
  transition: all 0.3s ease 0s;
}
#scroll-top:hover {
  background: #2c4274;
}
#scroll-top:hover svg {
  transform: translateY(-5px);
}
#scroll-top.top-show {
  opacity: 1;
}

.partners,
.slider-logo-content {
  border-top: 1px solid #ebf3fa;
  padding-top: 4rem;
  margin: 3rem 0;
}
.partners h4,
.slider-logo-content h4 {
  margin-bottom: 1.5rem;
  color: #2c4274;
}
.partners .splide__arrow--prev,
.partners .splide__arrow--next,
.slider-logo-content .splide__arrow--prev,
.slider-logo-content .splide__arrow--next {
  background: #2c4274;
  margin-bottom: -42px;
}
@media (max-width: 768px) {
  .partners .splide__arrow--prev,
  .partners .splide__arrow--next,
  .slider-logo-content .splide__arrow--prev,
  .slider-logo-content .splide__arrow--next {
    margin-bottom: -32px;
  }
}
.partners .splide__arrow--prev::after,
.partners .splide__arrow--next::after,
.slider-logo-content .splide__arrow--prev::after,
.slider-logo-content .splide__arrow--next::after {
  color: #fff;
}
.partners .splide__arrow--prev:hover,
.partners .splide__arrow--next:hover,
.slider-logo-content .splide__arrow--prev:hover,
.slider-logo-content .splide__arrow--next:hover {
  background: #2c4274;
}
.partners .splide__track,
.slider-logo-content .splide__track {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
@media (max-width: 480px) {
  .partners .splide__track,
  .slider-logo-content .splide__track {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.partners ul,
.slider-logo-content ul {
  margin: 3rem 0 !important;
}
.partners ul li,
.slider-logo-content ul li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners ul li figure,
.slider-logo-content ul li figure {
  margin: 0;
}
.partners ul li img,
.slider-logo-content ul li img {
  max-height: 5rem;
  max-width: 8rem;
}
@media (max-width: 480px) {
  .partners ul li img,
  .slider-logo-content ul li img {
    max-height: 3rem;
    max-width: 7rem;
  }
}
.partners ul li a:hover,
.slider-logo-content ul li a:hover {
  transform: scale(0.9);
}

.slider-logo-content {
  border: none;
  padding-top: 0;
  margin-top: 2rem;
}

.contact-us {
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (max-width: 768px) {
  .contact-us {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.contact-us a {
  position: relative;
  text-decoration: none;
  color: #fff !important;
}
.contact-us a::after {
  content: "";
  height: 2px;
  background: #2c4274;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease 0s;
}
.contact-us a:hover::after {
  width: 100%;
}
.contact-us .tel {
  margin: 0;
  margin-bottom: 1rem !important;
}

.phone {
  font-size: 1.8rem;
  color: #2c4274;
  font-weight: 600;
  position: relative;
  margin-top: 1rem;
}

footer .site-info {
  background: #dedede;
  padding: 7rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  footer .site-info {
    padding: 4rem 0 1rem 0;
  }
}
footer .site-info .footer-logo {
  width: 400px;
}
@media (max-width: 480px) {
  footer .site-info .footer-logo {
    width: 200px;
  }
}
footer .site-info .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  footer .site-info .container {
    flex-wrap: wrap;
  }
}
footer .site-info .container > div {
  color: #111;
  width: 30%;
}
@media (max-width: 990px) {
  footer .site-info .container > div {
    width: 45%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  footer .site-info .container > div {
    width: 100%;
  }
}
footer .site-info .container > div h4 {
  color: #2c4274;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 990px) {
  footer .site-info .container > div h4 {
    margin-bottom: 0;
  }
}
footer .site-info .container > div a {
  color: #111;
  text-decoration: none;
}
footer .site-info .container > div a:hover {
  color: #ed1b24;
}
@media (max-width: 990px) {
  footer .site-info .container > div ul {
    margin-top: 10px;
  }
}
footer .site-info .container .phone {
  color: #ed1b24;
  margin-top: 0;
  font-weight: 500;
}
footer .site-info .container .footer-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 500;
}
footer .site-info .container .footer-box .box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .site-info .container .footer-box .box:first-of-type {
  margin-bottom: 3rem;
}
footer .site-info .container .footer-box h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #2c4274;
}
footer .site-info .container .footer-box a {
  position: relative;
}
footer .site-info .container .footer-box a::after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease 0s;
}
footer .site-info .container .footer-box a:hover {
  color: #2c4274 !important;
}
footer .site-info .container ul {
  margin: 0;
  padding: 0;
  margin-top: 1.6rem;
}
footer .site-info .container ul li {
  list-style: none;
  margin-bottom: 1rem;
}
footer .site-info .container ul li a:hover {
  color: #2c4274;
}
footer .site-info .container ul li:last-child {
  margin-bottom: 0;
}
footer .site-info .container ul li.current-menu-item a {
  color: #2c4274;
}
footer .site-info .email {
  color: #ed1b24 !important;
  margin-top: 0;
  font-weight: 500;
}
footer .site-info .email:hover {
  color: #2c4274 !important;
}
footer .copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto;
}
footer .copy a {
  color: #ed1b24;
}
footer .copy p {
  margin: 0;
}
@media (max-width: 480px) {
  footer .copy p {
    text-align: center;
    width: 100%;
  }
}

.post,
.page {
  margin: 0;
}

@media (max-width: 480px) {
  .cover-1 {
    min-height: 600px !important;
  }
}

.post-navigation {
  max-width: 1440px;
  background: #2c4274;
  padding: 1rem;
  margin: 2rem auto !important;
}
.post-navigation .nav-subtitle {
  display: none;
}
.post-navigation a {
  color: #fff;
  text-decoration: none;
}
.post-navigation a:hover {
  color: #2c4274;
}

.breadcrumbs {
  background: #555555;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.breadcrumbs > span {
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: 0.8;
}

.is-content-justification-center {
  display: flex;
}

.news-top {
  position: relative;
  width: 100%;
  height: 15rem;
  overflow: hidden;
  background: #e9e9e9;
  margin-bottom: 3rem;
}
@media (max-width: 1440px) {
  .news-top {
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .news-top {
    height: 20rem;
  }
}
@media (max-width: 480px) {
  .news-top {
    height: 12rem;
    background-position: center right;
  }
}
.news-top h1 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2c4274;
}
.news-top h1::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #ed1b24;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .news-top h1 {
    font-size: 1.4rem;
  }
}
.news-top h1 span.h1-p {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .news-top h1 span.h1-p {
    font-size: 1.4rem;
  }
}
.news-top_::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(44, 66, 116, 0) 0%, #2c4274 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.news-top .post-thumbnail {
  height: 100%;
  width: 100%;
}
.news-top .header-top {
  color: #2c4274;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-top .container {
  justify-content: center;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .news-top .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.news-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.container-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-news > article {
  width: 30%;
  position: relative;
  aspect-ratio: 3/1.7;
  margin-bottom: 3rem;
  overflow: hidden;
  background: #2c4274;
}
@media (max-width: 768px) {
  .container-news > article {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .container-news > article {
    width: 100%;
  }
}
.container-news > article::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgb(17, 31, 91) 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.container-news > article .entry-content {
  margin: 0;
}
.container-news > article .post-thumbnail {
  height: 100%;
  width: 100%;
  line-height: 0;
  display: inline-block;
}
.container-news > article .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.container-news > article .entry-header {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 5;
  right: 1.2rem;
}
.container-news > article .entry-header h2 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.13;
}
.container-news > article .entry-header a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.container-news > article:hover .post-thumbnail img {
  transform: scale(1.1);
  opacity: 0.5;
}

.box-cta {
  background: #2c4274;
  background-image: url(./img/bg-cta.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 7rem 0;
  background-size: cover;
}
.box-cta .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-cta .container .txt {
  font-size: 1.2rem;
  margin: 1rem 0;
  text-align: center;
  font-weight: 300;
}
.box-cta h2,
.box-cta h3,
.box-cta p,
.box-cta .txt {
  color: #fff;
}
.box-cta.styl2 {
  background-image: url(./img/bg-cta2.jpg);
}
.box-cta.styl2 h2,
.box-cta.styl2 h3,
.box-cta.styl2 p,
.box-cta.styl2 .txt {
  color: #111;
}

.header-top {
  margin-bottom: 0;
}
.header-top .position {
  background: #2c4274;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 480px) {
  .header-top .position {
    font-size: 11px;
  }
}
.header-top .btn-box {
  margin: 2rem 0;
}
.header-top h1,
.header-top h2,
.header-top h3,
.header-top p {
  color: #2c4274;
  letter-spacing: 1px;
}
.header-top h1,
.header-top h2 {
  font-size: 2rem;
  font-weight: 600;
  max-width: 800px;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 1550px) {
  .header-top h1,
  .header-top h2 {
    font-size: 2.5rem;
    max-width: 700px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .header-top h1,
  .header-top h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .header-top h1,
  .header-top h2 {
    font-size: 1.6rem;
  }
}

.wpcf7 {
  margin-top: 2rem;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 textarea {
  border: none;
  border-bottom: 1px solid rgba(44, 66, 116, 0.2);
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  width: 100%;
  color: #2c4274;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 textarea:focus {
  border-bottom: 1px solid #2c4274;
  outline: none;
}
.wpcf7 ::-moz-placeholder {
  color: #2c4274;
  opacity: 1; /* Firefox */
}
.wpcf7 ::placeholder {
  color: #2c4274;
  opacity: 1; /* Firefox */
}
.wpcf7 ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #2c4274;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7 .wpcf7-response-output {
  margin: 0 !important;
  margin-top: 10px !important;
  padding: 12px !important;
  font-size: 13px !important;
}
.wpcf7 label {
  font-weight: 600;
}
.wpcf7 select {
  width: 100%;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid rgba(44, 66, 116, 0.2);
  padding: 5px;
  background: transparent;
}
.wpcf7 select:focus {
  border: 1px solid #2c4274;
  outline: none;
}
.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border: 2px solid #2c4274;
  border-radius: 3px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance {
  font-size: 14px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline;
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #2c4274;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

body.page-template-page-podstrona .partners {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 1.2rem;
}

ol.wp-block-list {
  margin-left: 1rem;
}
ol.wp-block-list li {
  margin-bottom: 10px;
}
ol.wp-block-list li::marker {
  color: #2c4274;
  font-weight: 600;
}

ol.is-style-list_kwadrat {
  margin-left: 1.6rem;
}
ol.is-style-list_kwadrat li {
  margin-bottom: 10px;
}
ol.is-style-list_kwadrat li::marker {
  font-weight: bold;
  font-size: 1.1rem;
}

.is-style-list_star {
  list-style: none;
  display: inline-block;
  margin: 1rem auto;
}
.is-style-list_star li {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c4274;
  line-height: 1.1;
  padding-left: 50px;
}
.is-style-list_star li::before {
  content: "";
  background-image: url("./img/star.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(5710%) hue-rotate(347deg) brightness(93%) contrast(100%);
  position: absolute;
  left: 0;
  top: -9px;
}

.bg-2 {
  background-image: url("./img/bg-2.png");
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cover-1 {
  height: 100%;
}

.is-style-list_checkbox {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.is-style-list_checkbox li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.is-style-list_checkbox li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43MDcgOC43MDctNyA3YTEgMSAwIDAgMS0xLjQxNCAwbC0zLTNhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDEwIDE0LjU4Nmw2LjI5My02LjI5M2ExIDEgMCAwIDEgMS40MTQgMS40MTRaIiBmaWxsPSIjMTExZjViIiBjbGFzcz0iZmlsbC0yMzIzMjMiPjwvcGF0aD48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  top: calc(50% - 10px);
  left: 0;
}

.h-100 {
  height: 100%;
}

.wp-block-buttons-is-layout-flex .wp-block-button {
  margin-right: 1.2rem;
}
.wp-block-buttons-is-layout-flex .wp-block-button:last-of-type {
  margin-right: 0;
}

.wp-block-button__link {
  background: #ed1b24;
  color: #fff !important;
  border-radius: 0;
  padding: 11px 75px 11px 25px;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  letter-spacing: 1px;
  border-radius: 2px 45px 46px 0%/5% 119% 0% 84%;
}
.wp-block-button__link::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.wp-block-button__link:hover {
  background: #2c4274;
}
.wp-block-button__link:hover::before {
  right: 25px;
}

.is-style-outline a {
  background: transparent;
  color: #2c4274 !important;
  border-radius: 0;
  padding: 8px 40px 3px 0;
  font-weight: 600;
  position: relative;
  border-color: #2c4274;
  border: none;
  border-bottom: 1px solid #2c4274;
}
.is-style-outline a::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #2c4274 !important;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.is-style-outline a:hover {
  color: #ed1b24 !important;
  background: transparent;
  border-bottom: 1px solid #ed1b24;
}
.is-style-outline a:hover::before {
  color: #ed1b24 !important;
  right: -3px;
}

.wp-block-buttons.has-small-font-size .wp-element-button {
  font-size: 14px;
  padding: 10px 20px;
}
.wp-block-buttons.has-small-font-size .wp-element-button::before {
  display: none;
}
.wp-block-buttons .has-white-background-color {
  background: #fff;
  color: #111 !important;
}
.wp-block-buttons .has-white-background-color::before {
  color: #111;
}
.wp-block-buttons .has-white-background-color:hover {
  background: #111;
  color: #fff !important;
}
.wp-block-buttons .has-white-background-color:hover::before {
  color: #fff;
}
.wp-block-buttons .is-style-button-pdf a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px !important;
}
.wp-block-buttons .is-style-button-pdf a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODIgMzgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMjMxZjIwIj48cGF0aCBkPSJNNDAuODggMTRIMzl2MTBoMi4xODVjMS44MTUgMCAzLjIwOS0uMjEzIDQuMTg0LTEuMTI5Ljk3Ni0uOTE2IDEuNDYzLTIuMTI1IDEuNDYzLTMuODcyIDAtMS43NDYtLjQ4Ny0yLjg2OC0xLjQ2My0zLjgwOS0uOTc0LS45NDEtMi40NzItMS4xOS00LjQ4OS0xLjE5ek0yOC4xMjMgMTQuNDYyYy0uNjItLjQzMi0xLjU4Mi0uNDYyLTIuODg4LS40NjJIMjN2NmgyLjY0MmMxLjMyMyAwIDIuMjIyLS40NjUgMi42OTctLjk5OS40NzUtLjUzNC43MTItMS4zMTkuNzEyLTIuMzQ2IDAtMS4wMjYtLjMxLTEuNzYtLjkyOC0yLjE5M3oiPjwvcGF0aD48cGF0aCBkPSJNNzcgMEg1YTUgNSAwIDAgMC01IDV2MjhhNSA1IDAgMCAwIDUgNWg3MmE1IDUgMCAwIDAgNS01VjVhNSA1IDAgMCAwLTUtNXpNMzEuMjAxIDIxLjQ5M0MyOS45MiAyMi41MTEgMjcuOTY1IDIzIDI1LjMzNyAyM0gyM3Y1aC00VjEwaDYuMjg2YzIuNzMgMCA0LjcxOS42NCA1Ljk2NSAxLjY5OXMxLjg3IDIuNzMyIDEuODcgNC45MjktLjY0IDMuODQ4LTEuOTIgNC44NjV6bTE3LjE0NSA0LjA5MUM0Ni42OTIgMjcuMTk1IDQ0LjE3IDI4IDQwLjc3OCAyOEgzNVYxMGg1Ljk4MWMzLjE3MSAwIDUuNjA0Ljg4NSA3LjMwMSAyLjQzN3MyLjU0NCAzLjc2NSAyLjU0NCA2LjUyOS0uODI2IDUuMDA3LTIuNDggNi42MTh6TTY1IDE0aC04djRoOHYzaC04djdoLTRWMTBoMTJ2NHoiPjwvcGF0aD48L2c+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 10px;
  position: relative;
}
.wp-block-buttons .is-style-button-card a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px !important;
}
.wp-block-buttons .is-style-button-card a::before {
  display: none;
}
.wp-block-buttons .is-style-button-card a::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PCFET0NUWVBFIHN2ZyAgUFVCTElDICctLy9XM0MvL0RURCBTVkcgMS4xLy9FTicgICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQnPjxzdmcgaGVpZ2h0PSI1MTJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik00NTIsOTZINjBjLTE1LjUsMC0yNy45LDEyLjUtMjgsMjhsMCwwdjAuM3YyNjMuNHYwLjNsMCwwYzAuMiwxNS41LDEyLjUsMjgsMjgsMjhoMzkyYzE1LjYsMCwyOC0xMi43LDI4LTI4LjN2MFYxMjQuM3YwICAgQzQ4MCwxMDguNyw0NjcuNiw5Niw0NTIsOTZ6IE03Ny4xLDEyOGgzNTcuN2M2LjksMCwxMi4xLDUuMSwxMy4xLDEydjIwSDY0di0yMC4zQzY1LDEzMi45LDcwLjMsMTI4LDc3LjEsMTI4eiBNNDM0LjksMzg0SDc3LjEgICBjLTYuOSwwLTEyLjEtNC45LTEzLjEtMTEuN1YyNTZoMzg0djExNkM0NDcsMzc4LjksNDQxLjcsMzg0LDQzNC45LDM4NHoiLz48cmVjdCBoZWlnaHQ9IjE2IiB3aWR0aD0iMTkyIiB4PSI5NiIgeT0iMzA0Ii8+PHJlY3QgaGVpZ2h0PSIxNiIgd2lkdGg9Ijk2IiB4PSI5NiIgeT0iMzM2Ii8+PHJlY3QgaGVpZ2h0PSI0OCIgd2lkdGg9IjY0IiB4PSIzNTIiIHk9IjMwNCIvPjwvZz48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 15px;
  position: relative;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(51deg) brightness(122%) contrast(99%);
}
.wp-block-buttons .is-style-button-video a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-video a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS41IDB2MTRsMTEtNy0xMS03WiIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 10px;
  position: relative;
}
.wp-block-buttons .is-style-button-windows a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-windows a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTYuNjkzIDU2LjY5MyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMy43NjUgNDYuMzYyIDE5LjgzNiAyLjg3M1YzMC4yNTdIMy43NjV2MTYuMTA1em0wLTE4LjgxNmgxOS44MzZWOC41NjZMMy43NjUgMTEuNDM5djE2LjEwN3ptMjIuNTQ3IDIyLjA4MiAyNi42MTYgMy44NTVWMzAuMjU3SDI2LjMxMnYxOS4zNzF6bTAtNDEuNDU2djE5LjM3NGgyNi42MTZWNC4zMTlMMjYuMzEyIDguMTcyeiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-mac a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-mac a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjc4Ljg0NCAxNDMuOTQ1Yy02LjIxOSAxLjg0NS0xNS4wMSAzLjI3LTI2LjI1MSA0LjI4LjUwNi0yNS4wNzIgNy4wNDQtNDYuNjk4IDE5LjcxMi02NC44NDhDMjg0Ljc0IDY1LjM0NCAzMDUuNzQ2IDUyLjg4NCAzMzUuMzU5IDQ2Yy4xODQuNDgyLjQyMiAxLjQ0Ny42NSAyLjc4Ny4yMyAxLjM0LjQ1OSAyLjI1OS42NDUgMi43NjUgMCAuNjY2LjA0NSAxLjUxNy4xMzcgMi41MjcuMDQ3IDEuMDE5LjA5MiAxLjg0Ni4wOTIgMi41NDIgMCAxMC4yNjItMi40NDMgMjEuNjg4LTcuMzIgMzQuMzA4LTUuMDIzIDEyLjYyLTEyLjg1NyAyNC4yMjktMjMuNDQ5IDM0LjgyOC05LjA3NSA5LjA2Ny0xOC4xOTYgMTUuMTQ3LTI3LjI3IDE4LjE4OHpNMzkxLjkyIDMyMC44NjZjLTExLjYwMi0xNi42MzMtMTcuNDA2LTM1LjQyNi0xNy40MDYtNTYuMjg2IDAtMTkuMDIyIDUuNDM4LTM2LjQzNyAxNi4zOTYtNTIuMjM0IDUuODk2LTguNjE1IDE1LjQ3Ny0xOC41MTggMjguNzg1LTI5Ljc5Ny04Ljc1Mi0xMC43ODItMTcuNDk4LTE5LjE2LTI2LjI1LTI1LjI0MS0xNS44NDYtMTAuOTItMzMuNzY0LTE2LjQwMy01My43OTctMTYuNDAzLTExLjkzMiAwLTI2LjQ5IDIuODU2LTQzLjYyMSA4LjU2OS0xNi40ODYgNS43NTktMjguNTU3IDguNTg1LTM2LjExMyA4LjU4NS01LjcxMyAwLTE3LjMxNi0yLjUwNC0zNC44MjItNy41NjYtMTcuNjgyLTUuMDU0LTMyLjU2MS03LjU1OS00NC42NzYtNy41NTktMjguOTcxIDAtNTIuODMyIDEyLjEwNy03MS43MTcgMzYuMzM3LTE5LjAyMiAyNC41NTItMjguNTExIDU2LjA1Ny0yOC41MTEgOTQuMzc3IDAgNDAuNzcxIDEyLjM5MSA4My4wNSAzNy4xMjYgMTI2Ljk5MUMxNDIuMzcyIDQ0NC4yMTMgMTY3LjcwNCA0NjYgMTkzLjI2NiA0NjZjOC41NjkgMCAxOS43MTItMi44NTcgMzMuMzA1LTguNTY5IDEzLjYzMS01LjU2NyAyNS42MDctOC4zNCAzNS44NzYtOC4zNCAxMC45MjIgMCAyMy42MzMgMi42OTUgMzguMDkyIDguMDYzIDE1LjI5MyA1LjM5MiAyNy4wODYgOC4wOCAzNS4zMzQgOC4wOCAyMS41NTcgMCA0My4xNTItMTYuNDggNjQuODkzLTQ5LjQ2MyAxNC4wOTgtMjEuMDI5IDI0LjQ1OS00Mi4wNSAzMS4wNDUtNjMuMDc5LTE1LjAxOC00LjU2My0yOC4yOC0xNS4xNTUtMzkuODkxLTMxLjgyNnoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-android a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-android a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjE0NiA5LjIyN2ExLjQ3OCAxLjQ3OCAwIDEgMC0yLjk1Ni4wMDJ2Ni4xOWMwIC44MS42NjMgMS40OCAxLjQ4MyAxLjQ4LjgxNCAwIDEuNDc2LS42NyAxLjQ3Ni0xLjQ4di02LjJoLS4wMXpNNS4zOTMgOC4wMzJsLjAwNCA5LjZjMCAuODg1LjcwNCAxLjU5IDEuNTczIDEuNTloMS4wNjN2My4yOGMwIC44Mi42NiAxLjQ4MiAxLjQ3IDEuNDgyczEuNDY3LS42NiAxLjQ4LTEuNDY4di0zLjI4aDEuOTkzdjMuMjhhMS40NzUgMS40NzUgMCAxIDAgMi45NTItLjAwN3YtMy4yOGgxLjA3OGMuODcgMCAxLjU3My0uNzEgMS41NzMtMS41Nzh2LTkuNjNMNS4zNSA4LjAzbC4wNC4wMDJ6bTkuNjQ4LTIuOTNhLjU2LjU2IDAgMSAxLS4wMDItMS4xMTguNTYuNTYgMCAwIDEgLjAwMiAxLjExOG0tNi4wNiAwYS41Ni41NiAwIDEgMSAuNTYtLjU0OC41NjUuNTY1IDAgMCAxLS41Ny41NjdtNi4yOS0yLjlMMTYuMjkuMzNjLjA2LS4xMDUuMDE0LS4yMjYtLjA3Ni0uMjg1YS4yMTkuMjE5IDAgMCAwLS4yODQuMDlsLTEuMDUgMS45Yy0uODY4LS40MDUtMS44NTYtLjYzLTIuODktLjYzcy0yLjAxOC4yMTUtMi44OTIuNjAzTDguMDY0LjEwNWEuMjA1LjIwNSAwIDAgMC0uMjc4LS4wOGMtLjEuMDQ1LS4xMzYuMTgtLjA4LjI3bDEuMDMgMS44NzVjLTIuMDMgMS4wNDctMy40IDMuMDQtMy40IDUuMzNoMTMuMzI4YzAtMi4yOS0xLjM2OC00LjI4My0zLjM5Ni01LjMzTTMuMzMgNy43NDJjLS44MTcgMC0xLjQ4LjY2NS0xLjQ4IDEuNDgzdjYuMTkyYTEuNDggMS40OCAwIDAgMCAyLjk2MSAwdi02LjE5YzAtLjgxNS0uNjYtMS40NzgtMS40Ny0xLjQ3OCIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-chromeos a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-chromeos a::before {
  content: "";
  background-image: url("    data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDk2IDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMxLjUgMjE3LjUgNTUuMSAxMDAuMWM0Ny42LTU5LjIgMTE5LTkxLjggMTkyLTkyLjEgNDIuMy0uMyA4NS41IDEwLjUgMTI0LjggMzMuMiA0My40IDI1LjIgNzYuNCA2MS40IDk3LjQgMTAzTDI2NCAxMzMuNGMtNTguMS0zLjQtMTEzLjQgMjkuMy0xMzIuNSA4NC4xem0zMi45IDM4LjVjMCA0Ni4yIDM3LjQgODMuNiA4My42IDgzLjZzODMuNi0zNy40IDgzLjYtODMuNi0zNy40LTgzLjYtODMuNi04My42LTgzLjYgMzcuMy04My42IDgzLjZ6bTMxNC45LTg5LjJMMzM5LjYgMTc0YzM3LjkgNDQuMyAzOC41IDEwOC4yIDYuNiAxNTcuMkwyMzQuMSA1MDMuNmM0Ni41IDIuNSA5NC40LTcuNyAxMzcuOC0zMi45IDEwNy40LTYyIDE1MC45LTE5MiAxMDcuNC0zMDMuOXpNMTMzLjcgMzAzLjYgNDAuNCAxMjAuMUMxNC45IDE1OS4xIDAgMjA1LjkgMCAyNTZjMCAxMjQgOTAuOCAyMjYuNyAyMDkuNSAyNDQuOWw2My43LTEyNC44Yy01Ny42IDEwLjgtMTEzLjItMjAuOC0xMzkuNS03Mi41eiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-zip a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px !important;
}
.wp-block-buttons .is-style-button-zip a::before {
  content: "";
  background-image: url("./img/zip.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 10px;
  position: relative;
}

.wp-block-buttons.is-vertical {
  display: flex;
  flex-direction: column;
}
.wp-block-buttons.is-vertical .wp-block-button {
  margin-bottom: 1rem;
}

.wp-block-atbs-tabs .tabs-titles {
  background: transparent;
}
.wp-block-atbs-tabs .tabs-titles .tab-title {
  background: #2c4274;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wp-block-atbs-tabs .tabs-titles .tab-title:last-child {
  border: none;
}
.wp-block-atbs-tabs .tabs-titles .tab-title .tab-title-media svg {
  max-height: 20px;
  fill: #fff;
}
.wp-block-atbs-tabs .tabs-titles .tab-title .tab-title-media svg path {
  fill: #fff;
}
.wp-block-atbs-tabs .tabs-titles .tab-title.active {
  background: #2c4274;
}
.wp-block-atbs-tabs .tabs-content {
  padding: 1rem 0;
  background: transparent;
}

.bg-1 {
  background-image: url(.//img/bg-gabinet.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1750px) {
  .bg-1 {
    background-size: 25%;
  }
}
.bg-1 > div {
  padding-right: 21% !important;
}
@media (max-width: 768px) {
  .bg-1 > div {
    padding: 2rem !important;
  }
}
@media (max-width: 768px) {
  .bg-1 {
    background-size: contain;
    background: none;
  }
}

.wp-block-gallery {
  flex-wrap: wrap;
  display: flex;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 4/3;
}
.wp-block-gallery img {
  transition: all 0.3s ease 0s;
}
.wp-block-gallery a {
  background: #2c4274;
  overflow: hidden;
}
.wp-block-gallery a:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.wp-block-gallery .wp-element-caption {
  background: #2c4274;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  pointer-events: none;
}

@supports (overflow: clip) {
  .pos-sticky {
    position: sticky;
    top: 6rem;
  }
}
.error-404 {
  text-align: center;
  padding: 1rem;
}
.error-404 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-separator {
  border: none;
  padding: 0;
  margin: 2rem 0;
  background: #2c4274;
  opacity: 0.3;
}

#akcesoria,
#drukarki,
#pakowanie {
  scroll-margin-top: 100px;
}

*[id] {
  scroll-margin-top: 100px;
}

.bg-map {
  position: relative;
}

.contact-bg {
  z-index: 5;
  position: absolute;
  top: 180px;
  left: 3rem;
  left: calc((100vw - 1350px) / 2);
}
@media (max-width: 1440px) {
  .contact-bg {
    left: 2rem;
  }
}
@media (max-width: 480px) {
  .contact-bg {
    left: 0rem;
  }
}

.contact-bg1 {
  width: 420px;
}
@media (max-width: 480px) {
  .contact-bg1 {
    width: 100%;
  }
}
.contact-bg1 a {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.contact-bg1 .tel a {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  color: #fff;
}

.map {
  width: 100% !important;
  height: 800px;
  filter: grayscale(100%);
}
@media (max-width: 480px) {
  .map {
    height: 500px;
  }
}

.btn-map {
  position: absolute;
  right: 3rem;
  top: 100px;
  z-index: 10;
}

#icbImageCompare-1 .icbImageCompare {
  width: 100% !important;
}
#icbImageCompare-1 .icbImageCompare img {
  height: 700px;
}
@media (max-width: 480px) {
  #icbImageCompare-1 .icbImageCompare img {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .icb-comparison-wrapper {
    height: 300px !important;
  }
}

.icb-image-wrapper img {
  height: 100%;
}

.car-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 3rem auto;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .car-list {
    margin: 2rem 0;
  }
}
@media (max-width: 1300px) {
  .car-list {
    margin: 2rem 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .car-list {
    gap: 10px;
  }
}
.car-list li {
  width: 15.5%;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 8.91px 0.09px rgba(24, 24, 24, 0.1);
  overflow: hidden;
  display: block;
}
@media (max-width: 1300px) {
  .car-list li {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .car-list li {
    width: 48%;
  }
}
.car-list li a {
  text-decoration: none;
  position: relative;
}
.car-list li a .news-thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
.car-list li a .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-list li a .news-thumbnail figure {
  margin: 0;
  line-height: 0;
  height: 100%;
}
.car-list li a .news-thumbnail .img-2 {
  display: none;
}
.car-list li a .txt {
  padding: 12px 15px;
  line-height: 1.1;
}
.car-list li a .txt h3,
.car-list li a .txt h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  height: 1.2em;
  white-space: nowrap;
  color: #111;
}
.car-list li a .txt span {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 480px) {
  .car-list li a .txt span {
    font-size: 11px;
  }
}
.car-list li a .txt > span {
  margin-right: 15px;
}
.car-list li a .txt .c::after {
  content: "-";
  position: absolute;
  right: -14px;
  top: 1px;
  opacity: 0.3;
}
.car-list li a .txt .data {
  margin-top: 15px;
  font-weight: 700;
  color: #ed1b24;
  display: inline-block;
  text-transform: uppercase;
  background-image: url(./img/data.png);
  background-position: left center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 27px;
}
.car-list li a .txt .cena {
  margin-top: 15px;
  font-weight: 700;
  color: #ed1b24;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 480px) {
  .car-list li a .txt .cena {
    font-size: 13px;
  }
}
.car-list li a .txt .cena span {
  font-size: 11px;
  font-weight: 500;
}
.car-list li a:hover {
  box-shadow: 0px 4px 8.91px 0.09px rgba(24, 24, 24, 0.3);
}
.car-list li a:hover h2,
.car-list li a:hover h3 {
  color: #2c4274 !important;
}
.car-list li a:hover .img-2 {
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.car-list-a {
  filter: grayscale(70%);
}

.car-archive {
  filter: grayscale(70%);
  position: relative;
}
.car-archive::before {
  content: "Sprzedany";
  color: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  font-size: 3rem;
  background: #e9e9e9;
  padding: 2rem;
}
.car-archive * {
  pointer-events: none;
}

.faq {
  max-width: 1000px;
  padding: 3rem;
  background: #fff;
}
@media (max-width: 480px) {
  .faq {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select {
  border-radius: 0 !important;
  border-color: #acacac !important;
  background-color: transparent;
  padding: 6px 10px !important;
}
.acf-field input[type=text]:focus,
.acf-field input[type=password]:focus,
.acf-field input[type=date]:focus,
.acf-field input[type=datetime]:focus,
.acf-field input[type=datetime-local]:focus,
.acf-field input[type=email]:focus,
.acf-field input[type=month]:focus,
.acf-field input[type=number]:focus,
.acf-field input[type=search]:focus,
.acf-field input[type=tel]:focus,
.acf-field input[type=time]:focus,
.acf-field input[type=url]:focus,
.acf-field input[type=week]:focus,
.acf-field textarea:focus,
.acf-field select:focus {
  outline: none;
  border-color: #2c4274 !important;
}

.acf-radio-list li {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.acf-radio-list li label {
  display: flex !important;
  cursor: pointer;
}
.acf-radio-list li input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #2c4274;
  width: 20px;
  height: 20px;
  border: 1px solid #2c4274;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.acf-radio-list li input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 7px 7px #2c4274;
}
.acf-radio-list li input[type=radio]:checked::before {
  transform: scale(1) translateX(0px);
}

ul.acf-radio-list:focus-within,
ul.acf-checkbox-list:focus-within {
  border: none !important;
}

.box-form {
  max-width: 1000px;
  margin: auto;
}
.box-form .acf-form-submit {
  float: right;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .box-form .acf-form-submit {
    float: none;
    margin-top: 0rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
.box-form .acf-field-68ad4b5dcfbe9 .acf-label {
  display: none !important;
}
.box-form .acf-field-68ad4b5dcfbe9 a {
  margin-left: 5px;
}
.box-form button,
.box-form input[type=button],
.box-form input[type=reset],
.box-form input[type=submit] {
  background: #ed1b24;
  color: #fff !important;
  border-radius: 0;
  padding: 13px 25px 13px 25px;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  letter-spacing: 1px;
  border-radius: 2px 45px 46px 0%/5% 119% 0% 84%;
  cursor: pointer;
  border: none;
}
.box-form button:hover,
.box-form input[type=button]:hover,
.box-form input[type=reset]:hover,
.box-form input[type=submit]:hover {
  background: #2c4274;
}
.box-form #acf-field_65537250b45cf {
  height: 100px;
}
.box-form label {
  display: none;
  color: #2c4274;
}
.box-form .select {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .box-form .select {
    flex-wrap: wrap;
  }
}
.box-form .select > div {
  margin: 0;
}
.box-form .select > div label {
  margin-right: 1rem;
  margin-bottom: 0;
}
.box-form .acf-field-message {
  text-align: center;
  color: #2c4274;
  font-family: "BelfastGrotesk";
  font-size: 1.5rem;
  font-weight: 900;
  padding-bottom: 0 !important;
}
.box-form .acf-field-message label {
  font-family: "BelfastGrotesk";
  font-size: 1.3rem;
  font-weight: 900 !important;
}
.box-form .kolor {
  text-align: center;
}

main .wp-block-aab-group-accordion .aagb__accordion_title {
  margin: 12px 0;
}
main .wp-block-aab-group-accordion .aagb__accordion_container {
  border: none;
  border-bottom: 1px solid rgba(44, 66, 116, 0.3);
  border-radius: 0;
  margin-bottom: 0;
}
main .wp-block-aab-group-accordion .aagb__accordion_container p {
  font-size: 16px;
  color: #2c4274;
}
@media (max-width: 480px) {
  main .wp-block-aab-group-accordion .aagb__accordion_container p {
    font-size: 14px;
  }
}
main .wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__icon {
  font-size: 18px;
}
main .wp-block-aab-group-accordion .aagb__accordion_head {
  background: transparent;
  background-color: transparent !important;
  padding: 0;
  color: #2c4274;
  font-family: "BelfastGrotesk";
  font-size: 1.2rem;
  font-weight: 500;
}
main .wp-block-aab-accordion-item .aagb__accordion_body {
  padding: 0;
  border: none;
}
main .aagb__accordion_container.aagb__accordion_active {
  border: none !important;
}
main .aagb__accordion_component {
  margin-top: 1rem;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #2c4274;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #2c4274;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #2c4274;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
  display: flex !important;
  align-items: center;
}

ul.acf-radio-list,
ul.acf-checkbox-list {
  border: none !important;
}

.card-bg {
  border-radius: 25px;
  background-color: rgb(242, 242, 242);
  box-shadow: 0px 4px 16.92px 1.08px rgba(24, 24, 24, 0.35);
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .card-bg {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
  }
}
.card-bg h2 {
  font-size: 1.9rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .card-bg h2 {
    font-size: 1.5rem;
    margin-top: -1rem;
  }
}

@media (max-width: 768px) {
  div[data-width="33"],
  .acf-field-68ad4b5dcfbe9 {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 768px) {
  div[data-width="33"],
  div[data-width="50"],
  div[data-width="49"] {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }
}

.top-car {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top-car {
    flex-wrap: wrap-reverse;
  }
}
.top-car .txt {
  width: 30%;
}
@media (max-width: 768px) {
  .top-car .txt {
    width: 100%;
  }
}
.top-car .txt h2 {
  color: #111;
  font-size: 1.5rem;
}
.top-car .txt .cena {
  margin: 2rem 0;
  color: #ed1b24;
  font-size: 2rem;
  font-weight: 700;
}
.top-car .txt .wp-block-button {
  margin: 2rem 0;
}
.top-car .car-gallery {
  width: 60%;
}
@media (max-width: 768px) {
  .top-car .car-gallery {
    width: 100%;
    margin-top: 2rem;
  }
}
.top-car .dane {
  font-weight: 700;
}

#pelny-opis {
  max-width: 1200px;
  margin: auto;
  padding-top: 4rem;
}

.lSAction > a {
  border-radius: 50%;
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.lSAction > a svg {
  fill: #fff;
  height: 17px;
}
.lSAction > a:hover {
  background: #2c4274;
}

.bg-sygnet {
  position: relative;
  padding-top: 3rem;
}
.bg-sygnet::before {
  content: "";
  background-image: url(./img/sygnet.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255);
  position: absolute;
  transform: translateY(-79%);
  background-color: #fff;
  right: 20%;
}
@media (max-width: 1440px) {
  .bg-sygnet::before {
    width: 160px;
    height: 160px;
    transform: translateY(-61%);
    right: 10%;
  }
}
@media (max-width: 990px) {
  .bg-sygnet::before {
    background-size: 60px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .bg-sygnet::before {
    background-size: 41px;
    width: 60px;
    height: 60px;
    transform: translateY(-88%);
  }
}/*# sourceMappingURL=custom.css.map */