.elementor-12 .elementor-element.elementor-element-2752a17{--display:flex;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-1a2a916{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-5ca254c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-e46f4e5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-ecd7467{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-903f762{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-de01ad6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-41d4f7e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-54ff493{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-3b8f091{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3000b53 */.lk-hero-brand{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:100vh;
  padding:160px 0 110px;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.96) 0%,
      rgba(243,250,255,.92) 42%,
      rgba(255,243,248,.68) 100%
    ),
    url("https://lindungkasih.com.my/wp-content/uploads/2026/06/Untitled-design-2-1.jpg");
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  color:#182230;
}

.lk-hero-brand *{
  box-sizing:border-box;
}

.lk-hero-brand:before,
.lk-hero-brand:after{
  display:none;
}

.lk-hero-brand__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:74px;
  align-items:center;
}

.lk-hero-brand__badge{
  display:inline-flex;
  align-items:center;
  padding:10px 17px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(31,128,190,.17);
  box-shadow:0 14px 38px rgba(31,128,190,.08);
  color:#1f80be;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:24px;
}

.lk-hero-brand h1{
  margin:0;
  max-width:780px;
  font-size:clamp(56px,7vw,102px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:950;
  color:#182230;
}

.lk-hero-brand h1 span{
  display:block;
  color:#1f80be;
}

.lk-hero-brand h2{
  margin:25px 0 0;
  max-width:660px;
  font-size:clamp(24px,3vw,40px);
  line-height:1.16;
  letter-spacing:-.04em;
  font-weight:900;
  color:#ef73a6;
}

.lk-hero-brand p{
  max-width:660px;
  margin:24px 0 0;
  color:#5c6675;
  font-size:17px;
  line-height:1.9;
}

.lk-hero-brand__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:36px;
}

.lk-hero-brand__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 30px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:850;
  transition:.25s ease;
}

.lk-hero-brand__btn--primary{
  color:#fff;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  box-shadow:0 20px 45px rgba(31,128,190,.3);
}

.lk-hero-brand__btn--secondary{
  color:#ef73a6;
  background:#ffffff;
  border:1px solid rgba(239,115,166,.26);
  box-shadow:0 14px 35px rgba(239,115,166,.12);
}

.lk-hero-brand__btn:hover{
  transform:translateY(-3px);
}

.lk-hero-brand__stats{
  margin-top:48px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:760px;
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(31,128,190,.12);
  box-shadow:0 26px 75px rgba(24,34,48,.09);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
}

.lk-hero-brand__stats div{
  padding:24px 22px;
  border-right:1px solid rgba(31,128,190,.1);
}

.lk-hero-brand__stats div:last-child{
  border-right:0;
}

.lk-hero-brand__stats strong{
  display:block;
  color:#1f80be;
  font-size:28px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.lk-hero-brand__stats span{
  display:block;
  margin-top:9px;
  color:#5c6675;
  font-size:13px;
  line-height:1.45;
  font-weight:650;
}

.lk-hero-brand__visual{
  position:relative;
  min-height:auto;
  padding:18px;
  border-radius:46px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(243,250,255,.75));
  border:1px solid rgba(31,128,190,.14);
  box-shadow:0 45px 120px rgba(24,34,48,.16);
}

.lk-hero-brand__visual:before{
  content:"";
  position:absolute;
  inset:20px;
  z-index:2;
  border-radius:34px;
  border:1px solid rgba(239,115,166,.36);
  pointer-events:none;
}

.lk-hero-brand__visual:after{
  content:"LINDUNG KASIH";
  position:absolute;
  top:44px;
  right:-38px;
  z-index:4;
  transform:rotate(90deg);
  color:rgba(31,128,190,.33);
  font-size:12px;
  font-weight:950;
  letter-spacing:.2em;
}

.lk-hero-brand__photo{
  position:relative;
  height:560px;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(135deg,#dff2ff,#fff3f8);
}

.lk-hero-brand__photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
}

.lk-hero-brand__profile{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:5;
  margin-top:18px;
  padding:25px;
  border-radius:28px;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:0 22px 65px rgba(24,34,48,.12);
}

.lk-hero-brand__profile span{
  display:inline-flex;
  margin-bottom:11px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(239,115,166,.13);
  color:#ef73a6;
  font-size:12px;
  font-weight:850;
}

.lk-hero-brand__profile h3{
  margin:0;
  color:#182230;
  font-size:23px;
  line-height:1.22;
  letter-spacing:-.025em;
  font-weight:900;
}

.lk-hero-brand__profile p{
  margin:9px 0 0;
  color:#5c6675;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:1024px){
  .lk-hero-brand{
    padding:140px 0 80px;
    background-position:center;
  }

  .lk-hero-brand__container{
    grid-template-columns:1fr;
    gap:55px;
  }

  .lk-hero-brand__visual{
    max-width:620px;
    width:100%;
  }
}

@media(max-width:640px){
  .lk-hero-brand{
    padding:120px 0 65px;
    background:
      linear-gradient(180deg,
        rgba(255,255,255,.97) 0%,
        rgba(243,250,255,.93) 55%,
        rgba(255,243,248,.88) 100%
      ),
      url("https://lindungkasih.com.my/wp-content/uploads/2026/06/Untitled-design-2-1.jpg");
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
  }

  .lk-hero-brand__container{
    width:min(100% - 30px,1220px);
  }

  .lk-hero-brand__badge{
    font-size:11px;
    padding:10px 14px;
  }

  .lk-hero-brand h1{
    font-size:50px;
  }

  .lk-hero-brand h2{
    font-size:25px;
  }

  .lk-hero-brand p{
    font-size:15.5px;
  }

  .lk-hero-brand__actions{
    flex-direction:column;
  }

  .lk-hero-brand__btn{
    width:100%;
  }

  .lk-hero-brand__stats{
    grid-template-columns:1fr;
    border-radius:22px;
  }

  .lk-hero-brand__stats div{
    border-right:0;
    border-bottom:1px solid rgba(31,128,190,.1);
  }

  .lk-hero-brand__stats div:last-child{
    border-bottom:0;
  }

  .lk-hero-brand__visual{
    min-height:auto;
    padding:12px;
    border-radius:32px;
  }

  .lk-hero-brand__visual:after{
    display:none;
  }

  .lk-hero-brand__photo{
    height:420px;
    border-radius:24px;
  }

  .lk-hero-brand__profile{
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:14px;
    padding:20px;
    border-radius:22px;
  }

  .lk-hero-brand__profile h3{
    font-size:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d4461c */.lk-stats-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 20%,rgba(31,128,190,.12),transparent 30%),
    radial-gradient(circle at 90% 80%,rgba(239,115,166,.14),transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f3faff 48%,#fff3f8 100%);
  color:#182230;
}

.lk-stats-sec *{
  box-sizing:border-box;
}

.lk-stats-sec__container{
  width:min(1220px,92%);
  margin:0 auto;
}

.lk-stats-sec__head{
  max-width:860px;
  margin:0 auto 58px;
  text-align:center;
}

.lk-stats-sec__head span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(31,128,190,.09);
  color:#1f80be;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.lk-stats-sec__head h2{
  margin:0;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:950;
  color:#182230;
}

.lk-stats-sec__head p{
  max-width:760px;
  margin:22px auto 0;
  font-size:17px;
  line-height:1.85;
  color:#5c6675;
}

.lk-stats-sec__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.lk-stats-sec__card{
  position:relative;
  min-height:260px;
  padding:32px 28px;
  border-radius:32px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(31,128,190,.12);
  box-shadow:0 24px 70px rgba(24,34,48,.08);
  overflow:hidden;
  transition:.28s ease;
}

.lk-stats-sec__card:before{
  content:"";
  position:absolute;
  right:-55px;
  top:-55px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(31,128,190,.12);
}

.lk-stats-sec__card:hover{
  transform:translateY(-8px);
  box-shadow:0 34px 90px rgba(24,34,48,.12);
}

.lk-stats-sec__card strong{
  position:relative;
  z-index:2;
  display:block;
  font-size:42px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
  color:#1f80be;
}

.lk-stats-sec__card span{
  position:relative;
  z-index:2;
  display:block;
  margin-top:14px;
  font-size:17px;
  line-height:1.35;
  font-weight:900;
  color:#182230;
}

.lk-stats-sec__card p{
  position:relative;
  z-index:2;
  margin:16px 0 0;
  color:#5c6675;
  font-size:14.5px;
  line-height:1.75;
}

.lk-stats-sec__card--pink{
  border-color:rgba(239,115,166,.18);
}

.lk-stats-sec__card--pink:before{
  background:rgba(239,115,166,.16);
}

.lk-stats-sec__card--pink strong{
  color:#ef73a6;
}

.lk-stats-sec__card--dark{
  background:linear-gradient(135deg,#1f80be,#156ca5);
  border-color:rgba(255,255,255,.18);
}

.lk-stats-sec__card--dark:before{
  background:rgba(255,255,255,.15);
}

.lk-stats-sec__card--dark strong,
.lk-stats-sec__card--dark span,
.lk-stats-sec__card--dark p{
  color:#ffffff;
}

.lk-stats-sec__notice{
  margin-top:42px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:22px;
  align-items:flex-start;
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(239,115,166,.16);
  box-shadow:0 26px 75px rgba(24,34,48,.08);
}

.lk-stats-sec__notice-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ef73a6,#ff9ec3);
  color:#fff;
  font-size:28px;
  font-weight:950;
}

.lk-stats-sec__notice h3{
  margin:0;
  color:#182230;
  font-size:26px;
  line-height:1.25;
  letter-spacing:-.035em;
  font-weight:950;
}

.lk-stats-sec__notice p{
  margin:10px 0 0;
  max-width:900px;
  color:#5c6675;
  font-size:16px;
  line-height:1.8;
}

@media(max-width:1024px){
  .lk-stats-sec{
    padding:90px 0;
  }

  .lk-stats-sec__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lk-stats-sec{
    padding:70px 0;
  }

  .lk-stats-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-stats-sec__head{
    text-align:left;
    margin-bottom:38px;
  }

  .lk-stats-sec__head h2{
    font-size:34px;
  }

  .lk-stats-sec__head p{
    font-size:15.5px;
  }

  .lk-stats-sec__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .lk-stats-sec__card{
    min-height:auto;
    padding:28px 24px;
    border-radius:26px;
  }

  .lk-stats-sec__card strong{
    font-size:38px;
  }

  .lk-stats-sec__notice{
    grid-template-columns:1fr;
    padding:26px;
    border-radius:28px;
  }

  .lk-stats-sec__notice h3{
    font-size:23px;
  }

  .lk-stats-sec__notice p{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee41563 */.lk-why-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:#ffffff;
  color:#182230;
}

.lk-why-sec *{
  box-sizing:border-box;
}

.lk-why-sec:before{
  content:"";
  position:absolute;
  right:-180px;
  top:12%;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(31,128,190,.08);
  filter:blur(18px);
  pointer-events:none;
}

.lk-why-sec:after{
  content:"";
  position:absolute;
  left:-220px;
  bottom:2%;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(239,115,166,.09);
  filter:blur(20px);
  pointer-events:none;
}

.lk-why-sec__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:76px;
  align-items:center;
}

.lk-why-sec__media{
  position:relative;
  min-height:640px;
  border-radius:44px;
  overflow:hidden;
  background:#f3faff;
  box-shadow:0 38px 110px rgba(24,34,48,.14);
}

.lk-why-sec__media:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg,rgba(24,34,48,.02),rgba(24,34,48,.18)),
    linear-gradient(135deg,rgba(31,128,190,.18),rgba(239,115,166,.12));
  pointer-events:none;
}

