@charset "UTF-8";
.page-template-homepage #primary {
  background: white;
  margin: 3em 0;
  margin-bottom: 0;
}

.page-template-homepage .entry-content p {
  margin-bottom: initial;
}

.page-template-homepage #page {
  /* Navigation styles */
  /* Responsive styles for mobile */
}

.page-template-homepage #page * {
  font-family: "Poppins", sans-serif;
}

.page-template-homepage #page a[href]:hover {
  opacity: 0.7;
}

.page-template-homepage #page h1,
.page-template-homepage #page h2,
.page-template-homepage #page h3,
.page-template-homepage #page h4,
.page-template-homepage #page h5,
.page-template-homepage #page h6 {
  margin-top: 0;
}

.page-template-homepage #page h2 {
  line-height: 62px;
}

.page-template-homepage #page body {
  margin: 0;
}

.page-template-homepage #page img {
  max-width: 100%;
}

.page-template-homepage #page .container {
  max-width: 1140px;
  margin: auto;
}

@media (max-width: 1400px) {
  .page-template-homepage #page .container {
    padding: 0 16px;
  }
}

.page-template-homepage #page .site-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  background: white;
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 14px 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-header {
    padding: 0;
  }
}

.page-template-homepage #page .site-header .container {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-header .container {
    display: flex;
    padding: 11px;
    align-items: center;
    justify-content: space-between;
  }
}

.page-template-homepage #page .site-header .container .site-branding {
  width: 150px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.page-template-homepage #page .site-header .container .main-navigation {
  width: 100%;
}

@media (max-width: 762px) {
  .page-template-homepage #page .site-header .container .main-navigation {
    height: 100vh;
  }
  .page-template-homepage
    #page
    .site-header
    .container
    .main-navigation
    .menu-menu-container {
    width: 100%;
  }
}

.page-template-homepage #page .site-header .container .main-navigation .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 23px;
  padding: 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-header .container .main-navigation .menu {
    width: 100%;
  }
}

.page-template-homepage
  #page
  .site-header
  .container
  .main-navigation
  .menu
  li {
  list-style-type: none;
  padding: 0 !important;
  margin-bottom: 0;
}

.page-template-homepage
  #page
  .site-header
  .container
  .main-navigation
  .menu
  li::before {
  display: none !important;
}

.page-template-homepage
  #page
  .site-header
  .container
  .main-navigation
  .menu
  li
  a {
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  padding: 0;
  font-weight: 400;
  border: none;
  color: #121f79;
}

.page-template-homepage
  #page
  .site-header
  .container
  .main-navigation
  .top-btn
  a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  fill: #121f79;
  display: block;
  color: #121f79;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d80027;
  border-radius: 48px 48px 48px 48px;
  padding: 18px 35px 18px 35px;
  transition: all 0.3s;
}

.page-template-homepage
  #page
  .site-header
  .container
  .main-navigation
  .top-btn
  a:hover {
  color: white;
  background-color: #d80027;
}

.page-template-homepage #page .site-footer {
  background-color: #121f79;
  padding: 80px 0 10px 0px;
  clear: both;
}

.page-template-homepage #page .site-footer h3 {
  font-size: 18px;
}

.page-template-homepage #page .site-footer * {
  color: white;
}

.page-template-homepage #page .site-footer .row {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-footer .row {
    flex-direction: column;
  }
}

.page-template-homepage #page .site-footer__copyright {
  margin-top: 50px;
}

.page-template-homepage #page .site-footer__logo {
  width: 25%;
  filter: brightness(0) invert(1);
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-footer__logo {
    width: 50%;
  }
}

.page-template-homepage #page .site-footer__links {
  width: 15%;
  margin-left: auto;
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-footer__links {
    width: 100%;
  }
}

.page-template-homepage #page .site-footer__links ul {
  padding: 0;
}

.page-template-homepage #page .site-footer__links ul li {
  list-style-type: none;
}

.page-template-homepage #page .site-footer__payments {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .site-footer__payments {
    width: 100%;
  }
}

.page-template-homepage #page .site-footer__payments img {
  width: 115px;
}

.page-template-homepage #page .hamburger {
  display: none;
  /* Hidden by default for larger screens */
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.page-template-homepage #page .hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

.page-template-homepage #page .hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.page-template-homepage #page .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.page-template-homepage #page .hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.page-template-homepage #page .main-navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.page-template-homepage #page .main-navigation .menu-menu-container {
  margin-left: auto;
}

.page-template-homepage #page .main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .page-template-homepage #page .hamburger {
    display: block;
    /* Show hamburger on mobile */
  }
  .page-template-homepage #page .main-navigation {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    max-width: 300px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .page-template-homepage #page .main-navigation ul {
    flex-direction: column;
  }
  .page-template-homepage #page .main-navigation ul li {
    margin: 10px 0;
  }
  .page-template-homepage #page .main-navigation.is-active {
    transform: translateX(0);
    /* Slide menu in on mobile */
  }
}

.page-template-homepage #page body b,
.page-template-homepage #page body strong {
  font-weight: 700;
}

.page-template-homepage #page .invette-block {
  margin-bottom: 80px;
}

.page-template-homepage #page h2 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 45px;
}

@media (max-width: 992px) {
  .page-template-homepage #page h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .page-template-homepage #page h2 br {
    display: none;
  }

  .page-template-homepage #page .invette-block {
    margin-bottom: 60px;
  }
}

.page-template-homepage #page h3 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .page-template-homepage #page h3 {
    font-size: 28px;
  }
  .page-template-homepage #page h3 br {
    display: none;
  }
}

.page-template-homepage #page h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.page-template-homepage #page p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 23px;
}

.page-template-homepage #page ul {
  padding: 0;
  margin: 0;
}

.page-template-homepage #page ul li {
  list-style-type: none;
  padding-left: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
}

.page-template-homepage #page ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  background-image: url("./images/list.svg");
}

.page-template-homepage #page .btn {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 48px 48px 48px 48px;
  padding: 14px 48px 14px 48px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .btn {
    padding: 14px 18px 14px 18px;
    font-size: 12px;
    z-index: 10;
    position: relative;
  }
}

.page-template-homepage #page .btn__wrapper {
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .btn__wrapper {
  }
}

.page-template-homepage #page .btn__wrapper.left {
  text-align: left;
}

.page-template-homepage #page .btn.red {
  background-color: #d80027;
}

.page-template-homepage #page .btn.outline {
  border: solid 1px white;
}

.page-template-homepage #page .btn.video {
  border-color: #d80027;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background: #121f79;
  align-items: center;
  display: inline-flex;
}

.page-template-homepage #page .btn.video::after {
  content: "";
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  flex-shrink: 0;
  position: relative;
  filter: brightness(0) invert(1);
  margin-left: 14px;
  background-image: url("./images/button-play.svg");
}

.page-template-homepage #page .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.page-template-homepage #page .signature {
  background-color: white;
  padding: 20px 20px;

  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-template-homepage #page .signature:not(.notice) {
  min-width: 310px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0%);
}

