/*
Theme Name: Lukas Rehab
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: 91px;
}

html, * {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

.vce-row[data-vce-stretch-content=true] {
	padding: 0px !important;
}

:root {
  --fs-10: clamp(0.6rem, 0.5vw, 0.6875rem);
  --fs-13: clamp(0.65rem, 0.673vw, 0.813rem);
  --fs-14: clamp(0.78rem, 0.73vw, 0.9375rem);
  --fs-16: clamp(0.85rem, 0.83vw, 1.125rem);
  --fs-16-90: clamp(0.9rem, 0.88vw, 1.1875rem);
  --fs-18: clamp(1rem, 0.94vw, 1.25rem);
  --fs-20: clamp(1rem, 1.04vw, 1.375rem);
  --fs-21: clamp(1.05rem, 1.1vw, 1.4rem);
  --fs-22: clamp(1.05rem, 1.15vw, 1.42rem);
  --fs-24: clamp(1.1rem, 1.23vw, 1.46rem);
  --fs-25: clamp(1.15rem, 1.3vw, 1.5625rem);
  --fs-26: clamp(1.2rem, 1.35vw, 1.66rem);
  --fs-27: clamp(1.25rem, 1.4vw, 1.7rem);
  --fs-28: clamp(1.25rem, 1.46vw, 1.76rem);
  --fs-30: clamp(1.3rem, 1.56vw, 2.0325rem);
  --fs-32: clamp(1.4rem, 1.67vw, 2.08rem);
  --fs-36: clamp(1.4rem, 1.88vw, 2.25rem);
  --fs-40: clamp(1.45rem, 2.08vw, 2.5rem);
  --fs-48: clamp(1.5rem, 2.5vw, 3rem);
  --fs-50: clamp(1.7rem, 2.6vw, 3.15rem);
  --fs-56: clamp(1.8rem, 2.92vw, 3.55rem);
  --fs-90: clamp(2.5rem, 4.6875vw, 5.9rem); 
  --fs-100: clamp(2.5rem, 5.208vw, 6.25rem); 
  --fsBlack: #0E2A42;
  --fsBlue: #1A2B51;
  --fsBray: #304668;
  --fsGray: #4B566E;
  --fsSilver: #485D6F;
  --nav-height: 100px;
}

.fs10Size,
.fs13Size,
.fs14Size,
.fs16Size,
.fs16_90Size,
.fs18Size,
.fs20Size,
.fs21Size,
.fs22Size,
.fs24Size,
.fs25Size,
.fs26Size,
.fs27Size,
.fs28Size,
.fs30Size,
.fs32Size,
.fs36Size,
.fs40Size,
.fs48Size,
.fs50Size,
.fs56Size,
.fs90Size,
.fs100Size {
  font-size: var(--font-size);
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.fs10Size {
  --font-size: var(--fs-10);
}

.fs13Size {
  --font-size: var(--fs-13);
}

.fs14Size {
  --font-size: var(--fs-14);
}

.fs16Size {
  --font-size: var(--fs-16);
}

.fs16_90Size {
  --font-size: var(--fs-16-90);
}

.fs18Size {
  --font-size: var(--fs-18);
}

.fs20Size {
  --font-size: var(--fs-20);
}

.fs21Size {
  --font-size: var(--fs-21);
}

.fs22Size {
  --font-size: var(--fs-22);
}

.fs24Size {
  --font-size: var(--fs-24);
}

.fs25Size {
  --font-size: var(--fs-25);
}

.fs26Size {
  --font-size: var(--fs-26);
}

.fs27Size {
  --font-size: var(--fs-27);
}

.fs28Size {
  --font-size: var(--fs-28);
}

.fs30Size {
  --font-size: var(--fs-30);
}

.fs32Size {
  --font-size: var(--fs-32);
}

.fs36Size {
  --font-size: var(--fs-36);
}

.fs40Size {
  --font-size: var(--fs-40);
}

.fs48Size {
  --font-size: var(--fs-48);
}

.fs50Size {
  --font-size: var(--fs-50);
}

.fs56Size {
  --font-size: var(--fs-56);
}

.fs90Size {
  --font-size: var(--fs-90);
}

.fs100Size {
  --font-size: var(--fs-100);
}

.fsWhite {
  color: #fff !important;
}

.fsBlue {
  color: var(--fsBlue) !important;
}

.fsGray {
    color: var(--fsGray) !important;
}

.fsSilver {
    color: var(--fsSilver) !important;
}

.fsBray {
    color: var(--fsBray) !important;
}

.fsDark {
  color: #142B4D !important;
}

.fsBlack {
  color: var(--fsBlack) !important;
}

.fsCenter {
    text-align: center;
}

.fsRight {
    text-align: right;
}

.fsBold {
  font-weight: 700;
}

.fs600W {
  font-weight: 600 !important;
}

.fs300W {
  font-weight: 300;
}

.fs500W {
  font-weight: 500 !important;
}

.fsOpacity {
  opacity: 0.8;
}

.fsOpacityStr {
  opacity: 0.6;
}

.fsLine {
  line-height: 120%;
}

.fsSpace {
  margin-bottom: 2rem;
}

.fsSpaceSm {
  margin-bottom: 0.5rem;
}

.fsLimit {
  max-width: 920px;
}

.space-top {
  margin-top: 1.5rem;
}

.et-nogap {
  gap: 0 !important;
}

.et-gap {
  gap: 2rem;
}

.et-maxwidth--full {
  max-width: clamp(1120px, 81vw, 1550px);
}

.et-noborder {
  border-radius: 0 !important;
}

.gradient-text {
  background: linear-gradient(91.96deg, #203E6B 0%, #1A2B51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  background: #F96622;
  color: #fff;
  padding: 0 0.6rem 0 1.5rem;
  font-weight: 600;
  letter-spacing: 0%;
  font-size: var(--fs-18);
  max-width: fit-content;
  gap: 1rem;
  height: 54px;
}

.btn-primary:hover {
  background: #F96622 !important;
  color: #fff !important;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffffff;
  color: #1A2B51;
  padding: 0 0.6rem 0 1.5rem;
  font-weight: 600;
  font-size: var(--fs-18);
  max-width: fit-content;
  gap: 1rem;
  height: 54px;
}

.btn-white:hover {
  background: #ffffff !important;
  color: #1A2B51 !important;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background-color: transparent;
  color: #0F1F41;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #0F1F4180;
  font-size: var(--fs-18);
  padding: 0 1.5rem;
  height: 54px;
}

.btn-secondary:hover {
  background: #ffffff !important;
  color: #0F1F41 !important;
}

.btn-secondary-icon {
  padding-right: 0.6rem;
  gap: 1rem;
}

.btn-txt {
  border-radius: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 2px solid #0F1F411A;
  height: 79px;
  padding: 0 2rem 0 8px;
}

.btn-txt img {
  height: 65px;
  width: 65px;
}

.btn-fit {
  max-width: fit-content;
  gap: 1rem;
  padding: 0 1.5rem 0 1rem;
}

.btn-secondary img {
  display: flex;
  max-width: 38px;
  min-width: 38px;
  height: 38px;
  aspect-ratio: 1;
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  gap: 1rem;
  background: linear-gradient(90deg, #203E6B 0%, #1A2B51 100%);
  color: #fff;
  font-weight: 600;
  font-size: var(--fs-18);
  padding: 0 1.5rem;
  height: 48px;
}

.btn-blue:hover {
  background: linear-gradient(90deg, #203E6B 0%, #1A2B51 100%) !important;
  color: #fff !important;
}

.btn-blue-icon {
  padding-right: 0.6rem;
  height: 54px;
}

.btn-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background-color: transparent;
  color: #1A2B51;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid #1A2B51;
  font-size: var(--fs-18);
  padding: 0 1.5rem;
  height: 54px;
}

.btn-border:hover {
  background: transparent !important;
  color: #1A2B51 !important;
}

.btn-bigger {
  font-weight: 600;
  height: 63px;
}

.btn-bigger img {
  width: 46px;
  height: 46px;
  aspect-ratio: 1;
}

.et-padding {
  padding: 0 1rem !important;
}

.et-maxwidth {
  max-width: clamp(640px, 46vw, 910px);
}

.et-section__pill {
  display: flex;
  gap: 13px;
  align-items: center;
}

.et-section__pill-crop {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: #FD4D02;
}

.et-section__pill-text {
  color: #4B566E;
}

.et-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 8rem 1.5rem 6rem;
}

.et-section__header {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.et-section__header--center {
  align-items: center;
}

.et-section__header--center span, .et-section__header--center h3, .et-section__header--center p {
  text-align: center;
}

.et-section__header--header {
  line-height: 120%;
  font-weight: 500;
}

.et-section__header--text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

.et-section__header .btn-primary {
  margin-top: 1.3rem;
}

.et-section__blue {
  background-color: #1A2B51;
}

@media (max-width: 700px) {
  .et-section__header--header {
    font-size: 26px;
  }
}





.et-above {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem 6rem;
    background-color: #D9E3EF;
}

.et-above__content {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 2rem;
}

.et-above__tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 2rem clamp(3rem, 7.5vw, 9rem) 2rem clamp(3rem, 6vw, 8rem);
    background-color: #ffffff;
    border-radius: 24px;
}

.et-above__img img {
    min-width: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 1190px) {

    .et-above {
        padding: 2rem 1rem 5rem;
    }

    .et-above__content {
        grid-template-columns: 1fr;
    }

    .et-above__img {
        display: none;
    }

    .et-above__tile {
        padding: 2rem 3rem;
    }

    .et-above__tile .et-section__header h1 {
      text-align: center;
    }

    .et-above__img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
  .et-above__tile {
    padding: 2rem 0.8rem;
  }
}






.et-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: calc(100vh - 50px);
    background-image: url('/wp-content/uploads/2026/06/et-hero-bg.png');
    background-size: contain;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.et-hero::after {
   content: "";
    position: absolute;

    left: 50%;
    bottom: -280px;
    transform: translateX(-50%);

    width: 140%;
    height: 80%;

    border-radius: 70%;

    background: radial-gradient(
      ellipse at center,
      rgba(155, 170, 210, 0.8) 0%,
      rgba(155, 170, 210, 0.6) 22%,
      rgba(155, 170, 210, 0.4) 42%,
      rgba(155, 170, 210, 0.2) 50%,
      rgba(155, 170, 210, 0.01) 60%,
      transparent 82%
    );
}

.et-hero__content {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
    z-index: 50;
    max-width: clamp(1200px, 83.33vw, 1600px);
}

.et-hero__rating {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.et-hero__rating-stars {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.et-hero__rating-desc {
    text-align: left;
    color: #092156BD;
}

.et-hero__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
    letter-spacing: -5%;
}

.et-hero__title h1 {
    line-height: 100%;
}

.et-hero__socials {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    bottom: 6rem;
    right: 1.5rem;
}

.et-hero__social {
    display: flex;
    width: 47px;
    height: 47px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    z-index: 50;
    align-items: center;
    justify-content: center;
}

.et-hero__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2.5rem;
}

.et-hero__tile {
    display: flex;
    position: relative;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 737px;
    background: #ffffff;
    gap: 0.5rem;
    border-radius: 23px;
    outline: 14px solid #FFFFFF5C;
}

.et-hero__tile:nth-child(3) img {
  object-fit: cover;
  object-position: center 10%;
}

.et-hero__tile-left {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
    min-width: fit-content;
}

.et-hero__tile-right {
  padding: 1.5rem;
  padding-left: 0;
}

.et-hero__tile-right img {
  max-width: 212px;
  height: auto;
  width: 100%;
  min-width: 0;
}

.et-hero__tile-img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.et-hero__tile-center {
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background-color: #fff;
  max-width: 338px;
  padding: 1.2rem 1rem;
  text-align: left;
  border-radius: 20px;
}

.et-hero__tile-abs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.et-hero__tile-abs__imgs {
  display: flex;
  justify-content: space-between;
}

.et-hero__tile-abs__imgs img {
  min-width: 0;
}

.et-hero__tile--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  padding: 1rem 1rem;
}

.et-hero__tile--cta h3 {
  font-size: 15px;
}

.et-hero__rating.mobile-appear {
  display: none;
}

.et-hero__tile.mobile-appear {
  display: none;
}

@media (max-width: 1160px) {

  .et-hero {
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .et-hero__tiles {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .et-hero__tile:nth-child(3) img {
    max-height: 250px;
  }

  .et-hero__tile:first-child {
    flex-direction: row-reverse;
    gap: 1rem;
    order: 2;
  }

  .et-hero__tile:first-child .et-hero__tile-right {
    padding: 1.5rem;
    padding-right: 0;
  }

  .et-hero__tile-abs__imgs img {
    height: 46px;
  }

  .et-hero__tile-center {
    max-width: 276px;
  }

  .et-hero__tile-left .fs28Size {
    font-size: 17px;
  }

  .et-hero__tile-left .btn-txt {
    height: 60px; 
    padding-right: 1.4rem;
  }

  .et-hero__tile-left .btn-txt p {
    font-size: 14px;
  }

  .et-hero__tile-left .btn-txt img {
    width: 45px;
    height: 45px;
  }

  .et-hero__tile-right img {
    max-height: 140px;
    min-width: 90px;
  }
}

@media (max-width: 850px) {

  .et-hero__socials {
    display: none;
  }

  .et-hero__title .btn-primary {
    display: none;
  }

  .et-hero__title h1 {
    font-size: 45px;
  }

  .et-hero__tile.mobile-appear {
    display: flex;
  }

  .et-hero__rating-stars img {
    width: 79px;
  }

  .et-hero__content {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .et-hero__section {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
    background-color: #E0E8F2;
    align-items: center;
    padding: 1.5rem 0.9rem;
  }

  .et-hero__tiles {
    max-width: 500px;
  }

  .et-hero__rating.mobile-disappear {
    display: none;
  }

  .et-hero__rating.mobile-appear {
    display: flex;
  }

  .et-hero__rating-desc p {
    font-size: 15px;
    line-height: 130%;
  }

  .et-hero__tile-abs {
    max-width: 200px;
    gap: 0.5rem;
  }

  .et-hero__tile-center {
    bottom: 0.8rem;
    left: 0.8rem;
  }

  .et-hero__tile-abs p {
    font-size: 13px;
  }

  .et-hero__tile-abs__imgs img {
    height: 39px;
  }

  .et-hero__tile--abs {
    min-height: 230px;
  }

  .et-hero__tile-left {
    padding: 0.5rem;
    padding-right: 0.7rem;
    gap: 1rem;
  }

  .et-hero__tile-left .fs28Size {
    font-size: 14px;
  }

  .et-hero__tile-left .btn-txt {
    height: 47px;
    padding-left: 0.3rem;
    padding-right: 0.8rem;
    gap: 0.5rem;
  }

  .et-hero__tile-left .btn-txt img {
    height: 37px;
    width: 37px;
  }

  .et-hero__tile-left .btn-txt p {
    font-size: 12px;
    letter-spacing: -2%;
  }

  .et-hero__tile-right {
    padding-left: 0.9rem !important;
  }

  .et-hero__tile {
    outline-width: 7px;
  }

  .et-hero__tile:first-child {
    gap: 0.4rem;
  }

  .et-hero__rating {
    gap: 0.9rem;
  }

  .et-hero__rating-desc p {
    font-size: 12px;
    line-height: 150%;
  }

  .et-hero::after {
    display: none;
  }

  .et-hero {
    padding-bottom: 0;
  }

  .et-hero__section {
    padding-bottom: 8rem;
  }
}




.et-solutions {
  background: transparent !important;
}

/* efekt najezdzania */

