*, *:before, *:after {
  box-sizing: inherit; }

body {
  display: -ms-grid;
  display: grid;
  grid-gap: 0vh;
  box-sizing: border-box;
  background-color: white;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  min-height: 100vh;
  scroll-behavior: smooth;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  font-style: normal;
  text-align: justify;
  color: #10293f;
  font-family: "Exo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

header, footer, main {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0; }

header {
  min-height: 3vh;
  z-index: 999; }

main {
  min-height: 79vh; }

footer {
  min-height: 4vh; }

.con {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 80em) {
    .con.con {
      width: 1140px;
      max-width: 1140px; } }

.con-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .row.row-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.row-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .row.row-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .row.row-left {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.row-right {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.row-center {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.row-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0; }

.col {
  flew-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: .5em 1em; }
  .col.col-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col.col-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col.col-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  @media (min-width: 48em) {
    .col {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (min-width: 64em) {
    .col.col-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 1);
      flex: 0 0 calc(100% / 12 * 1);
      max-width: calc(100% / 12 * 1); }
    .col.col-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 2);
      flex: 0 0 calc(100% / 12 * 2);
      max-width: calc(100% / 12 * 2); }
    .col.col-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 3);
      flex: 0 0 calc(100% / 12 * 3);
      max-width: calc(100% / 12 * 3); }
    .col.col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 4);
      flex: 0 0 calc(100% / 12 * 4);
      max-width: calc(100% / 12 * 4); }
    .col.col-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 5);
      flex: 0 0 calc(100% / 12 * 5);
      max-width: calc(100% / 12 * 5); }
    .col.col-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 6);
      flex: 0 0 calc(100% / 12 * 6);
      max-width: calc(100% / 12 * 6); }
    .col.col-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 7);
      flex: 0 0 calc(100% / 12 * 7);
      max-width: calc(100% / 12 * 7); }
    .col.col-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 8);
      flex: 0 0 calc(100% / 12 * 8);
      max-width: calc(100% / 12 * 8); }
    .col.col-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 9);
      flex: 0 0 calc(100% / 12 * 9);
      max-width: calc(100% / 12 * 9); }
    .col.col-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 10);
      flex: 0 0 calc(100% / 12 * 10);
      max-width: calc(100% / 12 * 10); }
    .col.col-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 11);
      flex: 0 0 calc(100% / 12 * 11);
      max-width: calc(100% / 12 * 11); }
    .col.col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 12);
      flex: 0 0 calc(100% / 12 * 12);
      max-width: calc(100% / 12 * 12); } }

#wrapHeader {
  display: flex;
  flex: none;
  justify-content: space-between;
  flex-direction: column-reverse;
  background-color: white;
  padding: 1em;
  width: 100%; }
  #wrapHeader span, #wrapHeader a {
    color: black; }
  #wrapHeader .logo {
    min-height: 60px;
    margin-left: -6px;
    margin-top: -6px;
    margin-bottom: -6px; }
    #wrapHeader .logo .img {
      height: 50px;
      width: auto; }
  @media (min-width: 64em) {
    #wrapHeader {
      flex-direction: row; } }

nav {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff; }

nav ul a {
  display: block;
  padding: 10px;
  text-decoration: none; }

nav ul a:hover {
  background-color: #ddd; }

nav .logo {
  float: left;
  display: block;
  padding: 10px 20px; }

nav .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out; }

nav .menu-center {
  display: none; }

nav .menu-icon {
  padding: 28px 20px;
  position: relative;
  float: right;
  cursor: pointer; }

nav .menu-icon .nav-icon {
  background: #333;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }

nav .menu-icon .nav-icon:before {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 5px; }

nav .menu-icon .nav-icon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: -5px; }

nav .menu-btn {
  display: none; }

nav .menu-btn:checked ~ .menu {
  max-height: 100%; }

nav .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent; }

nav .menu-btn:checked ~ .menu-icon .nav-icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0; }

nav .menu-btn:checked ~ .menu-icon .nav-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0; }

@media (min-width: 64em) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; }

  nav li {
    float: left; }

  nav .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; }

  nav .menu {
    clear: none;
    float: right;
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-rendering: optimizeLegibility; }

  nav .menu-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; }

  nav .menu-icon {
    display: none; } }
#wrapSocket {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  padding: 1em;
  font-family: "Exo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  #wrapSocket a {
    text-decoration: none;
    color: #10293f; }
  @media (min-width: 64em) {
    #wrapSocket {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

/* exo-100 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/exo/exo-v9-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Exo Thin"), local("Exo-Thin"), url("../fonts/exo/exo-v9-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-100.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-100.woff") format("woff"), url("../fonts/exo/exo-v9-latin-100.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-100.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-200 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/exo/exo-v9-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Exo ExtraLight"), local("Exo-ExtraLight"), url("../fonts/exo/exo-v9-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-200.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-200.woff") format("woff"), url("../fonts/exo/exo-v9-latin-200.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-200.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-300 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/exo/exo-v9-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Exo Light"), local("Exo-Light"), url("../fonts/exo/exo-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-300.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-300.woff") format("woff"), url("../fonts/exo/exo-v9-latin-300.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-300.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/exo/exo-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Exo Regular"), local("Exo-Regular"), url("../fonts/exo/exo-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-regular.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-regular.woff") format("woff"), url("../fonts/exo/exo-v9-latin-regular.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-regular.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-500 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/exo/exo-v9-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Exo Medium"), local("Exo-Medium"), url("../fonts/exo/exo-v9-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-500.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-500.woff") format("woff"), url("../fonts/exo/exo-v9-latin-500.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-500.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-600 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/exo/exo-v9-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Exo SemiBold"), local("Exo-SemiBold"), url("../fonts/exo/exo-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-600.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-600.woff") format("woff"), url("../fonts/exo/exo-v9-latin-600.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-600.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-700 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/exo/exo-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Exo Bold"), local("Exo-Bold"), url("../fonts/exo/exo-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-700.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-700.woff") format("woff"), url("../fonts/exo/exo-v9-latin-700.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-700.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-800 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/exo/exo-v9-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Exo ExtraBold"), local("Exo-ExtraBold"), url("../fonts/exo/exo-v9-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-800.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-800.woff") format("woff"), url("../fonts/exo/exo-v9-latin-800.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-800.svg#Exo") format("svg");
  /* Legacy iOS */ }