.lk-why-sec__media img{
  width:100%;
  height:100%;
  min-height:640px;
  display:block;
  object-fit:cover;
}

.lk-why-sec__float{
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;
  z-index:3;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 70px rgba(24,34,48,.18);
  border:1px solid rgba(255,255,255,.85);
}

.lk-why-sec__float strong{
  display:block;
  color:#1f80be;
  font-size:44px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.055em;
}

.lk-why-sec__float span{
  display:block;
  margin-top:8px;
  color:#5c6675;
  font-size:15px;
  font-weight:750;
}

.lk-why-sec__eyebrow{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(239,115,166,.12);
  color:#ef73a6;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.lk-why-sec__content h2{
  margin:0;
  font-size:clamp(34px,4.6vw,62px);
  line-height:1.06;
  letter-spacing:-.06em;
  font-weight:950;
  color:#182230;
}

.lk-why-sec__content h2 span{
  display:block;
  color:#1f80be;
}

.lk-why-sec__content > p{
  margin:24px 0 0;
  max-width:720px;
  color:#5c6675;
  font-size:17px;
  line-height:1.9;
}

.lk-why-sec__list{
  margin-top:34px;
  display:grid;
  gap:18px;
}

.lk-why-sec__item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  padding:22px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(31,128,190,.1);
  box-shadow:0 18px 55px rgba(24,34,48,.07);
  transition:.25s ease;
}