@media (max-width: 992px) {
  .page-template-homepage #page .signature:not(.notice) {
    min-width: 235px;
  }
}

.page-template-homepage #page .personas-section__slider--wrapper .notice {
  max-width: 80%;
}

@media (max-width: 992px) {
  .page-template-homepage #page .notice {
    max-width: 100% !important;
  }
}

.page-template-homepage #page .personas-section__slider--wrapper .notice h3 {
  font-size: 20px;
}

.page-template-homepage #page .personas-section__slider--wrapper .notice p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .signature {
    min-width: 220px;
    padding: 11px 16px;
    bottom: 19%;
    border-radius: 10px;
  }
}

.page-template-homepage #page .signature::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.page-template-homepage #page .signature.top::after {
  border-width: 0 22px 22px 22px;
  /* top border is transparent */
  border-color: transparent transparent white transparent;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-homepage #page .signature.bottom::after {
  border-width: 22px 22px 0 22px;
  /* bottom border is transparent */
  border-color: white transparent transparent transparent;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-homepage #page .signature.left::after {
  border-width: 26px 26px 26px 0;
  border-color: transparent white transparent transparent;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-homepage #page .signature.right::after {
  border-width: 22px 0 22px 22px;
  /* right border is transparent */
  border-color: transparent transparent transparent white;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-homepage #page .signature__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #121f79 !important;
  margin-bottom: -3px !important;
}

@media (max-width: 992px) {
  .page-template-homepage #page .signature__title {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 17px !important;
  }
}

.page-template-homepage #page .signature__subtitle {
  font-weight: 300 !important;
  color: #121f79 !important;
  font-size: 15px !important;
  margin: 0 !important;
}

@media (max-width: 992px) {
  .page-template-homepage #page .signature__subtitle {
    font-size: 13px !important;
    margin-top: 7px !important;
    line-height: 19px !important;
  }
}

.page-template-homepage #page .hero-section {
  height: 91vh;
  margin-top: 0;
  background-size: cover;
  background-position: left;
}

@media (min-width: 992px) {
  .page-template-homepage #page .hero-section {
    max-height: 815px;
    min-height: 715px;
  }
}

.page-template-homepage #page .hero-section::after {
  content: "";
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  position: relative;
  top: -33px;
  background-image: url("./images/flags_top3.png");
}

@media (max-width: 1600px) {
  .page-template-homepage #page .hero-section {
    height: 93vh;
    background-position: 17%;
    z-index: 0;
  }
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section::after {
    content: "";
    display: block;
    position: absolute;
    height: 250px;
    width: 250px;
    background-size: cover;
    background-image: url("https://instytutlingwistyki.pl/wp-content/uploads/2024/12/maciej.png");
    bottom: -70px;
    right: 0;
    left: -120px;
    margin: auto;
    z-index: -1;
  }

  .page-template-homepage #page .hero-section::before {
    content: "";
    display: block;
    position: absolute;
    height: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 81%
    );
  }

  .page-template-homepage #page .hero-section {
    height: 100%;
    padding: 40px 0;
    background-position: 173% 24%;
  }

  .page-template-homepage #page .hero-section .signature::after {
    border-width: 14px 14px 14px 0;
    border-color: transparent white transparent transparent;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-homepage #page .hero-section .signature__title {
    font-size: 13px !important;
  }
  .page-template-homepage #page .hero-section .signature__subtitle {
    font-size: 10px !important;
    margin: 0 !important;
  }
}

.page-template-homepage #page .hero-section .signature {
  bottom: 85px;
  min-width: initial;
}

.page-template-homepage #page .hero-section h1 {
  color: white;
  font-size: 50px;
  margin-bottom: 15px;
  line-height: 60px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section h1 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 6px;
  }

  .page-template-homepage #page .hero-section h3 {
    text-align: center;
    font-size: 18px;
  }
}

.page-template-homepage #page .hero-section h3 {
  margin-bottom: 26px;
}

.page-template-homepage #page .hero-section .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.page-template-homepage #page .hero-section__photo {
  width: 46%;
  position: relative;
  margin-top: auto;
}

.page-template-homepage #page .hero-section__photo img {
  position: absolute;
  bottom: 0;
}

.page-template-homepage #page .hero-section__text {
  width: 50%;
}

.page-template-homepage #page .hero-section__text * {
  color: white;
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section__text {
    width: 100%;
  }

  .page-template-homepage #page .hero-section__photo {
    width: auto;
    position: static;
  }

  .page-template-homepage #page .hero-section__photo img {
    display: none;
  }
}

.page-template-homepage #page .hero-section__text p {
  font-size: 16px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section__text p {
    margin-top: 220px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.page-template-homepage #page .hero-section__text--cta {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding-left: 85px;
  line-height: 40px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section__text--cta {
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    padding-left: 33px;
    line-height: 18px;
    margin-top: 17px;
    width: 49%;
    top: 31%;
    text-align: left;
    right: 0;
  }
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section .signature {
    display: block;
    position: absolute;
    bottom: 246px;
    padding: 8px 13px;
    z-index: 100;
    right: 10px;
    left: auto;
    margin-right: initial;
    transform: initial;
  }

  .btns__wrapper {
    display: flex;
    gap: 7px;
    justify-content: center;
  }

  .btns__wrapper .btn {
    padding: 14px 30px 14px 30px !important;
  }
}

.page-template-homepage #page .hero-section__text--cta::before {
  content: "";
  height: 100px;
  background-size: contain;
  width: 80px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url("./images/shape.svg");
}

@media (max-width: 992px) {
  .page-template-homepage #page .hero-section__text--cta::before {
    top: 0px;
    height: 46px;
    width: 26px;
  }
}

.page-template-homepage #page .border-box__wrapper {
  width: 70%;
  margin: auto;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #1b226c;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 40px 50px 40px;
}

.page-template-homepage #page .border-box__wrapper h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #121f79;
}

.page-template-homepage #page .border-box__wrapper .btn__wrapper {
  margin-top: 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .border-box__wrapper h3 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .page-template-homepage #page .border-box__wrapper .btn {
    margin-top: 14px;
  }
}

@media (max-width: 992px) {
  .page-template-homepage #page .border-box__wrapper {
    width: 95%;
    padding: 40px 30px 40px 30px;
  }
}

.page-template-homepage #page .dave-section {
  background-size: cover;
  padding: 80px 50px 0 50px;
}

.page-template-homepage #page .dave-section__title {
  text-align: center;
  margin-bottom: 30px;
  color: white;
}

.page-template-homepage #page .dave-section__wrapper {
  display: flex;
}

