<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.man-run-mnl .section {
  padding: 2rem 1.5rem !important;
}

.community {
  padding-top: 2rem;
}

.fullscreen-flex {
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-flex-2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-flex .section, .fullscreen-flex-2 .section {
  flex-grow: 1;
}

.man-run-mnl h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.man-run-mnl p {
  margin: 1.15rem 0;
  font-family: 'Montserrat', 'Segoe UI', sans-serif !important;
  font-size: 1.1rem;
}

.primary-bg {
  background-color: #ee2e24;
  margin: 0 -1.25rem;
}

.introduction-box {
  font-size: 1rem;
  padding: 2rem 1.25rem;
}

.side-logos {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.side-logos img {
  width: 200px;
}

.manifesto {
  color: #1f1f1f;
}

.manifesto h1 &gt; span {
  color: #ee2e24 !important;
  font-weight: 700;
  font-size: 1.8rem;
}

.manifesto .title &gt; span {
  color: #ee2e24 !important;
}

.manifesto p &gt; span {
  font-weight: 500;
}

.join-us {
  background-color: #ee2e24;
}

.community.section .image-wrapper {
  max-width: 400px;
}

.community.section img {
  border-radius: 25px;
}

.community.section h2,
.community.section h2 &gt; a {
  color: #ee2e24;
  font-weight: 800;
  font-size: 1.5rem;
}

.community.section h2 &gt; a {
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .fullscreen-flex {
    padding-top: 2rem;
  }
}

.header {
  position: relative;
  height: calc(100vh - 5rem);
  width: 100%;
}

.background-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.background-blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #ee2e24;
}

.background-blur::after {
  content: '';
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* backdrop-filter: blur(10px); */
}

.banner-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}</pre></body></html>