.lk-why-sec__item:hover{
  transform:translateX(6px);
  border-color:rgba(31,128,190,.22);
  box-shadow:0 24px 70px rgba(24,34,48,.1);
}

.lk-why-sec__icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#ffffff;
  font-size:14px;
  font-weight:950;
  box-shadow:0 16px 35px rgba(31,128,190,.22);
}

.lk-why-sec__item:nth-child(2) .lk-why-sec__icon{
  background:linear-gradient(135deg,#ef73a6,#ff9ec3);
  box-shadow:0 16px 35px rgba(239,115,166,.22);
}

.lk-why-sec__item h3{
  margin:0;
  color:#182230;
  font-size:19px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:-.025em;
}

.lk-why-sec__item p{
  margin:8px 0 0;
  color:#5c6675;
  font-size:14.5px;
  line-height:1.75;
}

.lk-why-sec__quote{
  margin-top:28px;
  padding:26px 28px;
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(31,128,190,.09),rgba(239,115,166,.09));
  border:1px solid rgba(31,128,190,.12);
  color:#182230;
  font-size:20px;
  line-height:1.6;
  font-weight:850;
  letter-spacing:-.025em;
}

.lk-why-sec__quote span{
  display:block;
  margin-top:12px;
  color:#1f80be;
  font-size:14px;
  font-weight:850;
  letter-spacing:0;
}

@media(max-width:1024px){
  .lk-why-sec{
    padding:90px 0;
  }

  .lk-why-sec__container{
    grid-template-columns:1fr;
    gap:50px;
  }

  .lk-why-sec__media{
    min-height:520px;
  }

  .lk-why-sec__media img{
    min-height:520px;
  }
}

@media(max-width:640px){
  .lk-why-sec{
    padding:70px 0;
  }

  .lk-why-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-why-sec__media{
    min-height:430px;
    border-radius:30px;
  }

  .lk-why-sec__media img{
    min-height:430px;
  }

  .lk-why-sec__float{
    left:20px;
    right:20px;
    bottom:20px;
    padding:22px;
    border-radius:24px;
  }

  .lk-why-sec__float strong{
    font-size:38px;
  }

  .lk-why-sec__content h2{
    font-size:34px;
  }

  .lk-why-sec__content > p{
    font-size:15.5px;
  }

  .lk-why-sec__item{
    grid-template-columns:1fr;
    padding:22px;
  }

  .lk-why-sec__item:hover{
    transform:none;
  }

  .lk-why-sec__quote{
    font-size:17px;
    padding:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97fb5a8 */.lk-benefit-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  background:linear-gradient(135deg,#1f80be 0%,#156ca5 100%);
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
}

.lk-benefit-sec *{
  box-sizing:border-box;
}

.lk-benefit-sec:before{
  content:"";
  position:absolute;
  top:-200px;
  right:-200px;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}

.lk-benefit-sec:after{
  content:"";
  position:absolute;
  left:-180px;
  bottom:-180px;
  width:450px;
  height:450px;
  border-radius:50%;
  background:rgba(239,115,166,.16);
}

.lk-benefit-sec__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  margin:0 auto;
}

.lk-benefit-sec__top{
  text-align:center;
  max-width:850px;
  margin:0 auto 60px;
}

.lk-benefit-sec__top span{
  display:inline-flex;
  padding:10px 18px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#ffffff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lk-benefit-sec__top h2{
  margin:24px 0 18px;
  color:#ffffff;
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  letter-spacing:-.055em;
  font-weight:950;
}

.lk-benefit-sec__top h2 strong{
  color:#ffd0e2;
}

.lk-benefit-sec__top p{
  margin:0 auto;
  max-width:760px;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.9;
}

.lk-benefit-sec__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.lk-benefit-card{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.16);
  border-radius:30px;
  padding:34px 28px;
  min-height:260px;
  box-shadow:0 24px 70px rgba(24,34,48,.13);
  transition:.28s ease;
}

