.color-white {
    color: #fff
}

.color-white {
    color: #fff
}

@font-face {
    font-family: Lato;
    font-weight: 700;
    font-style: bold;
    src: url('/s/fonts/LatoLatin-Black.woff2') format("woff2"),url('/s/fonts/LatoLatin-Black.woff') format("woff")
}

@font-face {
    font-family: Lato;
    src: url('/s/fonts/LatoLatin-Medium.woff2') format("woff2"),url('/s/fonts/LatoLatin-Medium.woff') format("woff")
}

@font-face {
    font-family: Lato;
    font-weight: 200;
    font-style: lighter;
    src: url('/s/fonts/LatoLatin-Light.woff2') format("woff2"),url('/s/fonts/LatoLatin-Light.woff') format("woff")
}

@font-face {
    font-family: ns-icons;
    font-weight: 200;
    font-style: lighter;
    src: url('/s/icons/fonts/ns-icons.eot') format("embedded-opentype"),url('/s/icons/fonts/ns-icons.woff') format("woff"),url('/s/icons/fonts/ns-icons.ttf') format("truetype"),url('/s/icons/fonts/ns-icons.svg') format("svg")
}

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/s/fonts/slick.eot') format('embedded-opentype'), url('/s/fonts/slick.woff') format('woff'), url('/s/fonts/slick.ttf') format('truetype'), url('/s/fonts/slick.svg') format('svg');
}

.icon-contact:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e902";
}
.icon-social-linkedin:before {
  content: "\e903";
}
.icon-social-github:before {
  content: "\e904";
}
.icon-social-twitter:before {
  content: "\e905";
}
.icon-backend:before {
  content: "\e906";
}
.icon-blueprint:before {
  content: "\e907";
}
.icon-code:before {
  content: "\e908";
}
.icon-frontend:before {
  content: "\e909";
}
.icon-gears:before {
  content: "\e90a";
}
.icon-guidelines:before {
  content: "\e90b";
}
.icon-hosting-secured:before {
  content: "\e90c";
}
.icon-paperplane:before {
  content: "\e90d";
}
.icon-settings:before {
  content: "\e90e";
}
.icon-user-access:before {
  content: "\e90f";
}
.icon-users:before {
  content: "\e910";
}
.icon-analytics:before {
  content: "\e911";
}


body {
    font: 16px/20px "Lato","Helvetica Neue",Roboto,Arial,sans-serif;
    color: #404040
}

h1,h2,h3,h4 {
    font-family: Lato;
    font-weight: 700;
    color: #132452;
    margin: 20px 0
}

h1 {
    font-size: 25px;
    line-height: 25px
}

@media screen and (min-width: 64em) {
    h1 {
        font-size:40px;
        line-height: 40px
    }
}

h2 {
    font-size: 20px;
    line-height: 20px
}

@media screen and (min-width: 64em) {
    h2 {
        font-size:30px;
        line-height: 30px
    }
}

h3 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400
}

@media screen and (min-width: 64em) {
    h3 {
        font-weight:lighter;
        font-size: 20px;
        line-height: 20px
    }
}

a {
    color: #29abe2
}

a.button {
    text-decoration: none
}

