:root{
  --atom-blue:#0066cc;
  --atom-cyan:#12aaeb;
  --atom-ink:#0b3455;
  --atom-text:#243f55;
  --atom-muted:#607789;
  --atom-line:#c9dbe6;
  --atom-soft:#eef8fc;
}

#ppu557380{
  float:none!important;
  display:block!important;
  clear:both!important;
  width:997px!important;
  margin:40px auto 0!important;
  padding:0!important;
}

#ppu557380>.atom-content~*{display:none!important}

.atom-content{
  width:100%;
  padding:0 0 58px;
  color:var(--atom-text);
  font-family:"Leelawadee UI",Tahoma,Arial,sans-serif;
  font-size:16px;
  line-height:1.72;
  letter-spacing:0;
  box-sizing:border-box;
}

.atom-content *{box-sizing:border-box}
.atom-content img{display:block;max-width:100%;height:auto}
.atom-content h1,
.atom-content h2,
.atom-content h3,
.atom-content h4,
.atom-content p{margin-top:0}

.atom-page-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
}

.atom-page-title span{
  width:28px;
  height:28px;
  flex:0 0 28px;
  background:var(--atom-blue);
  border-radius:50%;
  position:relative;
  color:transparent;
}

.atom-page-title span:after{
  content:"";
  position:absolute;
  left:9px;
  top:7px;
  width:9px;
  height:9px;
  border-top:4px solid #fff;
  border-right:4px solid #fff;
  transform:rotate(45deg);
}

.atom-page-title h1{
  margin:0;
  color:var(--atom-blue);
  font-size:22px;
  line-height:1.35;
  font-weight:700;
}

.atom-hero{
  position:relative;
  height:400px;
  overflow:hidden;
  border:1px solid #e0e0e0;
  background:#f7f7f7;
}

.atom-family-image{
  width:100%;
  height:400px!important;
  object-fit:cover;
}

.atom-brand{
  position:absolute;
  top:34px;
  right:33px;
  width:162px;
}

.atom-hero-overlay{display:none!important}

.atom-overview{
  margin:0;
  padding:11px 13px 12px;
  border:1px solid #bcbcbc;
  border-top:0;
  background:#fff;
}

.atom-overview p{
  margin:0;
  color:#12324d;
  font-size:14px;
  line-height:1.66;
}

