#moduform__careers {
  padding-top: 2.5rem;
  margin-left: var(--logo-x-padding) !important;
  margin-right: var(--logo-x-padding) !important;
}
#moduform__careers #career-header {
  margin-bottom: 4rem;
}
#moduform__careers #career-header h1 {
  font-family: "ModuSans Semibold", sans-serif;
  font-weight: normal;
  font-size: 6rem;
  color: black;
  margin-bottom: 0;
}
#moduform__careers #career-header h2 {
  font-family: "Carbona", sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
#moduform__careers h2 {
  font-family: "Carbona", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: black;
}
#moduform__careers h3 {
  font-family: "Carbona", sans-serif;
  font-size: 2.25rem;
  margin-top: 0;
  color: black;
}
#moduform__careers p, #moduform__careers li {
  font-family: "Carbona", sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  color: black;
}
#moduform__careers iframe {
  width: 100%;
  height: 100vh;
  max-width: 1000px;
  display: block;
}

@media screen and (max-width: 768px) {
  #moduform__careers {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
    padding-top: 0;
  }
  #moduform__careers #career-header h1 {
    font-size: 5.1rem !important;
  }
  #moduform__careers #career-header h2 {
    font-size: 1.8rem !important;
  }
}/*# sourceMappingURL=career-styles.css.map */