.topbar {
  background: #7A1F24;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 757px) {
  .topbar {
    text-align: left;
    padding: 15px;
    align-items: flex-start;
  }
}
.topbar + #header {
  top: 63px;
}
.topbar a {
  background: #A3282F;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  transition: 0.2s ease all;
}
.topbar a:hover {
  color: #fff;
  background: #000;
}

header {
  position: sticky !important;
  top: 50px;
}
@media (max-width: 999px) {
  header {
    top: 0;
    position: absolute !important;
    width: 100%;
  }
  header [data-device=mobile] [data-row=middle] {
    background: none !important;
  }
}

.hp-hero {
  width: 100vw;
  margin-left: 50%;
  left: -50vw;
}
@media (max-width: 1024px) {
  .hp-hero {
    min-height: initial !important;
    padding: 100px 25px 110px 25px !important;
  }
}
.hp-hero__title, .hp-hero__description {
  width: 750px !important;
  max-width: 100% !important;
  text-align: left !important;
}
.hp-hero__description {
  font-size: 22px;
  line-height: 44px;
}

.topbar + #header .ct-container {
  top: 35px;
}

.ct-header div[data-device=desktop] > div {
  display: flex;
  justify-content: center;
}
.ct-header div[data-device=desktop] nav#header-menu-1 {
  padding-left: 80px;
}
.ct-header div[data-device=desktop] .ct-container {
  width: auto !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px 5px 5px 0;
  top: 15px;
  border-radius: 8px;
  min-height: 0 !important;
  height: 45px;
  grid-template-columns: 1fr !important;
  backdrop-filter: blur(9px);
}
.ct-header div[data-device=desktop] .ct-container a {
  text-transform: none;
  font-size: 14px;
}
.ct-header div[data-device=desktop] .ct-container .menu > li > .ct-menu-link {
  height: 100% !important;
}
.ct-header div[data-device=desktop] .ct-container div[data-column=start] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  display: flex;
  align-items: center;
}
.ct-header div[data-device=desktop] .ct-container div[data-items=primary] {
  justify-content: flex-start;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-1 .sub-menu {
  background: #7A1F24;
  backdrop-filter: blur(9px);
  margin-top: 7px;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-1 .sub-menu a {
  margin: 4px;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-2 #menu-buttons a {
  background: #DA241C;
  padding: 5px 10px;
  border-radius: 8px;
  height: 100% !important;
  color: #fff;
  transition: 0.2s ease all;
  border: 1px solid #DA241C;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-2 #menu-buttons a:hover {
  background: transparent;
}

.hp__latest-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "firstPost secondPost" "firstPost thirdPost";
  grid-gap: 25px;
  margin-top: 50px !important;
}
.hp__latest-posts > li .wp-block-latest-posts__post-title {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  display: block;
}
.hp__latest-posts > li:nth-child(1) {
  grid-area: firstPost;
}
.hp__latest-posts > li:nth-child(1) .wp-block-latest-posts__post-title {
  margin: 15px 0;
}
.hp__latest-posts > li:nth-child(2) {
  grid-area: secondPost;
}
.hp__latest-posts > li:nth-child(2) img {
  display: none;
}
.hp__latest-posts > li:nth-child(3) {
  grid-area: thirdPost;
}
.hp__latest-posts > li:nth-child(3) img {
  display: none;
}

body {
  background: #fff !important;
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff !important;
  padding: 50px 0;
}

.custom-table tr, .custom-table td {
  text-align: center !important;
}

.nf-before-form-content {
  margin-bottom: 25px;
}

.ninja-forms-field {
  height: 40px !important;
}

.nf-field-element textarea {
  height: 200px !important;
}

.nf-field-container input[type=submit] {
  background: #000;
}
.nf-field-container input[type=submit]:hover {
  background: #4f4f4f;
}

.formularz_rekrutacyjny {
  padding: 25px;
  background: rgba(0, 0, 0, 0.05);
  margin-top: 40px !important;
}
.formularz_rekrutacyjny h4 {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
.formularz_rekrutacyjny .forminator-button-submit {
  background: #DA241C !important;
  padding: 5px 10px !important;
  border-radius: 8px !important;
  height: 100% !important;
  color: #fff !important;
  transition: 0.2s ease all;
  border: 1px solid #DA241C !important;
}
.formularz_rekrutacyjny #forminator-module-351.forminator-design--material .forminator-input--wrap:after {
  background-color: #DA241C !important;
}
.formularz_rekrutacyjny #forminator-module-351.forminator-design--material .forminator-is_active .forminator-label[class*=forminator-floating-] {
  color: #DA241C !important;
}
.formularz_rekrutacyjny #forminator-module-351.forminator-design--material .forminator-textarea--wrap:after, .formularz_rekrutacyjny #forminator-module-351.forminator-design--material .forminator-is_active .forminator-textarea--wrap:after {
  border-color: #DA241C !important;
}