.et-solutions.et-section {
  margin-top: -3rem;
  position: relative;
  z-index: 60;
  background-color: #ffffff !important;
  overflow: visible;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.04);
}

.et-solutions__content {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: clamp(2.5rem, 4.5vw, 5.5rem);
  max-width: clamp(1000px, 81vw, 1550px);
}

.et-solutions__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(3rem, 5.9vw, 7rem);
}

.et-solutions__tiles {
  display: grid;
  flex: 1;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  max-height: fit-content;

}

.et-solutions__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  background: #D9E3EF;
  border-radius: 25px;
  padding: 1.7rem 2rem;
  max-width: 258px;
}

.et-solutions__tile h4 {
  text-align: center;
  font-weight: 500;
}

.et-solutions__tile--blue {
  background: linear-gradient(90deg, #203E6B 0%, #1A2B51 100%);
}

.et-solutions__imgs {
  display: grid;
  flex: 1;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.et-solutions__imgs img {
  border-radius: 28px;
  width: 100%;
  height: auto;
}

.et-solutions__imgs img:first-child {
  grid-column: 1 / -1;
  border-radius: 32px;
}

.et-solution__tile-badge {
  display: flex;
  width: 67px;
  height: 67px;
  aspect-ratio: 1;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.et-solutions__tile--blue .et-solution__tile-badge {
  background: #ECF0F5;
}

@media (max-width: 1160px) {
  .et-solutions__content {
    flex-direction: column;
    /* align-items: center; */
  }

  .et-solutions__text .btn-primary {
    display: none;
  }

  .et-solutions__tiles {
    width: 100%;
  }

  .et-solutions__tile {
    max-width: 100%;
  }

  .et-solutions.et-section {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }

  /* .et-solutions__tiles {
    grid-template-columns: 1fr;
  }

  .et-solutions__imgs {
    grid-template-columns: 1fr;
  }

  .et-solutions__imgs img:first-child {
    grid-column: auto;
  } */
}





.et-currently {
  background-color: #D9E3EF;
}

.et-currently__content {
  display: flex;
  width: 100%;
  max-width: clamp(1150px, 72vw, 1350px);
  flex-direction: column;
  gap: 3rem;
}

.et-currently__registration {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.et-currently__pills {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
}

.et-currently__pills-pill {
  display: flex;
  height: 48px;
  padding: 0 1.2rem;
  border: none !important;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background-color: #FFFFFF;
  user-select: none;
  cursor: pointer;
}

.et-currently__pills-pill p {
  color: var(--fsBlue);
  font-weight: 500;
}

.et-currently__pills-pill.active {
  background-color: #1A2B51;
}

.et-currently__pills-pill.active p {
  color: #fff;
  font-weight: 600;
}

.et-currently__registration-cards {
  display: grid;
  flex: 1;
  width: 100%;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.et-currently__registration-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 30px;
}

.et-currently__registration-card__img {
  border-radius: 22px;
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

.et-currently__registration-card__categories {
  display: flex;
  gap: 0.5rem;
}

.et-currently__registration-card__category {
  display: inline-flex;
  padding: 0.3rem 0.5rem;
  background-color: #FBEEE5;
  width: fit-content;
  border-radius: 3rem;
}

.et-currently__registration-card__category p {
  font-size: var(--fs-14);
  letter-spacing: 5%;
  font-weight: 600;
  color: #B86326;
  text-transform: uppercase;
}

.et-currently__registration-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  justify-content: space-between;
  padding: 0 0.3rem 0.3rem;
  flex: 1; /* allow content to grow so space-between works */
}

.et-currently__registration-card__details {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.et-currently__registration-card__dates {
  display: flex;
  gap: 0.5rem;
}

.et-currently__registration-card__meta {
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.7rem;
  background-color: #ECF0F5;
  border-radius: 3rem;
}

.et-currently__registration-card__meta--small {
  padding: 0.3rem 0.6rem;
}

.et-currently__registration-card__btns {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.et-currently__registration-card__btns--full {
  flex-direction: column;
}

.et-currently__registration-card__content .btn-primary, .et-currently__registration-card__content .btn-secondary {
  max-width: 100%;
  width: 100%;
  min-height: 54px;
  flex: 1;
}

@media (max-width: 700px) {

  .et-solutions__content {
    gap: 1rem;
  }

  .et-currently__registration-cards {
    grid-template-columns: minmax(100%, auto);
  }

  .et-currently__registration-card {
    padding: 0.8rem;
  }

  .et-currently__registration-card .btn-primary, .et-currently__registration-card .btn-secondary {
    /* font-size: 16px !important; */
  }

  .et-currently__pills-pill {
    height: 38px;
    padding: 0 1rem;
    gap: 0.6rem;
  }

  .et-currently__pills-pill p  {
    font-size: 13px;
  }

  .et-solutions__imgs img {
    min-height: 0;
  }

  .et-solutions__tiles {
    gap: 1rem;
  }

  .et-solutions__tile {
    padding: 1.3rem 1rem 1.4rem;
  }

  .et-solutions__tile h4 {
    font-size: 17px;
  }

  .et-solutions__imgs {
    gap: 1rem;
  }

  .et-solution__tile-badge {
    width: 42px;
    height: 42px;
  }

  .et-solution__tile-badge img {
    height: 24px;
  }

  .et-hero__tile--abs {
    min-height: 188px;
    height: 188px;
  }
}





.et-trainingstaff {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #D9E3EF;
}

.et-trainingstaff__content {
  display: flex;
  gap: clamp(4rem, 7.5vw, 9rem);
  max-width: clamp(1120px, 79.6875vw,1500px);
}

.et-trainingstaff__content .et-section__header {
  align-items: flex-end;
}

.et-trainingstaff__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  
}

.et-trainingstaff__text span, .et-trainingstaff__text h3, .et-trainingstaff__text p {
  text-align: right;
}

.et-trainingstaff__staff {
  display: grid;
  flex: 1;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.et-trainingstaff__staff--full {
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
  column-gap: 2rem;
}

.et-trainingstaff__staff-member {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 13px;
  padding-left: 1.5rem;
  border: 1px solid #E5E5E5;
  max-width: 600px;
}

.et-trainingstaff__staff-member img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.950;
  object-fit: cover;
  border-radius: 1rem;
  max-width: 195px;
}

.et-trainingstaff__staff-member--full {
  max-width: 100%;
}

.et-trainingstaff__staff--full {
  max-width: clamp(1130px, 80vw, 1400px);
}


.et-trainingstaff__staff-member__details {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.et-trainingstaff__staff-member .btn-blue {
  margin-top: 1.5rem;
  max-width: fit-content;
}

@media (max-width: 1160px) {
  .et-trainingstaff__content {
    flex-direction: column;
    align-items: center;
  }

  .et-trainingstaff__text .btn-primary {
    display: none;
  }

  .et-trainingstaff__staff--full {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .et-trainingstaff__staff img {
    width: 122px;
    height: auto;
  }

  .et-trainingstaff__staff-member {
    padding: 0.56rem;
    padding-left: 1rem;
  }

  .et-trainingstaff__staff-member .fs18Size {
    font-size: 13px;
  }

  .et-trainingstaff__staff-member .fs16Size {
    font-size: 12px;
  }

  .et-trainingstaff__staff .btn-blue {
    margin-top: 0.5rem;
    /* padding: 1rem; */
    height: 29px;
    font-weight: 500;
    font-size: 12px;
  }
}




.et-merits {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #D9E3EF;
}

.et-merits.et-section {
  padding: 0;
}

.et-aboutlecturer.et-section {
  padding: 0;
}

.et-merits.et-section span, .et-merits.et-section h3, .et-merits.et-section p {
  color: #ffffff;
}

.et-merits__bg {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #1A2B51;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  align-items: center;
  gap: 10rem;
  justify-content: center;
}

.et-merits__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: clamp(1120px, 81vw, 1550px);
  width: 100%;
  padding: 0 1rem;
}

.et-merits__tiles {
  display: flex;
  width: 100%;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.et-merits__tile {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #27416B;
  border-radius: 32px;
  padding: 2rem 1.6rem 2.4rem;
  gap: 0.45rem;
  align-items: center;
  height: fit-content;
}

.et-merits__tile--light {
  background-color: #D9E3EF;
  height: unset;
  justify-content: flex-start;
}

.et-merits__tile--white {
  background-color: #ffffff;
  height: unset;
  padding: 2rem 1.1rem 2.4rem;
  /* justify-content: flex-start; */
}

.et-merits__tile--white .et-merits__tile-badge {
  background-color: #ECF0F5;
}

.et-merits__tile h4, .et-merits__tile p {
  text-align: center;
}

.et-merits__tile-badge {
  display: flex;
  width: 92px;
  height: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 1.3rem;
}

.et-merits__tile-badge img {
  width: 40px;
  height: auto;
}

.et-merits--sm .et-merits__tile {
  aspect-ratio: 1;
  justify-content: center;
}

.et-merits--sm .et-merits__tile-badge {
  width: 85px;
  height: 85px;
}

@media (max-width: 1160px) {
  .et-merits__tiles {
    flex-wrap: wrap;
  }

  .et-merits__tile {
    min-width: 335px;
    height: 100%;
    flex: 1;
  }

  .et-merits--sm .et-merits__tile {
    aspect-ratio: unset;
  }
}

@media (max-width: 700px) {
  .et-merits__tile {
    min-width: 100%;
  }

  .et-merits__tile-badge {
    width: 68px;
    height: 68px;
  }

  .et-merits__tile-badge img {
    width: 28px;
    height: auto;
  }

  .et-merits__bg {
    gap: 5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
}







.et-reviews {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #1A2B51;
}

.et-reviews__content {
  display: flex;
  flex-direction: column;
  max-width: clamp(1100px, 81vw, 1550px);
  padding: 0 1rem;
  width: 100%;
}

.et-reviews__tiles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.et-reviews__tile {
  display: flex;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='calc(100%25 - 2px)' height='calc(100%25 - 2px)' fill='none' rx='20' ry='20' stroke='%23778197FF' stroke-width='1' stroke-dasharray='5%2c5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: clamp(4rem, 6.7vw, 8rem);
  justify-content: center;
  width: 100%;
  padding: 4rem 2rem;
}

.et-reviews__tile-title {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-end;
}

.et-reviews__tile-reviews {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3rem;
}

.et-reviews__tile-review {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 32px;
}

.et-reviews__tile-review img {
  max-width: 179px;
}

@media (max-width: 1000px) {
  .et-reviews__tile {
    flex-direction: column;
    align-items: center;
    /* gap: 2rem; */
    padding: 2.5rem 1.5rem;
  }

  .et-reviews__tile .btn-primary {
    display: none;
  }

  .et-reviews__tile p, .et-reviews__tile h4, .et-reviews__tile-title h3, .et-reviews__tile-title span {
    text-align: center;
  }

  .et-reviews__tile-review {
    align-items: center;
  }
}






.et-flagship {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #D9E3EF;
}

.et-flagship__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  max-width: clamp(1150px, 81vw, 1550px);
  width: 100%;
  padding: 0 1rem;
}

.et-flagship__tiles {
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 2.7vw, 3rem);
}

.et-flagship__tile {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 2rem clamp(2rem, 3.2vw,4rem);
  gap: 0.6rem;
  max-width: 474px;
  align-items: center;
}

.et-flagship__tile p {
  text-align: center;
}

.et-flagship__tile-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 0.8rem;
  background: linear-gradient(90deg, #203E6B 0%, #1A2B51 100%);
}

.et-flagship__tile-badge img {
  width: 44px;
  height: auto;
}

.et-flagship__tile .btn-primary {
  max-width: 333px;
  width: 100%;
  justify-content: space-between;
}

.et-flagship__tile-img {
  margin: 2rem 0 1.8rem;
  width: 100%;
  height: auto;
  max-height: 232px;
  object-fit: cover;
  border-radius: 1rem;
  min-width: 0;
}


@media (max-width: 1160px) {
  .et-flagship__tiles {
    flex-wrap: wrap;
  }

  .et-flagship__tile {
    min-width: 350px;
    padding: 1.5rem 1.2rem 1.2rem;
  }
}

@media (max-width: 700px) {
  .et-flagship__tile {
    min-width: 100%;
  }

  .et-flagship__content {
    padding: 0;
    gap: 2.5rem;
  }
}



.et-contact__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  padding: 0 1rem;
}

.et-contact__cta {
  display: flex;
  gap: 1.9rem;
}

@media (max-width: 700px) {

  .et-contact__content {
    gap: 1.8rem;
  }

  .et-contact__cta {
    flex-direction: column;
  }

  .et-contact__cta a {
    width: 100%;
    max-width: 333px;
  }
}



@media (max-width: 1190px) {
  .et-section__header, .et-section__header--center {
    align-items: center !important;
    text-align: center;
  }

  .et-section__header h3, .et-section__header p {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .et-section {
    padding: 3rem 1rem 2rem;
  }

  /* .et-section__header h3 br {
    display: none;
  } */

  .et-section__header p br, .et-section__header p br {
    display: none;
  }

  .et-section__header h3 {
    line-height: 130%;
  }

  .et-section__header p {
    line-height: 150%;
  }
}

@media (max-width: 460px) {
  .et-section {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}


.et-section.et-speakers {
  padding-left: 0;
  padding-right: 0;
}









.et-footer-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: clamp(1200px, 86vw, 1750px);
  align-self: center;
  padding: 4rem 0;
  width: 100%;
  gap: 3rem;
}

.et-footer-contact__grid--two-columns {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 3rem 0 0;
}

.et-footer-contact__grid-tile {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  background: #FFFFFF;
  position: relative;
  padding: 2rem 3rem;
  border-radius: 20px;
  /* border: 1px dashed #778197; */
  /* border- */
}

.et-footer-contact__grid-tile {
  /* content: ""; */
  /* position: absolute; */
  /* inset: 0; */
  /* pointer-events: none; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='1' y='1' width='calc(100%25 - 2px)' height='calc(100%25 - 2px)' fill='none' rx='20' ry='20' stroke='%23778197FF' stroke-width='1' stroke-dasharray='5%2c5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.et-footer-contact__grid-tile__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 57px;
  border-radius: 6rem;
  background-color: #F67721;
}

.et-footer-contact__grid-tile__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media only screen and (max-width: 1490px) {
  .et-footer-contact__grid {
    gap: 2rem;
  }

  .et-footer-contact__grid--two-columns {
    gap: 1.2rem;
    padding: 2rem 0 0;
  }

  .et-footer-contact__grid-tile {
    padding: 2rem 2rem;
    gap: 1.8rem;
  }

  .et-footer-contact__grid-tile__icon {
    width: 76px;
    height: 53px;
  }
}

@media only screen and (max-width: 1198px) {
  .et-footer-contact__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    grid-auto-rows: 1fr;
  }
}

@media only screen and (max-width: 500px) {
  .et-footer-contact__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-auto-rows: 1fr;
    padding: 1rem 0.9rem 1.5rem;
  }

  .et-footer-contact__grid-tile {
    width: auto;
    padding: 2rem 1.2rem 2rem 1.6rem;

  }

  .et-footer-contact__grid-tile__title {
    font-size: 16px;
  }

  .et-footer-contact__grid-tile__subtitle {
    font-size: 15px;
  }

  .et-footer-contact__grid-tile__icon {
    width: 58px;
    height: 40px;
  }

  .et-footer-contact__grid-tile__icon img {
    width: 18px;
    height: 18px;
  }
}

.vce-shortcode-wrapper {
  margin-bottom: 0 !important;
}

.et-flagship__tile-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.et-flagship__tile-details h4 {
  margin-bottom: 0.7rem;
}

.et-flagship__tile-details .et-flagship__tile-richtext p {
  color: #485D6F !important;
  margin-bottom: 0.6rem;
  text-align: left !important;
}

.et-flagship__tile-details .et-flagship__tile-actions {
  margin-top: 3rem;
}

.training-core-offer-reviews-slider {
  user-select: none;
  cursor: grab;
}




.et-solutions__tile {
    cursor: pointer;
}

.et-solutions__tile:focus-visible {
    outline: 3px solid #16325c;
    outline-offset: 4px;
}

/* Popup */

.et-solution-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.et-solution-popup.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.et-solution-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(2px);
}

.et-solution-popup__box {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 520px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;

    padding: 62px 25px 48px;
    border-radius: 24px;
    background: #ffffff;

    transform: translateY(20px) scale(0.98);
    transition: transform 0.25s ease;
}

.et-solution-popup.is-active .et-solution-popup__box {
    transform: translateY(0) scale(1);
}

.et-solution-popup__close {
    position: absolute;
    top: 18px;
    right: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    padding: 0;

    color: #152d54;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.et-solution-popup__close:hover {
    background: #f1f4f7;
}

.et-solution-popup__close svg {
    width: 30px;
    height: 30px;
}

.et-solution-popup__content {
    text-align: left;
}

.et-solution-popup__badge {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;
    margin-bottom: 24px;

    border-radius: 10px;
    background: #162f5d;
}

.et-solution-popup__badge img {
    display: block;
    width: 33px;
    height: 33px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.et-solution-popup__title {
    margin: 0 0 20px;

    color: #152d54;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 600;
    text-align: left;
}

.et-solution-popup__description {
    color: #526179;
    font-size: 16px;
    line-height: 1.42;
    text-align: left;
}

.et-solution-popup__description p {
    margin: 0 0 16px;
}

.et-solution-popup__description p:last-child {
    margin-bottom: 0;
}

.et-solution-popup__description ul,
.et-solution-popup__description ol {
    margin: 16px 0;
    padding-left: 22px;
}

body.et-popup-open {
    overflow: hidden;
}


/* Większy popup na desktopie */

@media (min-width: 768px) {
    .et-solution-popup {
        padding: 40px;
    }

    .et-solution-popup__box {
        max-width: 700px;
        max-height: calc(100vh - 80px);
        padding: 75px 65px 65px;
        border-radius: 30px;
    }

    .et-solution-popup__close {
        top: 24px;
        right: 24px;
    }

    .et-solution-popup__badge {
        width: 58px;
        height: 58px;
        margin-bottom: 30px;
        border-radius: 13px;
    }

    .et-solution-popup__badge img {
        width: 31px;
        height: 31px;
    }

    .et-solution-popup__title {
        margin-bottom: 26px;
        font-size: 38px;
        line-height: 1.08;
    }

    .et-solution-popup__description {
        font-size: 19px;
        line-height: 1.55;
    }
}







.et-training-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.et-training-gallery img, .et-training-gallery video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.et-training-gallery video {
    position: relative;
}

.et-training-gallery__play img {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    /* transform: translate(-50%, -50%); */
    width: 60px;
    height: 60px;
    opacity: 0.8;
}

.morph-main-menu-button-wrapper {
    display: none !important;
}
