.elementor-6692 .elementor-element.elementor-element-cea7d9f{--display:flex;--min-height:80px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6692 .elementor-element.elementor-element-cea7d9f:not(.elementor-motion-effects-element-type-background), .elementor-6692 .elementor-element.elementor-element-cea7d9f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-6692 .elementor-element.elementor-element-34c8f3c{--spacer-size:80px;}.elementor-6692 .elementor-element.elementor-element-700beb2{--display:flex;}.elementor-6692 .elementor-element.elementor-element-ea4faf9{--display:flex;}body.elementor-page-6692:not(.elementor-motion-effects-element-type-background), body.elementor-page-6692 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}@media(max-width:1440px){.elementor-6692 .elementor-element.elementor-element-cea7d9f{--min-height:205px;--margin-top:-205px;--margin-bottom:0px;--margin-left:0px;--margin-right: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 */