.lk-benefit-card:hover{
  transform:translateY(-8px);
  box-shadow:0 34px 90px rgba(24,34,48,.2);
}

.lk-benefit-card__icon{
  width:64px;
  height:64px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(31,128,190,.1),rgba(31,128,190,.04));
  border:1px solid rgba(31,128,190,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
}

.lk-benefit-card__icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:#1f80be;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.lk-benefit-card h3{
  margin:0;
  color:#182230;
  font-size:20px;
  font-weight:900;
  line-height:1.3;
  letter-spacing:-.025em;
}

.lk-benefit-card p{
  margin:12px 0 0;
  color:#667085;
  font-size:14.5px;
  line-height:1.8;
}

.lk-benefit-card--highlight{
  background:linear-gradient(135deg,#ef73a6,#ff9fc4);
  border-color:rgba(255,255,255,.2);
}

.lk-benefit-card--highlight h3,
.lk-benefit-card--highlight p{
  color:#ffffff;
}

.lk-benefit-card--highlight .lk-benefit-card__icon{
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.34);
}

.lk-benefit-card--highlight .lk-benefit-card__icon svg{
  stroke:#ffffff;
}

@media(max-width:1024px){
  .lk-benefit-sec{
    padding:90px 0;
  }

  .lk-benefit-sec__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lk-benefit-sec{
    padding:70px 0;
  }

  .lk-benefit-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-benefit-sec__top{
    text-align:left;
    margin-bottom:38px;
  }

  .lk-benefit-sec__top h2{
    font-size:38px;
  }

  .lk-benefit-sec__top p{
    font-size:15.5px;
  }

  .lk-benefit-sec__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .lk-benefit-card{
    min-height:auto;
    padding:30px 24px;
    border-radius:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-139bd44 */.lk-eligible-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 18%,rgba(31,128,190,.11),transparent 32%),
    radial-gradient(circle at 86% 82%,rgba(239,115,166,.13),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f3faff 55%,#fff3f8 100%);
  color:#182230;
}

.lk-eligible-sec *{
  box-sizing:border-box;
}

.lk-eligible-sec__container{
  width:min(1220px,92%);
  margin:0 auto;
}

.lk-eligible-sec__head{
  max-width:900px;
  margin:0 auto 58px;
  text-align:center;
}

.lk-eligible-sec__head span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(31,128,190,.09);
  color:#1f80be;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.lk-eligible-sec__head h2{
  margin:0;
  font-size:clamp(36px,4.7vw,62px);
  line-height:1.06;
  letter-spacing:-.06em;
  font-weight:950;
  color:#182230;
}

.lk-eligible-sec__head h2 strong{
  display:block;
  color:#ef73a6;
}

.lk-eligible-sec__head p{
  max-width:760px;
  margin:22px auto 0;
  color:#5c6675;
  font-size:17px;
  line-height:1.85;
}

.lk-eligible-sec__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.lk-eligible-card{
  position:relative;
  padding:42px;
  border-radius:38px;
  background:#ffffff;
  border:1px solid rgba(31,128,190,.12);
  box-shadow:0 28px 80px rgba(24,34,48,.09);
  overflow:hidden;
}

.lk-eligible-card:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:210px;
  height:210px;
  border-radius:50%;
  background:rgba(31,128,190,.1);
}

.lk-eligible-card--pink{
  border-color:rgba(239,115,166,.18);
}

.lk-eligible-card--pink:before{
  background:rgba(239,115,166,.14);
}

.lk-eligible-card__top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}

.lk-eligible-card__top span{
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#ffffff;
  font-size:16px;
  font-weight:950;
  box-shadow:0 16px 35px rgba(31,128,190,.22);
}

.lk-eligible-card--pink .lk-eligible-card__top span{
  background:linear-gradient(135deg,#ef73a6,#ff9fc4);
  box-shadow:0 16px 35px rgba(239,115,166,.22);
}

.lk-eligible-card__top h3{
  margin:0;
  color:#182230;
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:950;
}

.lk-eligible-card > p{
  position:relative;
  z-index:2;
  margin:0;
  color:#5c6675;
  font-size:16px;
  line-height:1.85;
}

.lk-eligible-card ul{
  position:relative;
  z-index:2;
  margin:28px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:13px;
}

.lk-eligible-card li{
  position:relative;
  padding:14px 16px 14px 44px;
  border-radius:18px;
  background:#f7fbff;
  color:#344054;
  font-size:15px;
  font-weight:700;
  line-height:1.45;
}

.lk-eligible-card--pink li{
  background:#fff6fa;
}

.lk-eligible-card li:before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  width:14px;
  height:14px;
  transform:translateY(-50%);
  border-radius:50%;
  background:#1f80be;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.7);
}

