.elementor-162 .elementor-element.elementor-element-1c0132e{--display:flex;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-2a2cfc6 */.alma-about-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#fff;
}

.alma-about-container{
  max-width:1250px;
  margin:0 auto;
  padding:0 30px;
}

.alma-about-hero{
  width:100%;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:80px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.25), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(135deg,#f32978 0%,#ff7bac 100%);
  color:#fff;
  position:relative;
}

.alma-about-hero-content{
  max-width:900px;
  position:relative;
  z-index:2;
}

.alma-about-hero span,
.alma-about-label{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.alma-about-label{
  background:#fff0f6;
  color:#f32978;
}

.alma-about-hero h1{
  font-size:64px;
  line-height:1.05;
  font-weight:600;
  margin:0 0 20px;
}

.alma-about-hero p{
  font-size:18px;
  line-height:1.8;
  max-width:720px;
  margin:0 auto 30px;
  opacity:.94;
}

.alma-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 30px;
  border-radius:999px;
  background:#fff;
  color:#f32978;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 18px 35px rgba(0,0,0,.12);
  transition:.3s ease;
}

.alma-about-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 45px rgba(0,0,0,.18);
}

.alma-about-intro,
.alma-about-values,
.alma-about-experience,
.alma-about-mission{
  width:100%;
  padding:90px 0;
}

.alma-about-intro{
  background:#fff;
}

.alma-about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.alma-about-grid h2,
.alma-about-center h2,
.alma-experience-box h2,
.alma-mission-card h2,
.alma-about-cta h2{
  font-size:44px;
  line-height:1.15;
  font-weight:600;
  color:#222;
  margin:0 0 20px;
}

.alma-about-grid p,
.alma-about-center p,
.alma-experience-box p,
.alma-mission-card p,
.alma-about-cta p{
  font-size:16px;
  line-height:1.85;
  color:#666;
  margin:0 0 18px;
}

.alma-about-card-image{
  background:linear-gradient(180deg,#fff7fb,#fff);
  border-radius:36px;
  padding:35px;
  box-shadow:0 30px 70px rgba(0,0,0,.08);
}

.alma-about-card-image img{
  width:100%;
  display:block;
  border-radius:28px;
}

.alma-about-values{
  background:linear-gradient(180deg,#fff7fb,#fff);
}

.alma-about-center{
  max-width:820px;
  margin:0 auto 45px;
  text-align:center;
}

.alma-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.alma-value-card{
  background:#fff;
  border:1px solid rgba(243,41,120,.08);
  border-radius:30px;
  padding:32px;
  box-shadow:0 25px 60px rgba(0,0,0,.05);
  transition:.3s ease;
}

.alma-value-card:hover{
  transform:translateY(-7px);
  box-shadow:0 32px 75px rgba(243,41,120,.15);
}

.alma-value-card strong{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff0f6;
  color:#f32978;
  margin-bottom:18px;
}

.alma-value-card h3{
  font-size:20px;
  color:#222;
  margin:0 0 12px;
}

.alma-value-card p{
  font-size:14px;
  line-height:1.75;
  color:#666;
  margin:0;
}

.alma-about-experience{
  background:#fff;
}

.alma-experience-box{
  background:linear-gradient(135deg,#fff4f8,#ffffff);
  border-radius:36px;
  padding:44px;
  box-shadow:0 28px 70px rgba(0,0,0,.06);
}

.alma-experience-list{
  display:grid;
  gap:12px;
  margin-top:25px;
}

.alma-experience-list div{
  background:#fff;
  border-radius:18px;
  padding:15px 18px;
  color:#555;
  font-weight:600;
  box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.alma-stats-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.alma-stats-grid div{
  background:#fff;
  border-radius:30px;
  padding:34px;
  min-height:170px;
  box-shadow:0 25px 60px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.alma-stats-grid strong{
  font-size:44px;
  color:#f32978;
  margin-bottom:8px;
}

.alma-stats-grid span{
  color:#666;
  font-size:15px;
  line-height:1.6;
}

.alma-about-mission{
  background:#fff7fb;
}

.alma-mission-card{
  max-width:920px;
  margin:0 auto;
  text-align:center;
  background:#fff;
  border-radius:38px;
  padding:55px;
  box-shadow:0 30px 75px rgba(0,0,0,.06);
}

.alma-about-cta{
  width:100%;
  padding:95px 20px;
  text-align:center;
  background:linear-gradient(135deg,#f32978,#ff7bac);
  color:#fff;
}

.alma-about-cta h2{
  color:#fff;
  max-width:850px;
  margin:0 auto 18px;
}

.alma-about-cta p{
  color:rgba(255,255,255,.9);
  max-width:720px;
  margin:0 auto 30px;
}

.alma-about-cta .alma-about-btn{
  background:#fff;
  color:#f32978;
}

@media(max-width:1024px){
  .alma-values-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:900px){
  .alma-about-hero h1{
    font-size:42px;
  }

  .alma-about-grid{
    grid-template-columns:1fr;
  }

  .alma-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .alma-about-grid h2,
  .alma-about-center h2,
  .alma-experience-box h2,
  .alma-mission-card h2,
  .alma-about-cta h2{
    font-size:34px;
  }
}

@media(max-width:600px){
  .alma-about-container{
    padding:0 16px;
  }

  .alma-about-hero{
    min-height:520px;
    padding:60px 16px;
  }

  .alma-about-hero h1{
    font-size:34px;
  }

  .alma-values-grid,
  .alma-stats-grid{
    grid-template-columns:1fr;
  }

  .alma-about-intro,
  .alma-about-values,
  .alma-about-experience,
  .alma-about-mission{
    padding:60px 0;
  }

  .alma-experience-box,
  .alma-mission-card{
    padding:30px;
    border-radius:28px;
  }
}/* End custom CSS */