#fw-section-hero-1750926918 {
--color-primary: #e4e4e4;
--color-primary-rgb: 228, 228, 228;
--color-background: #121212;
--color-background-rgb: 18, 18, 18;
--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: 18;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #e4e4e4;
--primary-btn-text: #000000;
--primary-btn-border-color: #FFFFFF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #FFFFFF;
--secondary-btn-border-color: #FFFFFF;

}






#fw-section-custom-html-6eeb6fd4-a4a1-4542-9f98-7f60abdef3d3 {

.embed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This is the magic number for 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}