@media (max-width: 992px) {
  .page-template-homepage #page .dave-section {
    padding: 50px 10px 0 10px;
  }

  .page-template-homepage #page .dave-section__title {
    margin-bottom: 10px;
    text-align: center;
  }

  .page-template-homepage #page .dave-section .signature {
    bottom: -3% !important;
  }

  #expand-team {
    margin-top: 20px;
  }

  .page-template-homepage #page .btn {
    margin-top: 33px;
  }

  .page-template-homepage #page .button.buy_buttons_ajax > div {
    margin-top: 10px !important;
  }

  .page-template-homepage #page .dave-section__wrapper {
    flex-direction: column;
  }
}

#expand-team {
  margin-top: 50px;
}

.page-template-homepage #page .dave-section__wrapper--text {
  flex: 1;
  margin-top: 50px;
  color: white;
}

@media (max-width: 992px) {
  .page-template-homepage #page .dave-section__wrapper--text ul {
    margin-top: 25px;
  }
  .page-template-homepage #page .dave-section__wrapper--text ul li {
    margin-bottom: 10px;
  }

  .page-template-homepage #page .dave-section__wrapper--text {
    margin-top: 0px;
  }
}

.page-template-homepage #page .dave-section__wrapper--image {
  position: relative;
  flex: 1;
}

.page-template-homepage #page .dave-section__wrapper--image img {
  max-width: 135%;
  position: relative;
  top: 0px;
  margin-top: -80px;
  left: -80px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .dave-section__wrapper--image img {
    max-width: 100%;
    top: 0;
    margin-top: -20px;
    left: auto;
  }
}

.page-template-homepage #page .dave-section .signature {
  position: absolute;
  bottom: 5%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* @media (max-width: 992px) {
  .page-template-homepage  #page .dave-section .signature {
    right: 14%;
  }
} */

.page-template-homepage #page .aleksandra-section {
  background-size: cover;
  padding: 80px;
  padding-bottom: 0;
}

.page-template-homepage #page .aleksandra-section .btn {
  margin-top: 16px;
  text-align: center;
}

.page-template-homepage #page .aleksandra-section__title {
  text-align: center;
  color: white;
}

@media (max-width: 992px) {
  .page-template-homepage #page .aleksandra-section {
    background-image: none !important;
    background-color: #121f79;
    padding: 50px 15px;
  }

  .page-template-homepage #page .aleksandra-section__title {
    text-align: center;
  }
}

.page-template-homepage #page .aleksandra-section #show-more-btn strong {
  color: white;
}

.page-template-homepage #page .aleksandra-section #show-more-btn {
  position: relative;
  padding-left: 26px;
}

.page-template-homepage #page .aleksandra-section #show-more-btn::before {
  content: "";
  height: 15px;
  width: 15px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  background-image: url("./images/down.png");
  top: 8px;
}

.page-template-homepage #page .aleksandra-section #show-more-btn:hover {
  cursor: pointer;
}

.page-template-homepage #page .aleksandra-section__wrapper {
  display: flex;
}

@media (max-width: 992px) {
  .page-template-homepage #page .aleksandra-section__wrapper {
    flex-direction: column-reverse;
  }
}

.page-template-homepage #page .aleksandra-section__wrapper--text {
  flex: 1;
  font-style: italic;
  color: white;
  margin-top: 50px;
}

.page-template-homepage #page .aleksandra-section__wrapper--image {
  position: relative;
  flex: 1;
  margin-top: auto;
}

@media (min-width: 992px) {
  .page-template-homepage #page .aleksandra-section__wrapper--image img {
    top: 0px;
    position: relative;
    max-width: 120%;
    right: 50px;
  }
}

.page-template-homepage #page .aleksandra-section .signature {
  position: absolute;
  bottom: 12%;
  z-index: 10;
}

@media (max-width: 992px) {
  .page-template-homepage #page .aleksandra-section .signature {
    bottom: 4%;
  }

  .page-template-homepage #page .aleksandra-section__wrapper--text {
    margin-top: 30px;
  }
}

.page-template-homepage #page .cta-block {
  background-color: #121f79;
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .cta-block {
    padding: 50px 0;
  }
}

.page-template-homepage #page .cta-block h3,
.page-template-homepage #page .cta-block h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.page-template-homepage #page .cta-block * {
  color: white;
}

.page-template-homepage #page .cta-block .btn {
  top: 27px;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 992px) {
  .page-template-homepage #page .cta-block .btn {
    top: 22px;
  }
}

.page-template-homepage #page .cta-dave {
  padding-bottom: 0;
}

.page-template-homepage #page .pillars-block {
  background-color: #f5f5f7;
  padding: 80px 0;
}

.page-template-homepage #page .pillars-block .btn {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .pillars-block {
    padding: 50px 0;
  }
}

.page-template-homepage #page .pillars-block__title {
  margin-bottom: 2rem;
  color: #121f79;
  text-align: center;
}

.page-template-homepage #page .pillars-block ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .pillars-block ul {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-template-homepage #page .pillars-block li {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.page-template-homepage #page .pillars-block li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.page-template-homepage #page .pillars-block li img {
  width: 60px;
  height: 60px;
}

.page-template-homepage #page .pillars-block li h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1b2356;
}

.page-template-homepage #page .pillars-block li p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}

.page-template-homepage #page .features-block {
  margin: 80px 0;
}

.page-template-homepage #page .features-block .btn {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .features-block {
    margin: 50px 0;
  }
}

.page-template-homepage #page .features-block__title {
  margin-bottom: 40px !important;
  font-weight: 600;
  color: #121f79;
  text-align: center;
}

.page-template-homepage #page .features-block ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .features-block ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.page-template-homepage #page .features-block li {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.page-template-homepage #page .features-block li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.page-template-homepage #page .features-block li img {
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}

.page-template-homepage #page .features-block li a {
  text-decoration: none;
}

.page-template-homepage #page .features-block li h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1b2356;
}

.page-template-homepage #page .features-block li p {
  font-size: 16px;
  margin-bottom: 0;
  color: #555;
}

.page-template-homepage #page .features-block li .btn__wrapper {
  margin-top: 50px;
}

.page-template-homepage #page .notif-text-block {
  margin: 80px 0 80px 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .notif-text-block {
    margin: 50px 0 50px 0;
  }
}

.page-template-homepage #page .notif-text-block__wrapper {
  position: relative;
}

.page-template-homepage #page .notif-text-block__wrapper--image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-template-homepage #page .notif-text-block__wrapper--image img {
  width: 530px;
  margin-right: 90px;
  max-width: none;
}

/* .page-template-homepage  #page .notif-text-block__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
*/

.page-template-homepage #page .notif-text-block__title {
  margin-bottom: 110px;
  color: #1a226c;
  width: 42%;
}

@media (max-width: 992px) {
  .page-template-homepage #page .notif-text-block__title {
    width: 100%;
    text-align: center;
  }
}

.page-template-homepage #page .notif-text-block__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.notif-text-block__wrapper > *:nth-child(1) {
  grid-column: 1 / 2;
}

.notif-text-block__wrapper > *:nth-child(2) {
  grid-column: 2 / 3;
}

.notif-text-block__wrapper > *:nth-child(3) {
  grid-column: 1 / 2;
}

