#d2599364 {
    background-image: url(/en/files/01_Header_tcm138-2594387.jpg);
    background-position: center;
    background-size: cover;
}


#d2599364 .hero_img_banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: cover;
}

#d2599365,
#d2599367 {
    background: #14b8ed;
    overflow: hidden;
}

#d2599365 .center_copy {
    font-size: 18px;
    color: #fff;
    margin: 20px auto 10px auto;
    padding: 10px;
    max-width: 50%;
}

#d2599366 .mid_content_block {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    margin: 20px 0; 
}

#d2599367 .press_block_bg {
    margin: 20px 0 40px 0;
}

#d2599367 .h3_basic {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1;
    font-family: Oswald,'Lucida Grande',sans-serif;
}

#d2599367 .flex_wrapper {
    max-width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 30px 0px 30px;
}

#d2599367 .flx_50 {
    padding: 10px;
    color: #fff;
    flex: 50%;
    align-self: center;
}

#d2599367 .flx_50 img {
    border-radius: 30px;
    max-width: 100%;
    padding: 10px;
}

#d2599363 .center_copy,
#d2599366 .center_copy {
    max-width: 50%;
    margin: 20px auto 10px auto;
    padding: 10px;
}

#d2599363 table {
    border-collapse: collapse;
    width: 100%;
}

#d2599363 .table_wrapper td {
    padding: 8px;
}

#d2599363 .table_wrapper td:nth-child(odd) {
    font-weight: bold;
}

#d2599363 .table_wrapper tr:nth-child(even) {
    background: #ddd;
}

@media (max-width: 1200px) {
    #d2599363 .center_copy,
    #d2599365 .center_copy,
    #d2599366 .center_copy {
        max-width: 70%;
    }
}

@media (max-width: 900px) {
    #d2599367 .flex_wrapper {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    #d2599367 .flex_wrapper {
        padding-top: 0;
    }

    #d2599367 .flx_50 {
        flex: 100%;
    }
    
    #d2599363 .center_copy,
    #d2599365 .center_copy,
    #d2599366 .center_copy {
        max-width: 100%; 
    }
}

@media (max-width: 700px) {
    #d2599364 .hero_img_banner {
        height: 30vh;
    }
}