p, li {
 padding-bottom:10px; 
}

.z10 {
 z-index:10; 
}

#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {
    margin-bottom: -1px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.footer-contact li {
  text-align: center;
  width:100%;
}

@media (min-width: 769px) {
  .footer-contact li {
    flex: 1;
    width:auto;
  }
}

@media (min-width: 1025px) {
  header.header .ba-section .vh50 .ba-grid-column {
    min-height:50vh !important;
  }
  header.header .ba-section .vh33 .ba-grid-column {
    min-height:33vh !important;
  }
}

@media (max-width: 768px) {
  .content-text:has(table.teamlist) {
		width:100%;
    overflow-x:scroll;
  }
}

table.teamlist {
   border:none;
    border-collapse:collapse;
    border-spacing:0;
    clear:both;
    table-layout:auto;
    width:100%;
}

table.teamlist th{background-color:#E6EEEE;border:1px solid #FFF;padding:4px}
table.teamlist td{border:1px solid #DDD;color:#3D3D3D;padding:4px;vertical-align:top}
table.teamlist .even td{background-color:#FFF}
table.teamlist .odd td{background-color:#F0F0F6}