.elementor-104 .elementor-element.elementor-element-34e7650{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2724507 *//* GMSA ABOUT PAGE - Full Updated CSS */

.gmsa-about-page{
  font-family:inherit;
  color:#0B1F5E;
  background:#FFFFFF;
}

.gmsa-about-container{
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
}

.gmsa-about-label{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(37,99,235,.08);
  color:#2563EB;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:22px;
}

/* HERO */

.gmsa-about-hero{
  position:relative;
  padding:170px 0 115px;
  background:#F8FAFC;
  overflow:hidden;
}

.gmsa-about-hero::before{
  content:"";
  position:absolute;
  top:-140px;
  right:-120px;
  width:420px;
  height:420px;
  background:rgba(37,99,235,.10);
  border-radius:50%;
  filter:blur(90px);
}

.gmsa-about-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:center;
}

.gmsa-about-hero h1{
  color:#0B1F5E;
  font-size:clamp(38px,4.6vw,68px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:800;
  margin:0 0 24px;
}

.gmsa-about-hero p,
.gmsa-about-section p,
.gmsa-about-soft p{
  color:#5B6472;
  font-size:17px;
  line-height:1.85;
  margin:0 0 20px;
}

.gmsa-about-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px;
}

.gmsa-about-btn-primary,
.gmsa-about-btn-secondary,
.gmsa-about-btn-light{
  min-height:56px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
  transition:all .3s ease;
}

.gmsa-about-btn-primary{
  background:#2563EB;
  color:#FFFFFF;
}

.gmsa-about-btn-primary:hover{
  background:#0B1F5E;
  transform:translateY(-3px);
}

.gmsa-about-btn-secondary{
  background:#FFFFFF;
  color:#0B1F5E;
  border:1px solid rgba(11,31,94,.14);
}

.gmsa-about-btn-secondary:hover{
  border-color:#D4AF37;
  transform:translateY(-3px);
}

.gmsa-about-hero-card{
  background:#FFFFFF;
  border:1px solid rgba(11,31,94,.08);
  border-radius:34px;
  padding:42px;
  box-shadow:0 24px 75px rgba(11,31,94,.08);
}

.gmsa-about-hero-card strong{
  display:block;
  color:#0B1F5E;
  font-size:28px;
  line-height:1.25;
  font-weight:800;
  margin-bottom:14px;
}

.gmsa-about-hero-card strong:nth-child(2){
  color:#2563EB;
}

.gmsa-about-hero-card strong:nth-child(3){
  color:#D4AF37;
}

/* GENERAL SECTIONS */

.gmsa-about-section,
.gmsa-about-soft{
  padding:105px 0;
}

.gmsa-about-soft{
  background:#F8FAFC;
}

.gmsa-about-split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
}

.gmsa-about-split h2,
.gmsa-about-center h2,
.gmsa-about-feature h2,
.gmsa-about-vision-grid h2,
.gmsa-about-founder h2,
.gmsa-about-cta-box h2{
  color:#0B1F5E;
  font-size:clamp(30px,4vw,52px);
  line-height:1.12;
  letter-spacing:-1.2px;
  font-weight:800;
  margin:0 0 22px;
}

/* CENTER */

.gmsa-about-center{
  max-width:820px;
  margin:0 auto 54px;
  text-align:center;
}

/* MISSION */

.gmsa-about-mission-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.gmsa-about-mission-card{
  background:#FFFFFF;
  border:1px solid rgba(11,31,94,.08);
  border-radius:28px;
  padding:32px;
  box-shadow:0 16px 50px rgba(11,31,94,.05);
  transition:all .3s ease;
}

.gmsa-about-mission-card:hover{
  transform:translateY(-7px);
  border-color:rgba(37,99,235,.20);
  box-shadow:0 24px 70px rgba(37,99,235,.10);
}

.gmsa-about-mission-card strong{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#0B1F5E;
  color:#FFFFFF;
  font-size:14px;
  font-weight:800;
  margin-bottom:22px;
}

.gmsa-about-mission-card h3{
  color:#0B1F5E;
  font-size:22px;
  line-height:1.25;
  font-weight:800;
  margin:0 0 12px;
}

/* FEATURE */

.gmsa-about-feature{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:stretch;
}

.gmsa-about-feature-box{
  background:#0B1F5E;
  border-radius:32px;
  padding:48px;
  color:#FFFFFF;
}