.notif-text-block__wrapper > *:nth-child(4) {
  grid-column: 2 / 3;
}

.notif-text-block__wrapper > *:nth-child(5) {
  grid-column: 3 / 4;
}

.notif-text-block__wrapper > *:nth-child(n + 6) {
  grid-column: span 1;
}

.page-template-homepage #page .notif-text-block__wrapper--text {
  border-radius: 20px;
  box-shadow: 10px 9px 19px rgba(0, 0, 0, 0.13);
  text-align: center;
  background-color: white;
  z-index: 10;
  position: relative;
  align-items: center;
  display: flex;
  min-height: 150px;
  padding: 25px;
}

.page-template-homepage #page .notif-text-block__wrapper--text::before {
  content: "";
  background-image: url("./images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 20px;
  display: block;
  position: absolute;
  background-position: center;
  top: -15px;
  right: 0;
  left: 0;
  width: 100%;
}

.page-template-homepage #page .image-text-block {
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .image-text-block {
    padding: 50px 0;
  }
}

@media (min-width: 993px) {
  .page-template-homepage
    #page
    .image-text-block.right
    .image-text-block__wrapper {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: initial;
  }
}

.page-template-homepage #page .image-text-block__title {
  text-align: center;
  color: #121f79;
  margin-bottom: 40px;
}

.page-template-homepage #page .image-text-block__wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
}

.page-template-homepage #page .image-text-block__wrapper--text_img {
  display: none;
}

@media (max-width: 992px) {
  .page-template-homepage #page .app .image-text-block__wrapper--text_img {
    display: block;
    order: 2;
    margin: auto;
    margin-bottom: 30px;
  }

  .page-template-homepage #page .app .image-text-block__wrapper--image {
    display: none;
  }

  .page-template-homepage #page .app .image-text-block__wrapper--text {
    display: flex;
    flex-direction: column;
  }

  .page-template-homepage #page .app .image-text-block__wrapper--text h2 {
    order: 1;
    text-align: center;
  }

  .page-template-homepage #page .app .image-text-block__wrapper--text div {
    order: 3;
  }

  .page-template-homepage #page .image-text-block__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .page-template-homepage #page .image-text-block__title {
    margin-bottom: 20px;
  }
}

.page-template-homepage #page .image-text-block__wrapper--image {
  flex: 1;
  position: relative;
}

.page-template-homepage #page .image-text-block__wrapper--text {
  flex: 1;
  z-index: 10;
}

.page-template-homepage #page .image-text-block__wrapper--text ul li {
  margin-bottom: 10px;
}

.page-template-homepage #page .image-text-wide-block {
  background-size: cover;
  position: relative;
  background: #f3f3f3;
  padding: 60px 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .image-text-wide-block {
    padding: 40px 16px;
  }
}

.page-template-homepage #page .image-text-wide-block .signature {
  bottom: 8%;
  z-index: 10;
}

.page-template-homepage #page .image-text-wide-block li::before {
  filter: invert(5%) sepia(77%) saturate(7333%) hue-rotate(243deg)
    brightness(85%) contrast(88%);
}

@media (min-width: 993px) and (min-width: 993px) {
  .page-template-homepage
    #page
    .image-text-wide-block.right
    .image-text-wide-block__wrapper {
    margin-left: auto;
    margin-right: initial;
    flex-direction: row-reverse;
  }
}

.page-template-homepage #page .image-text-wide-block h2 {
  font-size: 42px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .image-text-wide-block h2 {
    font-size: 34px;
    text-align: center;
  }
}

.page-template-homepage #page .image-text-wide-block__title {
  text-align: center;
  color: #121f79;
  margin-bottom: 40px;
}

.page-template-homepage #page .image-text-wide-block__wrapper {
  display: flex;
  width: 92%;
  margin-right: auto;
  gap: 50px;
  align-items: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .image-text-wide-block__wrapper {
    flex-direction: column;
  }
}

.page-template-homepage #page .image-text-wide-block__wrapper--image {
  flex: 1;
  position: relative;
}

.page-template-homepage #page .image-text-wide-block__wrapper--image img {
  width: 100%;
}

.page-template-homepage #page .image-text-wide-block__wrapper--text {
  flex: 1;
}

.page-template-homepage #page .image-text-wide-block__wrapper--text ul li {
  margin-bottom: 10px;
}

.page-template-homepage #page .instytut-od-srodka {
  background-color: #f5f5f7;
  padding: 80px 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .instytut-od-srodka {
    padding: 50px 0;
    padding-bottom: 120px;
  }
}

@media (max-width: 992px) {
  .page-template-homepage #page .instytut-od-srodka {
    text-align: center;
  }

  .page-template-homepage #page .image-text-block__title {
    text-align: center;
  }

  .page-template-homepage #page .instytut-od-srodka .btn__wrapper {
    text-align: center;
  }
}

.page-template-homepage #page .magda-bartnik {
  background-color: #1c226d;
  z-index: 10;
  padding-bottom: 0;
}

.page-template-homepage #page .magda-bartnik::before {
  content: "";
  background-image: url("./images/flags.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 509px;
  background-position: 64%;
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  top: auto;
  z-index: 9;
}

@media (max-width: 992px) {
  .page-template-homepage #page .magda-bartnik::before {
    display: none;
  }
}

.page-template-homepage #page .magda-bartnik h3 {
  color: #ffffff;
  font-weight: 600;
}

.page-template-homepage #page .magda-bartnik .signature {
  bottom: 10%;
}

.page-template-homepage #page .magda-bartnik .btn__wrapper {
  margin-top: 14px;
  z-index: 99;
  position: relative;
  margin-bottom: 20px;
  z-index: 99;
  position: relative;
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .magda-bartnik
    .image-text-block__wrapper--image {
    margin-top: -170px;
    width: 100%;
  }

  .page-template-homepage #page .magda-bartnik .signature {
    bottom: 3%;
  }

  .page-template-homepage #page .magda-bartnik {
    text-align: center;
    padding-bottom: 0 !important;
  }

  .page-template-homepage #page .magda-bartnik h3 {
    margin-top: 25px;
  }

  .page-template-homepage #page .magda-bartnik .btn__wrapper {
    text-align: center;
    margin-bottom: 50px;
  }

  .page-template-homepage #page .magda-bartnik .image-text-block__wrapper {
    flex-direction: column;
  }

  .page-template-homepage #page .image-text-block__wrapper h2 {
    text-align: center;
  }
}

.page-template-homepage #page .magda-bartnik .image-text-block__wrapper--image {
  width: 50%;
  position: relative;
  height: 408px;
  z-index: 99;
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .magda-bartnik
    .image-text-block__wrapper--image {
    position: relative;
    width: 100%;
    max-width: 300px;
  }

  .page-template-homepage #page .chadzinscy .image-text-block__title {
    text-align: center;
  }
}

.page-template-homepage
  #page
  .magda-bartnik
  .image-text-block__wrapper--image
  img {
  position: absolute;
  bottom: 0;
  width: 500px;
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .magda-bartnik
    .image-text-block__wrapper--image
    img {
    position: relative;
  }
}

