@font-face {
  font-family: "julisans_medium";
  src: url("../fonts/julisans-medium-webfont.eot");
  src: url("../fonts/julisans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/julisans-medium-webfont.woff2") format("woff2"), url("../fonts/julisans-medium-webfont.woff") format("woff"), url("../fonts/julisans-medium-webfont.ttf") format("truetype"), url("../fonts/julisans-medium-webfont.svg#julisans_medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "julisans_light";
  src: url("../fonts/julisans-light-webfont.eot");
  src: url("../fonts/julisans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/julisans-light-webfont.woff2") format("woff2"), url("../fonts/julisans-light-webfont.woff") format("woff"), url("../fonts/julisans-light-webfont.ttf") format("truetype"), url("../fonts/julisans-light-webfont.svg#julisans_light") format("svg");
  font-weight: normal;
  font-style: normal; }
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0; }

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  color: #003865;
  font-size: 1.5rem;
  font-family: julisans_light,sans-serif;
  height: 100%; }
  body .main {
    display: flex;
    height: 100%; }
    @media (max-width: 849.9px) {
      body .main {
        display: block; } }
    body .main .content {
      flex: 0 0 auto;
      width: 33.333%; }
      @media (max-width: 849.9px) {
        body .main .content {
          width: 100%; } }
      body .main .content .wrapper {
        width: 41rem;
        margin: 0 auto;
        padding-top: 10rem;
        padding-bottom: 3rem; }
        @media (max-width: 1399.9px) {
          body .main .content .wrapper {
            width: 31rem; } }
        @media (max-width: 1099.9px) {
          body .main .content .wrapper {
            width: 24rem;
            padding-top: 7rem; } }
        @media (max-width: 849.9px) {
          body .main .content .wrapper {
            width: 100%;
            padding-top: 3rem; } }
    body .main .picture {
      flex: 0 0 auto;
      width: 66.667%;
      background-image: url("../img/picture.png");
      background-position: center center;
      background-size: cover; }
      @media (max-width: 849.9px) {
        body .main .picture {
          width: 100%;
          height: 40rem; } }
      @media (max-width: 499.9px) {
        body .main .picture {
          height: 20rem; } }
  @media (max-width: 849.9px) {
    body .logo {
      text-align: center; } }
  body .logo img {
    width: 12rem; }
    @media (max-width: 1099.9px) {
      body .logo img {
        width: 8rem; } }
    @media (max-width: 499.9px) {
      body .logo img {
        width: 5rem; } }
  body .title {
    font-size: 3.2rem;
    font-family: julisans_medium,sans-serif;
    margin-top: 5rem;
    line-height: 1.15; }
    @media (max-width: 1399.9px) {
      body .title {
        font-size: 2.4rem; } }
    @media (max-width: 1099.9px) {
      body .title {
        font-size: 2rem;
        margin-top: 3rem; } }
    @media (max-width: 849.9px) {
      body .title {
        text-align: center;
        padding: 0 2rem;
        font-size: 3.2rem; } }
    @media (max-width: 499.9px) {
      body .title {
        padding: 0;
        font-size: 2rem; } }
  body .text {
    font-size: 2rem;
    font-family: julisans_light,sans-serif;
    margin-top: 2rem; }
    @media (max-width: 1399.9px) {
      body .text {
        font-size: 1.5rem; } }
    @media (max-width: 1099.9px) {
      body .text {
        font-size: 1.2rem; } }
    @media (max-width: 849.9px) {
      body .text {
        font-size: 2rem;
        text-align: center;
        padding: 0 2rem; } }
    @media (max-width: 499.9px) {
      body .text {
        font-size: 1.5rem;
        padding: 0 0.5rem; } }
  body .lighter {
    color: #00a2e8; }

/*# sourceMappingURL=style.css.map */
