@font-face {
  font-family: "EXO2";
  font-display: swap;
  src: url("/fonts/Exo2-Bold.woff") format("woff"), url("/fonts/Exo2-Bold.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
#content {
  padding: 70px 0 50px;
  color: #1c2273;
  font-family: "Montserrat", sans-serif;
}
#content > .container {
  max-width: 100%;
}
@media (min-width: 1250px) {
  #content > .container {
    max-width: 1250px;
  }
}
.layout_mod #header .outerMenu .checkbox-toggle {
  top: -3px;
}