.button {
    display: block;
    border: 0;
    text-align: center;
    color: #fff;
    background: #29abe2;
    line-height: 30px;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.button:hover {
    background: rgba(41,171,226,.7)
}

@media screen and (min-width: 48em) {
    .button {
        display:inline-block;
        text-align: left
    }
}

p {
    margin: 1em 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-color-primary {
    color: #132452;
}

.color-white {
    color: #fff
}

.color-white {
    color: #fff
}

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

section .content {
    padding: 20px
}

@media screen and (min-width: 48em) {
    section .content {
        padding:40px
    }
}

.layout-width,.layout-width-nav {
    display: block;
    position: relative;
    padding: 30px 0
}

@media screen and (min-width: 64em) {
    .layout-width,.layout-width-nav {
        max-width:1100px;
        margin: auto
    }
}

.layout-width-nav {
    padding: 0
}

.clear {
    clear: both
}

.padding {
    padding: 20px
}

.img-responsive-max {
    max-width: 100%
}

.centered-img {
    width: 80%;
    padding: 50px 10% 0;
    margin: auto
}

.centered-content {
    margin: 50px 10%
}

.text-center {
    text-align: center
}

.flex-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-class {
    width: 80%
}

.footer-icon-item {
    display: block;
    margin: 10px 0;
    position: relative
}

.footer-icon-item .footer-icon-adress {
    position: absolute;
    vertical-align: middle;
    width: 21px;
    fill: #fff
}

.footer-icon-item .footer-icon {
    position: absolute;
    font-size: 20px;
    vertical-align: middle
}

.footer-icon-item .footer-text {
    padding-left: 30px
}

.footer-social-icon-item {
    font-size: 40px;
    margin: 0 10px
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-2-3,.pure-u-sm-1-4,.pure-u-sm-3-4,.pure-u-sm-1-5,.pure-u-sm-2-5,.pure-u-sm-3-5,.pure-u-sm-4-5,.pure-u-sm-5-5,.pure-u-sm-1-6,.pure-u-sm-5-6,.pure-u-sm-1-8,.pure-u-sm-3-8,.pure-u-sm-5-8,.pure-u-sm-7-8,.pure-u-sm-1-12,.pure-u-sm-5-12,.pure-u-sm-7-12,.pure-u-sm-11-12,.pure-u-sm-1-24,.pure-u-sm-2-24,.pure-u-sm-3-24,.pure-u-sm-4-24,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-24,.pure-u-sm-8-24,.pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%
    }

    .pure-u-sm-1-12,.pure-u-sm-2-24 {
        width: 8.3333%
    }

    .pure-u-sm-1-8,.pure-u-sm-3-24 {
        width: 12.5%
    }

    .pure-u-sm-1-6,.pure-u-sm-4-24 {
        width: 16.6667%
    }

    .pure-u-sm-1-5 {
        width: 20%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%
    }

    .pure-u-sm-1-4,.pure-u-sm-6-24 {
        width: 25%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%
    }

    .pure-u-sm-1-3,.pure-u-sm-8-24 {
        width: 33.3333%
    }

    .pure-u-sm-3-8,.pure-u-sm-9-24 {
        width: 37.5%
    }

    .pure-u-sm-2-5 {
        width: 40%
    }

    .pure-u-sm-5-12,.pure-u-sm-10-24 {
        width: 41.6667%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%
    }

    .pure-u-sm-1-2,.pure-u-sm-12-24 {
        width: 50%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%
    }

    .pure-u-sm-7-12,.pure-u-sm-14-24 {
        width: 58.3333%
    }

    .pure-u-sm-3-5 {
        width: 60%
    }

    .pure-u-sm-5-8,.pure-u-sm-15-24 {
        width: 62.5%
    }

    .pure-u-sm-2-3,.pure-u-sm-16-24 {
        width: 66.6667%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%
    }

    .pure-u-sm-3-4,.pure-u-sm-18-24 {
        width: 75%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%
    }

    .pure-u-sm-4-5 {
        width: 80%
    }

    .pure-u-sm-5-6,.pure-u-sm-20-24 {
        width: 83.3333%
    }

    .pure-u-sm-7-8,.pure-u-sm-21-24 {
        width: 87.5%
    }

    .pure-u-sm-11-12,.pure-u-sm-22-24 {
        width: 91.6667%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%
    }

    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-2-3,.pure-u-md-1-4,.pure-u-md-3-4,.pure-u-md-1-5,.pure-u-md-2-5,.pure-u-md-3-5,.pure-u-md-4-5,.pure-u-md-5-5,.pure-u-md-1-6,.pure-u-md-5-6,.pure-u-md-1-8,.pure-u-md-3-8,.pure-u-md-5-8,.pure-u-md-7-8,.pure-u-md-1-12,.pure-u-md-5-12,.pure-u-md-7-12,.pure-u-md-11-12,.pure-u-md-1-24,.pure-u-md-2-24,.pure-u-md-3-24,.pure-u-md-4-24,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-24,.pure-u-md-8-24,.pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%
    }

    .pure-u-md-1-12,.pure-u-md-2-24 {
        width: 8.3333%
    }

    .pure-u-md-1-8,.pure-u-md-3-24 {
        width: 12.5%
    }

    .pure-u-md-1-6,.pure-u-md-4-24 {
        width: 16.6667%
    }

    .pure-u-md-1-5 {
        width: 20%
    }

    .pure-u-md-5-24 {
        width: 20.8333%
    }

    .pure-u-md-1-4,.pure-u-md-6-24 {
        width: 25%
    }

    .pure-u-md-7-24 {
        width: 29.1667%
    }

    .pure-u-md-1-3,.pure-u-md-8-24 {
        width: 33.3333%
    }

    .pure-u-md-3-8,.pure-u-md-9-24 {
        width: 37.5%
    }

    .pure-u-md-2-5 {
        width: 40%
    }

    .pure-u-md-5-12,.pure-u-md-10-24 {
        width: 41.6667%
    }

    .pure-u-md-11-24 {
        width: 45.8333%
    }

    .pure-u-md-1-2,.pure-u-md-12-24 {
        width: 50%
    }

    .pure-u-md-13-24 {
        width: 54.1667%
    }

    .pure-u-md-7-12,.pure-u-md-14-24 {
        width: 58.3333%
    }

    .pure-u-md-3-5 {
        width: 60%
    }

    .pure-u-md-5-8,.pure-u-md-15-24 {
        width: 62.5%
    }

    .pure-u-md-2-3,.pure-u-md-16-24 {
        width: 66.6667%
    }

    .pure-u-md-17-24 {
        width: 70.8333%
    }

    .pure-u-md-3-4,.pure-u-md-18-24 {
        width: 75%
    }

    .pure-u-md-19-24 {
        width: 79.1667%
    }

    .pure-u-md-4-5 {
        width: 80%
    }

    .pure-u-md-5-6,.pure-u-md-20-24 {
        width: 83.3333%
    }

    .pure-u-md-7-8,.pure-u-md-21-24 {
        width: 87.5%
    }

    .pure-u-md-11-12,.pure-u-md-22-24 {
        width: 91.6667%
    }

    .pure-u-md-23-24 {
        width: 95.8333%
    }

    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-2-3,.pure-u-lg-1-4,.pure-u-lg-3-4,.pure-u-lg-1-5,.pure-u-lg-2-5,.pure-u-lg-3-5,.pure-u-lg-4-5,.pure-u-lg-5-5,.pure-u-lg-1-6,.pure-u-lg-5-6,.pure-u-lg-1-8,.pure-u-lg-3-8,.pure-u-lg-5-8,.pure-u-lg-7-8,.pure-u-lg-1-12,.pure-u-lg-5-12,.pure-u-lg-7-12,.pure-u-lg-11-12,.pure-u-lg-1-24,.pure-u-lg-2-24,.pure-u-lg-3-24,.pure-u-lg-4-24,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-24,.pure-u-lg-8-24,.pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%
    }

    .pure-u-lg-1-12,.pure-u-lg-2-24 {
        width: 8.3333%
    }

    .pure-u-lg-1-8,.pure-u-lg-3-24 {
        width: 12.5%
    }

    .pure-u-lg-1-6,.pure-u-lg-4-24 {
        width: 16.6667%
    }

    .pure-u-lg-1-5 {
        width: 20%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%
    }

    .pure-u-lg-1-4,.pure-u-lg-6-24 {
        width: 25%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%
    }

    .pure-u-lg-1-3,.pure-u-lg-8-24 {
        width: 33.3333%
    }

    .pure-u-lg-3-8,.pure-u-lg-9-24 {
        width: 37.5%
    }

    .pure-u-lg-2-5 {
        width: 40%
    }

    .pure-u-lg-5-12,.pure-u-lg-10-24 {
        width: 41.6667%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%
    }

    .pure-u-lg-1-2,.pure-u-lg-12-24 {
        width: 50%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%
    }

    .pure-u-lg-7-12,.pure-u-lg-14-24 {
        width: 58.3333%
    }

    .pure-u-lg-3-5 {
        width: 60%
    }

    .pure-u-lg-5-8,.pure-u-lg-15-24 {
        width: 62.5%
    }

    .pure-u-lg-2-3,.pure-u-lg-16-24 {
        width: 66.6667%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%
    }

    .pure-u-lg-3-4,.pure-u-lg-18-24 {
        width: 75%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%
    }

    .pure-u-lg-4-5 {
        width: 80%
    }

    .pure-u-lg-5-6,.pure-u-lg-20-24 {
        width: 83.3333%
    }

    .pure-u-lg-7-8,.pure-u-lg-21-24 {
        width: 87.5%
    }

    .pure-u-lg-11-12,.pure-u-lg-22-24 {
        width: 91.6667%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%
    }

    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-2-3,.pure-u-xl-1-4,.pure-u-xl-3-4,.pure-u-xl-1-5,.pure-u-xl-2-5,.pure-u-xl-3-5,.pure-u-xl-4-5,.pure-u-xl-5-5,.pure-u-xl-1-6,.pure-u-xl-5-6,.pure-u-xl-1-8,.pure-u-xl-3-8,.pure-u-xl-5-8,.pure-u-xl-7-8,.pure-u-xl-1-12,.pure-u-xl-5-12,.pure-u-xl-7-12,.pure-u-xl-11-12,.pure-u-xl-1-24,.pure-u-xl-2-24,.pure-u-xl-3-24,.pure-u-xl-4-24,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%
    }

    .pure-u-xl-1-12,.pure-u-xl-2-24 {
        width: 8.3333%
    }

    .pure-u-xl-1-8,.pure-u-xl-3-24 {
        width: 12.5%
    }

    .pure-u-xl-1-6,.pure-u-xl-4-24 {
        width: 16.6667%
    }

    .pure-u-xl-1-5 {
        width: 20%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%
    }

    .pure-u-xl-1-4,.pure-u-xl-6-24 {
        width: 25%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%
    }

    .pure-u-xl-1-3,.pure-u-xl-8-24 {
        width: 33.3333%
    }

    .pure-u-xl-3-8,.pure-u-xl-9-24 {
        width: 37.5%
    }

    .pure-u-xl-2-5 {
        width: 40%
    }

    .pure-u-xl-5-12,.pure-u-xl-10-24 {
        width: 41.6667%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%
    }

    .pure-u-xl-1-2,.pure-u-xl-12-24 {
        width: 50%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%
    }

    .pure-u-xl-7-12,.pure-u-xl-14-24 {
        width: 58.3333%
    }

    .pure-u-xl-3-5 {
        width: 60%
    }

    .pure-u-xl-5-8,.pure-u-xl-15-24 {
        width: 62.5%
    }

    .pure-u-xl-2-3,.pure-u-xl-16-24 {
        width: 66.6667%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%
    }

    .pure-u-xl-3-4,.pure-u-xl-18-24 {
        width: 75%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%
    }

    .pure-u-xl-4-5 {
        width: 80%
    }

    .pure-u-xl-5-6,.pure-u-xl-20-24 {
        width: 83.3333%
    }

    .pure-u-xl-7-8,.pure-u-xl-21-24 {
        width: 87.5%
    }

    .pure-u-xl-11-12,.pure-u-xl-22-24 {
        width: 91.6667%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%
    }

    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24 {
        width: 100%
    }
}

