.elementor-93 .elementor-element.elementor-element-f6273b7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-93 .elementor-element.elementor-element-1a1a37b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-93 .elementor-element.elementor-element-a1f0a0a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-93 .elementor-element.elementor-element-78029c8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-93 .elementor-element.elementor-element-cf15a86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f1a350c */.lkendiri-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background-image:url("https://lindungkasih.com.my/wp-content/uploads/2026/06/WhatsApp-Image-2025-10-24-at-14.22.39_0b3d11d0.jpg");
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  color:#ffffff;
}

.lkendiri-hero *{
  box-sizing:border-box;
}

.lkendiri-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    90deg,
    rgba(8,24,48,.94) 0%,
    rgba(8,24,48,.88) 38%,
    rgba(8,24,48,.55) 68%,
    rgba(8,24,48,.18) 100%
  );
}

.lkendiri-hero__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  min-height:100vh;
  margin:0 auto;
  display:flex;
  align-items:center;
  padding:160px 0 110px;
}

.lkendiri-hero__content{
  max-width:800px;
}

.lkendiri-hero__badge{
  display:inline-flex;
  align-items:center;
  padding:11px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.lkendiri-hero h1{
  margin:28px 0 0;
  max-width:860px;
  color:#ffffff;
  font-size:clamp(46px,6.8vw,90px);
  line-height:.98;
  letter-spacing:-.07em;
  font-weight:950;
}

.lkendiri-hero h1 span{
  display:block;
  color:#ef73a6;
}

.lkendiri-hero p{
  margin:28px 0 0;
  max-width:690px;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.9;
}

.lkendiri-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:38px;
}

.lkendiri-hero__btn{
  min-height:58px;
  padding:0 32px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.25s ease;
}

.lkendiri-hero__btn:hover{
  transform:translateY(-3px);
}

.lkendiri-hero__btn--primary{
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#ffffff;
  box-shadow:0 22px 55px rgba(31,128,190,.34);
}

