@font-face {
    font-family: "aktiv_grotesk";
    src: url("../fonts/galano_regular?#iefix") format("embedded-opentype"),
         url("../fonts/galano_regular.woff2") format("woff2"),
         url("../fonts/galano_regular.woff") format("woff"),
         url("../fonts/galano_regular.ttf")  format("truetype"),
         url("../fonts/galano_regular.svg#svgFontName") format("svg");
   font-weight: normal;
   font-style: normal;
}

@font-face {
    font-family: "galano_grotesque";
    src: url("../fonts/galano_grotesque_bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/galano_grotesque_bold.woff2") format("woff2"),
         url("../fonts/galano_grotesque_bold.woff") format("woff"),
         url("../fonts/galano_grotesque_bold.ttf")  format("truetype"),
         url("../fonts/galano_grotesque_bold.svg#svgFontName") format("svg");
   font-weight: normal;
   font-style: normal;
}

html {

}

body {
  margin: 0;
  background: #fff;
  font: 300 17px/25px "aktiv_grotesk", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #161616;
}

body.desktop {
  background: #f4f4f4;
}

#body {
  
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font: 300 22px/normal "galano_grotesque", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #0846b9;
}

h1 {
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 13px;
}

h1 span {
  color: #2c2c2c;
}

h2 {
  padding-bottom: 7px;
}

h2 span {
  color: #cecece;
  font-family: "aktiv_grotesk", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-left: 6px;
}

h3 {
  color: #161616;
  font: 300 17px/25px "aktiv_grotesk", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
}

#intro {
  background: #f4f4f4;
  padding: 40px 20px 36px 20px;
}

#intro p {
  font-size: 20px;
}

#download {
  background: #0846b9;
  text-align: center;
}

.step {
  padding: 40px 20px 46px 20px;
  border-bottom: 2px solid #f2f2f2;
}

.step h3 {
  padding: 17px 0 13px 0;
}

.cnt_image img {
  display: block;
  width: 280px;
  margin-top: 23px;
}

#download h2 {
  margin: 0;
  padding: 0;
}

#download a {
  display: block;
  padding: 39px 20px 39px 20px;
}

#download strong {
  text-decoration: underline;
}

.swiper-container {
  width: 100%;
  height: 356px;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 200px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 200px;
}