.color-white {
    color: #fff
}

.color-white {
    color: #fff
}

.color-primary {
    color: #132452
}

.color-secondary {
    color: #29abe2
}

.background-primary {
    background: #132452;
    color: #fff
}

.background-primary input,.background-primary textarea {
    color: #404040
}

.background-primary h1,.background-primary h2,.background-primary h3,.background-primary .features-list {
    color: #fff
}

.background-secondary {
    background: #29abe2;
    color: #fff
}

.background-secondary input,.background-secondary textarea {
    color: #404040
}

.background-secondary h1,.background-secondary h2,.background-secondary h3,.background-secondary .features-list {
    color: #fff
}

.background-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#29abe2),to(#132452));
    background: -webkit-linear-gradient(top,#29abe2 0,#132452 100%);
    background: -o-linear-gradient(top,#29abe2 0,#132452 100%);
    background: linear-gradient(to bottom,#29abe2 0,#132452 100%)
}

.background-light {
    background: #eaf0f4;
}

.background-light.small-padding .layout-width {
    padding: 20px 0 0;
}
.background-light.small-padding .layout-width p {
    margin: 20px 0 0;
}
.background-light.small-padding .row-title .layout-width {
    padding: 20px 0;
}
.background-light.small-padding .row-title .layout-width p {
    margin: 20px 0;
}

.background-white {
    background: #fff
}

[class^=icon-],[class*=" icon-"] {
    font-family: ns-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-contact:before {
    content: "\e900"
}

.icon-email:before {
    content: "\e901"
}

.icon-phone:before {
    content: "\e902"
}

.icon-social-linkedin:before {
    content: "\e903"
}

.icon-social-github:before {
    content: "\e904"
}

.icon-social-twitter:before {
    content: "\e905"
}

.icon-backend:before {
    content: "\e906"
}

.icon-blueprint:before {
    content: "\e907"
}

.icon-code:before {
    content: "\e908"
}

.icon-frontend:before {
    content: "\e909"
}

.icon-gears:before {
    content: "\e90a"
}

.icon-guidelines:before {
    content: "\e90b"
}

.icon-hosting-secured:before {
    content: "\e90c"
}

.icon-paperplane:before {
    content: "\e90d"
}

.icon-settings:before {
    content: "\e90e"
}

.icon-user-access:before {
    content: "\e90f"
}

.icon-users:before {
    content: "\e910"
}

.icon-analytics:before {
    content: "\e911"
}

.picto,.picto-analytics,.picto-backend,.picto-blueprint,.picto-code,.picto-contact,.picto-frontend,.picto-gears,.picto-paperplane,.picto-startup,.picto-stats,.picto-target,.picto-devices,.picto-robot,.picto-keyboard,.picto-mouse,.picto-puzzle,.picto-handshake,.picto-server,.picto-server-secure,.picto-files,.picto-light-bulb,.picto-browser,.picto-paper-place,.picto-computing-cloud,.picto-networking,.picto-location {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    margin: 20px 0
}

.picto-analytics {
    background-image: url('/s/pictos/analytics.svg')
}

.picto-backend {
    background-image: url('/s/pictos/backend.svg')
}

.picto-blueprint {
    background-image: url('/s/pictos/blueprint.svg')
}

.picto-code {
    background-image: url('/s/pictos/code.svg')
}

.picto-contact {
    background-image: url('/s/pictos/contact.svg')
}

.picto-frontend {
    background-image: url('/s/pictos/frontend.svg')
}

.picto-gears {
    background-image: url('/s/pictos/gears.svg')
}

.picto-paperplane {
    background-image: url('/s/pictos/paperplane.svg')
}

.picto-startup {
    background-image: url('/s/pictos/startup.svg')
}

.picto-stats {
    background-image: url('/s/pictos/stats.svg')
}

.picto-target {
    background-image: url('/s/pictos/target.svg')
}

.picto-devices {
    background-image: url('/s/pictos/devices.svg')
}

.picto-robot {
    background-image: url('/s/pictos/robot.svg')
}

.picto-keyboard {
    background-image: url('/s/pictos/keyboard.svg')
}

.picto-mouse {
    background-image: url('/s/pictos/mouse.svg')
}

.picto-puzzle {
    background-image: url('/s/pictos/puzzle.svg')
}

.picto-handshake {
    background-image: url('/s/pictos/handshake.svg')
}

.picto-server {
    background-image: url('/s/pictos/server.svg')
}

.picto-server-secure {
    background-image: url('/s/pictos/server-secure.svg')
}

.picto-files {
    background-image: url('/s/pictos/files.svg')
}

.picto-light-bulb {
    background-image: url('/s/pictos/light-bulb.svg')
}

.picto-browser {
    background-image: url('/s/pictos/browser.svg')
}

.picto-paper-place {
    background-image: url('/s/pictos/paper-place.svg')
}

.picto-computing-cloud {
    background-image: url('/s/pictos/computing-cloud.svg')
}

.picto-networking {
    background-image: url('/s/pictos/networking.svg')
}

.picto-location {
    background-image: url('/s/pictos/location.svg')
}

.color-white {
    color: #fff
}

.carousel {
    display: block;
    position: relative
}

.carousel .carousel-slide {
    display: block;
    position: relative;
    height: auto;
    width: 220px!important;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    margin: 20px 10px;
    padding: 20px
}

.carousel .carousel-slide .slide-text p {
    margin: 0;
}

@media screen and (min-width: 48em) {
    .carousel .carousel-slide {
        width:400px!important;
        margin: 40px 20px;
        padding: 20px
    }
}

@media screen and (min-width: 64em) {
    .carousel .carousel-slide {
        width:800px!important;
        margin: 60px 20px
    }
}

.carousel .slide-logo {
    display: block;
    text-align: center;
    margin-top: 0
}

.carousel .slide-logo img {
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 10px;
    padding-bottom: 0;
    background: #fff
}

@media screen and (min-width: 48em) {
    .carousel .slide-logo {
        margin-top:0;
        position: absolute;
        top: 190px;
        left: 20px
    }

    .carousel .slide-logo img {
        width: 100px;
        height: auto
    }
}

@media screen and (min-width: 64em) {
    .carousel .slide-logo {
        top:80px;
        left: inherit;
        right: 40px;
        z-index: 2
    }

    .carousel .slide-logo img {
        padding: 0;
        width: auto
    }
}

.carousel .carousel-link {
    text-decoration: none;
    color: #404040
}

@media screen and (min-width: 64em) {
    .carousel .carousel-link .button {
        position:absolute;
        right: 40px;
        bottom: 40px;
        z-index: 2
    }
}

.carousel .slide-title {
    display: block;
    display: -webkit-box;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (min-width: 48em) {
    .carousel .slide-title {
        position:absolute;
        top: 40px;
        left: 40px;
        right: 40px;
        margin: 0;
        color: #fff;
        font-size: 25px;
        line-height: 25px;
        height: 100px;
        -webkit-line-clamp: 4
    }
}

@media screen and (min-width: 64em) {
    .carousel .slide-title {
        font-size:40px;
        line-height: 40px;
        height: 200px;
        right: 260px;
        -webkit-line-clamp: 5
    }
}

.carousel .slide-text {
    display: block;
    display: -webkit-box;
    margin: 10px 0;
    height: 100px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (min-width: 48em) {
    .carousel .slide-text {
        padding-left:120px
    }
}

@media screen and (min-width: 64em) {
    .carousel .slide-text {
        margin:0;
        position: absolute;
        padding-left: 0;
        right: 20px;
        top: 50%;
        z-index: 2;
        width: 220px
    }
}

@media screen and (min-width: 64em) {
    .carousel .slide-img {
        overflow:hidden;
        display: block;
        position: relative
    }

    .carousel .slide-img img {
        display: block;
        position: relative
    }

    .carousel .slide-img:after {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 50%;
        height: 200%;
        top: 50%;
        right: -20%;
        -webkit-transform: translateY(-50%) rotate(20deg);
        -ms-transform: translateY(-50%) rotate(20deg);
        transform: translateY(-50%) rotate(20deg);
        z-index: 1
    }
}

.carousel .slide-img img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(70%);
    filter: brightness(70%)
}

.slick-prev:before,.slick-next:before {
    color: #29abe2;
    font-size: 30px
}

.slick-list {
    z-index: 1
}

.slick-prev,.slick-next {
    width: 30px;
    height: 30px;
    z-index: 30
}

.slick-prev {
    left: 20px
}

.slick-next {
    right: 20px
}

.color-white {
    color: #fff
}

.carousel-app {
    display: block;
    position: relative
}

.carousel-app .carousel-slide {
    display: block;
    position: relative;
    height: auto;
    width: 220px!important;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    margin: 20px 10px;
    background: #fff
}

@media screen and (min-width: 48em) {
    .carousel-app .carousel-slide {
        width:400px!important;
        margin: 40px 20px
    }
}

@media screen and (min-width: 64em) {
    .carousel-app .carousel-slide {
        width:800px!important;
        margin: 60px 20px
    }
}

.carousel-app .slide-description {
    padding: 10px 20px;
    color: #404040!important
}

.carousel-app .slide-description h2 {
    color: #132452!important
}

@media screen and (min-width: 48em) {
    .carousel-app .slide-description {
        display:inline-block;
        vertical-align: middle;
        width: 45%
    }
}

.carousel-app .slide-description .slide-text ul {
    list-style: inside;
    padding-left: 20px;
}

.carousel-app .slide-title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0
}

.carousel-app .slide-text {
    display: block;
    margin: 10px 0
}

@media screen and (min-width: 48em) {
    .carousel-app .slide-img {
        display:inline-block;
        vertical-align: middle;
        width: 50%
    }

    .carousel-app .slide-img img {
        display: block;
        position: relative
    }
}

.carousel-app .slide-img img {
    width: 100%;
    height: auto
}

.color-white {
    color: #fff
}

.hero {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-image: url('/s/graphics/hero-background.jpg');
    background-position: center center;
    background-size: cover
}

.hero-text {
    padding: 20px;
    padding-bottom: 0
}

.hero-image {
    line-height: 0
}

.hero-image img {
    width: 100%;
    height: auto
}

.hero .hero-title {
    color: #fff;
    margin: 0
}

@media screen and (min-width: 48em) {
    .hero-image {
        width:35%;
        float: right
    }

    .hero .hero-width {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .hero-text {
        padding: 20px;
        width: 50%;
        margin-bottom: 40px
    }

    .hero .hero-title {
        margin-top: 50px;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 64em) {
    .hero .hero-width {
        width:1100px
    }
}

.color-white {
    color: #fff
}

.row-markdown {
    display: block;
    position: relative
}

.row-markdown .markdown-loading,.row-markdown .markdown-status {
    text-align: center
}

.row-markdown .markdown-loading {
    padding-top: 70px
}

.row-markdown .markdown-status {
    padding-bottom: 100px
}

.row-markdown .markdown-body {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px;
    padding: 10px 20px;
    background: #fff
}

.row-markdown .markdown-body h2,.row-markdown .markdown-body h3,.row-markdown .markdown-body h4 {
    font-weight: 400;
    width: 100%
}

.row-markdown .markdown-body h1 {
    font-size: 30px;
    line-height: 30px;
    width: 100%
}

.row-markdown .markdown-body h2 {
    font-size: 25px;
    line-height: 25px;
    width: 100%
}

.row-markdown .markdown-body p {
    width: 47%
}

.row-markdown .markdown-body p img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto
}

@media screen and (min-width: 48em) {
    .row-markdown .markdown-body {
        text-align:justify
    }

    .row-markdown .markdown-body h1 {
        font-size: 35px;
        line-height: 35px
    }

    .row-markdown .markdown-body h2 {
        font-size: 30px;
        line-height: 30px
    }
}

@media screen and (min-width: 64em) {
    .row-markdown .markdown-body {
        margin:40px 20px
    }
}

.color-white {
    color: #fff
}

.row-pagetitle {
    display: block;
    position: relative;
    padding: 20px;
    background: url('/s/graphics/row-background.jpg') center center no-repeat;
    background-size: cover;
    background-blend-mode: color;
    color: #fff;
    text-align: center
}

.row-pagetitle .pagetitle-subtitle {
    font-weight: 600
}

.row-pagetitle h1,.row-pagetitle h2 {
    color: #fff
}

@media screen and (min-width: 64em) {
    .pagetitle-content {
        padding:0 20px
    }
}

.color-white {
    color: #fff
}

.people {
    display: block;
    position: relative;
    padding: 10px 0
}

.people-tile {
    padding: 10px 20px
}

.people-card {
    display: block;
    position: relative
}

.people-card img {
    width: 100%
}

.people-card p {
    padding: 20px;
    padding-top: 10px;
    margin: 0
}

.people-img {
    display: block;
    position: relative;
    line-height: 0;
    overflow: hidden
}

.people-img:after {
    display: block;
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 800px;
    border-color: transparent transparent #fff
}

.people-text {
    display: block;
    position: relative;
    overflow-x: hidden;
    background: #fff
}

.people-text .people-name {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 20px;
    text-align: right
}

.people-text .people-title {
    display: block;
    padding: 5px 20px;
    color: #29abe2;
    text-align: right;
    font-size: 12px
}

@media screen and (min-width: 48em) {
    .people {
        padding:20px 0
    }

    .people-tile {
        padding: 20px
    }
}

.color-white {
    color: #fff
}

.row-action {
    padding-bottom: 20px;
    background: url('/s/graphics/row-background.jpg') center center no-repeat;
    background-size: cover
}

@media screen and (min-width: 48em) {
    .row-action {
        padding-bottom:40px
    }
}

.row-action p {
    margin: 20px 0
}

.row-action-content {
    padding: 20px
}

@media screen and (min-width: 48em) {
    .row-action-content {
        padding:40px 20px
    }
}

.color-white {
    color: #fff
}

.row-image {
    background: #eaf0f4
}

@media screen and (min-width: 48em) {
    .row-image {
        padding-bottom:20px
    }

    .row-image .pure-u-1 {
        vertical-align: middle
    }
}

.row-image p {
    margin: 20px 0
}

.row-image-white {
    background: #fff
}

.row-image-media {
    padding: 20px;
    padding-bottom: 0
}

@media screen and (min-width: 48em) {
    .row-image-media {
        padding-top:0;
        margin-top: 0
    }
}

.row-image-media img {
    width: 100%;
    height: auto
}

.row-image-content {
    padding: 20px;
    padding-top: 0
}

.row-image-content h3 {
    margin-top: 0
}

@media screen and (min-width: 48em) {
    .row-image-content {
        position:absolute;
        top: 50%;
        padding: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.row-image-content .subtitle {
    font-style: italic
}

.color-white {
    color: #fff
}

.row-title {
    background: #fff;
    background-size: cover
}

.row-title h1 {
    margin-top: 20px;
    text-align: center
}

.row-title p {
    margin: 20px 0
}

.color-white {
    color: #fff
}

.features-list, .list-techno .highlight .highlight-text ul {
    color: #132452;
    margin: 0;
    padding: 0;
    list-style: none
}

.features-list .feature-item, .list-techno ul li {
    margin: 10px 0;
    display: block;
    position: relative
}

.features-list .feature-icon {
    position: absolute;
    font-size: 20px;
    vertical-align: middle
}

.features-list .feature-text, .list-techno ul li {
    display: block
}

.features-list .feature-text-icon {
    display: block;
    padding-left: 30px
}

.footer-legal {
    font-size: 80%;
    padding: 10px 0
}

.footer-legal p {
    color: rgba(255,255,255,.5);
    padding: 0 20px
}

.footer-legal a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.footer-legal a:hover {
    color: rgba(255,255,255,.5)
}

#footer a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

#footer a:hover {
    color: #fff
}

.brand {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 31%;
    background: url('/s/img/brand/netsach.svg') center center no-repeat;
    background-size: contain
}

.color-white {
    color: #fff
}

.hamburger {
    padding: 17px 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after {
    width: 30px;
    height: 2px;
    background-color: #132452;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:before,.hamburger-inner:after {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    -o-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    -o-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.menu-opened .hamburger:hover {
    opacity: .7
}

.menu-opened .hamburger-inner,.menu-opened .hamburger-inner:before,.menu-opened .hamburger-inner:after {
    background-color: #132452
}

.menu-opened .hamburger--collapse .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.menu-opened .hamburger--collapse .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    -o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.menu-opened .hamburger--collapse .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    -o-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)
}

.color-white {
    color: #fff
}

#header {
    display: block;
    position: fixed;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 60px;
    overflow: hidden;
    -webkit-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

#header .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 60px;
    width: 120px;
    line-height: 60px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

@media screen and (min-width: 64em) {
    #header .logo {
        left:20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

body.menu-opened {
    overflow: hidden
}

body.menu-opened #header {
    height: 100vh
}

@media screen and (min-width: 64em) {
    body.menu-opened #header {
        height:60px
    }
}

body {
    padding-top: 60px
}

.hamburger-wrapper {
    height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media screen and (min-width: 64em) {
    .hamburger-wrapper {
        display:none
    }
}

@media screen and (min-width: 64em) {
    #header {
        overflow:visible
    }

    #header .layout-width {
        height: 60px
    }
}

.color-white {
    color: #fff
}

.langs {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 70px;
    text-align: center
}

.langs .lang-item {
    display: inline-block;
    margin: 10px
}

.langs .lang {
    display: block;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.langs .lang-en {
    background-image: url('/s/flags/en.svg')
}

.langs .lang-fr {
    background-image: url('/s/flags/fr.svg')
}

.langs .lang.active {
    cursor: auto;
    opacity: .5
}

@media screen and (min-width: 64em) {
    .langs {
        margin-top:0;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .langs .lang-item {
        margin: 5px
    }

    .langs .lang {
        width: 20px;
        height: 20px
    }
}

.color-white {
    color: #fff
}

.color-white {
    color: #fff
}

#nav {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 120px
}

#nav .pure-menu-link {
    color: #132452;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#nav .pure-menu-link:hover {
    background: none;
    color: #29abe2
}

#nav .pure-menu-children {
    background: #e9f6fc
}

#nav .pure-menu-horizontal .pure-menu-list {
    display: block
}

