#fw-section-hero-1738039615 {
--color-primary: #6495ed;
--color-primary-rgb: 100, 149, 237;
--color-background: #e6f0fb;
--color-background-rgb: 230, 240, 251;
--color-on-background: #FFFFFF;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #FFFFFF;
--color-background-brightness: 238;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #6495ed;
--primary-btn-text: #000000;
--primary-btn-border-color: #FFFFFF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #FFFFFF;
--secondary-btn-border-color: #FFFFFF;

}



#fw-section-footer {
--color-primary: #6495ed;
--color-primary-rgb: 100, 149, 237;
--color-background: #0a3d62;
--color-background-rgb: 10, 61, 98;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 50;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #6495ed;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
nav .footer__list-item:last-child {
  border-left: 1px solid #8e8e8e; /* Adjust the thickness, style, and color */
  padding-left: 10px; /* Adjust the spacing between the border and the text */
}

}

#fw-section-header {

nav .header__list-item:last-child {
  border-left: 1px solid #8e8e8e; /* Adjust the thickness, style, and color */
  padding-left: 10px; /* Adjust the spacing between the border and the text */
}

nav .header__list-item:first-child {
  border-right: 1px solid #8e8e8e; /* Adjust the thickness, style, and color */
  padding-right: 10px; /* Adjust the spacing between the border and the text */
}
}