.elementor-2485 .elementor-element.elementor-element-64dee4f{--display:flex;--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;}/* Start custom CSS for html, class: .elementor-element-c0ed3b0 */* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header h1 {
    color: #2a5d9f;
    font-size: 36px;
    margin-bottom: 20px;
}

header p {
    font-size: 18px;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    color: #444;
    margin-top: 30px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    color: #2a5d9f;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

a {
    color: #2a5d9f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.term {
    margin-bottom: 40px;
}

footer {
    text-align: center;
    margin-top: 40px;
}

footer p {
    color: #999;
    font-size: 14px;
}/* End custom CSS */