/* exo-900 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/exo/exo-v9-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Exo Black"), local("Exo-Black"), url("../fonts/exo/exo-v9-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v9-latin-900.woff2") format("woff2"), url("../fonts/exo/exo-v9-latin-900.woff") format("woff"), url("../fonts/exo/exo-v9-latin-900.ttf") format("truetype"), url("../fonts/exo/exo-v9-latin-900.svg#Exo") format("svg");
  /* Legacy iOS */ }
.input-icons i {
  position: absolute; }

.input-icons {
  width: 33%;
  margin-bottom: 10px; }

.icon {
  padding: 10px;
  color: #03b0ff;
  min-width: 50px;
  text-align: center; }

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center; }

.button-internal {
  background-color: #10293f;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer; }
  .button-internal a {
    color: white;
    text-decoration: none; }

#searchInput {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd; }

#TabelleApplikation {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px; }

#TabelleApplikation th,
#TabelleApplikation td {
  text-align: left;
  padding: 12px; }

#TabelleApplikation tr {
  border-bottom: 1px solid #ddd; }

#TabelleApplikation tr.header,
#TabelleApplikation tr:hover {
  background-color: #f1f1f1; }

div#cookie-popup {
  padding: 15px;
  background: rgba(16, 41, 63, 0.85);
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  color: white;
  font-weight: 400;
  z-index: 999;
  font-size: 14px;
  text-align: left; }
  @media (min-width: 80em) {
    div#cookie-popup {
      width: 33%; } }
  div#cookie-popup a {
    color: white; }

#cookie-popup.hidden {
  display: none; }

.button-cookie {
  background-color: #03b0ff;
  border: 0;
  padding: 10px;
  color: white; }

section#contact,
section#kontakt {
  background-color: #f7f7f7; }

button.button-dark-blue {
  background-color: #10293f;
  color: white;
  padding: 25px 50px 23px;
  font-size: 15px;
  border: 0; }
  button.button-dark-blue a {
    color: white;
    text-decoration: none; }
    button.button-dark-blue a a:hover {
      color: bababa; }

button.blue {
  color: #ffffff;
  background-color: #03b0ff;
  padding: 25px 50px 23px;
  font-size: 15px;
  min-width: 200px;
  border: 0; }
  button.blue a {
    color: white; }

img.logo {
  height: 45px;
  padding: 5px; }

.hero {
  width: auto;
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  color: white;
  background-image: url(../media/layout/dcibit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative; }

.hero-subpage {
  width: auto;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  color: white;
  background-image: url(../media/layout/dcibit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative; }

.hero-inner {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 75px;
  background-color: rgba(16, 41, 63, 0.85); }

.hero h1 {
  font-size: 40px;
  margin: 0.67em 0;
  font-weight: 500;
  line-height: 1.1; }

.text-center {
  display: inline-block;
  text-align: center; }

section#monitored_colocation {
  background-color: #f7f7f7; }

section#core-service {
  background: #10293f linear-gradient(0deg, #10293f 0, #00afef 90%) no-repeat; }

section#rmm {
width: auto;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  color: white;
  background-image: url(../media/layout/server.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative; 
 }

/* Large screens / 1024px */
@media (min-width: 64em) {
  .hero::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    transform: scale(1);
    box-sizing: border-box;
    z-index: 210;
    border-top: 7vh solid rgba(0, 0, 0, 0);
    border-left: 21vw solid #fff; }

  .hero::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    display: block;
    transform: scale(1);
    box-sizing: border-box;
    z-index: 210;
    border-top: 20vh solid rgba(0, 0, 0, 0);
    border-right: 79vw solid #fff; }

  .hero-subpage::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    transform: scale(1);
    box-sizing: border-box;
    z-index: 210;
    border-top: 7vh solid rgba(0, 0, 0, 0);
    border-left: 21vw solid #fff; }

  .hero-subpage::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    display: block;
    transform: scale(1);
    box-sizing: border-box;
    z-index: 210;
    border-top: 20vh solid rgba(0, 0, 0, 0);
    border-right: 79vw solid #fff; } }
/* Large screens / 1280px */
p {
  font-family: "Exo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .02em;
  text-rendering: optimizeLegibility;
  line-height: 1.7;
  margin: 0.85em 0;
  line-height: 1.75em; }

li {
  line-height: 1.6em; }

b,
strong {
  font-family: "Exo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .02em;
  text-rendering: optimizeLegibility;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .02em;
  text-rendering: optimizeLegibility; }

/*# sourceMappingURL=42.css.map */