#nav .pure-menu-horizontal .pure-menu-item {
    display: block;
    width: 100%
}

#nav .pure-menu-allow-hover:hover>.pure-menu-children {
    position: relative
}

@media screen and (min-width: 64em) {
    #nav {
        display:inline-block;
        padding-top: 0;
        width: 660px
    }

    #nav .pure-menu-link {
        padding: 0 20px;
        line-height: 60px;
        height: 60px
    }

    #nav .pure-menu-link:focus {
        background: none;
        border: 0
    }

    #nav .pure-menu-children .pure-menu-link {
        line-height: 20px;
        padding: 10px 20px;
        height: 40px
    }

    #nav .pure-menu-horizontal .pure-menu-list {
        display: block
    }

    #nav .pure-menu-horizontal .pure-menu-item {
        display: inline-block;
        vertical-align: top;
        width: auto
    }

    #nav .pure-menu-allow-hover:hover>.pure-menu-children {
        position: absolute;
        width: 180px;
        top: 60px
    }

    #nav .pure-menu-allow-hover:hover>.pure-menu-children .pure-menu-item {
        display: block;
        text-align: left
    }
}

.color-white {
    color: #fff
}

.highlight {
    font: 15px/20px "Lato","Helvetica Neue",Roboto,Arial,sans-serif;
    padding: 20px;
    padding-top: 0
}