.page-template-homepage #page .chadzinscy * {
  color: white;
}

.page-template-homepage #page .chadzinscy {
  padding-bottom: 0;
}

.page-template-homepage #page .chadzinscy .btn__wrapper {
  margin-bottom: 50px;
}

@media (min-width: 993px) {
  .page-template-homepage #page .chadzinscy .btn__wrapper {
    text-align: left;
    margin-bottom: 80px;
    margin-top: 50px;
  }

  .page-template-homepage #page .chadzinscy .image-text-block__wrapper--image {
    max-width: 125%;
    top: 40px;
  }

  .page-template-homepage
    #page
    .chadzinscy
    .image-text-block__wrapper--image
    img {
    max-width: inherit;
  }

  .page-template-homepage #page .chadzinscy .btn__wrapper {
    margin-left: 20px;
  }
}

.page-template-homepage #page .chadzinscy .signature {
  bottom: 6%;
}

.page-template-homepage #page .maciej-wieczorek {
  padding-bottom: 0;
}

.page-template-homepage #page .maciej-wieczorek .signature {
  bottom: 19%;
}

.page-template-homepage #page .kaufmann-block {
  background-color: #f5f5f7;
  padding: 80px 0 0 0;
}

.page-template-homepage #page .kaufmann-block__title {
  text-align: center;
  color: #121f79;
}

.page-template-homepage #page .kaufmann-block__text {
  margin: auto;
  width: 60%;
  text-align: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .kaufmann-block {
    padding: 50px 0;
  }

  .page-template-homepage #page .kaufmann-block__title {
    text-align: center;
  }

  .page-template-homepage #page .kaufmann-block__text {
    width: 100%;
    text-align: left;
  }
}

.page-template-homepage #page .kaufmann-block__wrapper {
  display: flex;
  margin-top: -45px;
  align-items: center;
}

.page-template-homepage #page .kaufmann-block__wrapper .photo {
  width: 50%;
  height: auto;
  z-index: 1;
}

.page-template-homepage #page .kaufmann-block__wrapper a {
  width: 50%;
}

.page-template-homepage #page .kaufmann-block__wrapper .placeholder {
  width: 125%;
  height: auto;
  right: 170px;
  position: relative;
  z-index: 0;
  max-width: 125%;
  top: 25px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .kaufmann-block__wrapper .placeholder {
    right: 55px;
  }
}

.page-template-homepage #page .comparison-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .comparison-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.page-template-homepage #page .comparison-section__title {
  margin-bottom: 50px;
  text-align: center;
  color: #121f79;
}

@media (max-width: 992px) {
  .page-template-homepage #page .comparison-section__title {
    margin-bottom: 30px;
    text-align: center;
  }
}

.page-template-homepage #page .comparison-section h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 0;
  color: #121f79;
  text-align: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .comparison-section h3 {
    font-size: 18px;
  }
}

.page-template-homepage #page .comparison-section__wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .page-template-homepage #page .comparison-section__wrapper {
    gap: 10px;
  }
}

.page-template-homepage #page .comparison-section__wrapper li {
  color: #3a3a3a;
  padding: 20px 30px 20px 57px;
  margin-bottom: 0;
  background-color: #f6f6f7;
}

@media (max-width: 992px) {
  .page-template-homepage #page .comparison-section__wrapper li {
    padding: 10px 10px 10px 10px;
    padding-left: 25px;
    position: relative;
    font-size: 11px;
    min-height: 70px;
  }
}

.page-template-homepage
  #page
  .comparison-section__wrapper
  .comparison-section__wrapper--pros
  li {
  background-color: white;
}

.page-template-homepage #page .comparison-section__wrapper--cons {
  flex: 1;
  border-radius: 5px 5px 5px 5px;
  background-color: #dedef2;
  border: solid 3px #dedef2;
}

.page-template-homepage #page .comparison-section__wrapper--cons ul {
  margin-bottom: 0;
  margin-top: 0;
}

.page-template-homepage #page .comparison-section__wrapper--cons ul li {
  position: relative;
}

.page-template-homepage #page .comparison-section__wrapper--cons ul li::before {
  content: "";
  height: 15px;
  width: 15px;
  left: 30px;
  top: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  fill: #d80027;
  position: absolute;
  filter: invert(15%) sepia(72%) saturate(6217%) hue-rotate(342deg)
    brightness(81%) contrast(111%);
  background-image: url("./images/cons.svg");
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .comparison-section__wrapper--cons
    ul
    li::before {
    height: 10px;
    width: 10px;
    left: 8px;
    top: 19px;
  }
}

.page-template-homepage #page .comparison-section__wrapper--pros {
  flex: 1;
  border-radius: 5px 5px 5px 5px;
  background-color: #121f79;
  border: solid 3px #121f79;
}

.page-template-homepage #page .comparison-section__wrapper--pros h3 {
  color: white;
}

.page-template-homepage #page .comparison-section__wrapper--pros ul {
  margin-bottom: 0;
  margin-top: 0;
}

.page-template-homepage #page .comparison-section__wrapper--pros ul li {
  position: relative;
}

.page-template-homepage #page .comparison-section__wrapper--pros ul li::before {
  content: "";
  height: 15px;
  width: 15px;
  left: 30px;
  top: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  fill: #d80027;
  position: absolute;
  background-image: url("./images/pros.svg");
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .comparison-section__wrapper--pros
    ul
    li::before {
    height: 10px;
    width: 10px;
    left: 8px;
    top: 19px;
  }
}

.page-template-homepage #page .team-section {
  padding: 80px 0;
  background-color: #f5f5f7;
}

@media (max-width: 992px) {
  .page-template-homepage #page .team-section {
    padding: 50px 0;
  }
}

.page-template-homepage #page .team-section .team-header {
  text-align: center;
  margin-bottom: 2rem;
}

.page-template-homepage #page .team-section .team-header h2 {
  color: #121f79;
  margin-bottom: 50px;
}

.page-template-homepage #page .team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-content: center;
}

.page-template-homepage #page .team-section .team-grid.limited {
  max-height: calc(2 * (330px + 43px));
  overflow: clip;
  padding-top: 25px !important;
  width: 95%;
  margin: auto;
  padding: 0 2em;
}

.page-template-homepage #page .team-section .team-member {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 9px 19px rgba(0, 0, 0, 0.13);
  text-align: center;
  padding: 1.5rem;
  position: relative;
  padding-top: 35px;
  margin-bottom: 26px;
  margin-top: 60px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 576px) {
  .page-template-homepage #page .team-section .team-member {
    max-width: 242px;
  }
}

.page-template-homepage #page .team-section .team-member .team-photo {
  margin-bottom: 1rem;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}

.page-template-homepage #page .team-section .team-member .team-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.page-template-homepage #page .team-section .team-member .team-info h3 {
  font-size: 22px;
  color: #121f79;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.page-template-homepage #page .team-section .team-member .team-info p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  color: #121f79;
}