.lkendiri-hero__btn--secondary{
  background:rgba(255,255,255,.13);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.lkendiri-hero__stats{
  margin-top:52px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:820px;
}

.lkendiri-hero__stats div{
  padding:24px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.lkendiri-hero__stats strong{
  display:block;
  color:#ffffff;
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:950;
}

.lkendiri-hero__stats span{
  display:block;
  margin-top:9px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.45;
  font-weight:750;
}

@media(max-width:1024px){
  .lkendiri-hero{
    background-position:center center;
  }

  .lkendiri-hero__overlay{
    background:linear-gradient(
      90deg,
      rgba(8,24,48,.95) 0%,
      rgba(8,24,48,.86) 55%,
      rgba(8,24,48,.45) 100%
    );
  }

  .lkendiri-hero__container{
    padding:140px 0 90px;
  }
}

@media(max-width:640px){
  .lkendiri-hero{
    min-height:auto;
    background-position:center top;
  }

  .lkendiri-hero__overlay{
    background:linear-gradient(
      180deg,
      rgba(8,24,48,.92) 0%,
      rgba(8,24,48,.88) 58%,
      rgba(8,24,48,.74) 100%
    );
  }

  .lkendiri-hero__container{
    width:min(100% - 30px,1220px);
    min-height:auto;
    padding:125px 0 70px;
  }

  .lkendiri-hero__badge{
    font-size:11px;
    padding:10px 14px;
  }

  .lkendiri-hero h1{
    font-size:44px;
    letter-spacing:-.055em;
  }

  .lkendiri-hero p{
    font-size:15.5px;
  }

  .lkendiri-hero__actions{
    flex-direction:column;
  }

  .lkendiri-hero__btn{
    width:100%;
  }

  .lkendiri-hero__stats{
    grid-template-columns:1fr;
    margin-top:38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c34bedf */.lkendiri-who-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(31,128,190,.1),transparent 34%),
    radial-gradient(circle at 88% 82%,rgba(239,115,166,.12),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f3faff 52%,#fff3f8 100%);
  color:#182230;
}

.lkendiri-who-sec *{
  box-sizing:border-box;
}

.lkendiri-who-sec__container{
  width:min(1220px,92%);
  margin:0 auto;
}

.lkendiri-who-sec__head{
  max-width:900px;
  margin:0 auto 60px;
  text-align:center;
}

.lkendiri-who-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;
}

.lkendiri-who-sec__head h2{
  margin:0;
  color:#182230;
  font-size:clamp(36px,4.8vw,64px);
  line-height:1.06;
  letter-spacing:-.065em;
  font-weight:950;
}

.lkendiri-who-sec__head h2 strong{
  display:block;
  color:#ef73a6;
}

.lkendiri-who-sec__head p{
  max-width:760px;
  margin:22px auto 0;
  color:#5c6675;
  font-size:17px;
  line-height:1.85;
}

.lkendiri-who-sec__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.lkendiri-who-card{
  overflow:hidden;
  border-radius:34px;
  background:#ffffff;
  border:1px solid rgba(31,128,190,.12);
  box-shadow:0 28px 85px rgba(24,34,48,.09);
  transition:.28s ease;
}

.lkendiri-who-card:hover{
  transform:translateY(-8px);
  box-shadow:0 38px 105px rgba(24,34,48,.13);
}

.lkendiri-who-card__media{
  height:250px;
  overflow:hidden;
  background:#f3faff;
}

.lkendiri-who-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.35s ease;
}

.lkendiri-who-card:hover .lkendiri-who-card__media img{
  transform:scale(1.04);
}

.lkendiri-who-card__body{
  padding:30px;
}

.lkendiri-who-card__body > span{
  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:15px;
  font-weight:950;
  margin-bottom:22px;
  box-shadow:0 18px 42px rgba(31,128,190,.22);
}

.lkendiri-who-card__body h3{
  margin:0;
  color:#182230;
  font-size:26px;
  line-height:1.18;
  letter-spacing:-.04em;
  font-weight:950;
}

.lkendiri-who-card__body p{
  margin:12px 0 0;
  color:#5c6675;
  font-size:15px;
  line-height:1.8;
}

.lkendiri-who-card--highlight .lkendiri-who-card__body > span{
  background:linear-gradient(135deg,#ef73a6,#ff9fc4);
  box-shadow:0 18px 42px rgba(239,115,166,.22);
}

@media(max-width:1024px){
  .lkendiri-who-sec{
    padding:90px 0;
  }

  .lkendiri-who-sec__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lkendiri-who-sec{
    padding:70px 0;
  }

  .lkendiri-who-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lkendiri-who-sec__head{
    text-align:left;
    margin-bottom:38px;
  }

  .lkendiri-who-sec__head h2{
    font-size:35px;
  }

  .lkendiri-who-sec__head p{
    font-size:15.5px;
  }

  .lkendiri-who-sec__grid{
    grid-template-columns:1fr;
  }

  .lkendiri-who-card__media{
    height:230px;
  }

  .lkendiri-who-card__body{
    padding:26px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4140725 */.lkendiri-risk-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:130px 0;
  overflow:hidden;
  background:#ffffff;
  font-family:'Poppins',sans-serif;
}

.lkendiri-risk-sec *{
  box-sizing:border-box;
}

.lkendiri-risk-sec__container{
  width:min(1220px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.lkendiri-risk-sec__left span{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(239,115,166,.12);
  color:#ef73a6;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lkendiri-risk-sec__left h2{
  margin:24px 0 0;
  color:#182230;
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  letter-spacing:-.06em;
  font-weight:950;
}

.lkendiri-risk-sec__left h2 strong{
  display:block;
  color:#1f80be;
}

.lkendiri-risk-sec__left p{
  margin:24px 0 0;
  color:#667085;
  font-size:17px;
  line-height:1.9;
}

.lkendiri-risk-sec__quote{
  margin-top:32px;
  padding:28px;
  border-radius:30px;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#fff;
  font-size:22px;
  font-weight:900;
  line-height:1.6;
  box-shadow:0 25px 70px rgba(31,128,190,.25);
}

.lkendiri-risk-sec__right{
  display:grid;
  gap:18px;
}

.lkendiri-risk-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:20px;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(31,128,190,.08);
  box-shadow:0 25px 70px rgba(24,34,48,.08);
}

.lkendiri-risk-card span{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#1f80be,#156ca5);
  color:#fff;
  font-size:16px;
  font-weight:900;
}

.lkendiri-risk-card h3{
  margin:0;
  color:#182230;
  font-size:24px;
  font-weight:900;
  line-height:1.25;
}

.lkendiri-risk-card p{
  margin:10px 0 0;
  color:#667085;
  font-size:15px;
  line-height:1.8;
}

.lkendiri-risk-card--highlight{
  background:linear-gradient(135deg,#ef73a6,#ff9fc4);
}

.lkendiri-risk-card--highlight h3,
.lkendiri-risk-card--highlight p{
  color:#fff;
}

.lkendiri-risk-card--highlight span{
  background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.2);
}

@media(max-width:1024px){

  .lkendiri-risk-sec{
    padding:90px 0;
  }

  .lkendiri-risk-sec__container{
    grid-template-columns:1fr;
  }

}

@media(max-width:640px){

  .lkendiri-risk-sec{
    padding:70px 0;
  }

  .lkendiri-risk-sec__left h2{
    font-size:38px;
  }

  .lkendiri-risk-card{
    grid-template-columns:1fr;
  }

  .lkendiri-risk-sec__quote{
    font-size:18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f3a88a */.lkendiri-benefit-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:130px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:linear-gradient(135deg,#071830 0%,#0b2344 50%,#123564 100%);
  color:#ffffff;
}

.lkendiri-benefit-sec *{
  box-sizing:border-box;
}

.lkendiri-benefit-sec:before{
  content:"";
  position:absolute;
  top:-200px;
  right:-200px;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}

.lkendiri-benefit-sec:after{
  content:"";
  position:absolute;
  left:-180px;
  bottom:-180px;
  width:450px;
  height:450px;
  border-radius:50%;
  background:rgba(239,115,166,.15);
}

.lkendiri-benefit-sec__container{
  position:relative;
  z-index:2;
  width:min(1220px,92%);
  margin:0 auto;
}

.lkendiri-benefit-sec__head{
  text-align:center;
  max-width:850px;
  margin:0 auto 70px;
}

.lkendiri-benefit-sec__head span{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#ffffff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lkendiri-benefit-sec__head h2{
  margin:24px 0 18px;
  color:#ffffff;
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  letter-spacing:-.06em;
  font-weight:950;
}

.lkendiri-benefit-sec__head h2 strong{
  display:block;
  color:#ef73a6;
}

.lkendiri-benefit-sec__head p{
  margin:0 auto;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.9;
}

.lkendiri-benefit-sec__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.lkendiri-benefit-card{
  min-height:230px;
  padding:34px;
  border-radius:30px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:.3s ease;
}

.lkendiri-benefit-card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.09);
}

.lkendiri-benefit-card h3{
  margin:0;
  color:#ffffff;
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.035em;
  font-weight:950;
}

.lkendiri-benefit-card p{
  margin:14px 0 0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.8;
}

.lkendiri-benefit-card--highlight{
  background:linear-gradient(135deg,#ef73a6,#ff9fc4);
  border-color:rgba(255,255,255,.2);
}

.lkendiri-benefit-card--highlight p{
  color:rgba(255,255,255,.9);
}

@media(max-width:1024px){
  .lkendiri-benefit-sec{
    padding:90px 0;
  }

  .lkendiri-benefit-sec__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lkendiri-benefit-sec{
    padding:70px 0;
  }

  .lkendiri-benefit-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lkendiri-benefit-sec__head{
    text-align:left;
    margin-bottom:42px;
  }

  .lkendiri-benefit-sec__head h2{
    font-size:38px;
  }

  .lkendiri-benefit-sec__head p{
    font-size:15.5px;
  }

  .lkendiri-benefit-sec__grid{
    grid-template-columns:1fr;
  }

  .lkendiri-benefit-card{
    min-height:auto;
    padding:28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8387dad */.lkendiri-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,#156ca5);
  color:#ffffff;
}

.lkendiri-register-sec *{
  box-sizing:border-box;
}

.lkendiri-register-sec:before{
  content:"";
  position:absolute;
  right:-220px;
  top:-220px;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
}

.lkendiri-register-sec:after{
  content:"";
  position:absolute;
  left:-180px;
  bottom:-220px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(239,115,166,.26);
}

.lkendiri-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;
}

.lkendiri-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;
}

.lkendiri-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;
}

.lkendiri-register-sec__content h2 strong{
  display:block;
  color:#ffd0e2;
}

.lkendiri-register-sec__content p{
  max-width:700px;
  margin:24px 0 0;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.9;
}

.lkendiri-register-sec__contact{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.lkendiri-register-sec__contact div{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.lkendiri-register-sec__contact small{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:750;
  margin-bottom:8px;
}

.lkendiri-register-sec__contact b{
  display:block;
  color:#ffffff;
  font-size:15.5px;
  line-height:1.45;
  font-weight:900;
}

.lkendiri-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;
}

.lkendiri-register-form:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(31,128,190,.12);
}

.lkendiri-register-form > span{
  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;
}

.lkendiri-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;
}

.lkendiri-register-form input,
.lkendiri-register-form select,
.lkendiri-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;
}

.lkendiri-register-form textarea{
  min-height:110px;
  padding:16px 17px;
  resize:vertical;
}

.lkendiri-register-form input::placeholder,
.lkendiri-register-form textarea::placeholder{
  color:#98a2b3;
}

.lkendiri-register-form input:focus,
.lkendiri-register-form select:focus,
.lkendiri-register-form textarea:focus{
  border-color:#1f80be;
  box-shadow:0 0 0 4px rgba(31,128,190,.1);
}

.lkendiri-register-form__row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.lkendiri-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;
}

.lkendiri-register-form button:hover{
  transform:translateY(-3px);
}

.lkendiri-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;
}

.lkendiri-register-form p a{
  color:#ef73a6;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:1024px){
  .lkendiri-register-sec{
    padding:90px 0;
  }

  .lkendiri-register-sec__container{
    grid-template-columns:1fr;
    gap:48px;
  }

  .lkendiri-register-sec__contact{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .lkendiri-register-sec{
    padding:70px 0;
  }

  .lkendiri-register-sec__container{
    width:min(100% - 30px,1220px);
  }

  .lkendiri-register-sec__content h2{
    font-size:38px;
  }

  .lkendiri-register-sec__content p{
    font-size:15.5px;
  }

  .lkendiri-register-form{
    padding:30px 24px;
    border-radius:30px;
  }

  .lkendiri-register-form h3{
    font-size:28px;
  }

  .lkendiri-register-form__row{
    grid-template-columns:1fr;
    gap:0;
  }
}/* End custom CSS */