.lk-eligible-card--pink li:before{
  background:#ef73a6;
}

.lk-eligible-sec__bottom{
  margin-top:38px;
  padding:34px 38px;
  border-radius:34px;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 28px 80px rgba(31,128,190,.2);
}

.lk-eligible-sec__bottom h3{
  margin:0;
  max-width:720px;
  color:#ffffff;
  font-size:28px;
  line-height:1.25;
  letter-spacing:-.04em;
  font-weight:950;
}

.lk-eligible-sec__bottom a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 26px;
  border-radius:999px;
  background:#ffffff;
  color:#1f80be;
  text-decoration:none;
  font-size:15px;
  font-weight:850;
  box-shadow:0 18px 45px rgba(24,34,48,.16);
  transition:.25s ease;
}

.lk-eligible-sec__bottom a:hover{
  transform:translateY(-3px);
}

@media(max-width:1024px){
  .lk-eligible-sec{
    padding:90px 0;
  }

  .lk-eligible-sec__grid{
    grid-template-columns:1fr;
  }

  .lk-eligible-sec__bottom{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:640px){
  .lk-eligible-sec{
    padding:70px 0;
  }

  .lk-eligible-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-eligible-sec__head{
    text-align:left;
    margin-bottom:38px;
  }

  .lk-eligible-sec__head h2{
    font-size:35px;
  }

  .lk-eligible-sec__head p{
    font-size:15.5px;
  }

  .lk-eligible-card{
    padding:28px 24px;
    border-radius:28px;
  }

  .lk-eligible-card__top{
    flex-direction:column;
  }

  .lk-eligible-card__top h3{
    font-size:28px;
  }

  .lk-eligible-sec__bottom{
    padding:28px 24px;
    border-radius:28px;
  }

  .lk-eligible-sec__bottom h3{
    font-size:24px;
  }

  .lk-eligible-sec__bottom a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3715ff */.lk-price-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:#ffffff;
  color:#182230;
}

.lk-price-sec *{
  box-sizing:border-box;
}

.lk-price-sec:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%,rgba(31,128,190,.1),transparent 32%),
    radial-gradient(circle at 85% 78%,rgba(239,115,166,.12),transparent 34%);
  pointer-events:none;
}

.lk-price-sec__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.lk-price-sec__content > span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(31,128,190,.09);
  color:#1f80be;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.lk-price-sec__content h2{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1.04;
  letter-spacing:-.065em;
  font-weight:950;
  color:#182230;
}

.lk-price-sec__content h2 strong{
  display:block;
  color:#ef73a6;
}

.lk-price-sec__content p{
  max-width:700px;
  margin:24px 0 0;
  color:#5c6675;
  font-size:17px;
  line-height:1.9;
}

.lk-price-sec__pay{
  margin-top:38px;
  padding:30px;
  border-radius:32px;
  background:#f7fbff;
  border:1px solid rgba(31,128,190,.12);
}

.lk-price-sec__pay h3{
  margin:0 0 18px;
  font-size:22px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:-.03em;
  color:#182230;
}

.lk-price-sec__paygrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.lk-price-sec__paygrid div{
  padding:16px 18px;
  border-radius:18px;
  background:#ffffff;
  color:#344054;
  font-size:15px;
  font-weight:800;
  border:1px solid rgba(31,128,190,.09);
}

.lk-price-sec__box{
  position:relative;
  padding:44px;
  border-radius:42px;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  box-shadow:0 40px 110px rgba(31,128,190,.24);
  overflow:hidden;
  color:#ffffff;
}

.lk-price-sec__box:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
}

.lk-price-sec__box:after{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-140px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(239,115,166,.28);
}

.lk-price-sec__tag{
  position:relative;
  z-index:2;
  display:inline-flex;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.2);
  color:#ffffff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.lk-price-sec__amount{
  position:relative;
  z-index:2;
  margin-top:30px;
  font-size:110px;
  line-height:.9;
  letter-spacing:-.08em;
  font-weight:950;
}

.lk-price-sec__amount small{
  font-size:38px;
  letter-spacing:-.04em;
  margin-right:6px;
}

.lk-price-sec__box > p{
  position:relative;
  z-index:2;
  margin:15px 0 0;
  color:rgba(255,255,255,.88);
  font-size:20px;
  font-weight:850;
}

.lk-price-sec__box ul{
  position:relative;
  z-index:2;
  list-style:none;
  padding:0;
  margin:34px 0 0;
  display:grid;
  gap:14px;
}

.lk-price-sec__box li{
  position:relative;
  padding-left:30px;
  color:rgba(255,255,255,.92);
  font-size:15.5px;
  line-height:1.55;
  font-weight:700;
}

.lk-price-sec__box li:before{
  content:"";
  position:absolute;
  left:0;
  top:5px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:inset 0 0 0 5px rgba(31,128,190,.35);
}

.lk-price-sec__box a{
  position:relative;
  z-index:2;
  margin-top:36px;
  display:inline-flex;
  width:100%;
  align-items:center;
  justify-content:center;
  min-height:60px;
  border-radius:999px;
  background:#ffffff;
  color:#1f80be;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  box-shadow:0 20px 55px rgba(24,34,48,.2);
  transition:.25s ease;
}

