.elementor-7412 .elementor-element.elementor-element-238fc77{--display:flex;}.elementor-7412 .elementor-element.elementor-element-238fc77:not(.elementor-motion-effects-element-type-background), .elementor-7412 .elementor-element.elementor-element-238fc77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}body.elementor-page-7412:not(.elementor-motion-effects-element-type-background), body.elementor-page-7412 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c96c679 );}body.elementor-page-7412{padding:0px 0px 0px 0px;}/* Start custom CSS */body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    text-align: center;
    padding: 50px;
}
.container {
    max-width: 600px;
    margin: auto;
}
h1 {
    color: #C8102E;
    font-weight: 600;
}
.button {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #C8102E;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
}
.button:hover {
    background-color: #a00d24;
}/* End custom CSS */