.c2-minimal-footer {
  width: 100%;
  background-color: #EAF0F6;
  color: #110082;
  font-family: "Montserrat", sans-serif !important;
}
.c2-minimal-footer * {
  font-family: "Montserrat", sans-serif !important;
}
.c2-minimal-footer {
  padding: 60px 0 50px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.c2-minimal-footer__watermark {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  width: 360px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c2-minimal-footer__watermark {
    width: 260px;
    opacity: 0.5;
  }
}
.c2-minimal-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .c2-minimal-footer__container {
    padding: 0 24px;
  }
}
.c2-minimal-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 36px;
}
@media (max-width: 640px) {
  .c2-minimal-footer__nav {
    gap: 16px 20px;
    margin-bottom: 28px;
  }
}
.c2-minimal-footer__link {
  font-size: 12px;
  font-weight: 700;
  color: #110082;
  text-decoration: none;
  transition: color 0.3s ease;
}
.c2-minimal-footer__link:hover {
  color: #0033FF;
}
.c2-minimal-footer__logo-row {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}
.c2-minimal-footer__logo-image {
  display: block;
  height: auto;
  width: 130px;
}
.c2-minimal-footer__copyright {
  font-size: 10px;
  font-weight: 600;
  color: #110082;
  margin: 0;
  text-align: center;
  opacity: 0.95;
}