.footer_cols .wp-block-column:first-child {
  flex-basis: 21px !important;
}

footer .ct-container {
  align-items: center;
}
@media (max-width: 1024px) {
  footer .ct-container {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: "address contact" "socials socials";
  }
  footer .ct-container div[data-column=widget-area-1] {
    grid-area: address;
  }
  footer .ct-container div[data-column=widget-area-2] {
    grid-area: contact;
    border-right: none;
  }
  footer .ct-container div[data-column=widget-area-3] {
    grid-area: socials;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-top: 50px;
  }
  footer .ct-container div[data-column=widget-area-3] .wp-block-group {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 781px) {
  footer .ct-container {
    display: flex !important;
    flex-direction: column;
  }
  footer .ct-container div[data-column=widget-area-1] {
    border-right: none !important;
    padding-top: 50px;
  }
  footer .ct-container div[data-column=widget-area-2] {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-right: none !important;
    padding-top: 50px;
  }
  footer .ct-container div[data-column=widget-area-3] {
    grid-area: socials;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-top: 50px;
  }
  footer .ct-container div[data-column=widget-area-3] .wp-block-group {
    display: flex;
    flex-direction: column;
  }
}
footer .ct-container > div {
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  justify-content: center !important;
}
footer .ct-container > div:last-child {
  border: none;
}

.hero-img {
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}
.hero-img img {
  filter: contrast(1.03) saturate(0.95);
}
.hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12));
}

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #82161b;
  margin-bottom: 16px;
  font-weight: 600;
}
.hero-eyebrow.--light {
  color: #fff;
}

.subpage-hero h1 {
  letter-spacing: -0.02em;
}

#footer .wp-block-columns, #footer .wp-block-column {
  text-align: center;
  align-items: center;
}
#footer .wp-block-columns p, #footer .wp-block-column p {
  text-align: left;
}
@media (max-width: 781px) {
  #footer .wp-block-columns p, #footer .wp-block-column p {
    text-align: center;
  }
}

@media (max-width: 757px) {
  html body h1 {
    font-size: 32px;
  }
  html body h2 {
    font-size: 22px;
  }
  html body h3 {
    font-size: 18px;
  }
  html body h4 {
    font-size: 18px;
  }
  html body p {
    font-size: 16px;
  }
  html body .hp-hero__description {
    font-size: 18px;
  }
  html body .hp-hero__description br {
    display: none !important;
  }
}
@media (max-width: 781px) {
  .about-us-simple {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (max-width: 1024px) {
  .about-us-simple .wp-block-columns {
    flex-direction: column-reverse;
  }
  .about-us-simple .wp-block-columns img {
    max-height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .about-us-simple .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .about-us-simple .wp-block-column p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
}

.about-us-simple .wp-block-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer div[data-column=widget-area-1] {
  padding-right: 15px;
}

@media (max-width: 1024px) {
  [data-footer*=type-1] .ct-footer [data-row*=bottom] .ct-container {
    grid-template-columns: 1fr !important;
  }
}

body.home .ct-header .ct-icon {
  fill: #fff !important;
}

@media (max-width: 781px) {
  .hp-traits-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (max-width: 781px) {
  .hp-traits-section .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hp-traits-section .wp-block-column:last-child {
    margin-top: 25px;
  }
}

@media (max-width: 781px) {
  .chess-wrapper {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (max-width: 1024px) {
  .chess-column--align-start-tablet {
    align-self: flex-start !important;
  }
}
@media (max-width: 781px) {
  .chess--reversed {
    flex-direction: column-reverse;
  }
}
@media (max-width: 781px) {
  .chess--normal, .chess--reversed {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

@media (max-width: 781px) {
  .efbl_feeds_holder.efbl_feeds_row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .efbl_feeds_holder.efbl_feeds_row .efbl-row-content {
    max-width: 100% !important;
  }
}

@media (max-width: 781px) {
  .fb-images-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

@media (max-width: 781px) {
  .testimonials-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

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