
/* aNETomy service header v49.8 */
.service-header-v498{
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.service-header-v498-inner{
  width:100%;
  box-sizing:border-box;
  min-height:118px;
  padding:14px 38px 14px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.service-brand-v498{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}
.service-brand-v498 img{
  display:block;
  width:245px;
  max-width:34vw;
  height:auto;
  max-height:92px;
  object-fit:contain;
}
.service-back-v498{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:#fbf1ee;
  color:#a73f2d;
  border-radius:999px;
  padding:14px 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font:inherit;
  font-size:17px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(135,63,45,.10);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.service-back-v498:hover,
.service-back-v498:focus{
  background:#f7e7e2;
  color:#963522;
  box-shadow:0 10px 24px rgba(135,63,45,.16);
  transform:translateY(-1px);
  outline:none;
}
.service-back-v498:active{
  transform:translateY(0);
  box-shadow:0 5px 12px rgba(135,63,45,.10);
}
.service-back-v498-arrow{
  font-size:22px;
  line-height:1;
}
@media (max-width:700px){
  .service-header-v498-inner{
    min-height:82px;
    padding:10px 16px;
  }
  .service-brand-v498 img{
    width:175px;
    max-width:50vw;
    max-height:62px;
  }
  .service-back-v498{
    padding:11px 15px;
    font-size:15px;
    gap:7px;
  }
  .service-back-v498-arrow{
    font-size:19px;
  }
}