.gmsa-about-feature-box span{
  color:#D4AF37;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:13px;
}

.gmsa-about-feature-box h2,
.gmsa-about-feature-box p{
  color:#FFFFFF;
}

.gmsa-about-feature-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.gmsa-about-feature-list div{
  background:#F8FAFC;
  border:1px solid rgba(11,31,94,.08);
  border-radius:24px;
  padding:28px;
}

.gmsa-about-feature-list strong{
  display:block;
  color:#0B1F5E;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
  margin-bottom:10px;
}

/* VISION */

.gmsa-about-vision-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.gmsa-about-stats{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.gmsa-about-stats div{
  background:#FFFFFF;
  border:1px solid rgba(11,31,94,.08);
  border-radius:26px;
  padding:28px;
  box-shadow:0 16px 45px rgba(11,31,94,.05);
}

.gmsa-about-stats strong{
  display:block;
  color:#2563EB;
  font-size:36px;
  line-height:1;
  font-weight:850;
  margin-bottom:8px;
}

.gmsa-about-stats span{
  color:#0B1F5E;
  font-size:15px;
  font-weight:700;
}

/* FOUNDER */

.gmsa-about-founder{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:center;
}

.gmsa-about-founder-img{
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(11,31,94,.08);
  box-shadow:0 24px 75px rgba(11,31,94,.10);
}

.gmsa-about-founder-img img{
  width:100%;
  display:block;
}

.gmsa-about-founder blockquote{
  color:#0B1F5E;
  font-size:24px;
  line-height:1.45;
  font-weight:800;
  border-left:4px solid #D4AF37;
  padding-left:20px;
  margin:30px 0;
}

/* CTA */

.gmsa-about-cta{
  background:#FFFFFF;
  padding:75px 0 120px;
}

.gmsa-about-cta-box{
  background:#0B1F5E;
  border-radius:36px;
  padding:62px;
  color:#FFFFFF;
  position:relative;
  overflow:hidden;
}

.gmsa-about-cta-box::before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:340px;
  height:340px;
  background:rgba(37,99,235,.25);
  border-radius:50%;
  filter:blur(75px);
}

.gmsa-about-cta-box span{
  color:#D4AF37;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}

.gmsa-about-cta-box h2,
.gmsa-about-cta-box p{
  position:relative;
  z-index:2;
  color:#FFFFFF;
  max-width:850px;
}

.gmsa-about-btn-light{
  background:#FFFFFF;
  color:#0B1F5E;
}

.gmsa-about-btn-light:hover{
  background:#D4AF37;
  transform:translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:991px){
  .gmsa-about-hero-grid,
  .gmsa-about-split,
  .gmsa-about-feature,
  .gmsa-about-vision-grid,
  .gmsa-about-founder{
    grid-template-columns:1fr;
    gap:50px;
  }

  .gmsa-about-mission-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:767px){
  .gmsa-about-hero{
    padding:135px 0 85px;
  }

  .gmsa-about-section,
  .gmsa-about-soft{
    padding:85px 0;
  }

  .gmsa-about-container{
    padding:0 20px;
  }

  .gmsa-about-hero h1,
  .gmsa-about-split h2,
  .gmsa-about-center h2,
  .gmsa-about-feature h2,
  .gmsa-about-vision-grid h2,
  .gmsa-about-founder h2,
  .gmsa-about-cta-box h2{
    font-size:30px;
    line-height:1.15;
    letter-spacing:-.8px;
  }

  .gmsa-about-hero p,
  .gmsa-about-section p,
  .gmsa-about-soft p{
    font-size:16px;
    line-height:1.8;
  }

  .gmsa-about-actions{
    flex-direction:column;
  }

  .gmsa-about-btn-primary,
  .gmsa-about-btn-secondary,
  .gmsa-about-btn-light{
    width:100%;
  }

  .gmsa-about-hero-card,
  .gmsa-about-feature-box,
  .gmsa-about-cta-box{
    padding:30px 24px;
    border-radius:26px;
  }

  .gmsa-about-hero-card strong{
    font-size:24px;
  }

  .gmsa-about-mission-grid{
    grid-template-columns:1fr;
  }

  .gmsa-about-founder blockquote{
    font-size:21px;
  }
}/* End custom CSS */