.page-template-homepage #page .swiper-pagination-bullet-active {
  background-color: #121f79 !important;
}

.page-template-homepage #page .about-section {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .page-template-homepage #page .about-section {
    padding: 50px 0;
  }
}

.page-template-homepage #page .about-section__title {
  text-align: center;
  color: #121f79;
  margin-bottom: 50px;
}

.page-template-homepage #page .about-section .video-swiper {
  padding-bottom: 30px;
}

.page-template-homepage #page .about-section .video-swiper .swiper-pagination {
  bottom: 0px;
}

.page-template-homepage #page .about-section .opinie-videos,
.page-template-homepage #page .about-section .opinie-text {
  margin-bottom: 0;
}

.page-template-homepage #page .about-section .opinie-text .swiper-wrapper {
  align-items: stretch;
}

.page-template-homepage #page .about-section .opinie-text .swiper-slide {
  height: auto;
}

.page-template-homepage #page .app {
  background-color: #f5f5f7;
}

.page-template-homepage #page .about-section .opinie-videos .written-swiper,
.page-template-homepage #page .about-section .opinie-text .written-swiper {
  padding: 10px;
}

.page-template-homepage #page .about-section .opinie-videos .swiper,
.page-template-homepage #page .about-section .opinie-text .swiper {
  overflow: hidden;
}

.page-template-homepage #page .about-section .swiper-pagination {
  bottom: -2px !important;
}

.page-template-homepage
  #page
  .about-section
  .opinie-videos
  .swiper
  .swiper-slide,
.page-template-homepage
  #page
  .about-section
  .opinie-text
  .swiper
  .swiper-slide {
  text-align: center;
}

.page-template-homepage
  #page
  .about-section
  .opinie-videos
  .swiper
  .swiper-slide
  .video-thumbnail,
.page-template-homepage
  #page
  .about-section
  .opinie-text
  .swiper
  .swiper-slide
  .video-thumbnail {
  position: relative;
  cursor: pointer;
  display: block;
}

.page-template-homepage
  #page
  .about-section
  .opinie-videos
  .swiper
  .swiper-slide
  .video-thumbnail
  img,
.page-template-homepage
  #page
  .about-section
  .opinie-text
  .swiper
  .swiper-slide
  .video-thumbnail
  img {
  width: 100%;
  border-radius: 12px;
}

.page-template-homepage
  #page
  .about-section
  .opinie-videos
  .swiper
  .swiper-slide
  .video-thumbnail
  .play-icon,
.page-template-homepage
  #page
  .about-section
  .opinie-text
  .swiper
  .swiper-slide
  .video-thumbnail
  .play-icon {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  filter: brightness(0) invert(1);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  background-image: url("./images/play.svg");
  height: 30px;
  width: 30px;
}

.page-template-homepage #page .about-section .opinie-videos .swiper-pagination,
.page-template-homepage #page .about-section .opinie-text .swiper-pagination {
  margin-top: 1rem;
}

.page-template-homepage #page .about-section .opinia-item {
  text-align: center;
  margin: 1rem;
  padding: 15px;
  background: #fff;
  height: 85%;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-template-homepage #page .about-section .opinia-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.page-template-homepage #page .about-section .opinia-item h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.page-template-homepage #page .about-section .opinia-item .job-title {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 1rem;
}

.page-template-homepage #page .about-section .opinia-item blockquote {
  font-size: 0.9rem;
  color: #555;
  font-style: italic;
  border-left: none !important;
  padding: 5px !important;
  margin: 0;
  position: relative;
}

.page-template-homepage #page .fancybox__content {
  height: 80vh !important;
}

.page-template-homepage #page .magda-ali {
  padding-bottom: 170px;
  background: #1a236b;
}

.page-template-homepage #page .magda-ali .image-text-wide-block__wrapper--text {
  width: 50%;
  display: block;
  margin-right: auto;
  z-index: 10;
  flex: initial;
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .magda-ali
    .image-text-wide-block__wrapper--text
    h2 {
    display: none;
  }

  .page-template-homepage #page .magda-ali .image-text-wide-block__title {
    display: block !important;
    margin-bottom: 15px;
  }

  .page-template-homepage
    #page
    .maciej-wieczorek
    .image-text-block__wrapper--text
    h2 {
    display: none;
  }

  .page-template-homepage #page .maciej-wieczorek .image-text-block__title {
    display: block !important;
    margin-bottom: 15px;
  }
}

.page-template-homepage
  #page
  .magda-ali
  .image-text-wide-block__wrapper--text
  * {
  color: white !important;
}

.page-template-homepage
  #page
  .magda-ali
  .image-text-wide-block__wrapper--image
  img {
  width: 400px;
  margin: auto;
  display: block;
}

.page-template-homepage
  #page
  .magda-ali
  .image-text-wide-block__wrapper--image {
  flex: initial;
  width: 44%;
  margin-left: auto;
  z-index: 99;
}

.page-template-homepage #page .magda-ali .image-text-wide-block__wrapper {
  width: 60%;
  margin: auto;
}

.page-template-homepage
  #page
  .magda-ali
  .image-text-wide-block__wrapper::before {
  content: "";
  background-image: url("./images/flags_4.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  left: 0;
  height: 606px;
  display: block;
  position: absolute;
  background-position: center;
  z-index: 9;
}

.page-template-homepage #page .magda-ali img {
  width: 75%;
  margin: auto;
  display: block;
}

.page-template-homepage #page .magda-ali .image-text-wide-block__title {
  color: white;
  display: none;
}

.page-template-homepage #page .maciej-wieczorek .image-text-block__title {
  display: none;
}

.page-template-homepage #page .guarantee-block {
  background-size: cover;
  padding-bottom: 47px;
  background-position: center;
}

.page-template-homepage #page .guarantee-block .guarantee-statistics {
  margin-bottom: 40px;
  margin-top: -171px;
  z-index: 100;
  position: relative;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .guarantee-block .guarantee-statistics {
    margin-bottom: 23px;
  }
  .page-template-homepage
    #page
    .guarantee-block
    .guarantee-statistics
    .statistics-grid {
    gap: 23px;
  }

  .page-template-homepage #page .team-section .team-grid.limited {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-rows: auto;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1000px) {
  .page-template-homepage #page .team-section .team-grid.limited {
    max-height: calc(2 * (380px + 43px));
  }
}

@media (min-width: 1001px) and (max-width: 1401px) {
  .page-template-homepage #page .team-section .team-grid.limited {
    max-height: calc(2 * (350px + 43px));
  }
}

@media (max-width: 576px) {
  .page-template-homepage #page .team-section .team-grid.limited {
    max-height: calc(2 * (395px + 43px));
  }
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid
  .statistic-item {
  background-color: white;
  border-radius: 3px;
  padding: 20px;
  flex: 1;
  text-align: center;
  transition: transform 0.3s;
}

