#fw-section-custom-html-9fc937c1-6b90-42bc-88f0-2b74539086ab {
--color-primary: #FF9A9A;
--color-primary-rgb: 255, 154, 154;
--color-background: #e9b81e;
--color-background-rgb: 233, 184, 30;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #333333;
--color-on-background-rgb: 51, 51, 51;
--color-product-image-background: #333333;
--color-background-brightness: 181;
background-color: var(--color-background);
color: var(--color-on-background);
.iframe-container {
    text-align: center; /* Fallback for older browsers and general centering */
}

iframe {
    display: block; /* Important: sets the iframe as a block-level element */
    width: 90%;     /* Define a width (e.g., 80% or a fixed pixel value) */
    height: 900px;  /* Define a height */
    margin: auto;   /* Automatically sets equal left/right margins */
}

}









#fw-section-custom-html-6e9fa726-0b09-4b9a-8e8c-2bd468bab5c5 {
--color-primary: #FF9A9A;
--color-primary-rgb: 255, 154, 154;
--color-background: #f8f8d9;
--color-background-rgb: 248, 248, 217;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #333333;
--color-on-background-rgb: 51, 51, 51;
--color-product-image-background: #333333;
--color-background-brightness: 244;
background-color: var(--color-background);
color: var(--color-on-background);
.iframe-container {
    text-align: center; /* Fallback for older browsers and general centering */
}

iframe {
    display: block; /* Important: sets the iframe as a block-level element */
    width: 90%;     /* Define a width (e.g., 80% or a fixed pixel value) */
    height: 700px;  /* Define a height */
    margin: auto;   /* Automatically sets equal left/right margins */
}

}