.atom-overview strong{color:#f00000}
.atom-overview b{color:var(--atom-blue)}
.atom-actions{display:none!important}

.atom-why{
  display:grid;
  grid-template-columns:292px 1fr;
  gap:22px;
  margin:20px 0 34px;
  align-items:start;
  border-bottom:1px solid var(--atom-line);
  padding-bottom:22px;
}

.atom-why-image{
  border:1px solid #d9e3e8;
  background:#f5fbfd;
}

.atom-why-image img{
  width:100%;
  height:195px!important;
  object-fit:cover;
}

.atom-why-copy{padding-top:4px}
.atom-kicker{display:none}

.atom-why h2{
  margin:0 0 11px;
  color:#e60012;
  font-size:20px;
  line-height:1.35;
  font-weight:700;
}

.atom-why h2 strong{color:var(--atom-blue)}

.atom-benefits{
  display:block;
}

.atom-benefits article{
  display:flex;
  gap:9px;
  padding:0 0 7px;
  margin:0 0 7px;
  border:0;
  border-bottom:1px dotted #cfdce4;
  background:transparent;
}

.atom-benefits article:last-child{border-bottom:0;margin-bottom:0}

.atom-benefits b{
  display:block;
  width:19px;
  min-width:19px;
  height:19px;
  border-radius:50%;
  background:var(--atom-cyan);
  color:#fff;
  font-size:0;
  margin-top:4px;
}

.atom-benefits b:after{
  content:"";
  display:block;
  width:6px;
  height:6px;
  margin:6px auto 0;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}

.atom-benefits h3{
  margin:0 0 1px;
  color:#003d73;
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}

.atom-benefits p{
  margin:0;
  color:#3d5669;
  font-size:13px;
  line-height:1.55;
}

.atom-products{
  margin:0;
  padding:0;
  background:#fff;
}

.atom-products>header{
  display:block;
  margin:0 0 12px;
  padding:7px 10px;
  background:var(--atom-blue);
}

.atom-products>header h2{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.45;
  font-weight:700;
}

.atom-products>header p{display:none}

.atom-product,
.atom-product.featured,
.atom-product-grid .atom-product{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:22px;
  margin:0;
  padding:18px 0;
  border:0;
  border-bottom:1px solid var(--atom-line);
  border-radius:0;
  background:#fff;
  overflow:visible;
}

.atom-product-grid{
  display:block;
}

.atom-product-image,
.atom-product-grid .atom-product-image{
  min-height:0;
  height:auto;
  padding:0;
  background:#fff;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.atom-product-image img{
  width:auto;
  max-width:285px;
  max-height:230px;
  object-fit:contain;
  mix-blend-mode:normal;
}

.atom-product-copy,
.atom-product-grid .atom-product-copy{
  padding:2px 10px 0 0;
}

.atom-label{display:none}

.atom-product h3{
  margin:0 0 7px;
  color:var(--atom-blue);
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.atom-product h4{
  margin:0 0 9px;
  color:#003b70;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

.atom-product p,
.atom-product li{
  color:#15344c;
  font-size:14px;
  line-height:1.58;
}

.atom-product p{margin-bottom:9px}
.atom-product ul{margin:0;padding-left:18px}
.atom-product li{padding-left:2px}

.atom-service{
  margin:26px 0 0;
  padding:18px 20px;
  border:1px solid var(--atom-line);
  border-left:5px solid var(--atom-cyan);
  background:#f6fbfe;
  color:var(--atom-text);
}

.atom-service{
  display:block;
}

.atom-service h2{
  margin:0 0 5px;
  color:#003d73;
  font-size:18px;
  line-height:1.45;
}

.atom-service p{
  margin:0 0 12px;
  color:#2f4c61;
  font-size:14px;
}

.atom-service ol{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  list-style:none;
  margin:0;
  padding:0;
}

.atom-service li{
  display:block;
  padding:0;
  border:0;
  background:transparent;
}

.atom-service li>b{
  display:none;
}

.atom-service li span{
  display:block;
  color:#405c70;
  font-size:13px;
  line-height:1.55;
}

.atom-service li strong{
  display:block;
  color:var(--atom-blue);
  font-size:14px;
  margin-bottom:2px;
}

.atom-contact{display:none!important}

@media(max-width:1170px){
  #ppu557380{width:92%!important}
}

@media(max-width:800px){
  #ppu557380{width:94%!important;margin-top:28px!important}
  .atom-page-title h1{font-size:19px}
  .atom-hero,
  .atom-family-image{height:310px!important}
  .atom-brand{width:120px;right:20px;top:22px}
  .atom-why,
  .atom-product,
  .atom-product.featured,
  .atom-product-grid .atom-product{
    grid-template-columns:1fr;
  }
  .atom-why-image img{height:auto!important}
  .atom-product-image{justify-content:flex-start}
  .atom-service ol{grid-template-columns:1fr}
}

@media(max-width:520px){
  .atom-content{font-size:15px;padding-bottom:34px}
  .atom-page-title{align-items:flex-start}
  .atom-page-title h1{font-size:17px}
  .atom-page-title span{width:24px;height:24px;flex-basis:24px}
  .atom-page-title span:after{left:7px;top:6px;width:8px;height:8px;border-width:3px}
  .atom-hero,
  .atom-family-image{height:235px!important}
  .atom-brand{width:90px;right:14px;top:15px}
  .atom-overview p,
  .atom-product p,
  .atom-product li{font-size:13px}
  .atom-product{gap:12px}
  .atom-product-image img{max-width:220px;max-height:190px}
}