@media (max-width: 992px) {
  .page-template-homepage
    #page
    .guarantee-block
    .guarantee-statistics
    .statistics-grid
    .statistic-item {
    flex: initial;
    width: 100%;
  }
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid
  .statistic-item__wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  align-items: center;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid
  .statistic-item__wrapper::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #121f79;
  display: block;
  position: absolute;
  bottom: -17px;
  margin-bottom: 10px;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid
  .statistic-item__wrapper
  h3,
.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid
  .statistic-item__wrapper
  span {
  font-size: 62px;
  font-weight: bold;
  color: #2834ba;
  margin-bottom: 0;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-statistics
  .statistics-grid
  .statistic-item
  p {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 40px;
}

.page-template-homepage #page .guarantee-block .guarantee-content {
  display: flex;
}

@media (max-width: 992px) {
  .page-template-homepage #page .guarantee-block .guarantee-content {
    flex-direction: column-reverse;
  }
}

@media (min-width: 993px) {
  .page-template-homepage
    #page
    .guarantee-block
    .guarantee-content
    .btn__wrapper {
    text-align: left;
  }
}
.page-template-homepage #page .guarantee-block .guarantee-content * {
  color: white;
}

.page-template-homepage #page .guarantee-block .guarantee-content .content {
  flex: 1;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-content
  .guarantee-image {
  margin-top: 20px;
  flex: 1;
  text-align: center;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-content
  .guarantee-image
  h2 {
  margin-bottom: 0;
  text-align: center;
}

.page-template-homepage
  #page
  .guarantee-block
  .guarantee-content
  .guarantee-image
  img {
  max-width: 40%;
  top: 30px;
  position: relative;
}

.page-template-homepage #page .faq-section {
  padding: 80px 0;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .faq-section {
    padding: 50px 0;
    padding-bottom: 30px;
  }
}

.page-template-homepage #page .faq-section__title {
  text-align: center;
  color: #121f79;
  margin-bottom: 40px;
}

.page-template-homepage #page .faq-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-homepage #page .faq-section li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d5d8dc;
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 1rem;
}

.page-template-homepage #page .faq-section li.active .faq-answer {
  max-height: 500px;
  padding-top: 0.5rem;
}

.page-template-homepage #page .faq-section li.active .faq-toggle .vertical {
  transform: rotate(90deg);
}

.page-template-homepage #page .faq-section .faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.page-template-homepage #page .faq-section .faq-item h4 {
  margin: 0;
  color: #121f79;
  font-size: 1.2rem;
}

.page-template-homepage #page .faq-section .faq-toggle {
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-homepage #page .faq-section .faq-toggle .line {
  position: absolute;
  background-color: #121f79;
  transition: transform 0.3s ease;
}

.page-template-homepage #page .faq-section .faq-toggle .line.horizontal {
  width: 100%;
  height: 2px;
}

.page-template-homepage #page .faq-section .faq-toggle .line.vertical {
  width: 2px;
  height: 100%;
}

.page-template-homepage #page .faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin: 0;
  transition: max-height 0.4s, padding-top 0.4s;
  font-size: 1rem;
  line-height: 1.5;
}

.page-template-homepage #page .contact {
  padding: 0;
}

.page-template-homepage #page .contact img {
  width: 300px;
}

.page-template-homepage #page .price-block {
  margin-top: 80px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .price-block {
    margin-top: 50px;
  }
}

.page-template-homepage #page .price-block .main-title {
  padding: 35px 0;
  width: 100%;
}

.page-template-homepage #page .price-block #price_all .price {
  line-height: 80px;
}

.page-template-homepage #page .price-block .subtitle h4 {
  margin-bottom: 0;
}

.page-template-homepage #page .price-block .subtitle p {
  margin: 0 21px;
}

.page-template-homepage #page .price-block .element-price-discount bdi {
  top: -35px;
}

.page-template-homepage #page .price-block .element-price-discount {
  margin-bottom: 35px;
  margin-top: 50px;
}

.page-template-homepage #page .price-block .middle-element {
  padding-bottom: 0em;
}

.page-template-homepage #page .price-block .middle-element .price-title {
  line-height: 25px;
}

.page-template-homepage #page .price-block .middle-element .price {
  row-gap: 0;
}

.page-template-homepage #page .price-block__wrapper {
  display: flex;
  gap: 20px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .price-block__wrapper {
    flex-direction: column;
  }
}

.page-template-homepage #page .price-block .lang-image {
  padding-top: 5px;
}

.page-template-homepage #page .price-block .title-langs {
  display: block;
  text-align: center;
}

.page-template-homepage #page .element-price-discount bdi {
  left: 0em;
  font-weight: 500;
  right: 0em;
  text-align: center;
}

.page-template-homepage #page #price_two {
  position: relative;
  border: solid 4px #d80027;
}

.page-template-homepage #page .button.buy_buttons_ajax .isDisabled a {
  background: #eea1af !important;
  opacity: 1;
  margin-top: -70px;
}

.page-template-homepage #page .button.buy_buttons_ajax > div {
  margin-top: -70px !important;
}

.page-template-homepage #page .lang_checkbox {
  border-bottom: none;
  padding-bottom: 0em;
}

.page-template-homepage #page .title-langs {
  text-align: center;
}

.page-template-homepage #page .lang-image {
  width: auto;
  padding: 1em 2em 0em 2em;
}

.page-template-homepage #page #price_two::before {
  content: "Najczęściej wybierany";
  display: inline-block;
  background-color: #d80027;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-right: -50%;
  transform: translate(-50%, 0%);
}

.page-template-homepage #page .price-block .subtitle p {
  margin: 0;
}

.page-template-homepage #page .personas-section {
  padding: 80px 0;
  background-image: url("./images/personas.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .personas-section {
    padding: 50px 0;
  }
}

.page-template-homepage #page .personas-section__title {
  text-align: center;
  color: white;
}

.page-template-homepage #page .personas-section__cards {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  text-align: center;
  margin-top: 50px;
  gap: 15px;
}

.page-template-homepage #page .personas-section__cards .card {
  padding: 30px 10px 10px 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

.page-template-homepage #page .personas-section__cards .card img {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .personas-section__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .page-template-homepage #page .personas-section__cards {
    grid-template-columns: 1fr;
  }
}

.page-template-homepage #page .personas-section__quoted {
  border-top: solid 1px white;
  display: flex;
  margin-top: 55px;
  border-bottom: solid 1px white;
  padding: 40px 0;
}

.page-template-homepage #page .personas-section__quoted h3 {
  margin-bottom: 0;
  font-size: 26px;
  color: white;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.page-template-homepage #page .personas-section__quoted {
  align-items: center;
  justify-content: space-between;
}

.page-template-homepage #page .personas-section__quoted .logos {
  gap: 20px;
  display: flex;
}

.page-template-homepage #page .personas-section__quoted .logos img {
  width: 280px;
  border-radius: 5px;
  border: solid 1px white;
  padding: 10px 0;
}