.lk-price-sec__box a:hover{
  transform:translateY(-3px);
}

@media(max-width:1024px){
  .lk-price-sec{
    padding:90px 0;
  }

  .lk-price-sec__container{
    grid-template-columns:1fr;
    gap:50px;
  }
}

@media(max-width:640px){
  .lk-price-sec{
    padding:70px 0;
  }

  .lk-price-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-price-sec__content h2{
    font-size:38px;
  }

  .lk-price-sec__content p{
    font-size:15.5px;
  }

  .lk-price-sec__pay{
    padding:24px;
    border-radius:26px;
  }

  .lk-price-sec__paygrid{
    grid-template-columns:1fr;
  }

  .lk-price-sec__box{
    padding:34px 26px;
    border-radius:32px;
  }

  .lk-price-sec__amount{
    font-size:88px;
  }

  .lk-price-sec__amount small{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-113964c */.lk-founder-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 20%,rgba(239,115,166,.12),transparent 34%),
    radial-gradient(circle at 88% 78%,rgba(31,128,190,.12),transparent 34%),
    linear-gradient(135deg,#fff3f8 0%,#ffffff 46%,#f3faff 100%);
  color:#182230;
}

.lk-founder-sec *{
  box-sizing:border-box;
}

.lk-founder-sec__container{
  width:min(1220px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:76px;
  align-items:center;
}

.lk-founder-sec__visual{
  position:relative;
  min-height:640px;
  border-radius:46px;
  overflow:hidden;
  background:#f3faff;
  box-shadow:0 42px 120px rgba(24,34,48,.15);
}

.lk-founder-sec__visual:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg,rgba(24,34,48,.02),rgba(24,34,48,.25));
  pointer-events:none;
}

.lk-founder-sec__visual img{
  width:100%;
  height:100%;
  min-height:640px;
  object-fit:cover;
  display:block;
}

.lk-founder-sec__name{
  position:absolute;
  z-index:3;
  left:34px;
  right:34px;
  bottom:34px;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 70px rgba(24,34,48,.18);
}

.lk-founder-sec__name span{
  display:inline-flex;
  margin-bottom:11px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(31,128,190,.1);
  color:#1f80be;
  font-size:12px;
  font-weight:850;
}

.lk-founder-sec__name h3{
  margin:0;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.035em;
  font-weight:950;
  color:#182230;
}

.lk-founder-sec__name p{
  margin:9px 0 0;
  color:#5c6675;
  font-size:14px;
  line-height:1.6;
}

.lk-founder-sec__eyebrow{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(31,128,190,.09);
  color:#1f80be;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.lk-founder-sec__content h2{
  margin:0;
  font-size:clamp(36px,4.8vw,64px);
  line-height:1.06;
  letter-spacing:-.065em;
  font-weight:950;
  color:#182230;
}

.lk-founder-sec__content h2 strong{
  display:block;
  color:#ef73a6;
}

.lk-founder-sec__content > p{
  margin:22px 0 0;
  color:#5c6675;
  font-size:16.5px;
  line-height:1.9;
}

.lk-founder-sec__list{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.lk-founder-sec__list div{
  position:relative;
  padding:16px 18px 16px 44px;
  border-radius:18px;
  background:#ffffff;
  border:1px solid rgba(31,128,190,.1);
  color:#344054;
  font-size:14.5px;
  line-height:1.5;
  font-weight:750;
  box-shadow:0 16px 45px rgba(24,34,48,.06);
}

.lk-founder-sec__list div:before{
  content:"";
  position:absolute;
  left:16px;
  top:19px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#1f80be;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.72);
}

.lk-founder-sec__quote{
  margin-top:30px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#ffffff;
  font-size:20px;
  line-height:1.65;
  font-weight:850;
  letter-spacing:-.025em;
  box-shadow:0 26px 75px rgba(31,128,190,.2);
}

@media(max-width:1024px){
  .lk-founder-sec{
    padding:90px 0;
  }

  .lk-founder-sec__container{
    grid-template-columns:1fr;
    gap:50px;
  }

  .lk-founder-sec__visual{
    max-width:620px;
    min-height:540px;
  }

  .lk-founder-sec__visual img{
    min-height:540px;
  }
}

@media(max-width:640px){
  .lk-founder-sec{
    padding:70px 0;
  }

  .lk-founder-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-founder-sec__visual{
    min-height:440px;
    border-radius:30px;
  }

  .lk-founder-sec__visual img{
    min-height:440px;
  }

  .lk-founder-sec__name{
    left:20px;
    right:20px;
    bottom:20px;
    padding:20px;
    border-radius:22px;
  }

  .lk-founder-sec__name h3{
    font-size:19px;
  }

  .lk-founder-sec__content h2{
    font-size:35px;
  }

  .lk-founder-sec__content > p{
    font-size:15.5px;
  }

  .lk-founder-sec__list{
    grid-template-columns:1fr;
  }

  .lk-founder-sec__quote{
    font-size:17px;
    padding:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e30c63 */.lk-review-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 18%,rgba(239,115,166,.12),transparent 32%),
    radial-gradient(circle at 88% 78%,rgba(31,128,190,.13),transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  color:#182230;
}

.lk-review-sec *{
  box-sizing:border-box;
}

.lk-review-sec__container{
  width:min(1220px,92%);
  margin:0 auto;
}

.lk-review-sec__head{
  max-width:860px;
  margin:0 auto 58px;
  text-align:center;
}

.lk-review-sec__head span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(239,115,166,.12);
  color:#ef73a6;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.lk-review-sec__head h2{
  margin:0;
  font-size:clamp(36px,4.7vw,62px);
  line-height:1.06;
  letter-spacing:-.06em;
  font-weight:950;
  color:#182230;
}

.lk-review-sec__head h2 strong{
  display:block;
  color:#1f80be;
}

.lk-review-sec__head p{
  max-width:720px;
  margin:22px auto 0;
  color:#5c6675;
  font-size:17px;
  line-height:1.85;
}

.lk-review-sec__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.lk-review-card{
  position:relative;
  min-height:360px;
  padding:38px 34px 32px;
  border-radius:34px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(31,128,190,.13);
  box-shadow:0 26px 80px rgba(24,34,48,.08);
  overflow:hidden;
  transition:.28s ease;
}

.lk-review-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(239,115,166,.08),rgba(31,128,190,.06));
  opacity:0;
  transition:.28s ease;
}

