
body {

    font-family: "Monda", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FDF8F0;

}

.bgBlue {
    background-color: #252F4C;
}


.alc {
    margin-bottom: 100px !important;
}

.bgPicture {
    background-size: cover;
    background-position: center;
    height: 100%;
    background-image: url("clip_path_group.png");
}

.bgPicture2 {
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow: hidden;
    background-image: url("clip_path_group.png");
}


.center {

    display: flex;
    justify-content: center;
    align-items: center;
}

.flag {
    display: flex;
    height: 20px;
}

.cta {
    display: inline-block;
    margin-top: 1em;
    padding: 0.75em 1.5em;
    background-color: #0077b6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}


#autocomplete-results {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    width: 50%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

a:link {
    text-decoration: none;
    color: black !important;
}

