#fw-section-links-list-90caf559-b7ea-4adf-b4f6-9918b4af7c12 {
--color-primary: #1b003a;
--color-primary-rgb: 27, 0, 58;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-primary: #c6f7ef;
--color-on-primary-rgb: 198, 247, 239;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #340069;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);

}





















#fw-section-video-with-text-b10c1123-07b6-441d-82ed-37988efc0e7e {

/* Target the video element directly */
video {
    max-width: 300px !important; /* Adjust this value to your desired video width */
    height: auto !important; /* Ensures the aspect ratio is maintained */
}
}
#fw-section-video-with-text-16c6e1ac-83fa-4040-8bce-cbc9c0038761 {

/* Target the video element directly */
video {
    max-width: 300px !important; /* Adjust this value to your desired video width */
    height: auto !important; /* Ensures the aspect ratio is maintained */
    display: block; /* Helps with centering if needed */
    margin: auto; /* Centers the video on the page */
}
}








#fw-section-image-with-text-0e5e606d-8b9a-4389-8757-8980606e437e {
--color-primary: #720683;
--color-primary-rgb: 114, 6, 131;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #f7efe2;
--color-on-background-rgb: 247, 239, 226;
--color-product-image-background: #340069;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);

}