@import url(../fonts/museo/stylesheet.css);
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 320px
}

@media (min-width:480px) {
    .container {
        max-width: 320px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 920px
    }
}

@media (min-width:1220px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-order: -1;
    order: -1
}

.order-last {
    -webkit-order: 13;
    order: 13
}

.order-0 {
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:480px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:640px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1024px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1220px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

i {
    color: #000
}

@supports (-webkit-text-size-adjust:none) and (-ms-accelerator:true) {
    html,
    .section.bg-cover {
        background-attachment: scroll!important
    }
}

html,
body {
    background: #fff
}

html {
    font-size: 62.5%
}

body {
    text-rendering: optimizeLegibility;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 300
}

@media only screen and (min-width:1220px) {
    body {
        font-size: 1.6rem
    }
}

* {
    box-sizing: border-box;
    outline: none;
    background-repeat: no-repeat
}

a {
    cursor: pointer
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all .11s linear
}

a:hover,
button:hover {
    color: #E41530
}

button {
    cursor: pointer;
    border-radius: 0;
    background: 0 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

ul,
ol {
    margin: 0;
    padding: 0
}

img,
iframe {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

nav ul {
    list-style: none
}

nav li,
nav a {
    display: inline-block;
    vertical-align: middle
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

::-moz-selection {
    text-shadow: none;
    background-color: #212E5A;
    color: #fff
}

::selection {
    text-shadow: none;
    background-color: #212E5A;
    color: #fff
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix {
    display: inline-block;
    display: block
}

a.area {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer
}

.image-fill {
    position: relative;
    overflow: hidden
}

.image-fill img {
    max-width: none;
    display: block;
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 400
}

h1 {
    margin: 0 0 .4em;
    line-height: 1.2em;
    font-size: 2.4rem
}

@media only screen and (min-width:640px) {
    h1 {
        font-size: 3rem
    }
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 3.4rem
    }
}

@media only screen and (min-width:1024px) {
    h1 {
        font-size: 3.8rem
    }
}

@media only screen and (min-width:1220px) {
    h1 {
        font-size: 4.4rem
    }
}

@media only screen and (min-width:1400px) {
    h1 {
        font-size: 5.2rem
    }
}

h2 {
    margin: 0 0 .4em;
    font-size: 3.2rem
}

h3 {
    margin: 0 0 1em
}

h4 {
    margin: 0 0 .3em;
    font-size: 1.7rem;
    line-height: 1.4em
}

@media only screen and (min-width:1220px) {
    h4 {
        font-size: 2rem
    }
}

header {
    margin: 0 0 30px;
    display: block;
    width: 100%
}

header h1,
header h2,
header h3,
header h4 {
    position: relative;
    display: inline-block;
    margin: 0 0 .4em;
    padding: 0 0 0 44px;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 300
}

@media only screen and (min-width:768px) {
    header h1,
    header h2,
    header h3,
    header h4 {
        font-size: 2.6rem
    }
}

@media only screen and (min-width:1220px) {
    header h1,
    header h2,
    header h3,
    header h4 {
        font-size: 3.2rem;
        padding: 0 0 0 60px
    }
}

header h1:before,
header h1:after,
header h2:before,
header h2:after,
header h3:before,
header h3:after,
header h4:before,
header h4:after {
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    background-color: #E41530;
    left: 0;
    top: 50%
}

@media only screen and (min-width:1220px) {
    header h1:before,
    header h1:after,
    header h2:before,
    header h2:after,
    header h3:before,
    header h3:after,
    header h4:before,
    header h4:after {
        width: 40px
    }
}

header h1:before,
header h2:before,
header h3:before,
header h4:before {
    margin: -5px 0 0
}

@media only screen and (min-width:1220px) {
    header h1:before,
    header h2:before,
    header h3:before,
    header h4:before {
        margin: -6px 0 0
    }
}

header h1:after,
header h2:after,
header h3:after,
header h4:after {
    margin: 0 0 0 8px
}

@media only screen and (min-width:1220px) {
    header h1:after,
    header h2:after,
    header h3:after,
    header h4:after {
        margin: 0 0 0 8px
    }
}

header.move-left {
    position: relative
}

@media only screen and (min-width:1220px) {
    header.move-left {
        left: -28px
    }
}

p {
    margin: 0 0 1em;
    line-height: 1.4em;
    font-size: 1.5rem
}

@media only screen and (min-width:1220px) {
    p {
        font-size: 1.7rem
    }
}

@media only screen and (min-width:1400px) {
    p {
        font-size: 1.8rem
    }
}

p:last-child {
    margin: 0
}

strong {
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 700
}

.slider {
    margin: 0
}

.slick-dots {
    z-index: 10;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .slick-dots {
        bottom: 40px
    }
}

.slick-dots li {
    padding: 0;
    margin: 0 7px;
    width: auto;
    display: inline-block;
    height: auto
}

.slick-dots li.slick-active button {
    background-color: #E41530
}

.slick-dots li button {
    background-color: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 50%
}

.slick-dots li button:before {
    display: none
}

form input {
    padding: 0 15px
}

form input,
form textarea {
    background: 0 0;
    width: 100%;
    margin: 0 0 10px;
    transition: border .11s linear;
    background-color: #F6F6F6;
    border: none;
    border-left: 2px solid #F6F6F6
}

form input.placeholder,
form textarea.placeholder {
    opacity: 1;
    color: #818181
}

form input:-moz-placeholder,
form textarea:-moz-placeholder,
form input::-moz-placeholder,
form textarea::-moz-placeholder {
    opacity: 1;
    color: #818181
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #818181
}

form input.error,
form textarea.error {
    border-color: red!important
}

form input {
    height: 44px
}

form textarea {
    height: 180px;
    resize: none;
    padding: 15px
}

form .form-error {
    display: none
}

form button[type='submit'] {
    position: relative;
    left: 5px;
    float: right
}

form button[type='submit'].loading {
    color: transparent;
    cursor: default;
    pointer-events: none
}

form button[type='submit'].loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    content: '';
    border-radius: 50%;
    margin: -8px 0 0 -8px;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite
}

form .row {
    position: relative
}

form .thanks {
    text-align: center
}

@media only screen and (min-width:1024px) {
    form .thanks {
        position: absolute;
        left: -1px;
        width: 70%;
        text-align: left
    }
}

form .thanks p {
    margin: 0 0 1em
}

@media only screen and (min-width:1024px) {
    form .thanks p {
        margin: 0;
        padding: 9px 0 0
    }
}

@media only screen and (min-width:1220px) {
    form .thanks p {
        padding: 13px 0 0
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    overflow: hidden;
    color: #212E5A;
    border: 3px solid #212E5A;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 500;
    text-align: center
}

@media only screen and (min-width:1220px) {
    .btn {
        min-width: 180px;
        border: 4px solid #212E5A
    }
}

.btn span {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    padding: .6em 1.4em
}

@media only screen and (min-width:1220px) {
    .btn span {
        padding: .7em 1.7em
    }
}

.btn:before {
    z-index: 1;
    width: 105%;
    height: 105%;
    top: 0;
    left: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    background-color: #212E5A;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn:before,
.btn:after {
    position: absolute;
    content: ''
}

.btn:after {
    width: 12px;
    height: 12px;
    border: 2px solid #212E5A;
    border-radius: 50%;
    border-bottom-color: transparent;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -6px;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    display: none
}

.btn.btn--loading {
    cursor: default;
    pointer-events: none
}

.btn.btn--loading:after {
    display: block
}

.btn.btn--loading:before {
    display: none
}

.btn.btn--loading span {
    opacity: 0
}

.btn:hover {
    color: #fff
}

.btn:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn--white-white {
    border-color: #fff;
    color: #fff
}

.btn--white-white:hover {
    color: #282828
}

.btn--white-white:before {
    background-color: #fff
}

.btn--red-white {
    border-color: #E41530;
    color: #fff
}

.btn--red-white:hover {
    color: #fff
}

.btn--red-white:before {
    background-color: #E41530
}

.icon {
    width: auto;
    fill: #fff
}

.icon,
.img-icon {
    display: inline-block
}

.img-icon {
    width: 100%;
    max-width: 40px;
    margin: 0 0 10px;
    height: 40px
}

@media only screen and (min-width:1024px) {
    .img-icon {
        max-width: 50px;
        height: 50px
    }
}

@media only screen and (min-width:1220px) {
    .img-icon {
        max-width: 60px;
        height: 60px
    }
}

.animate {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    transition: opacity .3s .15s linear, -webkit-transform .6s .1s cubic-bezier(.4, .2, .2, 1);
    transition: opacity .3s .15s linear, transform .6s .1s cubic-bezier(.4, .2, .2, 1)
}

.animate.animate--in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.animate.animate--out {
    opacity: 0!important
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-youtube:before {
    content: "\f100"
}

.flaticon-sharethis:before {
    content: "\f101"
}

.flaticon-instagram:before {
    content: "\f102"
}

.flaticon-linkedin:before {
    content: "\f103"
}

.flaticon-google-plus:before {
    content: "\f104"
}

.flaticon-facebook:before {
    content: "\f105"
}

.flaticon-twitter:before {
    content: "\f106"
}

.flaticon-search:before {
    content: "\f107"
}

.flaticon-left-arrow:before {
    content: "\f108"
}

.flaticon-down-arrow:before {
    content: "\f109"
}

.flaticon-right-arrow:before {
    content: "\f10a"
}

.nav-bar {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, .97)
}

@media only screen and (min-width:640px) {
    .nav-bar {
        height: 70px;
        line-height: 70px
    }
}

@media only screen and (min-width:1220px) {
    .nav-bar {
        height: 100px
    }
}

.nav-bar__menu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
    display: none;
    float: right;
    padding: 0 0 20px;
    font-size: 1.58rem;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 300;
    background-color: rgba(255, 255, 255, .97);
    line-height: 40px
}

@media only screen and (min-width:640px) {
    .nav-bar__menu {
        top: 70px
    }
}

@media only screen and (min-width:1024px) {
    .nav-bar__menu {
        position: relative;
        top: 0;
        padding: 0;
        display: inline-block!important;
        width: auto;
        background: no-repeat
    }
}

.nav-bar__menu .current-menu-item {
    font-family: 'museo-sans-rounded', 'museo_sans500', sans-serif;
    font-weight: 500;
    color: #212E5A
}

.nav-bar__menu li {
    display: block
}

@media only screen and (min-width:1024px) {
    .nav-bar__menu li {
        display: inline-block
    }
}

.nav-bar__menu a {
    position: relative;
    display: inline-block;
    padding: 0 15px
}

@media only screen and (min-width:1024px) {
    .nav-bar__menu a {
        line-height: 70px
    }
}

@media only screen and (min-width:1220px) {
    .nav-bar__menu a {
        line-height: 100px
    }
}

.nav-bar__menu a:hover {
    color: #E41530
}

.nav-bar__menu .line {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #E41530;
    content: '';
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear, left .25s cubic-bezier(.4, .2, .2, 1), width .25s cubic-bezier(.4, .2, .2, 1)
}

@media only screen and (min-width:1024px) {
    .nav-bar__menu .line {
        display: block
    }
}

@media only screen and (min-width:1220px) {
    .nav-bar__menu .line {
        bottom: 35px
    }
}

.nav-bar__logo {
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    height: 50px;
    width: 42px;
    background-image: url(../images/kpi-logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media only screen and (min-width:1220px) {
    .nav-bar__logo {
        height: 100px;
        width: 80px
    }
}

.nav-bar__btn {
    position: absolute;
    right: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    display: inline-block;
    margin-right: -160px
}

@media only screen and (min-width:640px) {
    .nav-bar__btn {
        top: 10px;
        margin-right: -270px
    }
}

@media only screen and (min-width:1024px) {
    .nav-bar__btn {
        display: none
    }
}

.nav-bar__btn:before,
.nav-bar__btn:after,
.nav-bar__btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #212E5A;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    content: '';
    -webkit-transform: scale(1)translate(-50%, -50%)translateZ(0);
    transform: scale(1)translate(-50%, -50%)translateZ(0);
    transition: -webkit-transform .2s cubic-bezier(.4, .2, .2, 1), opacity .1s linear, margin .2s cubic-bezier(.4, .2, .2, 1);
    transition: transform .2s cubic-bezier(.4, .2, .2, 1), opacity .1s linear, margin .2s cubic-bezier(.4, .2, .2, 1)
}

.nav-bar__btn:before {
    margin-top: -6px
}

.nav-bar__btn i {
    margin-top: 0
}

.nav-bar__btn:after {
    margin-top: 6px
}

.nav-bar__btn.active:before {
    -webkit-transform: translate(-50%, -50%)rotate(45deg);
    transform: translate(-50%, -50%)rotate(45deg);
    margin: 0
}

.nav-bar__btn.active:after {
    -webkit-transform: translate(-50%, -50%)rotate(-45deg);
    transform: translate(-50%, -50%)rotate(-45deg);
    margin: 0
}

.nav-bar__btn.active i {
    opacity: 0
}

footer {
    background-color: #212E5A;
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 20px 0
}

@media only screen and (min-width:768px) {
    footer {
        height: 80px;
        line-height: 80px;
        text-align: left;
        padding: 0
    }
}

@media only screen and (min-width:1024px) {
    footer {
        padding: 0
    }
}

footer.animate--out {
    transition: opacity .3s .1s linear;
    opacity: 0!important
}

footer .container {
    position: relative
}

footer p {
    margin: 12px 0 8px;
    font-size: 1.4rem
}

@media only screen and (min-width:768px) {
    footer p {
        line-height: 80px;
        margin: 0
    }
}

.footer__logo {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    height: 26px;
    width: 40px;
    background-image: url(../images/kpi-logo-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media only screen and (min-width:768px) {
    .footer__logo {
        position: absolute;
        left: 50%;
        margin-left: -40px;
        height: 80px
    }
}

@media only screen and (min-width:768px) {
    .jump-top {
        position: absolute;
        right: 15px;
        top: 0;
        height: 80px;
        line-height: 80px
    }
}

.jump-top i {
    color: #fff;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 6px 0 0;
    font-size: 14px
}

section {
    position: relative;
    z-index: 2
}

.main-slider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #212E5A;
    color: #fff;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity .7s .1s linear
}

.main-slider .slider,
.main-slider .slick-track,
.main-slider .slick-list,
.main-slider .slide {
    height: 100%
}

.main-slider .slide__wrap {
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 50px
}

@media only screen and (min-width:1220px) {
    .main-slider .slide__wrap {
        padding-top: 100px
    }
}

.main-slider .slick-current .slide__bgr {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-slider .slide__bgr {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover, cover, auto 80%;
    background-position: center 30px, center, center 165px;
    background-blend-mode: multiply;
    transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (min-width:1220px) {
    .main-slider .slide__bgr {
        background-size: cover, cover, auto 95%;
        background-position: center 10px, center, center 165px
    }
}

.main-slider h1 {
    margin: 0 0 .15em
}

.main-slider p {
    margin: 0 0 2em
}

@media only screen and (min-width:768px) {
    .main-slider p {
        font-size: 1.9rem
    }
}

@media only screen and (min-width:1024px) {
    .main-slider p {
        font-size: 2.1rem
    }
}

@media only screen and (min-width:1220px) {
    .main-slider p {
        font-size: 2.4rem
    }
}

.main-slider .btn {
    margin: 0 .4em .7em
}

.what-is-special {
    position: relative;
    overflow: hidden;
    padding: 30px 0 0;
    text-align: center;
    background-color: #212E5A;
    color: #fff
}

@media only screen and (min-width:640px) {
    .what-is-special {
        padding: 50px 0 20px
    }
}

@media only screen and (min-width:1220px) {
    .what-is-special {
        padding: 80px 0 50px
    }
}

.what-is-special .container {
    position: relative;
    z-index: 2
}

.what-is-special .col-sm-12 {
    margin: 0 0 30px
}

@media only screen and (min-width:1220px) {
    .what-is-special .col-sm-12 {
        margin: 0 0 60px
    }
}

@media only screen and (min-width:1220px) {
    .what-is-special header {
        margin: 0 0 60px
    }
}

.what-is-special h4 {
    font-family: 'museo-sans-rounded', 'museo_sans500', sans-serif;
    font-weight: 500
}

.what-is-special .btn {
    margin: 0 0 30px
}

.what-is-special .row-btn {
    text-align: center
}

.what-is-special__bgr {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
    background-color: #212E5A;
    background-blend-mode: multiply
}

.offer {
    position: relative
}

.offer .row {
    margin: 0
}

.offer .col-lg-6 {
    position: relative;
    padding: 0
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.offer .col-lg-6:nth-child(1) {
    color: #fff
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6:nth-child(1) {
        left: -4px
    }
}

.offer .col-lg-6:nth-child(1) .offer__content {
    padding: 25px 15px
}

@media only screen and (min-width:640px) {
    .offer .col-lg-6:nth-child(1) .offer__content {
        padding: 50px 20px
    }
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6:nth-child(1) .offer__content {
        float: right;
        padding: 0 80px 0 0
    }
}

.offer .col-lg-6:nth-child(1) .offer__bgr {
    background-color: #212E5A;
    background-blend-mode: multiply
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6:nth-child(1) .offer__bgr {
        left: -4px
    }
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6:nth-child(2) {
        right: 4px
    }
}

.offer .col-lg-6:nth-child(2) .offer__content {
    padding: 25px 15px
}

@media only screen and (min-width:640px) {
    .offer .col-lg-6:nth-child(2) .offer__content {
        padding: 50px 20px
    }
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6:nth-child(2) .offer__content {
        float: left;
        padding: 0 0 0 80px
    }
}

.offer .col-lg-6:nth-child(2) .offer__bgr {
    background-color: #F6F6F6;
    background-blend-mode: screen;
    background-position: right center
}

@media only screen and (min-width:1220px) {
    .offer .col-lg-6:nth-child(2) .offer__bgr {
        left: 4px
    }
}

.offer .col-lg-6:nth-child(2) h4 {
    color: #212E5A
}

.offer h3 {
    position: relative;
    left: -2px;
    margin: 0;
    font-size: 3rem
}

@media only screen and (min-width:1220px) {
    .offer h3 {
        font-size: 4.4rem
    }
}

.offer h3 em {
    font-style: normal;
    color: #E41530
}

.offer h4 {
    margin: 0 0 1em
}

@media only screen and (min-width:1220px) {
    .offer h4 {
        margin: 0 0 2em
    }
}

.offer .btn {
    margin: 1.7em 0 0
}

.offer__content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 320px
}

@media only screen and (min-width:640px) {
    .offer__content {
        max-width: 550px
    }
}

@media only screen and (min-width:1024px) {
    .offer__content {
        max-width: 424px
    }
}

@media only screen and (min-width:1220px) {
    .offer__content {
        max-width: 552px
    }
}

@media only screen and (min-width:1600px) {
    .offer__content {
        max-width: 700px
    }
}

.offer__bgr {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

@media only screen and (min-width:1220px) {
    .offer__bgr {
        height: 100%
    }
}

.square {
    position: relative
}

@media only screen and (min-width:640px) {
    .square {
        height: 0;
        padding-bottom: 100%;
        width: 100%
    }
}

@media only screen and (min-width:640px) {
    .square--half {
        padding-bottom: 50%;
        width: 100%
    }
}

.square--half .about-box {
    height: 160px
}

@media only screen and (min-width:640px) {
    .square--half .about-box {
        height: 100%
    }
}

.square--red .about-box__inner {
    padding: 30px 20px;
    background-color: #E41530;
    color: #fff
}

.square--navy .about-box__inner {
    padding: 30px 20px;
    background-color: #212E5A;
    color: #fff
}

.about {
    padding: 25px 0;
    overflow: hidden
}

@media only screen and (min-width:640px) {
    .about {
        padding: 50px 0
    }
}

@media only screen and (min-width:1220px) {
    .about {
        padding: 80px 0 100px
    }
}

.about .row {
    margin: 0
}

.about .container>.row {
    margin-left: -4px;
    margin-right: -4px
}

.about .col-sm-12 {
    padding: 0
}

.about header {
    margin: 0
}

.about-box {
    padding: 4px
}

@media only screen and (min-width:640px) {
    .about-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.about-box__inner {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F6F6F6;
    background-size: cover;
    background-position: center
}

.about__text {
    padding: 15px
}

@media only screen and (min-width:640px) {
    .about__text {
        padding: 50px 25px
    }
}

@media only screen and (min-width:1220px) {
    .about__text {
        padding: 0 90px
    }
}

.about__text h4 {
    margin: 0 0 1em
}

.about__text .btn {
    margin: 1em 0 0
}

.about__number {
    width: 100%;
    text-align: center;
    padding: 0 15px
}

.about__number p {
    margin: 0;
    font-family: 'museo-sans-rounded', 'museo_sans500', sans-serif;
    font-weight: 500
}

.about__number .label {
    line-height: 1.25em
}

@media only screen and (min-width:1220px) {
    .about__number .label {
        font-size: 1.7rem
    }
}

.about__number .number {
    font-size: 3rem
}

@media only screen and (min-width:640px) {
    .about__number .number {
        font-size: 3.6rem
    }
}

@media only screen and (min-width:1220px) {
    .about__number .number {
        font-size: 5rem
    }
}

.customer-slider {
    padding: 25px 0 60px;
    overflow: hidden
}

@media only screen and (min-width:1220px) {
    .customer-slider {
        padding: 80px 0 100px
    }
}

.customer-slider .container {
    position: relative
}

.customer-slider header {
    margin: 0
}

.customer-slider .col-sm-12 {
    padding: 0
}

.customer-slider .row,
.customer-slider .slider {
    margin: 0
}

@media only screen and (min-width:640px) {
    .customer-slider .slider {
        width: calc(100% + 8px);
        left: -8px
    }
}

@media only screen and (min-width:1024px) {
    .customer-slider .slider {
        width: 100%;
        left: 0
    }
}

.customer-slider .slide {
    text-align: center
}

@media only screen and (min-width:640px) {
    .customer-slider .slide {
        padding: 0 0 0 8px
    }
}

.customer-slider h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: 'museo-sans-rounded', 'museo_sans500', sans-serif;
    font-weight: 500;
    padding: 0 0 7px;
    margin: 0 0 7px
}

.customer-slider h4:after {
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    background-color: #E41530;
    bottom: 0;
    left: 50%;
    margin-left: -15px
}

.customer-slider .prev,
.customer-slider .next {
    display: inline-block;
    position: absolute;
    z-index: 100;
    bottom: -51px;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #a8a8a8;
    font-size: 20px
}

@media only screen and (min-width:640px) {
    .customer-slider .prev,
    .customer-slider .next {
        top: 50%;
        bottom: auto
    }
}

@media only screen and (min-width:1024px) {
    .customer-slider .prev,
    .customer-slider .next {
        font-size: 25px
    }
}

@media only screen and (min-width:1220px) {
    .customer-slider .prev,
    .customer-slider .next {
        font-size: 30px
    }
}

.customer-slider .prev:hover,
.customer-slider .next:hover {
    color: #212E5A
}

.customer-slider .prev {
    left: 5px
}

@media only screen and (min-width:640px) {
    .customer-slider .prev {
        left: -35px
    }
}

@media only screen and (min-width:1220px) {
    .customer-slider .prev {
        left: -46px
    }
}

.customer-slider .next {
    right: 5px
}

@media only screen and (min-width:640px) {
    .customer-slider .next {
        right: -35px
    }
}

@media only screen and (min-width:1220px) {
    .customer-slider .next {
        right: -46px
    }
}

.customer-slider__text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #212E5A;
    color: #fff;
    padding: 20px 35px
}

@media only screen and (min-width:640px) {
    .customer-slider__text {
        padding: 50px 42px;
        margin: 0 0 8px
    }
}

@media only screen and (min-width:768px) {
    .customer-slider__text {
        padding: 60px 46px
    }
}

@media only screen and (min-width:1024px) {
    .customer-slider__text {
        padding: 20px
    }
}

@media (max-width:1023px) {
    .customer-slider__text {
        height: auto!important
    }
}

.customer__logo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    background-color: #F6F6F6;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0
}

@media only screen and (min-width:1024px) {
    .customer__logo {
        height: 120px
    }
}

@media only screen and (min-width:1220px) {
    .customer__logo {
        height: 180px
    }
}

.customer__logo img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.customer__dsc {
    padding: 20px;
    background-color: #F6F6F6
}

@media only screen and (min-width:1220px) {
    .customer__dsc {
        padding: 30px
    }
}

.how-it-works {
    padding: 30px 0;
    overflow: hidden;
    counter-reset: counter
}

@media only screen and (min-width:640px) {
    .how-it-works {
        padding: 50px 0
    }
}

@media only screen and (min-width:1024px) {
    .how-it-works {
        padding: 70px 0 60px;
        text-align: center
    }
}

@media only screen and (min-width:1220px) {
    .how-it-works {
        padding: 100px 0 40px
    }
}

.how-it-works .container {
    position: relative
}

@media only screen and (min-width:1600px) {
    .how-it-works .container {
        max-width: 1410px
    }
}

.how-it-works .container:after {
    position: absolute;
    z-index: 0;
    width: 1px;
    height: calc(100% - 36px);
    top: 76px;
    left: 21px;
    background-color: #cecece;
    content: ''
}

@media only screen and (min-width:1024px) {
    .how-it-works .container:after {
        display: none
    }
}

.how-it-works .col-sm-12 {
    position: relative;
    margin: 0 0 25px;
    padding: 0 15px 10px 40px;
    counter-increment: counter
}

@media only screen and (min-width:640px) {
    .how-it-works .col-sm-12 {
        padding: 0 15px 10px 60px
    }
}

@media only screen and (min-width:1024px) {
    .how-it-works .col-sm-12 {
        text-align: center;
        padding: 50px 10px 10px
    }
}

@media only screen and (min-width:1220px) {
    .how-it-works .col-sm-12 {
        padding: 50px 20px 40px
    }
}

.how-it-works .col-sm-12.active:before {
    background-color: #212E5A
}

.how-it-works .col-sm-12.active .img-icon {
    fill: #212E5A
}

.how-it-works .col-sm-12.active h4 {
    color: #212E5A
}

.how-it-works .col-sm-12.active p {
    color: #282828
}

.how-it-works .col-sm-12:hover:before {
    background-color: #212E5A!important
}

.how-it-works .col-sm-12:hover .img-icon {
    fill: #212E5A!important
}

.how-it-works .col-sm-12:hover h4 {
    color: #212E5A!important
}

.how-it-works .col-sm-12:hover p {
    color: #282828!important
}

.how-it-works .col-sm-12:before {
    position: absolute;
    z-index: 3;
    left: 15px;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    content: '';
    background-color: #cecece;
    transition: background .2s linear
}

@media only screen and (min-width:1024px) {
    .how-it-works .col-sm-12:before {
        left: 50%;
        margin-left: -7px
    }
}

.how-it-works .col-sm-12:first-child:after {
    position: absolute;
    z-index: 0;
    width: 200%;
    height: 1px;
    top: 9px;
    left: 50%;
    background-color: #cecece;
    content: '';
    display: none
}

@media only screen and (min-width:1024px) {
    .how-it-works .col-sm-12:first-child:after {
        display: block
    }
}

.how-it-works .row:hover .col:before {
    background-color: #cecece
}

.how-it-works .row:hover .col .img-icon {
    fill: #c1c1c1
}

.how-it-works .row:hover .col h4,
.how-it-works .row:hover .col p {
    color: #8e8e8e
}

.how-it-works .img-icon {
    fill: #c1c1c1;
    margin: 10px 0;
    transition: fill .2s linear
}

@media only screen and (min-width:1220px) {
    .how-it-works .img-icon {
        margin: 20px 0
    }
}

.how-it-works h4 {
    color: #c1c1c1;
    transition: color .2s linear
}

.how-it-works p {
    color: #8e8e8e;
    transition: color .2s linear
}

.how-it-works h4:before {
    display: block;
    font-size: 3rem;
    margin: 0 0 .1em;
    content: '0' counter(counter)
}

@media only screen and (min-width:1220px) {
    .how-it-works h4:before {
        font-size: 4rem
    }
}

.how-it-works .row-btn {
    text-align: center
}

.contact {
    padding: 25px 0
}

@media only screen and (min-width:640px) {
    .contact {
        padding: 50px 0
    }
}

@media only screen and (min-width:1220px) {
    .contact {
        padding: 80px 0
    }
}

.contact .vc {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 15px 20px
}

@media only screen and (min-width:1220px) {
    .contact .vc {
        padding: 0 0 60px
    }
}

.contact header {
    margin: 0 0 10px
}

.contact address {
    padding: 0
}

@media only screen and (min-width:1220px) {
    .contact address {
        padding: 0 40px 0 60px
    }
}

.contact form {
    padding: 0 15px
}

@media only screen and (min-width:1220px) {
    .contact form {
        padding: 0 15px 0 0
    }
}

.contact form .col-sm-12 {
    padding: 0
}

@media only screen and (min-width:640px) {
    .contact form .col-sm-12 {
        max-width: 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width:640px) {
    .contact form .col-sm-12:first-child {
        padding-right: 5px
    }
}

@media only screen and (min-width:640px) {
    .contact form .col-sm-12:last-child {
        padding-left: 5px
    }
}