@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto+Mono");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%; }

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6; }

strong {
  font-weight: 600; }

img {
  width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
  font-weight: 600; }
  h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
    margin-top: 0.6em; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

a, a:hover, a:active, a:visited {
  color: black;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a.blue, a.blue:hover, a.blue:active, a.blue a:visited {
  color: #02a5fa; }

p {
  border-left: 4px solid #02a5fa;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 0.8em; }

code {
  border: 4px solid #f0f0f0;
  display: block;
  background-color: #f0f0f0;
  padding: 20px;
  font-family: 'Roboto Mono', monospace;
  margin-top: 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; }

span.code {
  font-family: 'Roboto Mono', monospace;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #f0f0f0;
  color: #01689d; }

.page {
  overflow-x: hidden;
  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; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  header a, header a:hover, header a:active, header a:visited {
    color: #02a5fa;
    text-decoration: none; }
  header #nav-button {
    display: block;
    -webkit-appearance: none;
    width: 20px;
    height: 16px;
    background-color: transparent;
    border: 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 0;
    margin-right: 20px; }
    header #nav-button:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: white; }
    header #nav-button:focus {
      outline: none; }
    @media screen and (min-width: 780px) {
      header #nav-button {
        display: none; } }
  header h1 {
    font-size: 24px;
    margin: 0 0 0 0;
    line-height: 1; }
    header h1 span {
      padding-left: 5px;
      letter-spacing: 3;
      font-size: 20px;
      font-weight: 400;
      color: #01689d; }

header + nav {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10;
  top: 40px;
  left: 0;
  width: 200px;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 20px 60px 20px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1);
  transition: transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1);
  transition: transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1), -webkit-transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1), -o-transform 300ms cubic-bezier(0.48, 0.01, 0.21, 1); }
  header + nav a {
    display: block;
    padding: 5px 20px;
    margin: 0 -20px;
    background-color: transparent; }
    header + nav a, header + nav a:hover, header + nav a:active, header + nav a:visited {
      color: white;
      text-decoration: none; }
    header + nav a:hover {
      background-color: black; }
  header + nav.on {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  @media screen and (min-width: 780px) {
    header + nav {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.main {
  width: 100%;
  overflow-x: hidden;
  padding: 40px 15px 60px 15px; }
  @media screen and (min-width: 780px) {
    .main {
      padding-top: 77px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (min-width: 780px) {
    .main {
      padding-left: 240px; } }

.wrapper {
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 880px) {
    .wrapper {
      max-width: 600px; } }
  .wrapper.center {
    text-align: center; }
  .wrapper .slider-column {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px; }
    @media screen and (min-width: 780px) {
      .wrapper .slider-column {
        margin-left: -40px;
        margin-right: -40px; } }
    @media screen and (min-width: 880px) {
      .wrapper .slider-column {
        margin-left: 0;
        margin-right: 0; } }
  .wrapper .info {
    margin-top: 40px;
    margin-bottom: 80px; }
  @media screen and (min-width: 1500px) {
    .wrapper:not(.single-col) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: none; }
      .wrapper:not(.single-col) .info {
        max-width: 600px;
        margin-right: 40px;
        margin-top: 40px;
        margin-bottom: 80px; }
      .wrapper:not(.single-col) .slider-column {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 1000px;
                flex: 0 1 1000px;
        max-width: 1000px;
        min-width: 600px; }
      .wrapper:not(.single-col).wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .wrapper:not(.single-col).wrap .info {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 400px;
                  flex: 1 0 400px;
          margin-left: 40px;
          margin-bottom: 20px;
          padding: 40px; } }

.logo-browserstack {
  max-width: 200px; }

.slider-wrapper {
  position: relative; }
  .slider-wrapper.bg {
    background-color: rgba(0, 0, 0, 0.1); }
  .slider-wrapper.border {
    border: 4px solid #c0c0c0; }
  .slider-wrapper.narrow {
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 880px) {
      .slider-wrapper.narrow {
        width: auto;
        margin-left: 0;
        margin-right: 0; } }
  .slider-wrapper p {
    border-left: 0;
    padding-left: 0; }

.tin-slide-prev, .tin-slide-next {
  position: absolute;
  left: 10px;
  top: 50%; }
  .tin-slide-prev:before, .tin-slide-prev:after, .tin-slide-next:before, .tin-slide-next:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tin-slide-prev:before, .tin-slide-next:before {
    opacity: 0.1;
    -webkit-transition: opacity 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
    -o-transition: opacity 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
    transition: opacity 200ms cubic-bezier(0.48, 0.01, 0.21, 1); }
  .tin-slide-prev:hover:before, .tin-slide-next:hover:before {
    opacity: 0; }

.tin-slide-prev:before {
  left: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 41px solid black;
  margin-left: -4px; }

.tin-slide-prev:after {
  left: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 35px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border-right-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
  -o-transition: border-right-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
  transition: border-right-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1); }

.tin-slide-prev:hover:after {
  border-right-color: white; }

.tin-slide-next {
  left: inherit;
  right: 10px; }
  .tin-slide-next:before {
    right: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 41px solid black;
    margin-right: -4px; }
  .tin-slide-next:after {
    right: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: border-left-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
    -o-transition: border-left-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
    transition: border-left-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1); }
  .tin-slide-next:hover:after {
    border-left-color: white; }

.tin-slide-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.tin-slide-dots li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: transparent;
  border: 2px solid white;
  margin-right: 5px;
  opacity: 0.9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
  -o-transition: background-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1);
  transition: background-color 200ms cubic-bezier(0.48, 0.01, 0.21, 1); }
  .tin-slide-dots li:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .tin-slide-dots li.on {
    background-color: white; }

.tin-slide-outside {
  pointer-events: none; }

#info-slider {
  background-color: #02a5fa;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(1, 104, 157, 0.5);
          box-shadow: 0 5px 20px rgba(1, 104, 157, 0.5);
  text-align: center; }
  #info-slider > div {
    padding-left: 50px;
    padding-right: 50px; }
  #info-slider h1 {
    margin: 0;
    line-height: 1.1; }
    #info-slider h1.smiley {
      font-size: 50px; }

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 4px solid #f50000; }

.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
