#fw-section-custom-html-0f31c0fb-f0f9-45bd-a839-0e81864a8855 {
--color-primary: #18839d;
--color-primary-rgb: 24, 131, 157;
--color-background: #f8f9fa;
--color-background-rgb: 248, 249, 250;
--color-on-primary: #f8f9fa;
--color-on-primary-rgb: 248, 249, 250;
--color-on-background: #0a0f14;
--color-on-background-rgb: 10, 15, 20;
--color-product-image-background: #0a0f14;
--color-background-brightness: 249;
background-color: var(--color-background);
color: var(--color-on-background);

}







#fw-section-header {
--color-primary: #18839d;
--color-primary-rgb: 24, 131, 157;
--color-background: #18839d;
--color-background-rgb: 24, 131, 157;
--color-on-primary: #f8f9fa;
--color-on-primary-rgb: 248, 249, 250;
--color-on-background: #f8f9fa;
--color-on-background-rgb: 248, 249, 250;
--color-product-image-background: #f8f9fa;
--color-background-brightness: 102;
background-color: var(--color-background);
color: var(--color-on-background);
.header__logo-image {
  width: 400px !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 120px !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  display: block;
  margin: 0 auto;
  border: none;
}

@media only screen and (max-width: 767px) {
  .header__logo-image {
    margin-top: 24px;
    max-height: 70px !important;
  }
}


}