body,
html {
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 16px;
  background: #efefef;
}
main {
  box-sizing: border-box;
  width: 1000px;
  max-width: 100%;
  margin: 30px auto 30px auto;
  padding: 20px;
}
content {
  display: block;
}
.twocolumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.twocolumn > * {
  width: 50vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .twocolumn {
    display: block;
  }
  .twocolumn > * {
    width: 100%;
  }
}
h6 {
  font-size: calc(16px);
}
h5 {
  font-size: calc(17.6px);
}
h4 {
  font-size: calc(19.2px);
}
h3 {
  font-size: calc(22.4px);
}
h2 {
  font-size: calc(28.8px);
}
h1 {
  font-size: calc(38.4px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.02em;
}
a {
  transition: all 0.3s;
  color: #787c80;
}
a:hover {
  text-decoration: none;
}
.sf-dump {
  max-width: 1000px !important;
  margin: 0 auto 0 auto;
}
.mm22-navbar {
  color: #666666;
}
.mm22-navbar a {
  color: #555555;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.mm22-navbar a[href]:hover {
  text-decoration: underline;
}
.mm22-navbar .iconify {
  margin: 0 10px 0 10px;
  opacity: .5;
}
.mm22-pageheading-1 h1 {
  font-weight: 900;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .mm22-pageheading-1 h1 {
    font-size: 40px;
  }
}
.mm22-nextpage {
  display: block;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 200;
  color: white;
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0.5);
  margin: 20px auto 20px auto;
  cursor: pointer;
  transition: all 0.3s;
}
.mm22-nextpage:hover {
  background: black;
}
