/* Add custom CSS styles below */ 
/* =========================
   SECTION 1
========================= */

section:nth-of-type(1) {
  max-width: 100%;
  margin: 0;
  padding: 0PX;
  background-color: transparent;
}

section:nth-of-type(1) .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background-image: none;
}

section:nth-of-type(1) img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  background-color: transparent;
}
.\[background\:var\(--footer-bg\)\] {
    background: #2370A2;
}
.text-\[var\(--header-text\)\] {
    color: var(--header-text);
    color: #fff;
}
.\[background\:var\(--header-bg\)\] {
    background: #2370A2;
    color: #fff;
}