.lk-review-card:hover{
  transform:translateY(-8px);
  box-shadow:0 36px 100px rgba(24,34,48,.13);
}

.lk-review-card:hover:before{
  opacity:1;
}

.lk-review-card__quote{
  position:relative;
  z-index:2;
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(135deg,#ef73a6,#1f80be);
  color:#ffffff;
  font-size:54px;
  line-height:1;
  font-weight:900;
  margin-bottom:26px;
  box-shadow:0 18px 38px rgba(31,128,190,.18);
}

.lk-review-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#344054;
  font-size:16px;
  line-height:1.85;
  font-weight:650;
}

.lk-review-card__person{
  position:relative;
  z-index:2;
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid rgba(31,128,190,.13);
}

.lk-review-card__person h3{
  margin:0 0 7px;
  color:#182230;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.025em;
}

.lk-review-card__person span{
  display:block;
  color:#1f80be;
  font-size:13.5px;
  font-weight:800;
}

.lk-review-card--highlight{
  background:linear-gradient(135deg,#1f80be,#ef73a6);
  border:0;
  box-shadow:0 34px 100px rgba(31,128,190,.22);
}

.lk-review-card--highlight .lk-review-card__quote{
  background:rgba(255,255,255,.18);
  color:#ffffff;
  box-shadow:none;
}

.lk-review-card--highlight p,
.lk-review-card--highlight .lk-review-card__person h3,
.lk-review-card--highlight .lk-review-card__person span{
  color:#ffffff;
}

.lk-review-card--highlight .lk-review-card__person{
  border-top:1px solid rgba(255,255,255,.24);
}

@media(max-width:1024px){
  .lk-review-sec{
    padding:90px 0;
  }

  .lk-review-sec__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .lk-review-sec{
    padding:70px 0;
  }

  .lk-review-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-review-sec__head{
    text-align:left;
    margin-bottom:38px;
  }

  .lk-review-sec__head h2{
    font-size:35px;
  }

  .lk-review-sec__head p{
    font-size:15.5px;
  }

  .lk-review-sec__grid{
    grid-template-columns:1fr;
  }

  .lk-review-card{
    min-height:auto;
    padding:32px 26px 28px;
    border-radius:28px;
  }

  .lk-review-card__quote{
    width:52px;
    height:52px;
    font-size:48px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-543fea7 */.lk-faq-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 18%,rgba(31,128,190,.11),transparent 32%),
    radial-gradient(circle at 88% 80%,rgba(239,115,166,.12),transparent 34%),
    linear-gradient(135deg,#f3faff 0%,#ffffff 48%,#fff3f8 100%);
  color:#182230;
}

.lk-faq-sec *{
  box-sizing:border-box;
}

.lk-faq-sec__container{
  width:min(1220px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:flex-start;
}

.lk-faq-sec__left{
  position:sticky;
  top:120px;
}

.lk-faq-sec__left span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(31,128,190,.09);
  color:#1f80be;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.lk-faq-sec__left h2{
  margin:0;
  font-size:clamp(36px,4.8vw,62px);
  line-height:1.06;
  letter-spacing:-.06em;
  font-weight:950;
  color:#182230;
}

.lk-faq-sec__left h2 strong{
  display:block;
  color:#ef73a6;
}

.lk-faq-sec__left p{
  margin:22px 0 0;
  max-width:520px;
  color:#5c6675;
  font-size:16.5px;
  line-height:1.85;
}

.lk-faq-sec__left a{
  margin-top:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 28px;
  border-radius:999px;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#ffffff;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  box-shadow:0 20px 50px rgba(31,128,190,.25);
  transition:.25s ease;
}

.lk-faq-sec__left a:hover{
  transform:translateY(-3px);
}

.lk-faq-sec__right{
  display:grid;
  gap:16px;
}

.lk-faq-sec details{
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(31,128,190,.12);
  box-shadow:0 20px 60px rgba(24,34,48,.07);
  overflow:hidden;
}

.lk-faq-sec summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:24px 64px 24px 26px;
  color:#182230;
  font-size:18px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:-.025em;
}

.lk-faq-sec summary::-webkit-details-marker{
  display:none;
}

.lk-faq-sec summary:after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  width:34px;
  height:34px;
  transform:translateY(-50%);
  border-radius:50%;
  background:rgba(31,128,190,.09);
  color:#1f80be;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:600;
}