.page-template-homepage #page .personas-section__slider--wrapper {
  display: flex;
  margin-top: 80px;
  align-items: center;
}

.page-template-homepage #page .swiper-slide__title {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  color: white;
}

.page-template-homepage #page .personas-section__slider--wrapper--title {
  width: 50%;
}

.page-template-homepage #page .personas-section__slider--wrapper .personas {
  width: 50%;
}

.page-template-homepage #page .personas-section__slider--wrapper img {
  width: 230px;
  height: 230px;
  margin: auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.page-template-homepage #page .personas-section__slider--wrapper h3 {
  color: white;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.page-template-homepage
  #page
  .personas-section__slider--wrapper
  .swiper-button-next::after,
.page-template-homepage
  #page
  .personas-section__slider--wrapper
  .swiper-button-prev::after {
  font-size: 27px;
  color: white;
  font-weight: bold;
}

.page-template-homepage
  #page
  .personas-section__slider--wrapper
  .swiper-button-prev {
  left: -6px !important;
}

.page-template-homepage
  #page
  .personas-section__slider--wrapper
  .swiper-button-next {
  right: -6px !important;
}

@media (max-width: 992px) {
  .page-template-homepage #page .personas-section__slider--wrapper {
    flex-direction: column;
  }

  .page-template-homepage #page .personas-section__slider--wrapper--title {
    width: 100%;
  }

  .page-template-homepage #page .personas-section__slider--wrapper .personas {
    width: 100%;
  }

  .page-template-homepage #page .personas-section__quoted .logos {
    flex-direction: column;
    margin-top: 20px;
  }

  .page-template-homepage #page .personas-section__quoted {
    flex-direction: column;
  }

  .page-template-homepage #page .personas-section__slider--wrapper h3 {
    text-align: center;
  }

  .page-template-homepage #page .personas-section__slider--wrapper {
    margin-top: 50px;
  }
}

.button.buy_buttons_ajax {
  margin-bottom: 3em;
}

.page-template-homepage #page .button.buy_buttons_ajax > div {
  margin-top: 12px !important;
}

.page-template-homepage #page .main-class-item {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .main-class-item {
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .page-template-homepage #page .hero-section .signature {
    display: block;
    position: absolute;
    bottom: 200px;
    padding: 8px 13px;
    z-index: 100;
    right: auto;
    left: 53%;
    margin-right: initial;
    transform: initial;
  }
}

.f-thumbs__slide__img {
  object-fit: contain !important;
}

#price_all {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#no_checkboxes .lang_input {
  display: none;
}

#no_checkboxes .lang_label {
  border-color: #4ed026;
}

@media (min-width: 1200px) {
  .page-template-homepage
    #page
    .personas-section__slider--wrapper
    .notice
    p
    span {
    margin-right: 25px;
    display: block;
  }
}

.price-block .container .price-block__wrapper .main-class-item .element-price {
  line-height: 90px;
}

.page-template-homepage #page .personas-section__slider--wrapper .notice {
  position: relative !important;
}

span.lang_name {
  font-size: 11px;
}

#cart .woocommerce-notices-wrapper {
  display: none;
}

.page-template-homepage #page .site-header .container {
  display: flex;
  align-items: center;
}

.comparison-section li {
  margin-bottom: 0 !important;
}

.btn {
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 992px) {
  .page-template-homepage #page .kaufmann-block__wrapper {
    max-width: 100%;
    margin-top: 25px;
    align-items: center;
    margin-bottom: 15px;
  }

  .photo {
    display: none;
  }

  .page-template-homepage #page .kaufmann-block__wrapper .placeholder {
    right: auto;
    left: auto;
    width: 100%;
    top: 0;
    margin-bottom: 20px;
  }

  main {
    overflow: hidden;
  }
}

.page-template-homepage .entry-content p {
  margin-bottom: 10px;
}

.page-template-homepage .fancybox__content {
  height: 600px !important;
}

@media (max-width: 992px) {
  .page-template-homepage .fancybox__content {
    padding: 0;
    height: 450px !important;
  }
}

@media (max-width: 768px) {
  .page-template-homepage #page .main-navigation {
    top: 77px;
  }
}

.site-footer {
  clear: both;
}

#hamburger span {
  height: 2px;
}

@media (max-width: 992px) {
  .page-template-homepage #page .btn__wrapper {
    margin-top: 0px;
    text-align: center;
  }

  .page-template-homepage #page .kaufmann-block {
    margin-top: 50px;
  }

  .page-template-homepage #page .hero-section {
    background-image: url(https://instytutlingwistyki.pl/wp-content/uploads/2024/12/bckg_mob.jpg) !important;
    background-position: center;
    position: relative;
  }

  .page-template-homepage
    #page
    .magda-ali
    .image-text-wide-block__wrapper--text {
    width: 100%;
  }

  .page-template-homepage
    #page
    .magda-ali
    .image-text-wide-block__wrapper--image {
    width: 80%;
    margin: auto;
  }

  .page-template-homepage #page .magda-ali .image-text-wide-block__wrapper {
    width: 95%;
  }

  .page-template-homepage
    #page
    .guarantee-block
    .guarantee-statistics
    .statistics-grid
    .statistic-item
    p {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 13px;
  }

  .page-template-homepage #page .hero-section {
    background-position: 0;
  }

  .page-template-homepage .ast-header-break-point .main-navigation li {
    width: auto;
  }

  .page-template-homepage #page .kaufmann-block__wrapper a,
  .page-template-homepage #page .kaufmann-block__wrapper .photo {
    width: 50%;
  }

  @media (max-width: 992px) {
    .page-template-homepage #page .kaufmann-block__wrapper a {
      width: 100%;
    }

    .page-template-homepage #page .team-section .team-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .page-template-homepage #page .notif-text-block__title {
      margin-bottom: 20px;
    }

    .page-template-homepage #page .notif-text-block__wrapper {
      display: flex;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px 30px;
      flex-direction: column-reverse;
    }

    .page-template-homepage #page .notif-text-block__wrapper--image img {
      width: 100%;
      margin-right: 90px;
      max-width: none;
    }

    .page-template-homepage #page .notif-text-block__wrapper--image {
      position: relative;
    }
  }

  #primary {
    margin: 0;
  }

  .page-template-homepage #page .hero-section {
    background-position: 22%;
  }

  .page-template-homepage #page .notice {
    position: relative;
    width: 60%;
    padding: 15px 20px;
    text-align: left;
    margin-top: 20px;
  }

  @media (max-width: 992px) {
    .page-template-homepage #page .notice {
      width: 100%;
      margin-bottom: 27px;
      text-align: center;
    }

    .page-template-homepage #page .notice::after {
      display: none;
    }
  }

  .page-template-homepage #page .notice h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #121f79;
  }

  .page-template-homepage #page .notice p {
    margin-bottom: 0;
  }

  html {
    scroll-behavior: smooth;
  }
}
/*# sourceMappingURL=style.css.map */
