.elementor-124566 .elementor-element.elementor-element-5c3c770{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124566 .elementor-element.elementor-element-5c3c770.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-124566 .elementor-element.elementor-element-9aa2e50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-124566 .elementor-element.elementor-element-5c3c770{--width:101.034%;}}/* Start custom CSS for container, class: .elementor-element-5c3c770 */<style>
* { box-sizing: border-box; }
body { margin:0;font-family:Arial, Helvetica, sans-serif;color:#1e293b;background:#f6f8fc; }
.co-wrap{max-width:1200px;margin:auto;padding:0 20px;}
.co-section{padding:56px 0;}
h1{font-size:44px;color:#163d7a;margin-bottom:20px;line-height:1.15;}
h2{font-size:32px;color:#163d7a;text-align:center;margin-bottom:20px;line-height:1.2;}
h3{font-size:24px;color:#163d7a;margin:0 0 12px;line-height:1.2;}
.co-lead{font-size:18px;color:#44546a;margin-bottom:20px;line-height:1.7;}
.co-center-lead{
  max-width:860px;
  margin:0 auto 26px;
  text-align:center;
  color:#55657d;
  font-size:17px;
  line-height:1.7;
}
.co-btn{
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  display:inline-block;
}
.co-btn-alt{background:#1d4f91;color:#fff;}
.co-btn-alt:hover{background:#153e72;color:#fff;}

.co-hero{
  background:linear-gradient(135deg,#eef5ff 0%, #f7fbff 55%, #edf4fc 100%);
}
.co-hero-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}
.co-badge{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbe7f6;
  color:#1d4f91;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}
.co-hero-img{
  position:relative;
  height:360px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #dce8f7;
  background:
    linear-gradient(to right, rgba(255,255,255,0.92), rgba(255,255,255,0.25) 45%, rgba(255,255,255,0.08) 75%),
    linear-gradient(135deg,#eef5ff 0%, #f8fbff 55%, #e8f1fb 100%);
}
.co-hero-img::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%, rgba(29,79,145,0.08) 0, rgba(29,79,145,0.08) 70px, transparent 71px),
    radial-gradient(circle at 82% 22%, rgba(243,146,28,0.08) 0, rgba(243,146,28,0.08) 60px, transparent 61px),
    linear-gradient(transparent 0%, transparent 100%);
}
.co-hero-cross{
  position:absolute;
  left:42px;
  top:38px;
  width:72px;
  height:72px;
  opacity:.18;
}
.co-hero-cross::before,
.co-hero-cross::after{
  content:"";
  position:absolute;
  background:#1d4f91;
  border-radius:8px;
}
.co-hero-cross::before{
  width:72px;
  height:20px;
  top:26px;
  left:0;
}
.co-hero-cross::after{
  width:20px;
  height:72px;
  top:0;
  left:26px;
}
.co-hero-stetho{
  position:absolute;
  right:36px;
  top:26px;
  color:#1d4f91;
  opacity:.16;
  font-size:68px;
  font-weight:700;
}
.co-hero-machine{
  position:absolute;
  right:20px;
  bottom:10px;
  width:72%;
  max-width:430px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 24px rgba(21,62,114,0.16));
}

.co-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.co-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.co-card{
  background:#fff;
  padding:22px;
  border-radius:16px;
  text-align:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
  border:1px solid #e4edf8;
}
.co-card h3{font-size:22px;margin-bottom:10px;}
.co-card p{margin:0;color:#5a6a81;line-height:1.6;}
.co-card-number{
  width:48px;
  height:48px;
  margin:0 auto 16px;
  border-radius:14px;
  background:#edf5ff;
  color:#1d4f91;
  font-size:24px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}

.co-products{background:#eef4fb;}
.co-product{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  height:100%;
  border:1px solid #e4edf8;
}
.co-product img{
  width:100%;
  height:220px;
  object-fit:contain;
  background:#f7fbff;
  padding:20px;
  border-bottom:1px solid #e5edf8;
}
.co-product-body{
  padding:20px;
  display:flex;
  flex-direction:column;
  height:100%;
}
.co-product-body p{
  margin:0;
  color:#5a6a81;
  line-height:1.7;
}
.co-product-body a{
  display:inline-block;
  margin-top:18px;
  background:#1d4f91;
  color:#fff;
  padding:12px 18px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  text-align:center;
}
.co-product-body a:hover{
  background:#153e72;
  color:#fff;
}

.co-why{
  background:#f7fbff;
}
.co-why-box{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.co-why-item{
  background:#fff;
  border:1px solid #e4edf8;
  border-radius:18px;
  padding:24px;
  box-shadow:0 6px 20px rgba(0,0,0,0.05);
}
.co-why-item p{
  margin:0;
  color:#5a6a81;
  line-height:1.7;
}
.co-why-icon{
  width:54px;
  height:54px;
  margin-bottom:16px;
  border-radius:16px;
  background:#edf5ff;
  color:#1d4f91;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
}

@media(max-width:900px){
  .co-hero-box,.co-grid-4,.co-grid-3,.co-why-box{grid-template-columns:1fr;}
  .co-hero-machine{width:78%;max-width:360px;}
}
</style>/* End custom CSS */