.lk-faq-sec details[open] summary:after{
  content:"−";
  background:rgba(239,115,166,.13);
  color:#ef73a6;
}

.lk-faq-sec details p{
  margin:0;
  padding:0 26px 26px;
  color:#5c6675;
  font-size:15.5px;
  line-height:1.85;
}

@media(max-width:1024px){
  .lk-faq-sec{
    padding:90px 0;
  }

  .lk-faq-sec__container{
    grid-template-columns:1fr;
    gap:45px;
  }

  .lk-faq-sec__left{
    position:relative;
    top:auto;
  }
}

@media(max-width:640px){
  .lk-faq-sec{
    padding:70px 0;
  }

  .lk-faq-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-faq-sec__left h2{
    font-size:35px;
  }

  .lk-faq-sec__left p{
    font-size:15.5px;
  }

  .lk-faq-sec__left a{
    width:100%;
  }

  .lk-faq-sec summary{
    font-size:16px;
    padding:22px 58px 22px 22px;
  }

  .lk-faq-sec details p{
    padding:0 22px 22px;
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9889a1f */.lk-register-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:linear-gradient(135deg,#1f80be 0%,#156ca5 100%);
  color:#ffffff;
}

.lk-register-sec *{
  box-sizing:border-box;
}

.lk-register-sec:before{
  content:"";
  position:absolute;
  right:-220px;
  top:-220px;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
}

.lk-register-sec:after{
  content:"";
  position:absolute;
  left:-180px;
  bottom:-220px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(239,115,166,.26);
}

.lk-register-sec__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.lk-register-sec__content > span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:22px;
}

.lk-register-sec__content h2{
  margin:0;
  max-width:850px;
  font-size:clamp(38px,5.4vw,72px);
  line-height:1.02;
  letter-spacing:-.07em;
  font-weight:950;
}

.lk-register-sec__content h2 strong{
  display:block;
  color:#ffd0e2;
}

.lk-register-sec__content p{
  max-width:700px;
  margin:24px 0 0;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.9;
}

.lk-register-sec__info{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.lk-register-sec__info div{
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.lk-register-sec__info small{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:750;
  margin-bottom:8px;
}

.lk-register-sec__info b{
  display:block;
  color:#ffffff;
  font-size:15px;
  line-height:1.45;
  font-weight:900;
}

.lk-register-sec__actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.lk-register-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.25s ease;
}

.lk-register-sec__btn--main{
  background:#ffffff;
  color:#1f80be;
  box-shadow:0 20px 55px rgba(24,34,48,.22);
}

.lk-register-sec__btn:hover{
  transform:translateY(-3px);
}

.lk-register-form{
  position:relative;
  padding:40px;
  border-radius:40px;
  background:rgba(255,255,255,.96);
  color:#182230;
  box-shadow:0 42px 120px rgba(24,34,48,.22);
  overflow:hidden;
}

.lk-register-form:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(31,128,190,.12);
}

.lk-register-form__tag{
  position:relative;
  z-index:2;
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(239,115,166,.13);
  color:#ef73a6;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.lk-register-form h3{
  position:relative;
  z-index:2;
  margin:20px 0 24px;
  color:#182230;
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:950;
}

.lk-register-form input,
.lk-register-form select,
.lk-register-form textarea{
  position:relative;
  z-index:2;
  width:100%;
  min-height:54px;
  margin-bottom:14px;
  border:1px solid rgba(31,128,190,.16);
  border-radius:18px;
  background:#ffffff;
  padding:0 17px;
  color:#182230;
  font-family:'Poppins',Arial,sans-serif;
  font-size:14.5px;
  outline:none;
  transition:.22s ease;
}

.lk-register-form textarea{
  min-height:110px;
  padding:16px 17px;
  resize:vertical;
}

.lk-register-form input::placeholder,
.lk-register-form textarea::placeholder{
  color:#98a2b3;
}

.lk-register-form input:focus,
.lk-register-form select:focus,
.lk-register-form textarea:focus{
  border-color:#1f80be;
  box-shadow:0 0 0 4px rgba(31,128,190,.1);
}

.lk-register-form__row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.lk-register-form button{
  position:relative;
  z-index:2;
  width:100%;
  min-height:58px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#ffffff;
  font-family:'Poppins',Arial,sans-serif;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 20px 50px rgba(31,128,190,.26);
  transition:.25s ease;
}

.lk-register-form button:hover{
  transform:translateY(-3px);
}

.lk-register-form p{
  position:relative;
  z-index:2;
  margin:16px 0 0;
  color:#5c6675;
  font-size:13.5px;
  line-height:1.65;
  text-align:center;
}

@media(max-width:1024px){
  .lk-register-sec{
    padding:90px 0;
  }

  .lk-register-sec__container{
    grid-template-columns:1fr;
    gap:48px;
  }

  .lk-register-sec__info{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .lk-register-sec{
    padding:70px 0;
  }

  .lk-register-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lk-register-sec__content h2{
    font-size:38px;
  }

  .lk-register-sec__content p{
    font-size:15.5px;
  }

  .lk-register-sec__actions{
    flex-direction:column;
  }

  .lk-register-sec__btn{
    width:100%;
  }

  .lk-register-form{
    padding:30px 24px;
    border-radius:30px;
  }

  .lk-register-form h3{
    font-size:28px;
  }

  .lk-register-form__row{
    grid-template-columns:1fr;
    gap:0;
  }
}/* End custom CSS */