.elementor-4125 .elementor-element.elementor-element-02b4638{padding:0px 0px 0px 0px;}.elementor-4125 .elementor-element.elementor-element-4331211 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-4125 .elementor-element.elementor-element-02b4638{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4125 .elementor-element.elementor-element-4331211 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6472a68 */.cw-ci-article-wrap{
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 60px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #24344d;
}

.cw-ci-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cw-ci-hero{
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #334A73 0%, #3f5b8f 100%);
  border-radius: 28px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(51,74,115,0.18);
  margin-bottom: 35px;
}

.cw-ci-hero:before{
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: rgba(255,238,102,0.14);
  border-radius: 50%;
}

.cw-ci-hero:after{
  content: "";
  position: absolute;
  bottom: -90px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.cw-ci-badge{
  display: inline-block;
  background: #FFEE66;
  color: #334A73;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.cw-ci-hero h1{
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 18px;
  position: relative;
  z-index: 2;
}

.cw-ci-hero p{
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.cw-ci-hero-actions{
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.cw-ci-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.cw-ci-btn-primary{
  background: #FFEE66;
  color: #334A73;
}

.cw-ci-btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,238,102,0.30);
}

.cw-ci-btn-secondary{
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.cw-ci-btn-secondary:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.18);
}

.cw-ci-grid{
  display: grid;
  grid-template-columns: 320px minmax(0,1fr);
  gap: 30px;
  align-items: start;
}

.cw-ci-sidebar{
  position: sticky;
  top: 100px;
}

.cw-ci-card{
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 50px rgba(18,38,63,0.08);
  border: 1px solid rgba(51,74,115,0.06);
}

.cw-ci-card + .cw-ci-card{
  margin-top: 24px;
}

.cw-ci-card h2,
.cw-ci-card h3{
  color: #334A73;
  margin-top: 0;
}

.cw-ci-toc-title{
  font-size: 22px;
  margin-bottom: 18px;
}

.cw-ci-toc{
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-ci-toc li{
  margin-bottom: 10px;
}

.cw-ci-toc a{
  display: block;
  text-decoration: none;
  color: #334A73;
  background: #f7f9fd;
  border: 1px solid #e9eef7;
  padding: 12px 14px;
  border-radius: 16px;
  line-height: 1.5;
  font-weight: 600;
  transition: all 0.25s ease;
}

.cw-ci-toc a:hover{
  background: #FFEE66;
  border-color: #FFEE66;
  color: #334A73;
  transform: translateX(4px);
}

.cw-ci-mini-box{
  background: linear-gradient(135deg, #fffceb 0%, #ffffff 100%);
  border: 1px solid rgba(255,238,102,0.55);
  border-radius: 20px;
  padding: 18px;
}

.cw-ci-mini-box p{
  margin: 0;
  line-height: 1.75;
  color: #4c5d78;
}

.cw-ci-main{
  min-width: 0;
}

.cw-ci-content{
  background: #ffffff;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 55px rgba(18,38,63,0.08);
  border: 1px solid rgba(51,74,115,0.06);
}

.cw-ci-content h2{
  font-size: 30px;
  line-height: 1.3;
  color: #334A73;
  margin: 50px 0 16px;
  padding-left: 16px;
  position: relative;
}

.cw-ci-content h2:first-of-type{
  margin-top: 0;
}

.cw-ci-content h2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: calc(100% - 14px);
  background: #FFEE66;
  border-radius: 99px;
}

.cw-ci-content h3{
  font-size: 22px;
  color: #334A73;
  margin: 28px 0 12px;
}

.cw-ci-content p{
  font-size: 17px;
  line-height: 1.95;
  color: #42536f;
  margin: 0 0 18px;
}

.cw-ci-content ul,
.cw-ci-content ol{
  margin: 0 0 22px 0;
  padding-left: 22px;
}

.cw-ci-content li{
  margin-bottom: 10px;
  line-height: 1.85;
  color: #42536f;
}

.cw-ci-highlight{
  background: linear-gradient(135deg, rgba(255,238,102,0.18) 0%, rgba(255,238,102,0.08) 100%);
  border: 1px solid rgba(255,238,102,0.55);
  border-radius: 22px;
  padding: 22px;
  margin: 26px 0;
}

.cw-ci-highlight strong{
  color: #334A73;
}

.cw-ci-note{
  border-left: 4px solid #FFEE66;
  background: #fbfcff;
  padding: 18px 18px 18px 20px;
  border-radius: 0 18px 18px 0;
  margin: 24px 0;
}

.cw-ci-stat-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin: 28px 0 12px;
}

.cw-ci-stat{
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e8eef8;
  border-radius: 22px;
  padding: 24px;
  text-align: center;
}

.cw-ci-stat-number{
  font-size: 32px;
  font-weight: 800;
  color: #334A73;
  margin-bottom: 6px;
}

.cw-ci-stat-label{
  font-size: 15px;
  color: #5e6f89;
  line-height: 1.6;
}

.cw-ci-steps{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin-top: 24px;
}

.cw-ci-step{
  background: #f8fbff;
  border: 1px solid #e5edf8;
  border-radius: 22px;
  padding: 22px;
}

.cw-ci-step-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cw-ci-step-num{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #334A73;
  color: #ffffff;
  font-weight: 800;
  flex-shrink: 0;
}

.cw-ci-step h3{
  margin: 0;
  font-size: 19px;
}

.cw-ci-link{
  color: #334A73;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(51,74,115,0.20);
}

.cw-ci-link:hover{
  color: #334A73;
  border-bottom-color: #334A73;
}

.cw-ci-cta{
  margin-top: 40px;
  background: linear-gradient(135deg, #334A73 0%, #415c8c 100%);
  border-radius: 28px;
  padding: 36px;
  text-align: center;
  box-shadow: 0 18px 55px rgba(51,74,115,0.20);
}

.cw-ci-cta h2{
  color: #ffffff;
  margin: 0 0 12px;
  padding-left: 0;
}

.cw-ci-cta h2:before{
  display: none;
}

.cw-ci-cta p{
  color: rgba(255,255,255,0.92);
  max-width: 760px;
  margin: 0 auto 24px;
}

.cw-ci-seo-box{
  margin-top: 26px;
  padding: 24px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e8eef8;
}

.cw-ci-seo-box h3{
  margin-top: 0;
}

.cw-article-image{
margin:60px 0;
display:flex;
justify-content:center;
}

.cw-article-image figure{
max-width:600px;
text-align:center;
background:#ffffff;
border-radius:18px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
transition:all 0.3s ease;
}

.cw-article-image figure:hover{
transform:translateY(-5px);
box-shadow:0 30px 80px rgba(0,0,0,0.12);
}

.cw-article-image img{
width:100%;
height:auto;
display:block;
}

.cw-article-image figcaption{
padding:18px 24px;
font-size:15px;
line-height:1.6;
color:#555;
background:#f8fafc;
border-top:1px solid #eee;
}

@media (max-width:768px){

.cw-article-image{
margin:40px 0;
}

.cw-article-image figcaption{
font-size:14px;
}

}

@media (max-width: 991px){
  .cw-ci-grid{
    grid-template-columns: 1fr;
  }

  .cw-ci-sidebar{
    position: static;
  }

  .cw-ci-hero{
    padding: 38px 24px;
  }

  .cw-ci-hero h1{
    font-size: 32px;
  }

  .cw-ci-content{
    padding: 26px 22px;
  }

  .cw-ci-stat-grid,
  .cw-ci-steps{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .cw-ci-article-wrap{
    padding: 40px 0;
  }

  .cw-ci-hero h1{
    font-size: 28px;
  }

  .cw-ci-hero p,
  .cw-ci-content p,
  .cw-ci-content li{
    font-size: 16px;
  }

  .cw-ci-content h2{
    font-size: 25px;
  }

  .cw-ci-card,
  .cw-ci-cta{
    padding: 24px 20px;
  }

  .cw-ci-hero-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .cw-ci-btn{
    width: 100%;
  }
}/* End custom CSS */