@media screen and (min-width: 48em) {
    .highlight {
        padding-top:20px;
        padding-bottom: 40px
    }
}

.highlight.popout {
    padding: 0 20px
}

@media screen and (min-width: 48em) {
    .highlight.popout {
        padding:0;
        margin-top: -40px;
        margin-bottom: 20px
    }
}

.highlight.popout img {
    width: 100%;
    height: auto
}

.highlight.popin {
    padding: 0 20px
}

@media screen and (min-width: 48em) {
    .highlight.popin {
        padding:20px;
        margin-top: 40px;
        margin-bottom: 0
    }
}

.highlight.popin img {
    width: 100%;
    height: auto
}

.highlight-title {
    text-align: center
}

.color-white {
    color: #fff
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #29abe2;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    100% {
        -webkit-transform: translate(19px,0);
        transform: translate(19px,0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    100% {
        -webkit-transform: translate(19px,0);
        transform: translate(19px,0)
    }
}

.color-white {
    color: #fff
}

.social-links {
    color: #fff;
    margin: 0;
    margin-top: 20px;
    margin-left: -5px;
    padding: 0;
    list-style: none
}

.social-links a {
    text-decoration: none
}

.social-links .social-item {
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.social-links .social-icon {
    font-size: 40px
}

.color-white {
    color: #fff
}

.color-white {
    color: #fff
}

.list-justify-text p {
    text-align: justify;
}
.list-padding p {
    padding: 0 40px;
}
.list-padding h4 {
    padding-left: 20px;
}
.list-padding ul {
    padding-left: 40px;
}
.list-style-dot ul {
    list-style: outside;
}
.list-container-padding {
    padding: 0 20px;
}

.no-padding-vertical {
    padding: 0 20px;
}
.no-padding-vertical ul {
    padding-left: 40px;
    list-style: outside;
}

.article-content .layout-width {
    padding: 20px 0;
}

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