.elementor-196304 .elementor-element.elementor-element-6d99a56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}/* Start custom CSS for html, class: .elementor-element-8e90477 */.stfpp-page{
  --stf-bg: #f3ebf3;
  --stf-bg-soft: #fbf7fc;
  --stf-white: #ffffff;
  --stf-text: #111111;
  --stf-text-soft: #5f5863;
  --stf-border: #e5c3ee;
  --stf-accent: #c77dde;
  --stf-accent-dark: #b868d1;
  --stf-shadow: 0 18px 50px rgba(90, 48, 109, 0.10);
  --stf-shadow-strong: 0 24px 70px rgba(90, 48, 109, 0.14);

  font-family: "Inter Tight", sans-serif;
  background: transparent;
  padding: clamp(24px, 4vw, 56px) 14px;
  color: var(--stf-text);
}

.stfpp-page *{
  box-sizing: border-box;
}

.stfpp-shell{
  max-width: 1180px;
  margin: 0 auto;
}

.stfpp-hero{
  padding: clamp(20px, 3vw, 34px) 0 clamp(26px, 4vw, 46px);
}

.stfpp-hero__content{
  max-width: 840px;
  margin-bottom: 26px;
}

.stfpp-eyebrow,
.stfpp-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border: 1.5px solid var(--stf-border);
  border-radius: 999px;
  background: rgba(255,255,255,0.32);
  color: #b56fca;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.stfpp-title{
  margin: 0 0 14px;
  font-size: clamp(38px, 7vw, 82px);
  line-height: .96;
  letter-spacing: -.04em;
  font-weight: 800;
  color: var(--stf-text);
  max-width: 900px;
}

.stfpp-subtitle{
  max-width: 760px;
  margin: 0;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.6;
  color: var(--stf-text-soft);
}

.stfpp-video-card{
  background: rgba(255,255,255,0.40);
  border: 1px solid rgba(229,195,238,0.75);
  border-radius: 32px;
  padding: clamp(10px, 1.8vw, 16px);
  box-shadow: var(--stf-shadow);
  backdrop-filter: blur(4px);
}

.stfpp-video{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 24px;
  overflow: hidden;
}

.stfpp-video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.stfpp-section{
  padding: clamp(24px, 4vw, 54px) 0;
}

.stfpp-section__head{
  max-width: 760px;
  margin-bottom: 22px;
}

.stfpp-section__title{
  margin: 0;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.02;
  letter-spacing: -.03em;
  font-weight: 800;
  color: var(--stf-text);
}

.stfpp-grid{
  display: grid;
  gap: 20px;
}

.stfpp-grid--3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stfpp-card{
  position: relative;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(229,195,238,0.95);
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--stf-shadow);
}

.stfpp-card h3{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 800;
  color: var(--stf-text);
}

.stfpp-card p{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--stf-text-soft);
}

.stfpp-card__number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #f8effa;
  border: 1px solid var(--stf-border);
  color: #b56fca;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.stfpp-apply{
  padding: clamp(8px, 2vw, 18px) 0 clamp(22px, 4vw, 38px);
}

.stfpp-apply__box,
.stfpp-final__box,
.stfpp-quote{
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(229,195,238,0.95);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--stf-shadow);
}

.stfpp-apply__text{
  margin: 0 0 14px;
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 1.5;
  color: #000000;
}

.stfpp-apply__text strong{
  font-weight: 800;
  color: #000000;
}

.stfpp-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--stf-accent);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 14px 28px rgba(125, 61, 148, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.stfpp-button:hover{
  background: var(--stf-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(125, 61, 148, 0.22);
}

.stfpp-about{
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
}

.stfpp-about__image-wrap{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(229,195,238,0.95);
  border-radius: 30px;
  padding: 14px;
  box-shadow: var(--stf-shadow);
}

.stfpp-about__image{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
}

.stfpp-copy{
  margin: 0 0 14px;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
  color: var(--stf-text-soft);
}

.stfpp-copy strong{
  color: var(--stf-text);
  font-weight: 800;
}

.stfpp-quote blockquote{
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.3;
  letter-spacing: -.02em;
  font-weight: 700;
  color: var(--stf-text);
}

.stfpp-quote__author{
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--stf-text-soft);
  font-weight: 700;
}

.stfpp-final{
  padding: clamp(10px, 2vw, 16px) 0 clamp(20px, 3vw, 32px);
}

.stfpp-final__box .stfpp-section__title{
  margin-bottom: 12px;
}

/* tablet */
@media (max-width: 1024px){
  .stfpp-grid--3{
    grid-template-columns: 1fr;
  }

  .stfpp-about{
    grid-template-columns: 1fr;
  }

  .stfpp-about__image-wrap{
    max-width: 520px;
  }
}

/* mobil */
@media (max-width: 767px){
  .stfpp-page{
    padding: 18px 8px 30px;
  }

  .stfpp-hero__content{
    margin-bottom: 18px;
  }

  .stfpp-eyebrow,
  .stfpp-kicker{
    min-height: 38px;
    padding: 8px 14px;
    font-size: 11px;
    margin-bottom: 14px;
  }

  .stfpp-title{
    font-size: clamp(28px, 10vw, 48px);
    line-height: .98;
    margin-bottom: 12px;
  }

  .stfpp-subtitle{
    font-size: 16px;
    line-height: 1.55;
  }

  .stfpp-video-card{
    border-radius: 22px;
    padding: 8px;
  }

  .stfpp-video{
    aspect-ratio: 1.55 / 1;
    border-radius: 16px;
  }

  .stfpp-section{
    padding: 18px 0 28px;
  }

  .stfpp-section__title{
    font-size: clamp(26px, 8vw, 36px);
  }

  .stfpp-card{
    padding: 20px;
    border-radius: 20px;
  }

  .stfpp-card h3{
    font-size: 21px;
  }

  .stfpp-card p,
  .stfpp-copy{
    font-size: 16px;
    line-height: 1.65;
  }

  .stfpp-apply__box,
  .stfpp-final__box,
  .stfpp-quote{
    padding: 20px;
    border-radius: 22px;
  }

  .stfpp-apply__text{
    font-size: 17px;
    line-height: 1.55;
  }

  .stfpp-button{
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    text-align: center;
  }

  .stfpp-quote blockquote{
    font-size: 24px;
    line-height: 1.35;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6d99a56 */.perioade {
  background:
    radial-gradient(circle at top left, rgba(214, 166, 231, 0.22), transparent 28%),
    radial-gradient(circle at right 8% top 14%, rgba(255,255,255,0.75), transparent 24%),
    #f3ebf3;
}/* End custom CSS */