.elementor-35 .elementor-element.elementor-element-83e6de4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-a2de597{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-246b2f6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-e191e7a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-becb7b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-72540a1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-175ec1e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ddaedb6 */.mrg-page-hero{
  position:relative;
  width:100vw;
  min-height:520px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
  background:#07111f;
}

.mrg-page-hero--about{
  background:
    linear-gradient(90deg, rgba(7,17,31,.92) 0%, rgba(7,17,31,.78) 48%, rgba(7,17,31,.38) 100%),
    url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1800&q=90")
    center/cover no-repeat;
}

.mrg-page-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 25%, rgba(214,179,106,.18), transparent 28%),
    linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.28));
  pointer-events:none;
}

.mrg-page-hero__wrap{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-page-hero__content{
  max-width:720px;
}

.mrg-page-hero__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-page-hero__content h1{
  margin:0;
  color:#fff;
  font-size:clamp(40px,5vw,64px);
  line-height:1.05;
  letter-spacing:-1.8px;
  font-weight:900;
}

.mrg-page-hero__content p{
  margin:22px 0 0;
  max-width:650px;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.8;
}

@media(max-width:560px){
  .mrg-page-hero{
    min-height:auto;
    padding:100px 0 70px;
  }

  .mrg-page-hero__wrap{
    width:90%;
  }

  .mrg-page-hero__content h1{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .mrg-page-hero__content p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8caea6a */.mrg-about-overview{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0;
  overflow:hidden;
  background:#f8f4ea;
  font-family:'Poppins',Arial,sans-serif;
  color:#07111f;
}

.mrg-about-overview__wrap{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.mrg-about-overview__eyebrow{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.16);
  border:1px solid rgba(214,179,106,.35);
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-about-overview h2{
  margin:0;
  max-width:720px;
  color:#07111f;
  font-size:clamp(36px,4.7vw,60px);
  line-height:1.04;
  letter-spacing:-1.8px;
  font-weight:900;
}

.mrg-about-overview p{
  margin:22px 0 0;
  max-width:700px;
  color:rgba(7,17,31,.72);
  font-size:16px;
  line-height:1.88;
}

.mrg-about-overview__details{
  margin-top:34px;
  display:grid;
  gap:14px;
}

.mrg-about-overview__details div{
  padding:20px 22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(7,17,31,.08);
  box-shadow:0 14px 40px rgba(7,17,31,.06);
}

.mrg-about-overview__details small{
  display:block;
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:7px;
}

.mrg-about-overview__details strong{
  display:block;
  color:#07111f;
  font-size:16px;
  line-height:1.45;
  font-weight:800;
}

.mrg-about-overview__media{
  position:relative;
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 34px 90px rgba(7,17,31,.18);
}

.mrg-about-overview__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.mrg-about-overview__media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,17,31,.05), rgba(7,17,31,.42));
}

.mrg-about-overview__badge{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  padding:24px;
  border-radius:24px;
  background:rgba(7,17,31,.88);
  border:1px solid rgba(214,179,106,.35);
}

.mrg-about-overview__badge strong{
  display:block;
  color:#d6b36a;
  font-size:28px;
  line-height:1;
  font-weight:900;
  margin-bottom:10px;
}

.mrg-about-overview__badge span{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.6;
}

@media(max-width:900px){
  .mrg-about-overview__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .mrg-about-overview__media{
    min-height:420px;
  }
}

@media(max-width:560px){
  .mrg-about-overview{
    padding:75px 0;
  }

  .mrg-about-overview__wrap{
    width:90%;
  }

  .mrg-about-overview h2{
    font-size:40px;
  }

  .mrg-about-overview__media{
    min-height:360px;
    border-radius:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2113ea2 */.mrg-journey{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  background:#07111f;
  font-family:'Poppins',sans-serif;
  color:#fff;
  overflow:hidden;
}

.mrg-journey:before{
  content:"";
  position:absolute;
  top:-200px;
  right:-200px;
  width:450px;
  height:450px;
  border-radius:50%;
  background:rgba(214,179,106,.08);
  filter:blur(60px);
}

.mrg-journey__wrap{
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-journey__head{
  max-width:850px;
  margin-bottom:70px;
}

.mrg-journey__head span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-journey__head h2{
  margin:0;
  font-size:clamp(40px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-journey__head p{
  margin-top:22px;
  color:rgba(255,255,255,.72);
  line-height:1.9;
  max-width:700px;
}

.mrg-journey__timeline{
  position:relative;
}

.mrg-journey__timeline:before{
  content:"";
  position:absolute;
  left:34px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(214,179,106,.28);
}

.mrg-step{
  position:relative;
  display:flex;
  gap:28px;
  margin-bottom:40px;
}

.mrg-step:last-child{
  margin-bottom:0;
}

.mrg-step__no{
  position:relative;
  z-index:2;
  width:70px;
  height:70px;
  flex:0 0 70px;
  border-radius:50%;
  background:#d6b36a;
  color:#07111f;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
}

.mrg-step__content{
  flex:1;
  padding:32px;
  border-radius:28px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.mrg-step__content h3{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:800;
}

.mrg-step__content p{
  margin-top:14px;
  color:rgba(255,255,255,.68);
  line-height:1.85;
}

@media(max-width:768px){

  .mrg-journey{
    padding:80px 0;
  }

  .mrg-journey__wrap{
    width:90%;
  }

  .mrg-journey__timeline:before{
    display:none;
  }

  .mrg-step{
    flex-direction:column;
    gap:18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc3b52b */.mrg-values{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  background:
    linear-gradient(135deg,#f8f4ea 0%,#ffffff 48%,#eef1f5 100%);
  font-family:'Poppins',Arial,sans-serif;
  color:#07111f;
}

.mrg-values:before{
  content:"";
  position:absolute;
  top:-180px;
  right:-180px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:rgba(214,179,106,.18);
  filter:blur(60px);
}

.mrg-values__wrap{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-values__head{
  max-width:880px;
  margin-bottom:58px;
}

.mrg-values__head span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.16);
  border:1px solid rgba(214,179,106,.35);
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-values__head h2{
  margin:0;
  color:#07111f;
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-values__head p{
  margin:22px 0 0;
  max-width:720px;
  color:rgba(7,17,31,.7);
  font-size:16px;
  line-height:1.85;
}

.mrg-values__grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:20px;
}

.mrg-values-card{
  min-height:380px;
  padding:34px;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(7,17,31,.08);
  box-shadow:0 20px 60px rgba(7,17,31,.07);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.mrg-values-card--dark{
  background:
    linear-gradient(180deg, rgba(7,17,31,.28), rgba(7,17,31,.92)),
    url("https://images.unsplash.com/photo-1570125909232-eb263c188f7e?auto=format&fit=crop&w=1200&q=90")
    center/cover no-repeat;
  border:1px solid rgba(214,179,106,.35);
  color:#fff;
}

.mrg-values-card small{
  color:#d6b36a;
  font-size:13px;
  font-weight:900;
  letter-spacing:1px;
  margin-bottom:auto;
}

.mrg-values-card h3{
  margin:26px 0 0;
  color:inherit;
  font-size:32px;
  line-height:1.1;
  letter-spacing:-.9px;
  font-weight:900;
}

.mrg-values-card p{
  margin:16px 0 0;
  color:rgba(7,17,31,.68);
  font-size:15px;
  line-height:1.78;
}

.mrg-values-card--dark p{
  color:rgba(255,255,255,.72);
}

.mrg-values-tags{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.mrg-values-tags span{
  display:inline-flex;
  padding:10px 13px;
  border-radius:999px;
  background:rgba(7,17,31,.06);
  border:1px solid rgba(7,17,31,.08);
  color:#07111f;
  font-size:13px;
  font-weight:800;
}

@media(max-width:900px){
  .mrg-values__grid{
    grid-template-columns:1fr;
  }

  .mrg-values-card{
    min-height:320px;
  }
}

@media(max-width:560px){
  .mrg-values{
    padding:80px 0;
  }

  .mrg-values__wrap{
    width:90%;
  }

  .mrg-values__head h2{
    font-size:42px;
  }

  .mrg-values-card{
    min-height:auto;
    padding:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53efe3e */.mrg-director{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(214,179,106,.12), transparent 28%),
    linear-gradient(135deg,#050c18 0%,#07111f 55%,#091726 100%);
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
}

.mrg-director__wrap{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}

.mrg-director__image{
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  background:#111;
  box-shadow:0 34px 90px rgba(0,0,0,.35);
}

.mrg-director__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.mrg-director__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-director__content h2{
  margin:0;
  color:#fff;
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-director__content p{
  margin:24px 0 0;
  max-width:700px;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.85;
}

.mrg-director blockquote{
  margin:34px 0 0;
  padding:28px;
  border-left:4px solid #d6b36a;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.86);
  font-size:20px;
  line-height:1.6;
  font-weight:600;
}

.mrg-director__name{
  margin-top:28px;
}

.mrg-director__name strong{
  display:block;
  color:#d6b36a;
  font-size:22px;
  font-weight:900;
}

.mrg-director__name small{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.62);
  font-size:14px;
}

@media(max-width:900px){
  .mrg-director__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .mrg-director__image{
    min-height:420px;
  }
}

@media(max-width:560px){
  .mrg-director{
    padding:80px 0;
  }

  .mrg-director__wrap{
    width:90%;
  }

  .mrg-director__content h2{
    font-size:42px;
  }

  .mrg-director__image{
    min-height:360px;
    border-radius:28px;
  }

  .mrg-director blockquote{
    font-size:17px;
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cc4372 */.mrg-strength{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  background:#f8f4ea;
  font-family:'Poppins',Arial,sans-serif;
  color:#07111f;
}

.mrg-strength__wrap{
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-strength__head{
  max-width:850px;
  margin-bottom:56px;
}

.mrg-strength__head span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.16);
  border:1px solid rgba(214,179,106,.35);
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-strength__head h2{
  margin:0;
  color:#07111f;
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-strength__head p{
  margin:22px 0 0;
  max-width:720px;
  color:rgba(7,17,31,.7);
  font-size:16px;
  line-height:1.85;
}

.mrg-strength__grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:20px;
}

.mrg-strength-card{
  min-height:300px;
  padding:32px;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(7,17,31,.08);
  box-shadow:0 20px 60px rgba(7,17,31,.07);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.mrg-strength-card small{
  color:#9a6f24;
  font-size:13px;
  font-weight:900;
  letter-spacing:1px;
}

.mrg-strength-card h3{
  margin:0;
  color:#07111f;
  font-size:28px;
  line-height:1.12;
  letter-spacing:-.8px;
  font-weight:900;
}

.mrg-strength-card p{
  margin:15px 0 0;
  color:rgba(7,17,31,.68);
  font-size:15px;
  line-height:1.75;
}

.mrg-strength-card--image{
  position:relative;
  grid-column:span 3;
  min-height:430px;
  padding:0;
  overflow:hidden;
  background:#07111f;
  border:0;
}

.mrg-strength-card--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.6s ease;
}

.mrg-strength-card--image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,17,31,.05), rgba(7,17,31,.82));
}

.mrg-strength-card--image div{
  position:absolute;
  z-index:2;
  left:34px;
  right:34px;
  bottom:34px;
}

.mrg-strength-card--image small{
  color:#d6b36a;
}

.mrg-strength-card--image h3{
  margin-top:12px;
  color:#fff;
  max-width:620px;
  font-size:40px;
}

.mrg-strength-card--image:hover img{
  transform:scale(1.06);
}

@media(max-width:900px){
  .mrg-strength__grid{
    grid-template-columns:1fr;
  }

  .mrg-strength-card--image{
    grid-column:auto;
  }
}

@media(max-width:560px){
  .mrg-strength{
    padding:80px 0;
  }

  .mrg-strength__wrap{
    width:90%;
  }

  .mrg-strength__head h2{
    font-size:42px;
  }

  .mrg-strength-card{
    min-height:auto;
    padding:28px;
  }

  .mrg-strength-card--image{
    min-height:340px;
    padding:0;
  }

  .mrg-strength-card--image h3{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba63bb4 */.mrg-about-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:95px 0;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(7,17,31,.94), rgba(7,17,31,.82)),
    url("https://images.unsplash.com/photo-1570125909232-eb263c188f7e?auto=format&fit=crop&w=1800&q=90")
    center/cover no-repeat;
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
}

.mrg-about-cta__wrap{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
}

.mrg-about-cta__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-about-cta h2{
  margin:0;
  max-width:760px;
  color:#fff;
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.05;
  letter-spacing:-1.6px;
  font-weight:900;
}

.mrg-about-cta p{
  margin:20px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.8;
}

.mrg-about-cta__action{
  min-width:280px;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(214,179,106,.28);
  text-align:center;
}

.mrg-about-cta__action a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#f3d78b,#d6b36a,#a77c32);
  color:#07111f;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}

.mrg-about-cta__action small{
  display:block;
  margin-top:14px;
  color:rgba(255,255,255,.64);
  font-size:13px;
  line-height:1.6;
}

@media(max-width:800px){
  .mrg-about-cta__wrap{
    grid-template-columns:1fr;
  }

  .mrg-about-cta__action{
    min-width:0;
    text-align:left;
  }
}

@media(max-width:560px){
  .mrg-about-cta{
    padding:75px 0;
  }

  .mrg-about-cta__wrap{
    width:90%;
  }

  .mrg-about-cta h2{
    font-size:38px;
  }
}/* End custom CSS */