.header {
  background-color: #0A1425;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.header a {
  color: #ffffff;
}

.header .main-menu > ul > li > a {
  color: #ffffff;
}

.header .main-menu > ul > li.active > a {
  text-decoration: underline;
}

.header .logo img,
.header .logo-mobile img {
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
  max-height: 52px;
  height: auto;
}

.header .hamburger-inner,
.header .hamburger-inner::before,
.header .hamburger-inner::after {
  background: #ffffff;
}

.footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer .footer-logo img {
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  max-height: 40px;
  height: auto;
}

.contact-mail-box {
  margin: 20px 0 30px;
  padding: 24px;
  border: 1px solid rgba(10, 20, 37, 0.12);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.contact-mail-box .contact-mail-label {
  margin-bottom: 12px;
  font-weight: 600;
  color: #6c778a;
}

.contact-mail-box .button {
  display: inline-block;
}
